path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
public_html/biceps.html | OstentaPao/SearchAcademics | <html>
<head>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>Search Academics</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="estilo.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<div id="cabecalho">
<p id="titulo">Search Academics</p>
<img src="img/logo vetor.png" id="imglogo" >
</div>
<div id="menu">
<a href="index.html" id="inicio">INICIO</a>
<a href="suplemento.html" id="suplemento">SUPLEMENTOS</a>
<a href="roupa.html" id="roupas" >ROUPAS </a>
<a href="sobre.html" id="sobre">SOBRE</a>
</div>
</html>
|
news_ticker/index.html | shinstudio/html5_myown_party | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>shinstudio :: html5 :: news ticker</title>
<style>
#border {
width: 500px;
background: #000;
border-radius: 5px;
padding-top: 10px;
padding-bottom: 10px;
}
</style>
</head>
<body>
<div id="border">
<canvas id="bannershow" width="500" height="150" />
</div>
<script>
var globalx = 0;
var vector = 2;
var interval = 120;
var canvas = document.getElementById('bannershow');
var ctx = canvas.getContext('2d');
var fontsize = 120;
var canvasHeight = 150;
var canvasWidth = 500;
function banner(label) {
ctx.clearRect(0, 0, canvasWidth, canvasHeight);
ctx.fillStyle = 'rgb(0, 0, 0)';
ctx.fillRect (0, 0, canvasWidth, canvasHeight);
ctx.fillStyle = 'rgba(255, 255, 255, 0.4)'
ctx.font = fontsize + 'px Helvetica';
ctx.textBaseline = 'top';
if (globalx > canvasWidth) {
globalx = ctx.measureText(label).width * -1;
}
ctx.fillText(label, globalx, (canvasHeight-fontsize)/2);
globalx += vector;
}
setInterval(banner, 1000/interval, 'Helvetica');
</script>
</body>
</html> |
_ng1_docs/1.0.23/interfaces/view.activeuiview.html | ui-router/ui-router.github.io | ---
redirect_from: /docs/1.0.23/interfaces/view.activeuiview.html
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ActiveUIView | @uirouter/angularjs</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/uirouter.css">
<script src="../assets/js/modernizr.js"></script>
<script src="../assets/js/reset.js"></script>
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/angularjs</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<!--
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
-->
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label>
<!--
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
-->
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/angularjs</a>
</li>
<li>
<a href="../modules/view.html">view</a>
</li>
<li>
<a href="view.activeuiview.html">ActiveUIView</a>
</li>
</ul>
<h1>Interface ActiveUIView</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">ActiveUIView</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#_type" class="tsd-kind-icon">$type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#config" class="tsd-kind-icon">config</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#configupdated" class="tsd-kind-icon">config<wbr>Updated</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#creationcontext" class="tsd-kind-icon">creation<wbr>Context</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#fqn" class="tsd-kind-icon">fqn</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#id" class="tsd-kind-icon">id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="view.activeuiview.html#name" class="tsd-kind-icon">name</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="_type" class="tsd-anchor"></a>
<!--
<h3>$type</h3>
-->
<div class="tsd-signature tsd-kind-icon">$type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> type of framework, e.g., "ng1" or "ng2" </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>type of framework, e.g., "ng1" or "ng2"</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:17</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="config" class="tsd-anchor"></a>
<!--
<h3>config</h3>
-->
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <a href="view.viewconfig.html" class="tsd-signature-type">ViewConfig</a> <div class="tsd-header">
<p> The ViewConfig that is currently loaded into the ui-view </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The ViewConfig that is currently loaded into the ui-view</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:25</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="configupdated" class="tsd-anchor"></a>
<!--
<h3>config<wbr>Updated</h3>
-->
<div class="tsd-signature tsd-kind-icon">config<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span> <div class="tsd-header">
<p> A callback that should apply a ViewConfig (or clear the ui-view, if config is undefined) </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A callback that should apply a ViewConfig (or clear the ui-view, if config is undefined)</p>
</div>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-siganture">
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>config<span class="tsd-signature-symbol">: </span><a href="view.viewconfig.html" class="tsd-signature-type">ViewConfig</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>config <a href="view.viewconfig.html" class="tsd-signature-type">ViewConfig</a></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</div>
</li>
</ul>
</li>
</ul>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:29</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="creationcontext" class="tsd-anchor"></a>
<!--
<h3>creation<wbr>Context</h3>
-->
<div class="tsd-signature tsd-kind-icon">creation<wbr>Context<span class="tsd-signature-symbol">:</span> <a href="view.viewcontext.html" class="tsd-signature-type">ViewContext</a> <div class="tsd-header">
<p> The state context in which the ui-view tag was created. </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The state context in which the ui-view tag was created.</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:27</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="fqn" class="tsd-anchor"></a>
<!--
<h3>fqn</h3>
-->
<div class="tsd-signature tsd-kind-icon">fqn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The ui-view's fully qualified name </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The ui-view's fully qualified name</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:23</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="id" class="tsd-anchor"></a>
<!--
<h3>id</h3>
-->
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <div class="tsd-header">
<p> An auto-incremented id </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>An auto-incremented id</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:19</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="name" class="tsd-anchor"></a>
<!--
<h3>name</h3>
-->
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <div class="tsd-header">
<p> The ui-view short name </p>
</div>
</div>
<div class="tsd-declaration">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The ui-view short name</p>
</div>
</div>
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in ui-router-core/src/view/interface.ts:21</li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>@uirouter/angularjs</em></a>
</li>
<li class="label tsd-is-external">
<span>Public API</span>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/directives.html">directives</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/injectables.html">injectables</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1.html">ng1</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
<li class="label tsd-is-external">
<span>Internal UI-<wbr><wbr>Router API</span>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/_ui_router_core_src_common_trace_.html">"ui-<wbr>router-<wbr>core/src/common/trace"</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/hooks.html">hooks</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module tsd-is-external">
<a href="../modules/vanilla.html">vanilla</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/view.templatefactory.html" class="tsd-kind-icon">Template<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/view.viewservice.html" class="tsd-kind-icon">View<wbr>Service</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="view.activeuiview.html" class="tsd-kind-icon">ActiveUIView</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#_type" class="tsd-kind-icon">$type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#config" class="tsd-kind-icon">config</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#configupdated" class="tsd-kind-icon">config<wbr>Updated</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#creationcontext" class="tsd-kind-icon">creation<wbr>Context</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#fqn" class="tsd-kind-icon">fqn</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#id" class="tsd-kind-icon">id</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="view.activeuiview.html#name" class="tsd-kind-icon">name</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="view.bindingtuple.html" class="tsd-kind-icon">Binding<wbr>Tuple</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="view.viewconfig.html" class="tsd-kind-icon">View<wbr>Config</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external">
<a href="view.viewcontext.html" class="tsd-kind-icon">View<wbr>Context</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="view.viewservicepluginapi.html" class="tsd-kind-icon">View<wbr>Service<wbr>PluginAPI</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="view.viewsynclistener.html" class="tsd-kind-icon">View<wbr>Sync<wbr>Listener</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
<a href="view.viewtuple.html" class="tsd-kind-icon">View<wbr>Tuple</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
<a href="../modules/view.html#viewconfigfactory" class="tsd-kind-icon">View<wbr>Config<wbr>Factory</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/view.html#getbindings" class="tsd-kind-icon">get<wbr>Bindings</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/view.html#getcomponentbindings" class="tsd-kind-icon">get<wbr>Component<wbr>Bindings</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/view.html#scopebindings" class="tsd-kind-icon">scope<wbr>Bindings</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> |
clean/Linux-x86_64-4.13.1-2.0.10/released/8.15.0/chapar/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>chapar: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.15.0 / chapar - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
chapar
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-18 08:58:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 08:58:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.15.0 Formal proof management system
dune 2.9.3 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/chapar"
dev-repo: "git+https://github.com/coq-community/chapar.git"
bug-reports: "https://github.com/coq-community/chapar/issues"
license: "MIT"
synopsis: "A framework for verification of causal consistency for distributed key-value stores and their clients in Coq"
description: """
A framework for modular verification of causal consistency for replicated key-value
store implementations and their client programs in Coq. Includes proofs of the causal consistency
of two key-value store implementations and a simple automatic model checker for the correctness
of client programs.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:causal consistency"
"keyword:key-value stores"
"keyword:distributed algorithms"
"keyword:program verification"
"logpath:Chapar"
"date:2019-05-15"
]
authors: [
"Mohsen Lesani"
"Christian J. Bell"
"Adam Chlipala"
]
url {
src: "https://github.com/coq-community/chapar/archive/v8.9.0.tar.gz"
checksum: "sha256=a4b76cb183a159a98ec50327d8bf7285055a6fdd0617385b465e97277dfa17da"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-chapar.8.9.0 coq.8.15.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0).
The following dependencies couldn't be met:
- coq-chapar -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-chapar.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
console/src/main/webapp/partials/home.html | freeuni-sdp/FreeUni-SDP-2014-Final-Project | <div ng-include="'partials/navbar.html'" /></div>
<div class="container">
<h1>Home</h1>
</div>
<div ng-include="'partials/footer.html'" /></div>
|
kettle-data-integration/docs/api/org/pentaho/di/trans/steps/execsqlrow/class-use/ExecSQLRowTest.html | ColFusion/PentahoKettle | <!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_27) on Wed Nov 21 16:03:54 EST 2012 -->
<TITLE>
Uses of Class org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/pentaho/di/trans/steps/execsqlrow/ExecSQLRowTest.html" title="class in org.pentaho.di.trans.steps.execsqlrow"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/pentaho/di/trans/steps/execsqlrow//class-useExecSQLRowTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="ExecSQLRowTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest</B></H2>
</CENTER>
No usage of org.pentaho.di.trans.steps.execsqlrow.ExecSQLRowTest
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/pentaho/di/trans/steps/execsqlrow/ExecSQLRowTest.html" title="class in org.pentaho.di.trans.steps.execsqlrow"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/pentaho/di/trans/steps/execsqlrow//class-useExecSQLRowTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="ExecSQLRowTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
all-data/3000-3999/3972-32.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">笑中有刀</td></tr>
<tr><th class="ztd1"><b>典故說明 </b></th><td class="ztd2"> 此處所列為「笑裡藏刀」之典故說明,提供參考。</font> 「笑裡藏刀」典源作「笑中有刀」。這句話本來是用來形容唐初的李義府。當唐高宗要立武昭儀(即後來的武則天)為皇后時,李義府曾暗中出了力,所以後來擢升高官,獲賜爵位。他這個人,平常與人相處,外表謙恭有禮,說起話來更是語氣平和,又面帶微笑。事實上,卻是一個心胸狹窄,喜歡猜忌的人。現在既然當了大官,就希望別人來歸附於他。如果有人稍為忤逆他的意思,他就想盡辦法來陷害對方。因此當時的人形容他是「笑中有刀」,並且給他取了個外號,冠上他的姓,叫作「李貓」。意思是說他像貓一樣,貌似柔順,卻會害人。後來這裡的「笑中有刀」演變成「笑裡藏刀」,形容一個人外貌和善可親,內心卻陰險狠毒。</font></font></font></font></font></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
docs/_static/doxygen/cSharp/classbase_1_1Handler-members.html | DeMaCS-UNICAL/embasp_website | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" content="Doxygen 1.9.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>EmbASP-CSharp v7.1.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">EmbASP-CSharp v7.1.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacebase.html">base</a></li><li class="navelem"><a class="el" href="classbase_1_1Handler.html">Handler</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">base.Handler Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classbase_1_1Handler.html">base.Handler</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a3ae0a2625af6f1d2b0c26cac9daf9a8c">AddOption</a>(OptionDescriptor o)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#a73bdb869a306d15686613a917fe56264">AddProgram</a>(InputProgram program)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a7b9b4767af2d9de4702b1b87a8de313e">GetInputProgram</a>(int key)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#aa3e4623339169c174479bafa514e8e2e">GetOptionDescriptor</a>(int key)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#ad0daf7996f0847ec4da7c74fafa6f926">Handler</a>()</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#ad867c9192f8312cfe570499a93375b8a">RemoveAll</a>()</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#aa04b947110a0193ca5e273a2e16eb55b">RemoveOption</a>(int option_id)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#afe9b2dc754932c80430ae5ccff861ad0">RemoveOption</a>(OptionDescriptor o)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a80be7326325132bf455c055b456d3eb3">RemoveProgram</a>(InputProgram p)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#a888beee1a4ecdb45c056ae151d938707">RemoveProgram</a>(int program_id)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a7031347ebba6cd1f964a154bca504e46">StartAsync</a>(ICallback c)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#a4b117352d62203361c64a9cdec3de950">StartAsync</a>(ICallback c, IList< int > program_index, IList< int > option_index)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classbase_1_1Handler.html#a86f4efb3c5a7fa2ad26f1180ba17d514">StartSync</a>()</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classbase_1_1Handler.html#afcd6ba6fbdc7e0a76bc65833b6aaf1e1">StartSync</a>(IList< int > program_index, IList< int > option_index)</td><td class="entry"><a class="el" href="classbase_1_1Handler.html">base.Handler</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.0
</small></address>
</body>
</html>
|
doc/jdk6_cn/org/omg/CORBA/class-use/ULongLongSeqHelper.html | piterlin/piterlin.github.io | <!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-beta2) on Mon Mar 19 19:32:20 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
类 org.omg.CORBA.ULongLongSeqHelper 的使用 (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="类 org.omg.CORBA.ULongLongSeqHelper 的使用 (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/CORBA/ULongLongSeqHelper.html" title="org.omg.CORBA 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/omg/CORBA//class-useULongLongSeqHelper.html" target="_top"><B>框架</B></A>
<A HREF="ULongLongSeqHelper.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>类 org.omg.CORBA.ULongLongSeqHelper<br>的使用</B></H2>
</CENTER>
没有 org.omg.CORBA.ULongLongSeqHelper 的用法
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/CORBA/ULongLongSeqHelper.html" title="org.omg.CORBA 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/omg/CORBA//class-useULongLongSeqHelper.html" target="_top"><B>框架</B></A>
<A HREF="ULongLongSeqHelper.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
|
css/add1.css | nathan-le/nathan-le.github.io | .intro-header {
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
/*background: url(../img/scfuzz.jpeg) no-repeat center center;*/
background-color: #161616;
max-height: 400px;
background-size: cover;
/* background-size: cover;*/
}
.intro-message {
position: relative;
padding-top: 5%;
padding-bottom: 10%;
}
/*.intro-message > h1 {
margin: 0;
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-size: 7em;
font-weight: 100;
}*/
.intro-divider {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
/*
.intro-message > h3 {
text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
font-weight: 100;
}*/
.intro-name {
text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
font-size: 7em;
font-weight: 100;
}
.intro-title {
text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
font-size: 2em;
font-weight: 120;
}
/*@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
}
.intro-message > h1 {
font-size: 3em;
}
ul.intro-social-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.intro-social-buttons > li:last-child {
margin-bottom: 0;
}
.intro-divider {
width: 100%;
}
}*/
.form-control{
background:#f5f5f5;
border:0;
height:40px;
padding:13px 16px;
text-transform:uppercase;
letter-spacing:2px;
font-size:10px;
color:#111;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
.form-control:focus{
border-color:#CACACA;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
.comments-form .control-label{
font-weight:400;
font-size:12px;
color:#BBB;
}
@media (min-width: 768px){
.comments-form .control-label{
padding-top:12px;
}
}
.btn{
font-family:'Roboto Condensed', sans-serif;
text-transform:uppercase;
letter-spacing:2px;
font-weight:400;
font-size:11px;
padding:9px 28px;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
border-radius:0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
outline:0;
}
.btn-dark, .btn-dark:focus{
background:rgba(17, 17, 17, 1);
color:#fff;
}
.btn-dark:hover{
background:rgba(17, 17, 17, 0.8);
color:#fff;
}
/*! Button types */
.btn.btn-round{
-webkit-border-radius:2px;
-moz-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
}
.content-section-a {
padding: 50px 0;
background-color: #f8f8f8;
}
.content-section-b {
padding: 50px 0;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
}
.section-heading {
margin-bottom: 30px;
text-align: center;
}
.section-heading-spacer {
text-align: center;
width: 200px;
border-top: 3px solid #e7e7e7;
}
body {
color: #333;
font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*!------------------------------------------------------------------
[Preloader]
*/
/*.page-loader{
background:#fff;
position:fixed;
top:0;
bottom:0;
right:0;
left:0;
z-index:9998;
}
.loader{
position:absolute;
width:50px;
height:50px;
top:50%;
left:50%;
margin:-25px 0 0 -25px;
text-indent:-9999em;
background-color:transparent;
border:5px solid #ECEFF1;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
}
.loader:after{
position:absolute;
content:"";
top:0px;
left:0px;
width:40px;
height:40px;
padding:2px;
border-width:2px;
border-style:solid;
border-color:#111 transparent transparent transparent;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}*/
/*
@keyframes ringrotate{
0%{
-webkit-transform:rotateZ(0deg);
-moz-transform:rotateZ(0deg);
-o-transform:rotateZ(0deg);
transform:rotateZ(0deg);
}
100%{
-webkit-transform:rotateZ(360deg);
-moz-transform:rotateZ(360deg);
-o-transform:rotateZ(360deg);
transform:rotateZ(360deg);
}
}*/
/*@-webkit-keyframes ringrotate{
0%{
-webkit-transform:rotateZ(0deg);
-moz-transform:rotateZ(0deg);
-o-transform:rotateZ(0deg);
transform:rotateZ(0deg);
}
100%{
-webkit-transform:rotateZ(360deg);
-moz-transform:rotateZ(360deg);
-o-transform:rotateZ(360deg);
transform:rotateZ(360deg);
}
}*/
/*!------------------------------------------------------------------
[Preloader]
*/
.page-loader{
background:#fff;
position:fixed;
top:0;
bottom:0;
right:0;
left:0;
z-index:9998;
}
.loader{
position:absolute;
width:50px;
height:50px;
top:50%;
left:50%;
margin:-25px 0 0 -25px;
text-indent:-9999em;
background-color:transparent;
border:5px solid #ECEFF1;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
}
.loader:after{
position:absolute;
content:"";
top:0px;
left:0px;
width:40px;
height:40px;
padding:2px;
border-width:2px;
border-style:solid;
border-color:#111 transparent transparent transparent;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}
@keyframes ringrotate{
0%{
-webkit-transform:rotateZ(0deg);
-moz-transform:rotateZ(0deg);
-o-transform:rotateZ(0deg);
transform:rotateZ(0deg);
}
100%{
-webkit-transform:rotateZ(360deg);
-moz-transform:rotateZ(360deg);
-o-transform:rotateZ(360deg);
transform:rotateZ(360deg);
}
}
@-webkit-keyframes ringrotate{
0%{
-webkit-transform:rotateZ(0deg);
-moz-transform:rotateZ(0deg);
-o-transform:rotateZ(0deg);
transform:rotateZ(0deg);
}
100%{
-webkit-transform:rotateZ(360deg);
-moz-transform:rotateZ(360deg);
-o-transform:rotateZ(360deg);
transform:rotateZ(360deg);
}
} |
doxygen-doc/html/classsauce_1_1internal_1_1_apply_constructor.html | phs/sauce | <!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"/>
<title>Sauce-0.11.0: sauce::internal::ApplyConstructor< Parameters, Constructed_, Allocator_ > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Sauce-0.11.0
</div>
<div id="projectbrief">A C++ Dependency Injection Framework</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>sauce</b> </li>
<li class="navelem"><b>internal</b> </li>
<li class="navelem"><a class="el" href="classsauce_1_1internal_1_1_apply_constructor.html">ApplyConstructor</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> </div>
<div class="headertitle">
<div class="title">sauce::internal::ApplyConstructor< Parameters, Constructed_, Allocator_ > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="sauce::internal::ApplyConstructor" -->
<p><a href="classsauce_1_1internal_1_1_apply_constructor-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6e066b15172002e443269c7c8fb638d5"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::Constructed" ref="a6e066b15172002e443269c7c8fb638d5" args="" -->
typedef Constructed_ </td><td class="memItemRight" valign="bottom"><b>Constructed</b></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ae250d177e8af1bd2495779e8279ee821"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::apply" ref="ae250d177e8af1bd2495779e8279ee821" args="(Passed)" -->
template<typename Passed > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">Constructed * </td><td class="memTemplItemRight" valign="bottom"><b>apply</b> (Passed)</td></tr>
<tr><td class="memTemplParams" colspan="2"><a class="anchor" id="ad6327a62404f26c62de0e15a1d4fdee1"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::observe" ref="ad6327a62404f26c62de0e15a1d4fdee1" args="(Passed)" -->
template<typename Passed > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>observe</b> (Passed)</td></tr>
<tr><td colspan="2"><h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af9099dec715f1025a32906fd415bded0"></a><!-- doxytag: member="sauce::internal::ApplyConstructor::arity" ref="af9099dec715f1025a32906fd415bded0" args="()" -->
static int </td><td class="memItemRight" valign="bottom"><b>arity</b> ()</td></tr>
</table>
<h3>template<typename Parameters, typename Constructed_, typename Allocator_><br/>
class sauce::internal::ApplyConstructor< Parameters, Constructed_, Allocator_ ></h3>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>sauce/internal/<a class="el" href="apply__variadic_8h_source.html">apply_variadic.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b33f1b4c91969cabfcc556fcb6523be6f340ce385e9bfe1e34357533f166f676.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./8fb64178e6ca6ef32a83a1805f5a8aad5a5ab375d21d2c2550f4a427b98ca5e3.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
Docs/api/html/classOgre_1_1Font_1_1CmdCodePoints-members.html | milram/ogre-1.7.4-osx | <html>
<head>
<title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li>
<li class="navelem"><a class="el" href="classOgre_1_1Font.html">Font</a> </li>
<li class="navelem"><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">CmdCodePoints</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Ogre::Font::CmdCodePoints Member List</div> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">Ogre::Font::CmdCodePoints</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html#a7672e1462797459272dc56d711188ba8">doGet</a>(const void *target) const </td><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">Ogre::Font::CmdCodePoints</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html#aec05cbfddc57fef4e5942c7fb97361db">doSet</a>(void *target, const String &val)</td><td><a class="el" href="classOgre_1_1Font_1_1CmdCodePoints.html">Ogre::Font::CmdCodePoints</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1ParamCommand.html#a44288c733303c12a4cb30f483ee006ee">~ParamCommand</a>()</td><td><a class="el" href="classOgre_1_1ParamCommand.html">Ogre::ParamCommand</a></td><td><code> [virtual]</code></td></tr>
</table></div>
<hr>
<p>
Copyright © 2008 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sat Jan 14 2012 18:40:47
</p>
</body>
</html>
|
examples/simple/partial.html | jimschubert/angular-features | <div>
<p>
<h2>This is an example</h2>
<em>Feature exclusion should include the example feature below:</em>
</p>
<p ng-feature="Sample">
This is an example feature
</p>
</div> |
people/gsl7kii2.html | slowe/panelshows | <html>
<head>
<title>Matt Edmondson's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Matt Edmondson's panel show appearances</h1>
<p>Matt Edmondson (born 1985-12-27<sup><a href="https://en.wikipedia.org/wiki/Matt_Edmondson">[ref]</a></sup>) has appeared in <span class="total">21</span> episodes between 2009-2015. <a href="https://en.wikipedia.org/wiki/Matt_Edmondson">Matt Edmondson on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:10px;" class="performances male" title="1"></div><span class="year">2009</span></td>
<td><div style="height:0px;" class="performances male" title=""></div><span class="year">2010</span></td>
<td><div style="height:0px;" class="performances male" title=""></div><span class="year">2011</span></td>
<td><div style="height:0px;" class="performances male" title=""></div><span class="year">2012</span></td>
<td><div style="height:90px;" class="performances male" title="9"></div><span class="year">2013</span></td>
<td><div style="height:100px;" class="performances male" title="10"></div><span class="year">2014</span></td>
<td><div style="height:10px;" class="performances male" title="1"></div><span class="year">2015</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2015-02-12</strong> / <a href="../shows/reality-bites.html">Reality Bites</a></li>
<li><strong>2014-03-06</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-02-27</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-02-20</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-02-13</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-02-06</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-01-30</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-01-23</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-01-16</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-01-09</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2014-01-02</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-03-01</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2013-02-21</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-02-14</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-02-07</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-01-31</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-01-24</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-01-17</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-01-10</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2013-01-03</strong> / <a href="../shows/fake-reaction.html">Fake Reaction</a></li>
<li><strong>2009-04-15</strong> / <a href="../shows/celebrityjuice.html">Celebrity Juice</a></li>
</ol>
</div>
</body>
</html>
|
fractal-component/index.html | slorber/scalable-frontend-with-elm-or-redux | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fractal Component Example App</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
|
herramientas/desarrollo.html | mendozagioo/dgm-guia | ---
layout: default
title: Desarrollo Sostenible
permalink: /herramientas/desarrollo-sostenible/
---
{% include apps_header.html highlight='all' %}
<div class="bg-container">
<div class="bg hidden-sm hidden-xs"></div>
<div class="container-fluid">
<div class="row equal-height">
<div id="dgm-sidebar" class="col-lg-2 col-md-2 hidden-sm hidden-xs">
{% include sidebar.html highlight='development' section='herramientas' %}
</div>
<div class="col-lg-10 col-md-10 col-sm-12 col-xs-12 posts-container">
{% assign posts = site.posts | where: 'section', 'herramientas' | where: 'category', 'desarrollo-sostenible' | where: 'published', true | sort: 'date' %}
{% include tools_container.html posts=posts section='herramientas' %}
</div>
</div>
</div>
</div> |
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:smc/dev/2015-01-29_16-27-40.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / contrib:smc dev</a></li>
<li class="active"><a href="">2015-01-29 16:27:40</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:smc
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-01-29 16:27:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-29 16:27:40 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:smc/coq:contrib:smc.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:smc.dev coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
The following dependencies couldn't be met:
- coq:contrib:smc -> coq >= 8.5beta1
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:smc.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.5
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.5.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.hott [required by coq:contrib:smc]
- install coq:contrib:smc.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.hott:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide opt
make -j4
make install
Installing coq.hott.
Building coq:contrib:smc.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:smc.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> |
third_lib/glm/0.9.9.5/share/man/html/a00227.html | kumakoko/KumaGL | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>0.9.9 API documenation: quaternion_geometric.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">0.9.9 API documenation
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_5e8a7bbde1a4928aae401de5a4a8708b.html">private</a></li><li class="navelem"><a class="el" href="dir_026c2db901f78a36dbfb31e1a16d14ee.html">tmp</a></li><li class="navelem"><a class="el" href="dir_3e54920429fc7aba188cecf2456d0136.html">glm-20190412-31222-146wtan</a></li><li class="navelem"><a class="el" href="dir_396ab47d899ecdfea80cb8521c680e0d.html">glm</a></li><li class="navelem"><a class="el" href="dir_99d71e755ea9f36bd3b9b454d10db481.html">glm</a></li><li class="navelem"><a class="el" href="dir_4e505c1215973458eddc04767d711445.html">ext</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">quaternion_geometric.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="a00685.html">GLM_EXT_quaternion_geometric</a>
<a href="#details">More...</a></p>
<p><a href="a00227_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga755beaa929c75751dee646cccba37e4c"><td class="memTemplParams" colspan="2">template<typename T , qualifier Q> </td></tr>
<tr class="memitem:ga755beaa929c75751dee646cccba37e4c"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_QUALIFIER qua< T, Q > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#ga755beaa929c75751dee646cccba37e4c">cross</a> (qua< T, Q > const &q1, qua< T, Q > const &q2)</td></tr>
<tr class="memdesc:ga755beaa929c75751dee646cccba37e4c"><td class="mdescLeft"> </td><td class="mdescRight">Compute a cross product. <a href="a00685.html#ga755beaa929c75751dee646cccba37e4c">More...</a><br /></td></tr>
<tr class="separator:ga755beaa929c75751dee646cccba37e4c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="memTemplParams" colspan="2">template<typename T , qualifier Q> </td></tr>
<tr class="memitem:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#ga84865a56acb8fbd7bc4f5c0b928e3cfc">dot</a> (qua< T, Q > const &x, qua< T, Q > const &y)</td></tr>
<tr class="memdesc:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="mdescLeft"> </td><td class="mdescRight">Returns dot product of q1 and q2, i.e., q1[0] * q2[0] + q1[1] * q2[1] + ... <a href="a00685.html#ga84865a56acb8fbd7bc4f5c0b928e3cfc">More...</a><br /></td></tr>
<tr class="separator:ga84865a56acb8fbd7bc4f5c0b928e3cfc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gab703732449be6c7199369b3f9a91ed38"><td class="memTemplParams" colspan="2">template<typename T , qualifier Q> </td></tr>
<tr class="memitem:gab703732449be6c7199369b3f9a91ed38"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#gab703732449be6c7199369b3f9a91ed38">length</a> (qua< T, Q > const &q)</td></tr>
<tr class="memdesc:gab703732449be6c7199369b3f9a91ed38"><td class="mdescLeft"> </td><td class="mdescRight">Returns the norm of a quaternions. <a href="a00685.html#gab703732449be6c7199369b3f9a91ed38">More...</a><br /></td></tr>
<tr class="separator:gab703732449be6c7199369b3f9a91ed38"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gabf30e3263fffe8dcc6659aea76ae8927"><td class="memTemplParams" colspan="2">template<typename T , qualifier Q> </td></tr>
<tr class="memitem:gabf30e3263fffe8dcc6659aea76ae8927"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL qua< T, Q > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00685.html#gabf30e3263fffe8dcc6659aea76ae8927">normalize</a> (qua< T, Q > const &q)</td></tr>
<tr class="memdesc:gabf30e3263fffe8dcc6659aea76ae8927"><td class="mdescLeft"> </td><td class="mdescRight">Returns the normalized quaternion. <a href="a00685.html#gabf30e3263fffe8dcc6659aea76ae8927">More...</a><br /></td></tr>
<tr class="separator:gabf30e3263fffe8dcc6659aea76ae8927"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="a00685.html">GLM_EXT_quaternion_geometric</a> </p>
<p class="definition">Definition in file <a class="el" href="a00227_source.html">quaternion_geometric.hpp</a>.</p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>
|
Figure4/FDA_Pesticides/PCID_571084.html | andrewdefries/ToxCast | https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=571084
|
src/Viteloge/CoreBundle/Resources/descriptions/72360.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Trangé est
une commune géographiquement positionnée dans le département de Sarthe en Pays de la Loire. Elle comptait 1 355 habitants en 2008.</p>
<p>À Trangé, le prix moyen à l'achat d'un appartement se situe à zero € du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 2 054 € du m². À la location la valeur moyenne se situe à 8,96 € du m² mensuel.</p>
<p>Trangé est localisé à seulement 6 km de Le Mans, les élèves qui voudrons se loger à moindre coût pourront envisager de louer un appartement à Trangé. Trangé est également un bon investissement locatif du fait de sa proximité de Le Mans et de ses Universités. Il sera envisageable de trouver un logement à vendre. </p>
<p>À coté de Trangé sont localisées les communes de
<a href="{{VLROOT}}/immobilier/saint-georges-du-bois_72280/">Saint-Georges-du-Bois</a> à 6 km, 1 781 habitants,
<a href="{{VLROOT}}/immobilier/quinte_72249/">La Quinte</a> située à 6 km, 778 habitants,
<a href="{{VLROOT}}/immobilier/pruille-le-chetif_72247/">Pruillé-le-Chétif</a> localisée à 3 km, 1 277 habitants,
<a href="{{VLROOT}}/immobilier/chaufour-notre-dame_72073/">Chaufour-Notre-Dame</a> à 3 km, 1 023 habitants,
<a href="{{VLROOT}}/immobilier/lavardin_72157/">Lavardin</a> localisée à 6 km, 788 habitants,
<a href="{{VLROOT}}/immobilier/chapelle-saint-aubin_72065/">La Chapelle-Saint-Aubin</a> localisée à 3 km, 2 165 habitants,
entre autres. De plus, Trangé est située à seulement six km de <a href="{{VLROOT}}/immobilier/mans_72181/">Le Mans</a>.</p>
<p>La commune compte quelques équipements sportifs, elle dispose, entre autres, de un terrain de sport.</p>
<p>Le parc d'habitations, à Trangé, était réparti en 2011 en douze appartements et 498 maisons soit
un marché plutôt équilibré.</p>
</div>
|
theme/shop.html | sliderif/roadHelpers | <!doctype html>
<!--[if IE 8 ]>
<html class="ie ie8" lang="en">
<![endif]-->
<!--[if (gte IE 9)|!(IE)]>
<html lang="en" class="no-js">
<![endif]-->
<html lang="en">
<head>
<!-- Basic -->
<title>
ConBiz | Bootstrap Template for Construction and Builder Company
</title>
<!-- Define Charset -->
<meta charset="utf-8">
<!-- Responsive Metatag -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Page Description and Author -->
<meta name="description" content="ConBiz - Responsive HTML5 Template">
<meta name="author" content="Grayrids">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="screen">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css" type="text/css" media="screen">
<!-- Icon -->
<link rel="stylesheet" href="assets/fonts/simple-line-icons.css" type="text/css" media="screen">
<!-- ConBiz Iocn -->
<link rel="stylesheet" href="assets/fonts/flaticon.css" type="text/css" media="screen">
<!-- rs style -->
<link rel="stylesheet" type="text/css" href="assets/css/settings.css" media="screen">
<!-- ConBiz CSS Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css" media="screen">
<!-- Responsive CSS Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css" media="screen">
<!-- Css3 Transitions Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css" media="screen">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="assets/css/slicknav.css" media="screen">
<!-- Selected Preset -->
<link rel="stylesheet" type="text/css" href="assets/css/colors/yellow.css" media="screen" />
<!-- Color CSS Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/colors/yellow.css" title="yellow" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/colors/turquoise.css" title="turquoise" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/colors/emerald.css" title="emerald" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/colors/river.css" title="river" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/colors/wisteria.css" title="wisteria" media="screen" />
<link rel="stylesheet" type="text/css" href="assets/css/colors/alizarin.css" title="alizarin" media="screen" />
<!--[if IE 8]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Full Body Container -->
<div id="container">
<!-- Start Header Section -->
<header id="header-wrap" class="site-header clearfix">
<!-- Start Top Bar -->
<div class="top-bar hidden-xs">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-9">
<!-- Start Contact Info -->
<ul class="contact-details">
<li>
<a href="#">
<i class="icon-envelope">
</i>
email@example.com
</a>
</li>
<li>
<a href="#">
<i class="icon-call-out">
</i>
Call Us: (123) 456- 789
</a>
</li>
<li>
<a href="#">
<i class="icon-clock">
</i>
Sun-Sat <span class="timing">(9am-5pm)</span>
</a>
</li>
</ul>
<!-- End Contact Info -->
</div>
<div class="col-md-5 col-sm-3">
<!-- Start Social Links -->
<ul class="social-list">
<li>
<a href="#" class="social-link facebook" data-toggle="tooltip" data-placement="bottom" title="Facebook" href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#" class="social-link twitter" data-toggle="tooltip" data-placement="bottom" title="Twitter" href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#" class="social-link google" data-toggle="tooltip" data-placement="bottom" title="Google Plus" href="#"><i class="fa fa-google-plus"></i></a>
</li>
<li>
<a href="#" class="social-link dribbble" data-toggle="tooltip" data-placement="bottom" title="Dribble" href="#"><i class="fa fa-dribbble"></i></a>
</li>
<li>
<a href="#" class="social-link linkdin" data-toggle="tooltip" data-placement="bottom" title="Linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
<!-- End Social Links -->
</div>
</div>
</div>
</div>
<!-- End Top Bar -->
<!-- Start Logo & Navigation -->
<div class="navbar navbar-default navbar-top" role="navigation" data-spy="affix" data-offset-top="50">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<!-- Stat Toggle Nav Link For Mobiles -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- End Toggle Nav Link For Mobiles -->
<div class="logo-wrapper">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" alt="ConBiz">
</a>
</div>
</div>
<!-- Brand and toggle menu for mobile ends -->
<div class="navbar-collapse collapse">
<!-- Stat Search -->
<div class="search-side">
<a class="show-search">
<i class="icon-magnifier"></i>
</a>
</div>
<!-- Form for navbar search area -->
<form class="full-search">
<div class="container">
<div class="row">
<input class="form-control" type="text" placeholder="Search...">
<a class="close-search">
<span class="fa fa-times fa-2x">
</span>
</a>
</div>
</div>
</form>
<!-- Search form ends -->
<!-- Start Navigation List -->
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">
Home
</a>
<ul class="dropdown">
<li>
<a href="index-02.html">
Home 2
</a>
</li>
<li>
<a href="index-03.html">
Home 3
</a>
</li>
<li>
<a href="index-04.html">
Home 4
</a>
</li>
<li>
<a href="index-05.html">
Home 5
</a>
</li>
</ul>
</li>
<li>
<a href="features.html">
Features
</a>
</li>
<li>
<a href="#">
Company
</a>
<ul class="dropdown">
<li>
<a href="about.html">
About Us
</a>
</li>
<li>
<a href="certifications.html">
Certifications
</a>
</li>
<li>
<a href="company-history.html">
Company History
</a>
</li>
<li>
<a href="partners.html">
Our Partners
</a>
</li>
<li>
<a href="team.html">
Our Team
</a>
</li>
<li>
<a href="careers.html">
Careers
</a>
</li>
<li>
<a href="Pricing.html">
Pricing
</a>
</li>
<li>
<a href="faq.html">
FAQ
</a>
</li>
<li>
<a href="404.html">
404
</a>
</li>
</ul>
</li>
<li>
<a href="services.html">
Services
</a>
<ul class="dropdown">
<li>
<a href="services.html">
All Services
</a>
</li>
<li>
<a href="services1.html">
Services Layout 01
</a>
</li>
<li>
<a href="services2.html">
Services Layout 02
</a>
</li>
</ul>
</li>
<li>
<a href="projects.html">
Projects
</a>
<ul class="dropdown">
<li>
<a href="projects.html">
Projects layout 1 - Full Width
</a>
</li>
<li>
<a href="projects-2.html">
Projects layout 2 - Boxed 1
</a>
</li>
<li>
<a href="projects-3.html">
Projects layout 3 - Boxed 3
</a>
</li>
<li>
<a href="single-project.html">
Single Project
</a>
</li>
</ul>
</li>
<li>
<a href="blog.html">
Blog
</a>
<ul class="dropdown">
<li>
<a href="blog.html">
Blog - Right sidebar
</a>
</li>
<li>
<a href="blog-left-sidebar.html">
Blog - Left Sidebar
</a>
</li>
<li>
<a href="blog-full-width.html">Blog - Full Width</a>
</li>
<li>
<a href="single-post.html">
Single Post
</a>
</li>
</ul>
</li>
<li><a class="active" href="shop.html">Shop</a></li>
<li>
<a href="contact.html">
Contact
</a>
</li>
</ul>
<!-- End Navigation List -->
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="wpb-mobile-menu">
<li>
<a href="index.html">
Home
</a>
<ul class="dropdown">
<li>
<a href="index-02.html">
Home 2
</a>
</li>
<li>
<a href="index-03.html">
Home 3
</a>
</li>
<li>
<a href="index-04.html">
Home 4
</a>
</li>
<li>
<a href="index-05.html">
Home 5
</a>
</li>
</ul>
</li>
<li>
<a href="features.html">
Features
</a>
</li>
<li>
<a href="#">
Company
</a>
<ul class="dropdown">
<li>
<a href="about.html">
About Us
</a>
</li>
<li>
<a href="certifications.html">
Certifications
</a>
</li>
<li>
<a href="company-history.html">
Company History
</a>
</li>
<li>
<a href="partners.html">
Our Partners
</a>
</li>
<li>
<a href="team.html">
Our Team
</a>
</li>
<li>
<a href="careers.html">
Careers
</a>
</li>
<li>
<a href="Pricing.html">
Pricing
</a>
</li>
<li>
<a href="faq.html">
FAQ
</a>
</li>
<li>
<a href="404.html">
404
</a>
</li>
</ul>
</li>
<li><a href="services.html">Services</a>
<ul class="dropdown">
<li>
<a href="services.html">
All Services
</a>
</li>
<li>
<a href="services1.html">
Services Layout 01
</a>
</li>
<li>
<a href="services2.html">
Services Layout 02
</a>
</li>
</ul>
</li>
<li>
<a href="projects.html">
Projects
</a>
<ul class="dropdown">
<li>
<a href="projects.html">
Projects layout 1 - Full Width
</a>
</li>
<li>
<a href="projects-2.html">
Projects layout 2 - Boxed 1
</a>
</li>
<li>
<a href="projects-3.html">
Projects layout 3 - Boxed 3
</a>
</li>
<li>
<a href="single-project.html">
Single Project
</a>
</li>
</ul>
</li>
<li>
<a href="blog.html">
Blog
</a>
<ul class="dropdown">
<li>
<a href="blog.html">
Blog - Right sidebar
</a>
</li>
<li>
<a href="blog-left-sidebar.html">
Blog - Left Sidebar
</a>
</li>
<li><a href="blog-full-width.html">Blog - Full Width</a></li>
<li>
<a class="active" href="single-post.html">
Single Post
</a>
</li>
</ul>
</li>
<li><a href="shop.html">Shop</a></li>
<li>
<a href="contact.html">
Contact
</a>
</li>
</ul>
<!-- Mobile Menu End -->
</div>
<!-- End Header Logo & Navigation -->
</header>
<!-- End Header Section -->
<!-- Start Page Header -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="entry-title"><span>Our</span> Store</h2>
<div class="breadcrumb">
<span>You are here:</span>
<a href="#">Home</a>
<span class="crumbs-spacer"><i class="fa fa-angle-double-right"></i></span>
<span class="current">Shop</span>
</div>
</div>
</div>
</div>
</div>
<!-- End Page Header -->
<!-- Start Content Section -->
<section id="content" class="error-bg">
<div class="container">
<div class="row">
<div class="error-page">
<h3><a href="https://graygrids.com/item/conbiz-free-bootstrap-template-for-construction-and-builder-company/">You are Using Free Version, Purchase Full Version to Get All Pages</a></h3>
<a href="https://graygrids.com/item/conbiz-free-bootstrap-template-for-construction-and-builder-company/" class="btn btn-larg btn-effect">Purchase Now</a>
</div>
</div>
</div>
</section>
<!-- End Content Section -->
<!-- Start Footer Section -->
<footer>
<div class="container">
<div class="row footer-widgets">
<!-- Start Contact Widget -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget contact-widget">
<h4>
<img src="assets/img/footer-logo.png" class="img-responsive" alt="Footer Logo" />
</h4>
<p>
There are many variations of passages of lorem Ipsum available, but the majority have suffered alteration in some forem there are many varations</p>
</div>
</div>
<!-- End Contact Widget -->
<!-- Start latest Work Posts Widget -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget flickr-widget">
<h4>
Latest Work
</h4>
<ul class="flickr-list">
<li>
<a href="assets/img/work/img-1.jpg" class="lightbox">
<img alt="" src="assets/img/work/img-1.jpg">
</a>
</li>
<li>
<a href="assets/img/work/img-2.jpg" class="lightbox">
<img alt="" src="assets/img/work/img-2.jpg">
</a>
</li>
<li>
<a href="assets/img/work/img-3.jpg" class="lightbox">
<img alt="" src="assets/img/work/img-3.jpg">
</a>
</li>
<li>
<a href="assets/img/work/img-4.jpg" class="lightbox">
<img alt="" src="assets/img/work/img-4.jpg">
</a>
</li>
<li>
<a href="assets/img/work/img-5.jpg" class="lightbox">
<img alt="" src="assets/img/work/img-5.jpg">
</a>
</li>
<li>
<a href="assets/img/work/img-6.jpg" class="lightbox">
<img alt="" src="assets/img/work/img-6.jpg">
</a>
</li>
</ul>
</div>
</div>
<!-- End latest Work Widget -->
<!-- Start Address Widget -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget">
<h4>
ConBiz Office
</h4>
<ul class="address">
<li>
<a href="#"><i class="fa fa-map-marker"></i> 1600 Grant Ave, Dhaka NJ 07078</a>
</li>
<li>
<a href="#"><i class="fa fa-phone"></i> (123) 2014-040 43,(732)506-3420</a>
</li>
<li>
<a href="#"><i class="fa fa-envelope"></i> info@graygrids.com</a>
</li>
<li>
<a href="#"><i class="fa fa-fax"></i> FAX:(123) 123-4567</a>
</li>
</ul>
</div>
</div>
<!-- End Address Widget -->
<!-- Start Text Widget -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget hours-widget">
<h4>
Business Hours
</h4>
<div class="contact-info">
<p>Our support available to help you 24 hours a day, seven days a week.</p>
<ul class="hours">
<li>Monday-Friday: <span>9am to 5pm</span></li>
<li>Saturday: <span>10am to 3pm</span></li>
<li>Sunday: <span>Closed</span></li>
</ul>
</div>
</div>
</div>
<!-- End Text Widget -->
</div>
<!-- .row -->
</div>
</footer>
<!-- End Footer Section -->
<!-- Start Copyright -->
<div class="copyright-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>
Copyright © 2015 ConBiz - Designed & Developed by
<a href="http://graygrids.com">
GrayGrids
</a>
</p>
</div>
</div>
<!-- .row -->
</div>
</div>
<!-- End Copyright -->
</div>
<!-- End Full Body Container -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="fa fa-angle-up"></i>
</a>
<!-- Start Loader -->
<div id="loader">
<div class="square-spin">
<div></div>
</div>
</div>
<!-- Style Switcher -->
<div class="switcher-box">
<a class="open-switcher show-switcher">
<i class="fa fa-cog fa-spin"></i>
</a>
<h4>
Style Switcher
</h4>
<span>
Color Skin
</span>
<ul class="colors-list">
<li>
<a onClick="setActiveStyleSheet('yellow'); return false;" title="Yellow" class="yellow">
</a>
</li>
<li>
<a onClick="setActiveStyleSheet('turquoise'); return false;" title="Turquoise" class="turquoise">
</a>
</li>
<li>
<a onClick="setActiveStyleSheet('emerald'); return false;" title="Emerald" class="emerald">
</a>
</li>
<li>
<a onClick="setActiveStyleSheet('river'); return false;" title="River" class="river">
</a>
</li>
<li>
<a onClick="setActiveStyleSheet('wisteria'); return false;" title="wisteria" class="wisteria">
</a>
</li>
<li>
<a onClick="setActiveStyleSheet('alizarin'); return false;" title="Alizarin" class="alizarin">
</a>
</li>
</ul>
</div>
<!-- Main JS -->
<script type="text/javascript" src="assets/js/jquery-min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/js/modernizrr.js"></script>
<script type="text/javascript" src="assets/js/nivo-lightbox.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.mixitup.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.appear.js"></script>
<script type="text/javascript" src="assets/js/count-to.js"></script>
<script type="text/javascript" src="assets/js/jquery.parallax.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.js"></script>
<script type="text/javascript" src="assets/js/jquery.slicknav.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<!-- Revelosition slider js -->
<script src="assets/js/jquery.themepunch.revolution.min.js"></script>
<script src="assets/js/jquery.themepunch.tools.min.js"></script>
</body>
</html>
|
blog/echarts-2.0.0/funnel.html | liminjun/myprojects | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>EChart 漏斗图使用</title>
</head>
<body>
<!-- 为ECharts准备一个具备大小(宽高)的Dom -->
<div id="main" style="height:500px;width:500px;margin:0 auto;"></div>
<!-- ECharts单文件引入 -->
<script src="echarts-plain.js" type="text/javascript"></script>
<script type="text/javascript">
// 基于准备好的dom,初始化echarts图表
var myChart = echarts.init(document.getElementById('main'));
option = {
title: {
text: '漏斗图',
subtext: '网站ROI分析'
},
tooltip: {
trigger: 'item',
formatter: "{a} <br/>{b} : {c}%"
},
toolbox: {
show: true,
feature: {
mark: {show: true},
dataView: {show: true, readOnly: false},
restore: {show: true},
saveAsImage: {show: true}
}
},
legend: {
data: ['展现', '点击', '访问', '咨询', '订单']
},
calculable: true,
series: [
{
name: '漏斗图',
type: 'funnel',
width:"40%",
data: [
{value: 100, name: '展现'},
{value: 90, name: '点击'},
{value: 60, name: '访问'},
{value: 50, name: '咨询'},
{value: 20, name: '订单'}
]
}
]
};
// 为echarts对象加载数据
myChart.setOption(option);
</script>
</body>
</html>
|
apps/glance/charts.html | yunxu1019/efront | <!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Glance Design Dashboard an Admin Panel Category Flat Bootstrap Responsive Website Template | Charts :: w3layouts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Glance Design Dashboard Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom CSS -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- font-awesome icons CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons CSS -->
<!-- side nav css file -->
<link href='css/SidebarNav.min.css' media='all' rel='stylesheet' type='text/css'/>
<!-- side nav css file -->
<!-- js-->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<!--webfonts-->
<link href="//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
<!--//webfonts-->
<!-- Metis Menu -->
<script src="js/metisMenu.min.js"></script>
<script src="js/custom.js"></script>
<link href="css/custom.css" rel="stylesheet">
<!--//Metis Menu -->
<style>
#chartdiv {
width: 100%;
height: 375px;
}
#chartdiv1 {
width: 100%;
height: 295px;
}
.jqcandlestick-container {
width: 100%;
height: 300px;
}
</style>
</head>
<body class="cbp-spmenu-push">
<div class="main-content">
<div class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1">
<!--left-fixed -navigation-->
<aside class="sidebar-left">
<nav class="navbar navbar-inverse">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a class="navbar-brand" href="index.html"><span class="fa fa-area-chart"></span> Glance<span class="dashboard_text">Design dashboard</span></a></h1>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<a href="index.html">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-laptop"></i>
<span>Components</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="grids.html"><i class="fa fa-angle-right"></i> Grids</a></li>
<li><a href="media.html"><i class="fa fa-angle-right"></i> Media Css</a></li>
</ul>
</li>
<li class="treeview">
<a href="charts.html">
<i class="fa fa-pie-chart"></i>
<span>Charts</span>
<span class="label label-primary pull-right">new</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-laptop"></i>
<span>UI Elements</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="general.html"><i class="fa fa-angle-right"></i> General</a></li>
<li><a href="icons.html"><i class="fa fa-angle-right"></i> Icons</a></li>
<li><a href="buttons.html"><i class="fa fa-angle-right"></i> Buttons</a></li>
<li><a href="typography.html"><i class="fa fa-angle-right"></i> Typography</a></li>
</ul>
</li>
<li>
<a href="widgets.html">
<i class="fa fa-th"></i> <span>Widgets</span>
<small class="label pull-right label-info">08</small>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-edit"></i> <span>Forms</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="forms.html"><i class="fa fa-angle-right"></i> General Forms</a></li>
<li><a href="validation.html"><i class="fa fa-angle-right"></i> Form Validations</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-table"></i> <span>Tables</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="tables.html"><i class="fa fa-angle-right"></i> Simple tables</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-envelope"></i> <span>Mailbox</span>
<i class="fa fa-angle-left pull-right"></i><small class="label pull-right label-info1">08</small><span class="label label-primary1 pull-right">02</span></a>
<ul class="treeview-menu">
<li><a href="inbox.html"><i class="fa fa-angle-right"></i> Mail Inbox</a></li>
<li><a href="compose.html"><i class="fa fa-angle-right"></i> Compose Mail </a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Examples</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="login.html"><i class="fa fa-angle-right"></i> Login</a></li>
<li><a href="signup.html"><i class="fa fa-angle-right"></i> Register</a></li>
<li><a href="404.html"><i class="fa fa-angle-right"></i> 404 Error</a></li>
<li><a href="500.html"><i class="fa fa-angle-right"></i> 500 Error</a></li>
<li><a href="blank-page.html"><i class="fa fa-angle-right"></i> Blank Page</a></li>
</ul>
</li>
<li class="header">LABELS</li>
<li><a href="#"><i class="fa fa-angle-right text-red"></i> <span>Important</span></a></li>
<li><a href="#"><i class="fa fa-angle-right text-yellow"></i> <span>Warning</span></a></li>
<li><a href="#"><i class="fa fa-angle-right text-aqua"></i> <span>Information</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
</aside>
</div>
<!--left-fixed -navigation-->
<!-- header-starts -->
<div class="sticky-header header-section ">
<div class="header-left">
<!--toggle button start-->
<button id="showLeftPush"><i class="fa fa-bars"></i></button>
<!--toggle button end-->
<div class="profile_details_left"><!--notifications of menu start -->
<ul class="nofitications-dropdown">
<li class="dropdown head-dpdn">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-envelope"></i><span class="badge">4</span></a>
<ul class="dropdown-menu">
<li>
<div class="notification_header">
<h3>You have 3 new messages</h3>
</div>
</li>
<li><a href="#">
<div class="user_img"><img src="images/1.jpg" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor amet</p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li class="odd"><a href="#">
<div class="user_img"><img src="images/4.jpg" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li><a href="#">
<div class="user_img"><img src="images/3.jpg" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li>
<div class="notification_bottom">
<a href="#">See all messages</a>
</div>
</li>
</ul>
</li>
<li class="dropdown head-dpdn">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-bell"></i><span class="badge blue">4</span></a>
<ul class="dropdown-menu">
<li>
<div class="notification_header">
<h3>You have 3 new notification</h3>
</div>
</li>
<li><a href="#">
<div class="user_img"><img src="images/4.jpg" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor amet</p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li class="odd"><a href="#">
<div class="user_img"><img src="images/1.jpg" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li><a href="#">
<div class="user_img"><img src="images/3.jpg" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li>
<div class="notification_bottom">
<a href="#">See all notifications</a>
</div>
</li>
</ul>
</li>
<li class="dropdown head-dpdn">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-tasks"></i><span class="badge blue1">8</span></a>
<ul class="dropdown-menu">
<li>
<div class="notification_header">
<h3>You have 8 pending task</h3>
</div>
</li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Database update</span><span class="percentage">40%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar yellow" style="width:40%;"></div>
</div>
</a></li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Dashboard done</span><span class="percentage">90%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar green" style="width:90%;"></div>
</div>
</a></li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Mobile App</span><span class="percentage">33%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar red" style="width: 33%;"></div>
</div>
</a></li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Issues fixed</span><span class="percentage">80%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar blue" style="width: 80%;"></div>
</div>
</a></li>
<li>
<div class="notification_bottom">
<a href="#">See all pending tasks</a>
</div>
</li>
</ul>
</li>
</ul>
<div class="clearfix"> </div>
</div>
<!--notification menu end -->
<div class="clearfix"> </div>
</div>
<div class="header-right">
<!--search-box-->
<div class="search-box">
<form class="input">
<input class="sb-search-input input__field--madoka" placeholder="Search..." type="search" id="input-31" />
<label class="input__label" for="input-31">
<svg class="graphic" width="100%" height="100%" viewBox="0 0 404 77" preserveAspectRatio="none">
<path d="m0,0l404,0l0,77l-404,0l0,-77z"/>
</svg>
</label>
</form>
</div><!--//end-search-box-->
<div class="profile_details">
<ul>
<li class="dropdown profile_details_drop">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<div class="profile_img">
<span class="prfil-img"><img src="images/2.jpg" alt=""> </span>
<div class="user-name">
<p>Admin Name</p>
<span>Administrator</span>
</div>
<i class="fa fa-angle-down lnr"></i>
<i class="fa fa-angle-up lnr"></i>
<div class="clearfix"></div>
</div>
</a>
<ul class="dropdown-menu drp-mnu">
<li> <a href="#"><i class="fa fa-cog"></i> Settings</a> </li>
<li> <a href="#"><i class="fa fa-user"></i> My Account</a> </li>
<li> <a href="#"><i class="fa fa-suitcase"></i> Profile</a> </li>
<li> <a href="#"><i class="fa fa-sign-out"></i> Logout</a> </li>
</ul>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
<!-- //header-ends -->
<!-- main content start-->
<div id="page-wrapper">
<h2 class="title1">Charts</h2>
<div class="charts">
<div class="col-md-4 charts-grids widget">
<div class="card-header">
<h3>Bar chart</h3>
</div>
<div id="container" style="width: 100%; height:270px;">
<canvas id="canvas"></canvas>
</div>
<button id="randomizeData">Randomize Data</button>
<button id="addDataset">Add Dataset</button>
<button id="removeDataset">Remove Dataset</button>
<button id="addData">Add Data</button>
<button id="removeData">Remove Data</button>
</div>
<div class="col-md-4 charts-grids widget states-mdl">
<div class="card-header">
<h3>Column & Line Graph</h3>
</div>
<div id="chartdiv1"></div>
</div>
<div class="clearfix"> </div>
</div>
<!-- for amcharts js -->
<script src="js/amcharts.js"></script>
<script src="js/serial.js"></script>
<script src="js/export.min.js"></script>
<link rel="stylesheet" href="css/export.css" type="text/css" media="all" />
<script src="js/light.js"></script>
<!-- for amcharts js -->
<script src="js/index2.js"></script>
<div class="hight-chat charts">
<div class="col-md-6 w3ls-high charts-grids">
<div class="hightchat-grid">
<script type="text/javascript">
// Generate data
var data = [];
var time = new Date('Dec 1, 2013 12:00').valueOf();
var h = Math.floor(Math.random() * 100);
var l = h - Math.floor(Math.random() * 20);
var o = h - Math.floor(Math.random() * (h - l));
var c = h - Math.floor(Math.random() * (h - l));
var v = Math.floor(Math.random() * 1000);
for (var i = 0; i < 30; i++) {
data.push([time, o, h, l, c, v]);
h += Math.floor(Math.random() * 10 - 5);
l = h - Math.floor(Math.random() * 20);
o = h - Math.floor(Math.random() * (h - l));
c = h - Math.floor(Math.random() * (h - l));
v += Math.floor(Math.random() * 100 - 50);
time += 30 * 60000; // Add 30 minutes
}
</script>
<h4 class="title">Points</h4>
<div id="example-1"></div>
<script type="text/javascript">
$(function() {
$('#example-1').jqCandlestick({
data: data,
theme: 'light',
series: [{
color: '#0099cc',
}],
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</div>
<div class="col-md-6 agileits-high charts-grids">
<div class="hightchat-grid1">
<h4 class="title">Multiple y-axis</h4>
<div id="example-6"></div>
<script type="text/javascript">
$(function() {
$('#example-6').jqCandlestick({
data: data,
theme: 'light',
series: [{
type: 'candlestick',
color: '#ff4f81',
}],
});
});
</script>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- for amcharts js -->
<script src="js/amcharts.js"></script>
<script src="js/serial.js"></script>
<script src="js/export.min.js"></script>
<link rel="stylesheet" href="css/export.css" type="text/css" media="all" />
<script src="js/light.js"></script>
<!-- for amcharts js -->
<div class="charts">
<div class="col-md-6 charts-grids w3ls-high">
<h4 class="title">Stacked Bar Chart</h4>
<div id="chartdiv"></div>
</div>
<div class="col-md-6 content-top-2 charts-grids w3ls-high card agileits-high">
<div class="agileinfo-cdr">
<div class="card-header">
<h3>Line Graph</h3>
</div>
<!-- start-chart -->
<div class="content-graph">
<!--graph-->
<link rel="stylesheet" href="css/graph.css">
<!--//graph-->
<div class="graph-container">
<div id="graph-lines" sytle="height:400px"> </div>
</div>
<!-- //graph script -->
<script src="js/jquery.flot.js"></script>
<script>
$(document).ready(function () {
// Graph Data ##############################################
var graphData = [{
// Visits
data: [ [6, 1300], [7, 1600], [8, 1900], [9, 2100], [10, 2500], [11, 2200], [12, 2000], [13, 1950], [14, 1900], [15, 2000] ],
color: '#34bf49'
}, {
// Returning Visits
data: [ [6, 500], [7, 600], [8, 550], [9, 600], [10, 800], [11, 900], [12, 800], [13, 850], [14, 830], [15, 1000] ],
color: '#ff4c4c',
points: { radius: 4, fillColor: '#fff' }
}
];
// Lines Graph #############################################
$.plot($('#graph-lines'), graphData, {
series: {
points: {
show: true,
radius: 5
},
lines: {
show: true
},
shadowSize: 0
},
grid: {
color: '#7f8c8d',
borderColor: 'transparent',
borderWidth: 20,
hoverable: true
},
xaxis: {
tickColor: 'transparent',
tickDecimals: 2
},
yaxis: {
tickSize: 1000
}
});
// Bars Graph ##############################################
$.plot($('#graph-bars'), graphData, {
series: {
bars: {
show: true,
barWidth: .9,
align: 'center'
},
shadowSize: 0
},
grid: {
color: '#7f8c8d',
borderColor: 'transparent',
borderWidth: 20,
hoverable: true
},
xaxis: {
tickColor: 'transparent',
tickDecimals: 2
},
yaxis: {
tickSize: 1000
}
});
// Graph Toggle ############################################
$('#graph-bars').hide();
$('#lines').on('click', function (e) {
$('#bars').removeClass('active');
$('#graph-bars').fadeOut();
$(this).addClass('active');
$('#graph-lines').fadeIn();
e.preventDefault();
});
$('#bars').on('click', function (e) {
$('#lines').removeClass('active');
$('#graph-lines').fadeOut();
$(this).addClass('active');
$('#graph-bars').fadeIn().removeClass('hidden');
e.preventDefault();
});
// Tooltip #################################################
function showTooltip(x, y, contents) {
$('<div id="tooltip">' + contents + '</div>').css({
top: y - 16,
left: x + 20
}).appendTo('body').fadeIn();
}
var previousPoint = null;
$('#graph-lines, #graph-bars').bind('plothover', function (event, pos, item) {
if (item) {
if (previousPoint != item.dataIndex) {
previousPoint = item.dataIndex;
$('#tooltip').remove();
var x = item.datapoint[0],
y = item.datapoint[1];
showTooltip(item.pageX, item.pageY, y + ' visitors at ' + x + '.00h');
}
} else {
$('#tooltip').remove();
previousPoint = null;
}
});
});
</script>
<!-- //graph script -->
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<script src="js/index.js"></script>
</div>
</div>
<!--footer-->
<div class="footer">
<p>© 2018 Glance Design Dashboard. All Rights Reserved | Design by <a href="https://w3layouts.com/" target="_blank">w3layouts</a></p>
</div>
<!--//footer-->
<!-- new added graphs chart js-->
<script src="js/Chart.bundle.js"></script>
<script src="js/utils.js"></script>
<script>
var MONTHS = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
var color = Chart.helpers.color;
var barChartData = {
labels: ["January", "February", "March", "April", "May", "June", "July"],
datasets: [{
label: 'Dataset 1',
backgroundColor: color(window.chartColors.red).alpha(0.5).rgbString(),
borderColor: window.chartColors.red,
borderWidth: 1,
data: [
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor()
]
}, {
label: 'Dataset 2',
backgroundColor: color(window.chartColors.blue).alpha(0.5).rgbString(),
borderColor: window.chartColors.blue,
borderWidth: 1,
data: [
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor(),
randomScalingFactor()
]
}]
};
window.onload = function() {
var ctx = document.getElementById("canvas").getContext("2d");
window.myBar = new Chart(ctx, {
type: 'bar',
data: barChartData,
options: {
responsive: true,
legend: {
position: 'top',
},
title: {
display: true,
text: 'Chart.js Bar Chart'
}
}
});
};
document.getElementById('randomizeData').addEventListener('click', function() {
var zero = Math.random() < 0.2 ? true : false;
barChartData.datasets.forEach(function(dataset) {
dataset.data = dataset.data.map(function() {
return zero ? 0.0 : randomScalingFactor();
});
});
window.myBar.update();
});
var colorNames = Object.keys(window.chartColors);
document.getElementById('addDataset').addEventListener('click', function() {
var colorName = colorNames[barChartData.datasets.length % colorNames.length];;
var dsColor = window.chartColors[colorName];
var newDataset = {
label: 'Dataset ' + barChartData.datasets.length,
backgroundColor: color(dsColor).alpha(0.5).rgbString(),
borderColor: dsColor,
borderWidth: 1,
data: []
};
for (var index = 0; index < barChartData.labels.length; ++index) {
newDataset.data.push(randomScalingFactor());
}
barChartData.datasets.push(newDataset);
window.myBar.update();
});
document.getElementById('addData').addEventListener('click', function() {
if (barChartData.datasets.length > 0) {
var month = MONTHS[barChartData.labels.length % MONTHS.length];
barChartData.labels.push(month);
for (var index = 0; index < barChartData.datasets.length; ++index) {
//window.myBar.addData(randomScalingFactor(), index);
barChartData.datasets[index].data.push(randomScalingFactor());
}
window.myBar.update();
}
});
document.getElementById('removeDataset').addEventListener('click', function() {
barChartData.datasets.splice(0, 1);
window.myBar.update();
});
document.getElementById('removeData').addEventListener('click', function() {
barChartData.labels.splice(-1, 1); // remove the label first
barChartData.datasets.forEach(function(dataset, datasetIndex) {
dataset.data.pop();
});
window.myBar.update();
});
</script>
<!-- new added graphs chart js-->
<!-- Classie --><!-- for toggle left push menu script -->
<script src="js/classie.js"></script>
<script>
var menuLeft = document.getElementById( 'cbp-spmenu-s1' ),
showLeftPush = document.getElementById( 'showLeftPush' ),
body = document.body;
showLeftPush.onclick = function() {
classie.toggle( this, 'active' );
classie.toggle( body, 'cbp-spmenu-push-toright' );
classie.toggle( menuLeft, 'cbp-spmenu-open' );
disableOther( 'showLeftPush' );
};
function disableOther( button ) {
if( button !== 'showLeftPush' ) {
classie.toggle( showLeftPush, 'disabled' );
}
}
</script>
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<script src="js/jquery.nicescroll.js"></script>
<script src="js/scripts.js"></script>
<!--//scrolling js-->
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.js"> </script>
<!-- candlestick --><!-- for points and multiple y-axis charts js -->
<script type="text/javascript" src="js/jquery.jqcandlestick.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/jqcandlestick.css" />
<!-- //candlestick --><!-- //for points and multiple y-axis charts js -->
<!-- side nav js -->
<script src='js/SidebarNav.min.js' type='text/javascript'></script>
<script>
$('.sidebar-menu').SidebarNav()
</script>
<!-- //side nav js -->
</body>
</html> |
assets/mall/pages/help_center/help_center.html | fancyKai/shike | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>帮助中心</title>
<link rel="stylesheet" href="../../css/reset.css ">
<link rel="stylesheet" href="../../css/help_center.css">
</head>
<body>
<header id="header"></header>
<section id="section">
<div class="transition_line"></div>
<div class="section_content">
<div class="prompt">
<p>为节约您的时间,您可以先看看以下的常见问题进行自助操作,无需等待客服处理。</p>
<p>如果仍无法解决,您可以拨打试客巴客服电话0571-87683530-8406或留下您的意见。谢谢您的理解!</p>
</div>
<!--常见问题-->
<div class="common_problem">
<h1>常见问题</h1>
<!--试客中心-->
<div class="shike_content">
<ul class="about_details">
<li>
<p>关于试客巴</p>
<ul>
<li><a href="shike_aboutShike.html">什么是试客巴?</a></li>
<li><a href="shike_aboutShike.html">何时公布中奖结果?</a></li>
<li><a href="shike_aboutShike.html">中奖奖项都有什么?</a></li>
<li><a href="shike_aboutShike.html">未中奖怎么办?</a></li>
</ul>
</li>
<li>
<p>关于账户 <a href="shike_aboutAccount.html">更多</a></p>
<ul>
<li><a href="shike_aboutAccount.html">注册试客收费么?</a></li>
<li><a href="shike_aboutAccount.html">注册成功之后,用户名可以修改吗?</a></li>
<li><a href="shike_aboutAccount.html">忘记登录用户名怎么办?</a></li>
<li><a href="shike_aboutAccount.html">忘记密码怎么办,怎样找回忘记密码?</a></li>
<li><a href="shike_aboutAccount.html">一个账户可以绑定几个淘宝帐号?</a></li>
</ul>
</li>
<li>
<p>关于试用 <a href="shike_aboutTry.html">更多</a></p>
<ul>
<li><a href="shike_aboutTry.html">获得免费试用资格后需在多久内下单?</a></li>
<li><a href="shike_aboutTry.html">下单需要垫付么?</a></li>
<li><a href="shike_aboutTry.html">商家如何发货?</a></li>
<li><a href="shike_aboutTry.html">商家如何发货?</a></li>
<li><a href="shike_aboutTry.html">收货好评后商家什么时候返款?</a></li>
</ul>
</li>
<li>
<p>试客流程</p>
<ul>
<li><a href="shike_process.html">注册会员</a></li>
<li><a href="shike_process.html">绑定淘宝帐号</a></li>
<li><a href="shike_process.html">申请试用</a></li>
<li><a href="shike_process.html">免费试用领取</a></li>
<li><a href="shike_process.html">评价返款</a></li>
</ul>
</li>
</ul>
</div>
<!--商家中心-->
<div class="merchant_content">
<ul class="about_details">
<li>
<p>关于试客巴</p>
<ul>
<li><a href="merchant_aboutShike.html">试客巴是干什么的?</a></li>
<li><a href="merchant_aboutShike.html">试用推广的好处是什么?</a></li>
<li><a href="merchant_aboutShike.html">试客巴的优势有哪些?</a></li>
<li><a href="merchant_aboutShike.html">是否支持拍A发B?</a></li>
</ul>
</li>
<li>
<p>关于账户 <a href="shike_aboutAccount.html">更多</a></p>
<ul>
<li><a href="shike_aboutAccount.html">注册成功之后,用户名可以修改吗?</a></li>
<li><a href="shike_aboutAccount.html">忘记登录用户名怎么办?</a></li>
<li><a href="shike_aboutAccount.html">忘记密码怎么办,怎样找回忘记密码?</a></li>
<li><a href="shike_aboutAccount.html">一个账户可以绑定几个店铺?</a></li>
<li><a href="shike_aboutAccount.html">支持哪几个平台试用活动?</a></li>
</ul>
</li>
<li>
<p>关于试用 <a href="merchant_aboutTry.html">更多</a></p>
<ul>
<li><a href="merchant_aboutTry.html">商家试用活动支持哪几种搜索/下单渠道?</a></li>
<li><a href="merchant_aboutTry.html">商家发布任务支持哪几种支付方式?</a></li>
<li><a href="merchant_aboutTry.html">商家发布的试用活动需要审核么?审核一般需要多久?</a></li>
<li><a href="merchant_aboutTry.html">审核上线的任务可以中途修改、撤销或者暂停么?</a></li>
<li><a href="merchant_aboutTry.html">审核上线的任务可以中途修改、撤销或者暂停么?</a></li>
</ul>
</li>
<li>
<p>试客流程</p>
<ul>
<li><a href="merchant_process.html">注册会员</a></li>
<li><a href="merchant_process.html">绑定店铺</a></li>
<li><a href="merchant_process.html">发布任务</a></li>
<li><a href="merchant_process.html">物流发货</a></li>
<li><a href="merchant_process.html">返还试客本金</a></li>
</ul>
</li>
</ul>
</div>
<h1>联系我们</h1>
<!--联系我们-->
<div class="contact_us">
<div class="left contact_way">
<p><img src="../../images/bzzz_bg_erji_default.png" alt=""></p>
<p><span>在线客服</span></p>
<p>人工服务时间:周一至周五:9:00-18:00</p>
<p><img src="../../images/login_button_QQ_default.png" alt=""></p>
</div>
<div class="right contact_way">
<p><img src="../../images/bzzz_bg_dinahua_default.png" alt=""></p>
<p><span>电话客服</span></p>
<p>人工服务时间:周一至周五:9:00-18:00</p>
<p>联系电话:0571-87683530-8406</p>
</div>
</div>
</div>
</div>
</section>
<footer id="footer"></footer>
<script src="../../js/jquery-1.10.2.js"></script>
<script>
$(function(){
$('#header').load('../common/merchant_header.html',function(){
$('.details_title').text('帮助中心');
$('.line').css('display','none');
});
$('#footer').load('../common/footer.html');
})
</script>
</body>
</html> |
src/client/app/app.css | abhinavjp/FPS-Frontend | /* margin for all sides is 0px */
.m-0 {
margin: 0;
}
/* margin for top side is 0px */
.m-top-0 {
margin-top: 0;
}
/* margin for right side is 0px */
.m-right-0 {
margin-right: 0;
}
/* margin for bottom side is 0px */
.m-bottom-0 {
margin-bottom: 0;
}
/* margin for left side is 0px */
.m-left-0 {
margin-left: 0;
}
/* margin for all sides is 1px */
.m-1 {
margin: 1px;
}
/* margin for top side is 1px */
.m-top-1 {
margin-top: 1px;
}
/* margin for right side is 1px */
.m-right-1 {
margin-right: 1px;
}
/* margin for bottom side is 1px */
.m-bottom-1 {
margin-bottom: 1px;
}
/* margin for left side is 1px */
.m-left-1 {
margin-left: 1px;
}
/* margin for all sides is 2px */
.m-2 {
margin: 2px;
}
/* margin for top side is 2px */
.m-top-2 {
margin-top: 2px;
}
/* margin for right side is 2px */
.m-right-2 {
margin-right: 2px;
}
/* margin for bottom side is 2px */
.m-bottom-2 {
margin-bottom: 2px;
}
/* margin for left side is 2px */
.m-left-2 {
margin-left: 2px;
}
/* margin for all sides is 3px */
.m-3 {
margin: 3px;
}
/* margin for top side is 3px */
.m-top-3 {
margin-top: 3px;
}
/* margin for right side is 3px */
.m-right-3 {
margin-right: 3px;
}
/* margin for bottom side is 3px */
.m-bottom-3 {
margin-bottom: 3px;
}
/* margin for left side is 3px */
.m-left-3 {
margin-left: 3px;
}
/* margin for all sides is 4px */
.m-4 {
margin: 4px;
}
/* margin for top side is 4px */
.m-top-4 {
margin-top: 4px;
}
/* margin for right side is 4px */
.m-right-4 {
margin-right: 4px;
}
/* margin for bottom side is 4px */
.m-bottom-4 {
margin-bottom: 4px;
}
/* margin for left side is 4px */
.m-left-4 {
margin-left: 4px;
}
/* margin for all sides is 5px */
.m-5 {
margin: 5px;
}
/* margin for top side is 5px */
.m-top-5 {
margin-top: 5px;
}
/* margin for right side is 5px */
.m-right-5 {
margin-right: 5px;
}
/* margin for bottom side is 5px */
.m-bottom-5 {
margin-bottom: 5px;
}
/* margin for left side is 5px */
.m-left-5 {
margin-left: 5px;
}
/* margin for all sides is 6px */
.m-6 {
margin: 6px;
}
/* margin for top side is 6px */
.m-top-6 {
margin-top: 6px;
}
/* margin for right side is 6px */
.m-right-6 {
margin-right: 6px;
}
/* margin for bottom side is 6px */
.m-bottom-6 {
margin-bottom: 6px;
}
/* margin for left side is 6px */
.m-left-6 {
margin-left: 6px;
}
/* margin for all sides is 7px */
.m-7 {
margin: 7px;
}
/* margin for top side is 7px */
.m-top-7 {
margin-top: 7px;
}
/* margin for right side is 7px */
.m-right-7 {
margin-right: 7px;
}
/* margin for bottom side is 7px */
.m-bottom-7 {
margin-bottom: 7px;
}
/* margin for left side is 7px */
.m-left-7 {
margin-left: 7px;
}
/* margin for all sides is 8px */
.m-8 {
margin: 8px;
}
/* margin for top side is 8px */
.m-top-8 {
margin-top: 8px;
}
/* margin for right side is 8px */
.m-right-8 {
margin-right: 8px;
}
/* margin for bottom side is 8px */
.m-bottom-8 {
margin-bottom: 8px;
}
/* margin for left side is 8px */
.m-left-8 {
margin-left: 8px;
}
/* margin for all sides is 9px */
.m-9 {
margin: 9px;
}
/* margin for top side is 9px */
.m-top-9 {
margin-top: 9px;
}
/* margin for right side is 9px */
.m-right-9 {
margin-right: 9px;
}
/* margin for bottom side is 9px */
.m-bottom-9 {
margin-bottom: 9px;
}
/* margin for left side is 9px */
.m-left-9 {
margin-left: 9px;
}
/* margin for all sides is 10px */
.m-10 {
margin: 10px;
}
/* margin for top side is 10px */
.m-top-10 {
margin-top: 10px;
}
/* margin for right side is 10px */
.m-right-10 {
margin-right: 10px;
}
/* margin for bottom side is 10px */
.m-bottom-10 {
margin-bottom: 10px;
}
/* margin for left side is 10px */
.m-left-10 {
margin-left: 10px;
}
/* margin for all sides is 11px */
.m-11 {
margin: 11px;
}
/* margin for top side is 11px */
.m-top-11 {
margin-top: 11px;
}
/* margin for right side is 11px */
.m-right-11 {
margin-right: 11px;
}
/* margin for bottom side is 11px */
.m-bottom-11 {
margin-bottom: 11px;
}
/* margin for left side is 11px */
.m-left-11 {
margin-left: 11px;
}
/* margin for all sides is 12px */
.m-12 {
margin: 12px;
}
/* margin for top side is 12px */
.m-top-12 {
margin-top: 12px;
}
/* margin for right side is 12px */
.m-right-12 {
margin-right: 12px;
}
/* margin for bottom side is 12px */
.m-bottom-12 {
margin-bottom: 12px;
}
/* margin for left side is 12px */
.m-left-12 {
margin-left: 12px;
}
/* margin for all sides is 13px */
.m-13 {
margin: 13px;
}
/* margin for top side is 13px */
.m-top-13 {
margin-top: 13px;
}
/* margin for right side is 13px */
.m-right-13 {
margin-right: 13px;
}
/* margin for bottom side is 13px */
.m-bottom-13 {
margin-bottom: 13px;
}
/* margin for left side is 13px */
.m-left-13 {
margin-left: 13px;
}
/* margin for all sides is 14px */
.m-14 {
margin: 14px;
}
/* margin for top side is 14px */
.m-top-14 {
margin-top: 14px;
}
/* margin for right side is 14px */
.m-right-14 {
margin-right: 14px;
}
/* margin for bottom side is 14px */
.m-bottom-14 {
margin-bottom: 14px;
}
/* margin for left side is 14px */
.m-left-14 {
margin-left: 14px;
}
/* margin for all sides is 15px */
.m-15 {
margin: 15px;
}
/* margin for top side is 15px */
.m-top-15 {
margin-top: 15px;
}
/* margin for right side is 15px */
.m-right-15 {
margin-right: 15px;
}
/* margin for bottom side is 15px */
.m-bottom-15 {
margin-bottom: 15px;
}
/* margin for left side is 15px */
.m-left-15 {
margin-left: 15px;
}
/* margin for all sides is 16px */
.m-16 {
margin: 16px;
}
/* margin for top side is 16px */
.m-top-16 {
margin-top: 16px;
}
/* margin for right side is 16px */
.m-right-16 {
margin-right: 16px;
}
/* margin for bottom side is 16px */
.m-bottom-16 {
margin-bottom: 16px;
}
/* margin for left side is 16px */
.m-left-16 {
margin-left: 16px;
}
/* margin for all sides is 17px */
.m-17 {
margin: 17px;
}
/* margin for top side is 17px */
.m-top-17 {
margin-top: 17px;
}
/* margin for right side is 17px */
.m-right-17 {
margin-right: 17px;
}
/* margin for bottom side is 17px */
.m-bottom-17 {
margin-bottom: 17px;
}
/* margin for left side is 17px */
.m-left-17 {
margin-left: 17px;
}
/* margin for all sides is 18px */
.m-18 {
margin: 18px;
}
/* margin for top side is 18px */
.m-top-18 {
margin-top: 18px;
}
/* margin for right side is 18px */
.m-right-18 {
margin-right: 18px;
}
/* margin for bottom side is 18px */
.m-bottom-18 {
margin-bottom: 18px;
}
/* margin for left side is 18px */
.m-left-18 {
margin-left: 18px;
}
/* margin for all sides is 19px */
.m-19 {
margin: 19px;
}
/* margin for top side is 19px */
.m-top-19 {
margin-top: 19px;
}
/* margin for right side is 19px */
.m-right-19 {
margin-right: 19px;
}
/* margin for bottom side is 19px */
.m-bottom-19 {
margin-bottom: 19px;
}
/* margin for left side is 19px */
.m-left-19 {
margin-left: 19px;
}
/* margin for all sides is 20px */
.m-20 {
margin: 20px;
}
/* margin for top side is 20px */
.m-top-20 {
margin-top: 20px;
}
/* margin for right side is 20px */
.m-right-20 {
margin-right: 20px;
}
/* margin for bottom side is 20px */
.m-bottom-20 {
margin-bottom: 20px;
}
/* margin for left side is 20px */
.m-left-20 {
margin-left: 20px;
}
/* margin for all sides is 21px */
.m-21 {
margin: 21px;
}
/* margin for top side is 21px */
.m-top-21 {
margin-top: 21px;
}
/* margin for right side is 21px */
.m-right-21 {
margin-right: 21px;
}
/* margin for bottom side is 21px */
.m-bottom-21 {
margin-bottom: 21px;
}
/* margin for left side is 21px */
.m-left-21 {
margin-left: 21px;
}
/* margin for all sides is 22px */
.m-22 {
margin: 22px;
}
/* margin for top side is 22px */
.m-top-22 {
margin-top: 22px;
}
/* margin for right side is 22px */
.m-right-22 {
margin-right: 22px;
}
/* margin for bottom side is 22px */
.m-bottom-22 {
margin-bottom: 22px;
}
/* margin for left side is 22px */
.m-left-22 {
margin-left: 22px;
}
/* margin for all sides is 23px */
.m-23 {
margin: 23px;
}
/* margin for top side is 23px */
.m-top-23 {
margin-top: 23px;
}
/* margin for right side is 23px */
.m-right-23 {
margin-right: 23px;
}
/* margin for bottom side is 23px */
.m-bottom-23 {
margin-bottom: 23px;
}
/* margin for left side is 23px */
.m-left-23 {
margin-left: 23px;
}
/* margin for all sides is 24px */
.m-24 {
margin: 24px;
}
/* margin for top side is 24px */
.m-top-24 {
margin-top: 24px;
}
/* margin for right side is 24px */
.m-right-24 {
margin-right: 24px;
}
/* margin for bottom side is 24px */
.m-bottom-24 {
margin-bottom: 24px;
}
/* margin for left side is 24px */
.m-left-24 {
margin-left: 24px;
}
/* margin for all sides is 25px */
.m-25 {
margin: 25px;
}
/* margin for top side is 25px */
.m-top-25 {
margin-top: 25px;
}
/* margin for right side is 25px */
.m-right-25 {
margin-right: 25px;
}
/* margin for bottom side is 25px */
.m-bottom-25 {
margin-bottom: 25px;
}
/* margin for left side is 25px */
.m-left-25 {
margin-left: 25px;
}
/* margin for all sides is 26px */
.m-26 {
margin: 26px;
}
/* margin for top side is 26px */
.m-top-26 {
margin-top: 26px;
}
/* margin for right side is 26px */
.m-right-26 {
margin-right: 26px;
}
/* margin for bottom side is 26px */
.m-bottom-26 {
margin-bottom: 26px;
}
/* margin for left side is 26px */
.m-left-26 {
margin-left: 26px;
}
/* margin for all sides is 27px */
.m-27 {
margin: 27px;
}
/* margin for top side is 27px */
.m-top-27 {
margin-top: 27px;
}
/* margin for right side is 27px */
.m-right-27 {
margin-right: 27px;
}
/* margin for bottom side is 27px */
.m-bottom-27 {
margin-bottom: 27px;
}
/* margin for left side is 27px */
.m-left-27 {
margin-left: 27px;
}
/* margin for all sides is 28px */
.m-28 {
margin: 28px;
}
/* margin for top side is 28px */
.m-top-28 {
margin-top: 28px;
}
/* margin for right side is 28px */
.m-right-28 {
margin-right: 28px;
}
/* margin for bottom side is 28px */
.m-bottom-28 {
margin-bottom: 28px;
}
/* margin for left side is 28px */
.m-left-28 {
margin-left: 28px;
}
/* margin for all sides is 29px */
.m-29 {
margin: 29px;
}
/* margin for top side is 29px */
.m-top-29 {
margin-top: 29px;
}
/* margin for right side is 29px */
.m-right-29 {
margin-right: 29px;
}
/* margin for bottom side is 29px */
.m-bottom-29 {
margin-bottom: 29px;
}
/* margin for left side is 29px */
.m-left-29 {
margin-left: 29px;
}
/* margin for all sides is 30px */
.m-30 {
margin: 30px;
}
/* margin for top side is 30px */
.m-top-30 {
margin-top: 30px;
}
/* margin for right side is 30px */
.m-right-30 {
margin-right: 30px;
}
/* margin for bottom side is 30px */
.m-bottom-30 {
margin-bottom: 30px;
}
/* margin for left side is 30px */
.m-left-30 {
margin-left: 30px;
}
/* padding for all sides is 0px */
.p-0 {
padding: 0;
}
/* padding for top side is 0px */
.p-top-0 {
padding-top: 0;
}
/* padding for right side is 0px */
.p-right-0 {
padding-right: 0;
}
/* padding for bottom side is 0px */
.p-bottom-0 {
padding-bottom: 0;
}
/* padding for left side is 0px */
.p-left-0 {
padding-left: 0;
}
/* padding for all sides is 1px */
.p-1 {
padding: 1px;
}
/* padding for top side is 1px */
.p-top-1 {
padding-top: 1px;
}
/* padding for right side is 1px */
.p-right-1 {
padding-right: 1px;
}
/* padding for bottom side is 1px */
.p-bottom-1 {
padding-bottom: 1px;
}
/* padding for left side is 1px */
.p-left-1 {
padding-left: 1px;
}
/* padding for all sides is 2px */
.p-2 {
padding: 2px;
}
/* padding for top side is 2px */
.p-top-2 {
padding-top: 2px;
}
/* padding for right side is 2px */
.p-right-2 {
padding-right: 2px;
}
/* padding for bottom side is 2px */
.p-bottom-2 {
padding-bottom: 2px;
}
/* padding for left side is 2px */
.p-left-2 {
padding-left: 2px;
}
/* padding for all sides is 3px */
.p-3 {
padding: 3px;
}
/* padding for top side is 3px */
.p-top-3 {
padding-top: 3px;
}
/* padding for right side is 3px */
.p-right-3 {
padding-right: 3px;
}
/* padding for bottom side is 3px */
.p-bottom-3 {
padding-bottom: 3px;
}
/* padding for left side is 3px */
.p-left-3 {
padding-left: 3px;
}
/* padding for all sides is 4px */
.p-4 {
padding: 4px;
}
/* padding for top side is 4px */
.p-top-4 {
padding-top: 4px;
}
/* padding for right side is 4px */
.p-right-4 {
padding-right: 4px;
}
/* padding for bottom side is 4px */
.p-bottom-4 {
padding-bottom: 4px;
}
/* padding for left side is 4px */
.p-left-4 {
padding-left: 4px;
}
/* padding for all sides is 5px */
.p-5 {
padding: 5px;
}
/* padding for top side is 5px */
.p-top-5 {
padding-top: 5px;
}
/* padding for right side is 5px */
.p-right-5 {
padding-right: 5px;
}
/* padding for bottom side is 5px */
.p-bottom-5 {
padding-bottom: 5px;
}
/* padding for left side is 5px */
.p-left-5 {
padding-left: 5px;
}
/* padding for all sides is 6px */
.p-6 {
padding: 6px;
}
/* padding for top side is 6px */
.p-top-6 {
padding-top: 6px;
}
/* padding for right side is 6px */
.p-right-6 {
padding-right: 6px;
}
/* padding for bottom side is 6px */
.p-bottom-6 {
padding-bottom: 6px;
}
/* padding for left side is 6px */
.p-left-6 {
padding-left: 6px;
}
/* padding for all sides is 7px */
.p-7 {
padding: 7px;
}
/* padding for top side is 7px */
.p-top-7 {
padding-top: 7px;
}
/* padding for right side is 7px */
.p-right-7 {
padding-right: 7px;
}
/* padding for bottom side is 7px */
.p-bottom-7 {
padding-bottom: 7px;
}
/* padding for left side is 7px */
.p-left-7 {
padding-left: 7px;
}
/* padding for all sides is 8px */
.p-8 {
padding: 8px;
}
/* padding for top side is 8px */
.p-top-8 {
padding-top: 8px;
}
/* padding for right side is 8px */
.p-right-8 {
padding-right: 8px;
}
/* padding for bottom side is 8px */
.p-bottom-8 {
padding-bottom: 8px;
}
/* padding for left side is 8px */
.p-left-8 {
padding-left: 8px;
}
/* padding for all sides is 9px */
.p-9 {
padding: 9px;
}
/* padding for top side is 9px */
.p-top-9 {
padding-top: 9px;
}
/* padding for right side is 9px */
.p-right-9 {
padding-right: 9px;
}
/* padding for bottom side is 9px */
.p-bottom-9 {
padding-bottom: 9px;
}
/* padding for left side is 9px */
.p-left-9 {
padding-left: 9px;
}
/* padding for all sides is 10px */
.p-10 {
padding: 10px;
}
/* padding for top side is 10px */
.p-top-10 {
padding-top: 10px;
}
/* padding for right side is 10px */
.p-right-10 {
padding-right: 10px;
}
/* padding for bottom side is 10px */
.p-bottom-10 {
padding-bottom: 10px;
}
/* padding for left side is 10px */
.p-left-10 {
padding-left: 10px;
}
/* padding for all sides is 11px */
.p-11 {
padding: 11px;
}
/* padding for top side is 11px */
.p-top-11 {
padding-top: 11px;
}
/* padding for right side is 11px */
.p-right-11 {
padding-right: 11px;
}
/* padding for bottom side is 11px */
.p-bottom-11 {
padding-bottom: 11px;
}
/* padding for left side is 11px */
.p-left-11 {
padding-left: 11px;
}
/* padding for all sides is 12px */
.p-12 {
padding: 12px;
}
/* padding for top side is 12px */
.p-top-12 {
padding-top: 12px;
}
/* padding for right side is 12px */
.p-right-12 {
padding-right: 12px;
}
/* padding for bottom side is 12px */
.p-bottom-12 {
padding-bottom: 12px;
}
/* padding for left side is 12px */
.p-left-12 {
padding-left: 12px;
}
/* padding for all sides is 13px */
.p-13 {
padding: 13px;
}
/* padding for top side is 13px */
.p-top-13 {
padding-top: 13px;
}
/* padding for right side is 13px */
.p-right-13 {
padding-right: 13px;
}
/* padding for bottom side is 13px */
.p-bottom-13 {
padding-bottom: 13px;
}
/* padding for left side is 13px */
.p-left-13 {
padding-left: 13px;
}
/* padding for all sides is 14px */
.p-14 {
padding: 14px;
}
/* padding for top side is 14px */
.p-top-14 {
padding-top: 14px;
}
/* padding for right side is 14px */
.p-right-14 {
padding-right: 14px;
}
/* padding for bottom side is 14px */
.p-bottom-14 {
padding-bottom: 14px;
}
/* padding for left side is 14px */
.p-left-14 {
padding-left: 14px;
}
/* padding for all sides is 15px */
.p-15 {
padding: 15px;
}
/* padding for top side is 15px */
.p-top-15 {
padding-top: 15px;
}
/* padding for right side is 15px */
.p-right-15 {
padding-right: 15px;
}
/* padding for bottom side is 15px */
.p-bottom-15 {
padding-bottom: 15px;
}
/* padding for left side is 15px */
.p-left-15 {
padding-left: 15px;
}
/* padding for all sides is 16px */
.p-16 {
padding: 16px;
}
/* padding for top side is 16px */
.p-top-16 {
padding-top: 16px;
}
/* padding for right side is 16px */
.p-right-16 {
padding-right: 16px;
}
/* padding for bottom side is 16px */
.p-bottom-16 {
padding-bottom: 16px;
}
/* padding for left side is 16px */
.p-left-16 {
padding-left: 16px;
}
/* padding for all sides is 17px */
.p-17 {
padding: 17px;
}
/* padding for top side is 17px */
.p-top-17 {
padding-top: 17px;
}
/* padding for right side is 17px */
.p-right-17 {
padding-right: 17px;
}
/* padding for bottom side is 17px */
.p-bottom-17 {
padding-bottom: 17px;
}
/* padding for left side is 17px */
.p-left-17 {
padding-left: 17px;
}
/* padding for all sides is 18px */
.p-18 {
padding: 18px;
}
/* padding for top side is 18px */
.p-top-18 {
padding-top: 18px;
}
/* padding for right side is 18px */
.p-right-18 {
padding-right: 18px;
}
/* padding for bottom side is 18px */
.p-bottom-18 {
padding-bottom: 18px;
}
/* padding for left side is 18px */
.p-left-18 {
padding-left: 18px;
}
/* padding for all sides is 19px */
.p-19 {
padding: 19px;
}
/* padding for top side is 19px */
.p-top-19 {
padding-top: 19px;
}
/* padding for right side is 19px */
.p-right-19 {
padding-right: 19px;
}
/* padding for bottom side is 19px */
.p-bottom-19 {
padding-bottom: 19px;
}
/* padding for left side is 19px */
.p-left-19 {
padding-left: 19px;
}
/* padding for all sides is 20px */
.p-20 {
padding: 20px;
}
/* padding for top side is 20px */
.p-top-20 {
padding-top: 20px;
}
/* padding for right side is 20px */
.p-right-20 {
padding-right: 20px;
}
/* padding for bottom side is 20px */
.p-bottom-20 {
padding-bottom: 20px;
}
/* padding for left side is 20px */
.p-left-20 {
padding-left: 20px;
}
/* padding for all sides is 21px */
.p-21 {
padding: 21px;
}
/* padding for top side is 21px */
.p-top-21 {
padding-top: 21px;
}
/* padding for right side is 21px */
.p-right-21 {
padding-right: 21px;
}
/* padding for bottom side is 21px */
.p-bottom-21 {
padding-bottom: 21px;
}
/* padding for left side is 21px */
.p-left-21 {
padding-left: 21px;
}
/* padding for all sides is 22px */
.p-22 {
padding: 22px;
}
/* padding for top side is 22px */
.p-top-22 {
padding-top: 22px;
}
/* padding for right side is 22px */
.p-right-22 {
padding-right: 22px;
}
/* padding for bottom side is 22px */
.p-bottom-22 {
padding-bottom: 22px;
}
/* padding for left side is 22px */
.p-left-22 {
padding-left: 22px;
}
/* padding for all sides is 23px */
.p-23 {
padding: 23px;
}
/* padding for top side is 23px */
.p-top-23 {
padding-top: 23px;
}
/* padding for right side is 23px */
.p-right-23 {
padding-right: 23px;
}
/* padding for bottom side is 23px */
.p-bottom-23 {
padding-bottom: 23px;
}
/* padding for left side is 23px */
.p-left-23 {
padding-left: 23px;
}
/* padding for all sides is 24px */
.p-24 {
padding: 24px;
}
/* padding for top side is 24px */
.p-top-24 {
padding-top: 24px;
}
/* padding for right side is 24px */
.p-right-24 {
padding-right: 24px;
}
/* padding for bottom side is 24px */
.p-bottom-24 {
padding-bottom: 24px;
}
/* padding for left side is 24px */
.p-left-24 {
padding-left: 24px;
}
/* padding for all sides is 25px */
.p-25 {
padding: 25px;
}
/* padding for top side is 25px */
.p-top-25 {
padding-top: 25px;
}
/* padding for right side is 25px */
.p-right-25 {
padding-right: 25px;
}
/* padding for bottom side is 25px */
.p-bottom-25 {
padding-bottom: 25px;
}
/* padding for left side is 25px */
.p-left-25 {
padding-left: 25px;
}
/* padding for all sides is 26px */
.p-26 {
padding: 26px;
}
/* padding for top side is 26px */
.p-top-26 {
padding-top: 26px;
}
/* padding for right side is 26px */
.p-right-26 {
padding-right: 26px;
}
/* padding for bottom side is 26px */
.p-bottom-26 {
padding-bottom: 26px;
}
/* padding for left side is 26px */
.p-left-26 {
padding-left: 26px;
}
/* padding for all sides is 27px */
.p-27 {
padding: 27px;
}
/* padding for top side is 27px */
.p-top-27 {
padding-top: 27px;
}
/* padding for right side is 27px */
.p-right-27 {
padding-right: 27px;
}
/* padding for bottom side is 27px */
.p-bottom-27 {
padding-bottom: 27px;
}
/* padding for left side is 27px */
.p-left-27 {
padding-left: 27px;
}
/* padding for all sides is 28px */
.p-28 {
padding: 28px;
}
/* padding for top side is 28px */
.p-top-28 {
padding-top: 28px;
}
/* padding for right side is 28px */
.p-right-28 {
padding-right: 28px;
}
/* padding for bottom side is 28px */
.p-bottom-28 {
padding-bottom: 28px;
}
/* padding for left side is 28px */
.p-left-28 {
padding-left: 28px;
}
/* padding for all sides is 29px */
.p-29 {
padding: 29px;
}
/* padding for top side is 29px */
.p-top-29 {
padding-top: 29px;
}
/* padding for right side is 29px */
.p-right-29 {
padding-right: 29px;
}
/* padding for bottom side is 29px */
.p-bottom-29 {
padding-bottom: 29px;
}
/* padding for left side is 29px */
.p-left-29 {
padding-left: 29px;
}
/* padding for all sides is 30px */
.p-30 {
padding: 30px;
}
/* padding for top side is 30px */
.p-top-30 {
padding-top: 30px;
}
/* padding for right side is 30px */
.p-right-30 {
padding-right: 30px;
}
/* padding for bottom side is 30px */
.p-bottom-30 {
padding-bottom: 30px;
}
/* padding for left side is 30px */
.p-left-30 {
padding-left: 30px;
}
.m-top-minus-22{
margin-top: -22px
} |
doc/Positional/Decorator/Message.html | edhowland/positional | <!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" xml:lang="en" lang="en">
<head>
<meta name="Content-Type" content="text/html; charset=UTF-8" />
<title>Module: Positional::Decorator::Message</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
relpath = '../..';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
if (window.top.frames.main) document.body.className = 'frames';
</script>
<div id="header">
<div id="menu">
<a href="../../_index.html">Index (M)</a> »
<span class='title'><a href="../../Positional.html" title="Positional (module)">Positional</a></span> » <span class='title'><a href="../Decorator.html" title="Positional::Decorator (module)">Decorator</a></span>
»
<span class="title">Message</span>
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
<a id="class_list_link" href="#">Class List</a>
<a id="method_list_link" href="#">Method List</a>
<a id ="file_list_link" href="#">File List</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Module: Positional::Decorator::Message
</h1>
<dl class="box">
<dt class="r1 last">Defined in:</dt>
<dd class="r1 last">lib/positional/decorator/message.rb</dd>
</dl>
<div class="clear"></div>
<h2>Instance Method Summary</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#inject-instance_method" title="#inject (instance method)">- (Object) <strong>inject</strong>(fmt, &block) </a>
</span>
<span class="summary_desc"></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#remove-instance_method" title="#remove (instance method)">- (Object) <strong>remove</strong>(fmt, &block) </a>
</span>
<span class="summary_desc"></span>
</li>
</ul>
<div id="instance_method_details" class="method_details_list">
<h2>Instance Method Details</h2>
<div class="method_details first">
<p class="signature first" id="inject-instance_method">
- (<tt>Object</tt>) <strong>inject</strong>(fmt, &block)
</p><table class="source_code">
<tr>
<td>
<pre class="lines">
4
5
6
7
8
9</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/positional/decorator/message.rb', line 4</span>
<span class='kw'>def</span> <span class='id inject'>inject</span><span class='lparen'>(</span><span class='id fmt'>fmt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id block'>block</span><span class='rparen'>)</span>
<span class='id fmt'>fmt</span><span class='period'>.</span><span class='id each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id f'>f</span><span class='op'>|</span>
<span class='id message'>message</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id f'>f</span><span class='period'>.</span><span class='id to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>=</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id to_sym'>to_sym</span>
<span class='kw'>self</span><span class='period'>.</span><span class='id send'>send</span> <span class='id message'>message</span><span class='comma'>,</span> <span class='kw'>yield</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<p class="signature " id="remove-instance_method">
- (<tt>Object</tt>) <strong>remove</strong>(fmt, &block)
</p><table class="source_code">
<tr>
<td>
<pre class="lines">
10
11
12
13
14</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/positional/decorator/message.rb', line 10</span>
<span class='kw'>def</span> <span class='id remove'>remove</span><span class='lparen'>(</span><span class='id fmt'>fmt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id block'>block</span><span class='rparen'>)</span>
<span class='id fmt'>fmt</span><span class='period'>.</span><span class='id each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id message'>message</span><span class='op'>|</span>
<span class='kw'>yield</span> <span class='kw'>self</span><span class='period'>.</span><span class='id send'>send</span> <span class='id message'>message</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Fri Apr 9 17:09:16 2010 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
0.5.3 (ruby-1.9.1).
</div>
</body>
</html> |
products.html | douweknook/business-website | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Products - Coca-Cola</title>
<!-- Bootstrap -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link href="./css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/products.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<!-- <button> creates hamburger menu button when screen is small -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-left" href="./index.html"><img class="logo" src="./Media/logo_white.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right nav-font">
<li><a href="./index.html">Home</a></li>
<li><a href="./products.html">Products</a></li>
<li><a href="./photos.html">Pictures</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./social.html">Social</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container" id="products">
<div class="row">
<div id="product1"></div>
<div id="product2"></div>
<div id="product3"></div>
</div> <!-- end of products row -->
</div> <!-- end of products container -->
<footer class="navbar navbar-default stylingFoot">
<div class="container text-center">
<p class="navbar-text">Send us a message!</p>
<p class="navbar-text maakWit"><a class="contact-url" href="mailto:coca@cocacola.co" ="" title="Contact me!"><i class="fa fa-envelope icon-contact"></i>coca@cocacola.co</a></p>
<p class="navbar-text">+(0)1 488 - CocaCola</p>
<p class="navbar-text social-contact-footer">
<a href="https://www.instagram.com/cocacola/"><i class= "fa fa-instagram icons-footer"></i></a>
<a href="https://www.facebook.com/cocacolanetherlands/"><i class="fa fa-facebook icons-footer"></i></a>
<a href="https://twitter.com/cocacola_nl?lang=nl"><i class="fa fa-twitter icons-footer"></i></a>
<a href="https://plus.google.com/+Coca-Cola"><i class="fa fa-google-plus icons-footer"></i></a>
</p>
<ul class="nav navbar-nav navbar-right nav-font">
<li><a href="./index.html">Home</a></li>
<li><a href="./products.html">Products</a></li>
<li><a href="./photos.html">Pictures</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./social.html">Social</a></li>
</ul>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="./js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./js/bootstrap.min.js"></script>
<script type="text/javascript">
$( "#product1" ).load( "./templates/products/product1.html" );
$( "#product2" ).load( "./templates/products/product2.html" );
$( "#product3" ).load( "./templates/products/product3.html" );
</script>
</body>
</html> |
public/stylesheets/wide.css | diegovknight/mod07 | body {background: #999;}
#page-wrap:after; {content: "Wide Layout";}
nav {float: left; width: 15%; height: 200px;}
nav span {margin: 0px 100px 0px 0px;}
section {float: right; width: 80%; height: 200px;}
footer {clear: both; display: block;} |
resources/assets/js/handlebars/templates/_search_question.html | xpdavid/Ding | <!--this is the template for search engine question item-->
<!--the template will rendered by javascript template engine `handlebars.js`-->
{{#each questions}}
<div>
<h4><a href="/question/{{id}}">{{{title}}}</a></h4>
<p>{{{content}}}</p>
<hr class="small_hrLight">
</div>
{{/each}} |
components/upload/demo/drag-simple.html | ant-design/010x.ant.design | <div class="code-box" id="demo-drag-simple">
<div class="code-box-demo">
<div id="components-upload-demo-drag-simple"></div>
<script>(function(){'use strict';
var _antd = require('antd');
var Dragger = _antd.Upload.Dragger;
var props = {
name: 'file',
showUploadList: false,
action: '/upload.do'
};
ReactDOM.render(React.createElement(
Dragger,
props,
React.createElement(_antd.Icon, { type: 'plus' })
), document.getElementById('components-upload-demo-drag-simple'));})()</script><div class="highlight"><pre><code class="javascript"><span class="hljs-keyword">import</span> { Upload, Icon } <span class="hljs-keyword">from</span> <span class="hljs-string">'antd'</span>;
<span class="hljs-keyword">const</span> Dragger = Upload.Dragger;
<span class="hljs-keyword">const</span> props = {
name: <span class="hljs-string">'file'</span>,
showUploadList: <span class="hljs-literal">false</span>,
action: <span class="hljs-string">'/upload.do'</span>
};
ReactDOM.render(
<span class="xml"><span class="hljs-tag"><<span class="hljs-title">Dragger</span> {<span class="hljs-attribute">...props</span>}></span>
<span class="hljs-tag"><<span class="hljs-title">Icon</span> <span class="hljs-attribute">type</span>=<span class="hljs-value">"plus"</span> /></span>
<span class="hljs-tag"></<span class="hljs-title">Dragger</span>></span>,
document.getElementById('components-upload-demo-drag-simple')
);</span></code></pre></div><style type="text/css">#components-upload-demo-drag-simple {
width: 246px;
height: 146px;
}</style><div class="highlight"><pre><code class="css"><span class="hljs-id">#components-upload-demo-drag-simple</span> <span class="hljs-rules">{
<span class="hljs-rule"><span class="hljs-attribute">width</span>:<span class="hljs-value"> <span class="hljs-number">246px</span></span></span>;
<span class="hljs-rule"><span class="hljs-attribute">height</span>:<span class="hljs-value"> <span class="hljs-number">146px</span></span></span>;
}</span></code></pre></div>
</div>
<div class="code-box-meta markdown">
<div class="code-box-title">
<a href="#demo-drag-simple">拖拽上传</a>
</div>
<p>样式简单一些。</p>
<span class="collapse anticon anticon-circle-o-right" unselectable="none" style="-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;"></span>
</div>
</div> |
index.en.html | yunxiaocloud/yunxiaocloud.github.io | ---
layout: default
nav: index
permalink: /en/
lang: en
---
{% assign translation = site.data[page.lang] %}
{% for post in site.posts %}
{% if post.lastdate %}{% capture pdate %}<span class="text-muted">{{ post.lastdate | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% else %}{% capture pdate %}<span class="text-muted">{{ post.date | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% endif %}
{% if post.lang contains 'en' %}{% if post.stickie == true %}
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title"><a href="{{ post.url }}"><span class="label label-primary">{{ translation.top }}</span>{{ post.title }}</a></h3>
</div>
<div class="panel-body">
{{ post.excerpt | strip_html }}
<p><a href="{{ post.url }}">{{ translation.readmore }}</a></p>
</div>
<div class="panel-footer">
{% if post.lastdate %}{{ translation.postupdate | replace: 'author', pauthor | replace: 'date', pdate }}{% else %}{{ translation.postinfo | replace: 'author', pauthor | replace: 'date', pdate }}{% endif %}
<p><span class="glyphicon glyphicon-bookmark"></span> <a href="/{{ page.lang }}/categories/#aa{{ post.categories }}"><span class="label label-primary">{{ post.categories }}</span></a></p>
<p><span class="glyphicon glyphicon-tags"></span> {% for tag in post.tags %}<a href="/{{ page.lang }}/tags/#aa{{ tag }}"><span class="label label-primary">{{ tag }}</span></a> {% endfor %}</p>
</div>
</div>
{% endif %}
{% endif %}
{% endfor %}
{% for post in site.posts %}
{% if post.lastdate %}{% capture pdate %}<span class="text-muted">{{ post.lastdate | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% else %}{% capture pdate %}<span class="text-muted">{{ post.date | date:"%B %d, %Y" }}</span>{% endcapture %}{% capture pauthor %}<a class="text-muted" href="#">{{ site.author }}</a>{% endcapture %}{% endif %}
{% if post.lang contains 'en' %}
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><a href="{{ post.url }}">{{ post.title }}</a></h3>
</div>
<div class="panel-body">
{{ post.excerpt | strip_html }}
<p><a href="{{ post.url }}">{{ translation.readmore }}</a></p>
</div>
<div class="panel-footer">
{% if post.lastdate %}{{ translation.postupdate | replace: 'author', pauthor | replace: 'date', pdate }}{% else %}{{ translation.postinfo | replace: 'author', pauthor | replace: 'date', pdate }}{% endif %}
<p><span class="glyphicon glyphicon-bookmark"></span> <a href="/{{ page.lang }}/categories/#aa{{ post.categories }}"><span class="label label-default">{{ post.categories }}</span></a></p>
<p><span class="glyphicon glyphicon-tags"></span> {% for tag in post.tags %}<a href="/{{ page.lang }}/tags/#aa{{ tag }}"><span class="label label-default">{{ tag }}</span></a> {% endfor %}</p>
</div>
</div>
{% endif %}
{% endfor %}
|
static/index.html | JLChnToZ/uniterm | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Uniterm2</title>
</head>
<body>
<script>init()</script>
</body>
</html>
|
includes/wstudent-2.html | natewscott/shoreline | <div class="formrow">
<div class="formitem col1of2">
<label class="label req" for="wsname2">Name</label>
<input type="text" name="wsname2" id="wsname2" placeholder="Name" x-autocompletetype="given-name"/>
</div>
</div>
<div class="formrow">
<div class="formitem">
<div class="label req">Gender</div>
<div class="ticks">
<label>
<input type="radio" name="wgender2" value="Male"/>
<span>Male</span>
</label>
<label>
<input type="radio" name="wgender2" value="Female"/>
<span>Female</span>
</label>
</div>
</div>
</div>
<div class="formrow">
<div class="formitem col1of2">
<label class="label" for="wbmoth2">Date of Birth</label>
<select name="wbmonth2" id="wbmoth2" x-autocompletetype="birth-month">
<option selected="selected">Month</option>
<option value="January">January</option>
<option value="Febuary">Febuary</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
<select name="wbday2" id="wbday2" x-autocompletetype="birth-day">
<option selected="selected">Day</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
<select name="wyear2" id="wyear2" x-autocompletetype="birth-year">
<option selected="selected">Year</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
<option value="2005">2005</option>
<option value="2004">2004</option>
<option value="2003">2003</option>
<option value="2002">2002</option>
<option value="2001">2001</option>
<option value="2000">2000</option>
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
<option value="1979">1979</option>
<option value="1978">1978</option>
<option value="1977">1977</option>
<option value="1976">1976</option>
<option value="1975">1975</option>
<option value="1974">1974</option>
<option value="1973">1973</option>
<option value="1972">1972</option>
<option value="1971">1971</option>
<option value="1970">1970</option>
<option value="1969">1969</option>
<option value="1968">1968</option>
<option value="1967">1967</option>
<option value="1966">1966</option>
<option value="1965">1965</option>
<option value="1964">1964</option>
<option value="1963">1963</option>
<option value="1962">1962</option>
<option value="1961">1961</option>
<option value="1960">1960</option>
<option value="1959">1959</option>
<option value="1958">1958</option>
<option value="1957">1957</option>
<option value="1956">1956</option>
<option value="1955">1955</option>
<option value="1954">1954</option>
<option value="1953">1953</option>
<option value="1952">1952</option>
<option value="1951">1951</option>
<option value="1950">1950</option>
<option value="1949">1949</option>
<option value="1948">1948</option>
<option value="1947">1947</option>
<option value="1946">1946</option>
<option value="1945">1945</option>
<option value="1944">1944</option>
<option value="1943">1943</option>
<option value="1942">1942</option>
<option value="1941">1941</option>
<option value="1940">1940</option>
<option value="1939">1939</option>
<option value="1938">1938</option>
<option value="1937">1937</option>
<option value="1936">1936</option>
<option value="1935">1935</option>
<option value="1934">1934</option>
<option value="1933">1933</option>
<option value="1932">1932</option>
<option value="1931">1931</option>
<option value="1930">1930</option>
</select>
</div>
</div>
<div class="formrow">
<div class="formitem col1of2">
<label class="label" for="wclass2a">Level I</label>
<select id="wclass2a" name="wclass2a" x-autocompletetype="enroll">
<option selected="selected" value="No">Select</option>
<option value="Windsurfing Level I - $195">Windsurfing Level I - $195</option>
</select>
<div class="formitem col1of2">
<label class="label req" for="wdate2a">Level I Date</label>
<select id="wdate2a" name="wdate2a">
<option value="No">Select Date</option>
<option value="1 - June 8-12">June 8-12</option>
<option value="2 - June 15-19">June 15-19</option>
<option value="3 - June 22-26">June 22-26</option>
<option value="4 - June 29-July 3">June 29-July 3</option>
<option value="5 - July 6-10">July 6-10</option>
<option value="6 - July 13-17">July 13-17</option>
<option value="7 - July 20-24">July 20-24</option>
<option value="8 - July 27-31">July 27-31</option>
<option value="9 - August 3-7">August 3-7</option>
<option value="10 - August 10-14">August 10-14</option>
<option value="11 - August 17-21">August 17-21</option>
</select>
</div>
</div>
</div>
<div class="formrow">
<div class="formitem col1of2">
<label class="label" for="wclass2b">Level II</label>
<select id="wclass2b" name="wclass2b" x-autocompletetype="enroll">
<option selected="selected" value="No">Select</option>
<option value="Windsurfing Level II - $105">Windsurfing Level II - $105</option>
</select>
<div class="formitem col1of2">
<label class="label req" for="wdate2b">Level II Date</label>
<select id="wdate2b" name="wdate2b">
<option value="No">Select Date</option>
<option value="1 - June 8-12">June 8-12</option>
<option value="2 - June 15-19">June 15-19</option>
<option value="3 - June 22-26">June 22-26</option>
<option value="4 - June 29-July 3">June 29-July 3</option>
<option value="5 - July 6-10">July 6-10</option>
<option value="6 - July 13-17">July 13-17</option>
<option value="7 - July 20-24">July 20-24</option>
<option value="8 - July 27-31">July 27-31</option>
<option value="9 - August 3-7">August 3-7</option>
<option value="10 - August 10-14">August 10-14</option>
<option value="11 - August 17-21">August 17-21</option>
</select>
</div>
</div>
</div>
<div class="formrow">
<div class="formitem col1of2">
<label class="label" for="wclass2c">Level III</label>
<select id="wclass2c" name="wclass2c" x-autocompletetype="enroll">
<option selected="selected" value="No">Select</option>
<option value="Windsurfing Level III - $170">Windsurfing Level III - $170</option>
</select>
<div class="formitem col1of2">
<label class="label req" for="wdate2c">Level III Date</label>
<select id="wdate2c" name="wdate2c">
<option value="No">Select Date</option>
<option value="1 - June 8-12">June 8-12</option>
<option value="2 - June 15-19">June 15-19</option>
<option value="3 - June 22-26">June 22-26</option>
<option value="4 - June 29-July 3">June 29-July 3</option>
<option value="5 - July 6-10">July 6-10</option>
<option value="6 - July 13-17">July 13-17</option>
<option value="7 - July 20-24">July 20-24</option>
<option value="8 - July 27-31">July 27-31</option>
<option value="9 - August 3-7">August 3-7</option>
<option value="10 - August 10-14">August 10-14</option>
<option value="11 - August 17-21">August 17-21</option>
</select>
</div>
</div>
</div>
|
app/views/home.html | carlosrubio/TimeWatcher | <!DOCTYPE html>
<div class="container" scrolly-scroll ng-controller="homeController">
<div class="jumbotron home">
<h1 translate>WELCOME</h1>
<p translate>SUBTITLE</p>
</div>
<div class="text-center">
<p translate><b>THANKS</b></p>
<p translate>CHECK</p>
</div>
<div class="text-center col-md-4 col-md-offset-4">
<ul class="list-inline">
<li><a angular-ripple href="http://appverse.org/">Appverse.org</a>
</li>
<li><a angular-ripple href="https://twitter.com/appversed">Twitter</a>
</li>
<li><a angular-ripple href="https://github.com/Appverse">GitHub</a>
</li>
<li><a angular-ripple href="https://www.npmjs.com/~appverse">NPM</a>
</li>
</ul>
</div>
</div>
|
templates/index.html | motord/tardis | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Start Bootstrap - SB Admin Version 2.0 Demo</title>
<!-- Core CSS - Include with every page -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Page-Level Plugin CSS - Dashboard -->
<link href="css/plugins/morris/morris-0.4.3.min.css" rel="stylesheet">
<link href="css/plugins/timeline/timeline.css" rel="stylesheet">
<!-- SB Admin CSS - Include with every page -->
<link href="css/sb-admin.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".sidebar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">SB Admin v2.0</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>Read All Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-messages -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-tasks">
<li>
<a href="#">
<div>
<p>
<strong>Task 1</strong>
<span class="pull-right text-muted">40% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 2</strong>
<span class="pull-right text-muted">20% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 3</strong>
<span class="pull-right text-muted">60% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 4</strong>
<span class="pull-right text-muted">80% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Tasks</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-tasks -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-alerts">
<li>
<a href="#">
<div>
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small">12 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
</li>
<li class="divider"></li>
<li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
</nav>
<!-- /.navbar-static-top -->
<nav class="navbar-default navbar-static-side" role="navigation">
<div class="sidebar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<!-- /input-group -->
</li>
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a href="morris.html">Morris.js Charts</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="boxes.html"><i class="fa fa-table fa-fw"></i> Boxes</a>
</li>
<li>
<a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a>
</li>
<li>
<a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="panels-wells.html">Panels and Wells</a>
</li>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="notifications.html">Notifications</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="grid.html">Grid</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Third Level <span class="fa arrow"></span></a>
<ul class="nav nav-third-level">
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
</ul>
<!-- /.nav-third-level -->
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="blank.html">Blank Page</a>
</li>
<li>
<a href="login.html">Login Page</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
<!-- /#side-menu -->
</div>
<!-- /.sidebar-collapse -->
</nav>
<!-- /.navbar-static-side -->
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Dashboard</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-8">
<div class="panel panel-default">
<div class="panel-heading">
<i class="fa fa-bar-chart-o fa-fw"></i> Area Chart Example
<div class="pull-right">
<div class="btn-group">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
Actions
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right" role="menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div id="morris-area-chart"></div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
<i class="fa fa-bar-chart-o fa-fw"></i> Bar Chart Example
<div class="pull-right">
<div class="btn-group">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
Actions
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right" role="menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="row">
<div class="col-lg-4">
<div class="table-responsive">
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th>#</th>
<th>Date</th>
<th>Time</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>3326</td>
<td>10/21/2013</td>
<td>3:29 PM</td>
<td>$321.33</td>
</tr>
<tr>
<td>3325</td>
<td>10/21/2013</td>
<td>3:20 PM</td>
<td>$234.34</td>
</tr>
<tr>
<td>3324</td>
<td>10/21/2013</td>
<td>3:03 PM</td>
<td>$724.17</td>
</tr>
<tr>
<td>3323</td>
<td>10/21/2013</td>
<td>3:00 PM</td>
<td>$23.71</td>
</tr>
<tr>
<td>3322</td>
<td>10/21/2013</td>
<td>2:49 PM</td>
<td>$8345.23</td>
</tr>
<tr>
<td>3321</td>
<td>10/21/2013</td>
<td>2:23 PM</td>
<td>$245.12</td>
</tr>
<tr>
<td>3320</td>
<td>10/21/2013</td>
<td>2:15 PM</td>
<td>$5663.54</td>
</tr>
<tr>
<td>3319</td>
<td>10/21/2013</td>
<td>2:13 PM</td>
<td>$943.45</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.col-lg-4 (nested) -->
<div class="col-lg-8">
<div id="morris-bar-chart"></div>
</div>
<!-- /.col-lg-8 (nested) -->
</div>
<!-- /.row -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
<i class="fa fa-clock-o fa-fw"></i> Timeline
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<ul class="timeline">
<li>
<div class="timeline-badge"><i class="fa fa-check"></i>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
<p>
<small class="text-muted"><i class="fa fa-time"></i> 11 hours ago via Twitter</small>
</p>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="fa fa-credit-card"></i>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge danger"><i class="fa fa-credit-card"></i>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge info"><i class="fa fa-save"></i>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
<hr>
<div class="btn-group">
<button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-cog"></i>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge success"><i class="fa fa-thumbs-up"></i>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Timeline Event</h4>
</div>
<div class="timeline-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vel justo eu mi scelerisque vulputate. Aliquam in metus eu lectus aliquet egestas.</p>
</div>
</div>
</li>
</ul>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-8 -->
<div class="col-lg-4">
<div class="panel panel-default">
<div class="panel-heading">
<i class="fa fa-bell fa-fw"></i> Notifications Panel
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="list-group">
<a href="#" class="list-group-item">
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small"><em>4 minutes ago</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small"><em>12 minutes ago</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small"><em>27 minutes ago</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small"><em>43 minutes ago</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small"><em>11:32 AM</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-bolt fa-fw"></i> Server Crashed!
<span class="pull-right text-muted small"><em>11:13 AM</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-warning fa-fw"></i> Server Not Responding
<span class="pull-right text-muted small"><em>10:57 AM</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-shopping-cart fa-fw"></i> New Order Placed
<span class="pull-right text-muted small"><em>9:49 AM</em>
</span>
</a>
<a href="#" class="list-group-item">
<i class="fa fa-money fa-fw"></i> Payment Received
<span class="pull-right text-muted small"><em>Yesterday</em>
</span>
</a>
</div>
<!-- /.list-group -->
<a href="#" class="btn btn-default btn-block">View All Alerts</a>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
<i class="fa fa-bar-chart-o fa-fw"></i> Donut Chart Example
</div>
<div class="panel-body">
<div id="morris-donut-chart"></div>
<a href="#" class="btn btn-default btn-block">View Details</a>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="chat-panel panel panel-default">
<div class="panel-heading">
<i class="fa fa-comments fa-fw"></i>
Chat
<div class="btn-group pull-right">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-chevron-down"></i>
</button>
<ul class="dropdown-menu slidedown">
<li>
<a href="#">
<i class="fa fa-refresh fa-fw"></i> Refresh
</a>
</li>
<li>
<a href="#">
<i class="fa fa-check-circle fa-fw"></i> Available
</a>
</li>
<li>
<a href="#">
<i class="fa fa-times fa-fw"></i> Busy
</a>
</li>
<li>
<a href="#">
<i class="fa fa-clock-o fa-fw"></i> Away
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<i class="fa fa-sign-out fa-fw"></i> Sign Out
</a>
</li>
</ul>
</div>
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<ul class="chat">
<li class="left clearfix">
<span class="chat-img pull-left">
<img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
<strong class="primary-font">Jack Sparrow</strong>
<small class="pull-right text-muted">
<i class="fa fa-clock-o fa-fw"></i> 12 mins ago
</small>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales.
</p>
</div>
</li>
<li class="right clearfix">
<span class="chat-img pull-right">
<img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
<small class=" text-muted">
<i class="fa fa-clock-o fa-fw"></i> 13 mins ago</small>
<strong class="pull-right primary-font">Bhaumik Patel</strong>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales.
</p>
</div>
</li>
<li class="left clearfix">
<span class="chat-img pull-left">
<img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
<strong class="primary-font">Jack Sparrow</strong>
<small class="pull-right text-muted">
<i class="fa fa-clock-o fa-fw"></i> 14 mins ago</small>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales.
</p>
</div>
</li>
<li class="right clearfix">
<span class="chat-img pull-right">
<img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
<small class=" text-muted">
<i class="fa fa-clock-o fa-fw"></i> 15 mins ago</small>
<strong class="pull-right primary-font">Bhaumik Patel</strong>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur bibendum ornare dolor, quis ullamcorper ligula sodales.
</p>
</div>
</li>
</ul>
</div>
<!-- /.panel-body -->
<div class="panel-footer">
<div class="input-group">
<input id="btn-input" type="text" class="form-control input-sm" placeholder="Type your message here..." />
<span class="input-group-btn">
<button class="btn btn-warning btn-sm" id="btn-chat">
Send
</button>
</span>
</div>
</div>
<!-- /.panel-footer -->
</div>
<!-- /.panel .chat-panel -->
</div>
<!-- /.col-lg-4 -->
</div>
<!-- /.row -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- Core Scripts - Include with every page -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
<!-- Page-Level Plugin Scripts - Dashboard -->
<script src="js/plugins/morris/raphael-2.1.0.min.js"></script>
<script src="js/plugins/morris/morris.js"></script>
<!-- SB Admin Scripts - Include with every page -->
<script src="js/sb-admin.js"></script>
<!-- Page-Level Demo Scripts - Dashboard - Use for reference -->
<script src="js/demo/dashboard-demo.js"></script>
</body>
</html>
|
plotMap/Jigglypuff,胖丁map.html | behappycc/pokemon-crawler | <html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Google Maps - pygmaps </title>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=visualization&sensor=true_or_false"></script>
<script type="text/javascript">
function initialize() {
var centerlatlng = new google.maps.LatLng(25.100000, 121.500000);
var myOptions = {
zoom: 11,
center: centerlatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
var heatmap_points = [
new google.maps.LatLng(25.136801, 121.539009),
new google.maps.LatLng(25.181147, 121.438431),
new google.maps.LatLng(25.078831, 121.492699),
new google.maps.LatLng(25.038374, 121.580750),
new google.maps.LatLng(25.111759, 121.531334),
new google.maps.LatLng(25.150188, 121.515633),
new google.maps.LatLng(25.051104, 121.559433),
new google.maps.LatLng(25.025318, 121.454681),
new google.maps.LatLng(25.087158, 121.433968),
new google.maps.LatLng(25.095621, 121.524559),
new google.maps.LatLng(25.085291, 121.546234),
new google.maps.LatLng(25.053144, 121.509209),
new google.maps.LatLng(24.998549, 121.484673),
new google.maps.LatLng(25.096926, 121.587524),
new google.maps.LatLng(25.052366, 121.506180),
new google.maps.LatLng(25.089455, 121.591446),
new google.maps.LatLng(25.062840, 121.449593),
new google.maps.LatLng(24.963255, 121.215637),
new google.maps.LatLng(25.182528, 121.447357),
new google.maps.LatLng(24.993105, 121.589310),
new google.maps.LatLng(25.177185, 121.464409),
new google.maps.LatLng(25.179523, 121.453072),
new google.maps.LatLng(25.131952, 121.550072),
new google.maps.LatLng(24.985725, 121.343666),
new google.maps.LatLng(25.088125, 121.592514),
new google.maps.LatLng(25.009653, 121.535172),
new google.maps.LatLng(25.030790, 121.575310),
new google.maps.LatLng(24.993935, 121.439232),
new google.maps.LatLng(25.058743, 121.554794),
new google.maps.LatLng(24.988594, 121.465927),
new google.maps.LatLng(25.063763, 121.605179),
new google.maps.LatLng(25.125778, 121.539368),
new google.maps.LatLng(24.989513, 121.231735),
new google.maps.LatLng(25.133722, 121.536598),
new google.maps.LatLng(25.092209, 121.569954),
new google.maps.LatLng(24.969864, 121.543648),
new google.maps.LatLng(25.164839, 121.449593),
new google.maps.LatLng(24.989182, 121.509743),
new google.maps.LatLng(24.959686, 121.508942),
new google.maps.LatLng(25.003395, 121.467888),
new google.maps.LatLng(25.069178, 121.512245),
new google.maps.LatLng(25.001574, 121.542038),
new google.maps.LatLng(25.176558, 121.459679),
new google.maps.LatLng(25.137016, 121.542305),
new google.maps.LatLng(24.966785, 121.380028),
new google.maps.LatLng(24.993141, 121.590553),
new google.maps.LatLng(25.053757, 121.600182),
new google.maps.LatLng(25.061518, 121.509567),
new google.maps.LatLng(25.063198, 121.494667),
new google.maps.LatLng(25.063766, 121.545433),
new google.maps.LatLng(24.968014, 121.545517),
new google.maps.LatLng(25.098188, 121.587791),
new google.maps.LatLng(24.986126, 121.574593),
new google.maps.LatLng(25.137283, 121.548195),
new google.maps.LatLng(25.143145, 121.548637),
new google.maps.LatLng(25.122272, 121.466286),
new google.maps.LatLng(25.066364, 121.481544),
new google.maps.LatLng(24.938530, 121.373772),
new google.maps.LatLng(25.052992, 121.390030),
new google.maps.LatLng(25.113367, 121.567017),
new google.maps.LatLng(25.033665, 121.523666),
new google.maps.LatLng(25.043661, 121.314171),
new google.maps.LatLng(24.932764, 121.369308),
new google.maps.LatLng(24.991405, 121.460304),
new google.maps.LatLng(25.092865, 121.530975),
new google.maps.LatLng(24.975321, 121.326683),
new google.maps.LatLng(25.062031, 121.550690),
new google.maps.LatLng(25.164898, 121.394318),
new google.maps.LatLng(25.035618, 121.506889),
new google.maps.LatLng(25.147457, 121.445930),
new google.maps.LatLng(24.972080, 121.393600),
new google.maps.LatLng(25.061052, 121.539368),
new google.maps.LatLng(25.045115, 121.448074),
new google.maps.LatLng(25.052809, 121.524734),
new google.maps.LatLng(25.013584, 121.544540),
new google.maps.LatLng(25.014137, 121.509743),
new google.maps.LatLng(24.978317, 121.239517),
new google.maps.LatLng(25.021799, 121.534637),
new google.maps.LatLng(24.940510, 121.364571),
new google.maps.LatLng(25.031853, 121.609459),
new google.maps.LatLng(25.089495, 121.591621),
new google.maps.LatLng(25.143946, 121.499573),
new google.maps.LatLng(25.069096, 121.531960),
new google.maps.LatLng(25.003090, 121.305145),
new google.maps.LatLng(24.950735, 121.342056),
new google.maps.LatLng(25.066547, 121.281906),
new google.maps.LatLng(25.101826, 121.539719),
new google.maps.LatLng(24.961102, 121.428162),
new google.maps.LatLng(25.147614, 121.505821),
new google.maps.LatLng(25.024136, 121.536690),
new google.maps.LatLng(25.018911, 121.571205),
new google.maps.LatLng(24.968285, 121.436821),
new google.maps.LatLng(25.028790, 121.517593),
new google.maps.LatLng(25.000519, 121.556046),
new google.maps.LatLng(25.037008, 121.609367),
new google.maps.LatLng(25.154425, 121.458961),
new google.maps.LatLng(25.016300, 121.515007),
new google.maps.LatLng(25.009680, 121.476456),
new google.maps.LatLng(25.080236, 121.597153),
new google.maps.LatLng(25.012323, 121.513939),
new google.maps.LatLng(25.101460, 121.572189),
new google.maps.LatLng(25.024164, 121.421379),
new google.maps.LatLng(24.965837, 121.436287),
new google.maps.LatLng(25.175173, 121.452896),
new google.maps.LatLng(25.043941, 121.509567),
new google.maps.LatLng(25.036001, 121.517593),
new google.maps.LatLng(24.952135, 121.538651),
new google.maps.LatLng(24.962088, 121.342857),
new google.maps.LatLng(24.948753, 121.379761),
new google.maps.LatLng(25.107256, 121.527588),
new google.maps.LatLng(25.139608, 121.530266),
new google.maps.LatLng(24.981558, 121.541145),
new google.maps.LatLng(25.002621, 121.319267),
new google.maps.LatLng(25.062325, 121.579674),
new google.maps.LatLng(25.035372, 121.300232),
new google.maps.LatLng(25.082388, 121.564873),
new google.maps.LatLng(25.102228, 121.451019),
new google.maps.LatLng(24.963905, 121.563004),
new google.maps.LatLng(25.112572, 121.558807),
new google.maps.LatLng(25.077263, 121.524376),
new google.maps.LatLng(25.088526, 121.585564),
new google.maps.LatLng(24.980972, 121.572540),
new google.maps.LatLng(25.162380, 121.484673),
new google.maps.LatLng(25.018133, 121.407089),
new google.maps.LatLng(25.068695, 121.593056),
new google.maps.LatLng(25.068537, 121.451111),
new google.maps.LatLng(24.997835, 121.307381),
new google.maps.LatLng(25.111977, 121.562378),
new google.maps.LatLng(25.075342, 121.534996),
new google.maps.LatLng(25.105291, 121.520096),
new google.maps.LatLng(25.042835, 121.358231),
new google.maps.LatLng(25.156919, 121.462799),
new google.maps.LatLng(24.955921, 121.474052),
new google.maps.LatLng(25.097157, 121.456017),
new google.maps.LatLng(25.010990, 121.423073),
new google.maps.LatLng(25.004601, 121.518936),
new google.maps.LatLng(25.015474, 121.471909),
new google.maps.LatLng(25.025146, 121.565140),
new google.maps.LatLng(25.064163, 121.482437),
new google.maps.LatLng(25.092363, 121.526070),
new google.maps.LatLng(24.953382, 121.355995),
new google.maps.LatLng(25.023502, 121.259193),
new google.maps.LatLng(25.062235, 121.593056),
new google.maps.LatLng(25.040371, 121.590202),
new google.maps.LatLng(25.001856, 121.617210),
new google.maps.LatLng(25.012037, 121.267418),
new google.maps.LatLng(25.176144, 121.459679),
new google.maps.LatLng(25.019764, 121.498505),
new google.maps.LatLng(25.015841, 121.259285),
new google.maps.LatLng(25.161629, 121.455482),
new google.maps.LatLng(25.024916, 121.524559),
new google.maps.LatLng(25.073576, 121.578339),
new google.maps.LatLng(25.007519, 121.590019),
new google.maps.LatLng(25.074114, 121.467262),
new google.maps.LatLng(25.147444, 121.512512),
new google.maps.LatLng(25.025225, 121.559875),
new google.maps.LatLng(24.999102, 121.622917),
new google.maps.LatLng(25.117266, 121.463249),
new google.maps.LatLng(25.067537, 121.587074),
new google.maps.LatLng(24.986444, 121.564781),
new google.maps.LatLng(25.136263, 121.538826),
new google.maps.LatLng(24.995888, 121.545074),
new google.maps.LatLng(25.064516, 121.550690),
new google.maps.LatLng(24.983591, 121.341072),
new google.maps.LatLng(25.136669, 121.462173),
new google.maps.LatLng(25.039831, 121.533386),
new google.maps.LatLng(24.989210, 121.568176),
new google.maps.LatLng(24.992510, 121.423698),
new google.maps.LatLng(24.977818, 121.463425),
new google.maps.LatLng(25.037527, 121.482529),
new google.maps.LatLng(24.994259, 121.483505),
new google.maps.LatLng(25.067690, 121.573792),
new google.maps.LatLng(25.049507, 121.617836),
new google.maps.LatLng(25.020134, 121.557915),
new google.maps.LatLng(25.098103, 121.588509),
new google.maps.LatLng(25.050167, 121.513763),
new google.maps.LatLng(24.945625, 121.374306),
new google.maps.LatLng(25.136259, 121.523041),
new google.maps.LatLng(25.024351, 121.470123),
new google.maps.LatLng(24.937792, 121.362335),
new google.maps.LatLng(25.033852, 121.628708),
new google.maps.LatLng(24.961632, 121.480835),
new google.maps.LatLng(24.989677, 121.598221),
new google.maps.LatLng(24.949991, 121.550606),
new google.maps.LatLng(25.116842, 121.517509),
new google.maps.LatLng(25.000990, 121.543465),
new google.maps.LatLng(25.039068, 121.552116),
new google.maps.LatLng(25.023989, 121.536957),
new google.maps.LatLng(25.040489, 121.580215),
new google.maps.LatLng(24.998760, 121.582176),
new google.maps.LatLng(24.977421, 121.583061),
new google.maps.LatLng(24.931612, 121.355011),
new google.maps.LatLng(25.160122, 121.535347),
new google.maps.LatLng(25.129486, 121.566124),
new google.maps.LatLng(25.140520, 121.507423),
new google.maps.LatLng(25.024885, 121.454056),
new google.maps.LatLng(25.127901, 121.553192),
new google.maps.LatLng(25.117659, 121.462982),
new google.maps.LatLng(25.112091, 121.531334),
new google.maps.LatLng(25.063196, 121.456551),
new google.maps.LatLng(25.028538, 121.518669),
new google.maps.LatLng(25.074909, 121.582176),
new google.maps.LatLng(24.947327, 121.230576),
new google.maps.LatLng(25.051922, 121.523933),
new google.maps.LatLng(25.176579, 121.459587),
new google.maps.LatLng(25.016685, 121.502426),
new google.maps.LatLng(25.021746, 121.585205),
new google.maps.LatLng(25.034756, 121.630493),
new google.maps.LatLng(25.053404, 121.459053),
new google.maps.LatLng(24.976461, 121.327133),
new google.maps.LatLng(24.963041, 121.433342),
new google.maps.LatLng(25.143003, 121.490562),
new google.maps.LatLng(24.993618, 121.533569),
new google.maps.LatLng(25.062546, 121.518936),
new google.maps.LatLng(25.026379, 121.472443),
new google.maps.LatLng(25.133299, 121.560860),
new google.maps.LatLng(25.007627, 121.475655),
new google.maps.LatLng(25.040274, 121.576553),
new google.maps.LatLng(25.020077, 121.535973),
new google.maps.LatLng(25.139032, 121.529198),
new google.maps.LatLng(25.054255, 121.599831),
new google.maps.LatLng(25.081505, 121.470749),
new google.maps.LatLng(25.177301, 121.466728),
new google.maps.LatLng(24.979298, 121.605354),
new google.maps.LatLng(25.044291, 121.503853),
new google.maps.LatLng(25.012548, 121.453606),
new google.maps.LatLng(25.030704, 121.611862),
new google.maps.LatLng(25.027849, 121.309349),
new google.maps.LatLng(25.069878, 121.592964),
new google.maps.LatLng(25.006821, 121.510193),
new google.maps.LatLng(24.983582, 121.429947),
new google.maps.LatLng(25.139393, 121.549088),
new google.maps.LatLng(25.014622, 121.515099),
new google.maps.LatLng(25.098871, 121.549088),
new google.maps.LatLng(25.047234, 121.576912),
new google.maps.LatLng(25.114344, 121.555862),
new google.maps.LatLng(25.032911, 121.443878),
new google.maps.LatLng(24.946049, 121.497787),
new google.maps.LatLng(24.962887, 121.279137),
new google.maps.LatLng(25.083139, 121.545158),
new google.maps.LatLng(25.127975, 121.471992),
new google.maps.LatLng(24.965763, 121.542038),
new google.maps.LatLng(25.111383, 121.537849),
new google.maps.LatLng(25.113979, 121.574951),
new google.maps.LatLng(25.051340, 121.445930),
new google.maps.LatLng(25.089928, 121.523399),
new google.maps.LatLng(24.985149, 121.467529),
new google.maps.LatLng(25.127781, 121.541061),
new google.maps.LatLng(25.137537, 121.546768),
new google.maps.LatLng(25.057779, 121.615074),
new google.maps.LatLng(24.932449, 121.373863),
new google.maps.LatLng(24.969965, 121.392708),
new google.maps.LatLng(25.017723, 121.524826),
new google.maps.LatLng(25.127199, 121.518578),
new google.maps.LatLng(25.019604, 121.336517),
new google.maps.LatLng(25.081791, 121.546326),
new google.maps.LatLng(24.993103, 121.589661),
new google.maps.LatLng(25.147676, 121.522415),
new google.maps.LatLng(25.131868, 121.466370),
new google.maps.LatLng(25.001015, 121.608833),
new google.maps.LatLng(24.997328, 121.583687),
new google.maps.LatLng(25.038366, 121.600807),
new google.maps.LatLng(24.931053, 121.353493),
new google.maps.LatLng(24.965443, 121.554352),
new google.maps.LatLng(25.003616, 121.598846),
new google.maps.LatLng(25.001137, 121.615341),
new google.maps.LatLng(25.124529, 121.407265),
new google.maps.LatLng(25.113266, 121.566750),
new google.maps.LatLng(25.111559, 121.563446),
new google.maps.LatLng(24.997759, 121.485565),
new google.maps.LatLng(25.044603, 121.324722),
new google.maps.LatLng(25.051666, 121.518669),
new google.maps.LatLng(25.039928, 121.449326),
new google.maps.LatLng(25.114601, 121.553009),
new google.maps.LatLng(24.972286, 121.394142),
new google.maps.LatLng(24.965111, 121.437271),
new google.maps.LatLng(25.002148, 121.598404),
new google.maps.LatLng(24.984406, 121.545609),
new google.maps.LatLng(24.983215, 121.448875),
new google.maps.LatLng(25.017130, 121.558365),
new google.maps.LatLng(24.960051, 121.390388),
new google.maps.LatLng(25.064342, 121.376633),
new google.maps.LatLng(24.972500, 121.498505),
new google.maps.LatLng(25.023081, 121.569687),
new google.maps.LatLng(25.077187, 121.405746),
new google.maps.LatLng(25.031139, 121.529465),
new google.maps.LatLng(24.985922, 121.587074),
new google.maps.LatLng(24.987295, 121.416557),
new google.maps.LatLng(25.068842, 121.520004),
new google.maps.LatLng(25.145693, 121.446732),
new google.maps.LatLng(25.108849, 121.534187),
new google.maps.LatLng(25.102385, 121.610352),
new google.maps.LatLng(25.085617, 121.489578),
new google.maps.LatLng(25.077429, 121.483154),
new google.maps.LatLng(24.988960, 121.489136),
new google.maps.LatLng(25.010134, 121.458611),
new google.maps.LatLng(25.047014, 121.528931),
new google.maps.LatLng(25.132006, 121.524559),
new google.maps.LatLng(24.988016, 121.431198),
new google.maps.LatLng(24.997759, 121.423248),
new google.maps.LatLng(24.964378, 121.548996),
new google.maps.LatLng(25.088001, 121.587074),
new google.maps.LatLng(25.010897, 121.487526),
new google.maps.LatLng(25.047073, 121.523399),
new google.maps.LatLng(25.068781, 121.398422),
new google.maps.LatLng(25.143888, 121.532494),
new google.maps.LatLng(24.970592, 121.432625),
new google.maps.LatLng(24.989445, 121.466553),
new google.maps.LatLng(25.068422, 121.401375),
new google.maps.LatLng(24.963654, 121.485649),
new google.maps.LatLng(25.052622, 121.318466),
new google.maps.LatLng(25.018873, 121.570312),
new google.maps.LatLng(25.076719, 121.525627),
new google.maps.LatLng(25.067175, 121.617035),
new google.maps.LatLng(25.088696, 121.525803),
new google.maps.LatLng(25.008400, 121.508049),
new google.maps.LatLng(24.992769, 121.590378),
new google.maps.LatLng(25.057997, 121.542488),
new google.maps.LatLng(25.162340, 121.484131),
new google.maps.LatLng(24.966146, 121.375290),
new google.maps.LatLng(25.065126, 121.455750),
new google.maps.LatLng(25.157501, 121.435661),
new google.maps.LatLng(25.097382, 121.587700),
new google.maps.LatLng(24.946602, 121.510994),
new google.maps.LatLng(24.967291, 121.263756),
new google.maps.LatLng(25.106218, 121.573433),
new google.maps.LatLng(25.118368, 121.537048),
new google.maps.LatLng(25.155500, 121.529999),
new google.maps.LatLng(25.025743, 121.509743),
new google.maps.LatLng(25.032787, 121.590736),
new google.maps.LatLng(25.131672, 121.513672),
new google.maps.LatLng(24.994484, 121.422356),
new google.maps.LatLng(25.095997, 121.517326),
new google.maps.LatLng(25.051180, 121.561577),
new google.maps.LatLng(25.059441, 121.510635),
new google.maps.LatLng(25.119057, 121.547478),
new google.maps.LatLng(25.122105, 121.563004),
new google.maps.LatLng(24.989025, 121.343758),
new google.maps.LatLng(25.130886, 121.530357),
new google.maps.LatLng(24.948275, 121.418427),
new google.maps.LatLng(24.999023, 121.434860),
new google.maps.LatLng(24.999250, 121.542755),
new google.maps.LatLng(24.976223, 121.492882),
new google.maps.LatLng(25.173471, 121.446732),
new google.maps.LatLng(25.060991, 121.587433),
new google.maps.LatLng(24.978399, 121.365105),
new google.maps.LatLng(25.137455, 121.587791),
new google.maps.LatLng(25.101147, 121.567192),
new google.maps.LatLng(25.033388, 121.462357),
new google.maps.LatLng(25.025120, 121.441734),
new google.maps.LatLng(24.954042, 121.417892),
new google.maps.LatLng(25.119301, 121.525719),
new google.maps.LatLng(25.110964, 121.618546),
new google.maps.LatLng(25.020760, 121.472351),
new google.maps.LatLng(25.025650, 121.413963),
new google.maps.LatLng(25.020716, 121.583244),
new google.maps.LatLng(25.067472, 121.625237),
new google.maps.LatLng(25.023918, 121.469139),
new google.maps.LatLng(25.106340, 121.563087),
new google.maps.LatLng(25.007320, 121.560951),
new google.maps.LatLng(25.041471, 121.565140),
new google.maps.LatLng(25.115355, 121.567368),
new google.maps.LatLng(24.997175, 121.477081),
new google.maps.LatLng(24.992701, 121.421822),
new google.maps.LatLng(25.021484, 121.528572),
new google.maps.LatLng(25.132092, 121.468246),
new google.maps.LatLng(24.965467, 121.420837),
new google.maps.LatLng(24.990084, 121.537666),
new google.maps.LatLng(25.166290, 121.474403),
new google.maps.LatLng(25.200480, 121.470390),
new google.maps.LatLng(25.096930, 121.617302),
new google.maps.LatLng(25.017904, 121.407356),
new google.maps.LatLng(24.999771, 121.300140),
new google.maps.LatLng(25.024509, 121.569954),
new google.maps.LatLng(25.064213, 121.516083),
new google.maps.LatLng(25.092524, 121.502159),
new google.maps.LatLng(25.005138, 121.576912),
new google.maps.LatLng(25.044603, 121.517326),
new google.maps.LatLng(24.973646, 121.531067),
new google.maps.LatLng(25.019594, 121.465302),
new google.maps.LatLng(25.045382, 121.541145),
new google.maps.LatLng(25.045958, 121.508049),
new google.maps.LatLng(25.065636, 121.518135),
new google.maps.LatLng(24.983551, 121.361176),
new google.maps.LatLng(25.060295, 121.567192),
new google.maps.LatLng(25.001694, 121.496361),
new google.maps.LatLng(24.943930, 121.369484),
new google.maps.LatLng(25.035921, 121.517242),
new google.maps.LatLng(25.017204, 121.428078),
new google.maps.LatLng(25.019678, 121.323738),
new google.maps.LatLng(25.156651, 121.516350),
new google.maps.LatLng(25.120274, 121.455391),
new google.maps.LatLng(24.953033, 121.373863),
new google.maps.LatLng(25.030369, 121.516525),
new google.maps.LatLng(25.103413, 121.450218),
new google.maps.LatLng(24.995232, 121.343483),
new google.maps.LatLng(25.114052, 121.556404),
new google.maps.LatLng(25.062590, 121.489845),
new google.maps.LatLng(25.001772, 121.440483),
new google.maps.LatLng(25.064978, 121.516350),
new google.maps.LatLng(25.089867, 121.522949),
new google.maps.LatLng(25.035669, 121.518311),
new google.maps.LatLng(25.018122, 121.523483),
new google.maps.LatLng(25.157522, 121.435928),
new google.maps.LatLng(25.016497, 121.478157),
new google.maps.LatLng(25.019993, 121.411194),
new google.maps.LatLng(25.054270, 121.521698),
new google.maps.LatLng(24.980606, 121.555420),
new google.maps.LatLng(25.076740, 121.400566),
new google.maps.LatLng(25.091490, 121.527321),
new google.maps.LatLng(25.078602, 121.569336),
new google.maps.LatLng(24.970837, 121.392532),
new google.maps.LatLng(25.012245, 121.582977),
new google.maps.LatLng(24.941772, 121.336334),
new google.maps.LatLng(24.975071, 121.327400),
new google.maps.LatLng(25.059612, 121.561310),
new google.maps.LatLng(25.123661, 121.517059),
new google.maps.LatLng(25.092388, 121.498856),
new google.maps.LatLng(25.092829, 121.446556),
new google.maps.LatLng(25.077223, 121.482971),
new google.maps.LatLng(25.135324, 121.615700),
new google.maps.LatLng(25.034765, 121.500290),
new google.maps.LatLng(25.020708, 121.524826),
new google.maps.LatLng(25.047651, 121.453873),
new google.maps.LatLng(25.074520, 121.586273),
new google.maps.LatLng(25.011856, 121.414055),
new google.maps.LatLng(25.018391, 121.559341),
new google.maps.LatLng(25.055613, 121.427719),
new google.maps.LatLng(25.008648, 121.444771),
new google.maps.LatLng(25.018536, 121.402534),
new google.maps.LatLng(25.032803, 121.379845),
new google.maps.LatLng(25.104099, 121.448700),
new google.maps.LatLng(25.060614, 121.520805),
new google.maps.LatLng(25.029087, 121.465836),
new google.maps.LatLng(25.082066, 121.519470),
new google.maps.LatLng(25.038568, 121.578522),
new google.maps.LatLng(25.027407, 121.475479),
new google.maps.LatLng(25.045307, 121.445839),
new google.maps.LatLng(25.106113, 121.579140),
new google.maps.LatLng(25.067589, 121.637711),
new google.maps.LatLng(25.022125, 121.472893),
new google.maps.LatLng(24.931690, 121.362518),
new google.maps.LatLng(25.136904, 121.565941),
new google.maps.LatLng(25.022997, 121.424591),
new google.maps.LatLng(25.007298, 121.456200),
new google.maps.LatLng(25.027699, 121.634773),
new google.maps.LatLng(24.951729, 121.410393),
new google.maps.LatLng(25.109425, 121.546860),
new google.maps.LatLng(25.053764, 121.569244),
new google.maps.LatLng(25.006849, 121.559074),
new google.maps.LatLng(25.105705, 121.566833),
new google.maps.LatLng(25.034430, 121.422180),
new google.maps.LatLng(24.991766, 121.421913),
new google.maps.LatLng(25.092710, 121.501717),
new google.maps.LatLng(25.155727, 121.530441),
new google.maps.LatLng(24.971189, 121.459854),
new google.maps.LatLng(24.988148, 121.584312),
new google.maps.LatLng(25.047459, 121.532677),
new google.maps.LatLng(25.000893, 121.637802),
new google.maps.LatLng(25.010664, 121.514297),
new google.maps.LatLng(24.972399, 121.246765),
new google.maps.LatLng(25.127645, 121.420837),
new google.maps.LatLng(24.970877, 121.567551),
new google.maps.LatLng(25.025446, 121.472176),
new google.maps.LatLng(25.054630, 121.564163),
new google.maps.LatLng(24.956614, 121.537933),
new google.maps.LatLng(25.003595, 121.522858),
new google.maps.LatLng(24.993921, 121.422630),
new google.maps.LatLng(25.087551, 121.434059),
new google.maps.LatLng(25.116013, 121.511528),
new google.maps.LatLng(24.989040, 121.426826),
new google.maps.LatLng(24.958344, 121.396278),
new google.maps.LatLng(25.040962, 121.543022),
new google.maps.LatLng(25.142250, 121.549263),
new google.maps.LatLng(24.951246, 121.510277),
new google.maps.LatLng(25.013872, 121.538742),
new google.maps.LatLng(25.127502, 121.575218),
new google.maps.LatLng(25.022650, 121.479851),
new google.maps.LatLng(25.036463, 121.493416),
new google.maps.LatLng(25.075361, 121.610085),
new google.maps.LatLng(25.035505, 121.577805),
new google.maps.LatLng(25.078541, 121.545341),
new google.maps.LatLng(24.969528, 121.393867),
new google.maps.LatLng(24.949816, 121.318199),
new google.maps.LatLng(25.146730, 121.472977),
new google.maps.LatLng(25.142750, 121.548912),
new google.maps.LatLng(25.090422, 121.536774),
new google.maps.LatLng(25.006891, 121.461823),
new google.maps.LatLng(25.063061, 121.615166),
new google.maps.LatLng(25.048212, 121.562553),
new google.maps.LatLng(25.038145, 121.581017),
new google.maps.LatLng(25.075720, 121.608566),
new google.maps.LatLng(25.056841, 121.461014),
new google.maps.LatLng(25.021873, 121.507874),
new google.maps.LatLng(25.054726, 121.460838),
new google.maps.LatLng(25.084827, 121.437538),
new google.maps.LatLng(25.109543, 121.513313),
new google.maps.LatLng(25.001207, 121.612930),
new google.maps.LatLng(25.111664, 121.563004),
new google.maps.LatLng(25.101702, 121.502960),
new google.maps.LatLng(25.103891, 121.580482),
new google.maps.LatLng(25.176308, 121.448074),
new google.maps.LatLng(25.143536, 121.527321),
new google.maps.LatLng(25.021786, 121.585739),
new google.maps.LatLng(25.055840, 121.580124),
new google.maps.LatLng(24.976761, 121.258034),
new google.maps.LatLng(25.101000, 121.527054),
new google.maps.LatLng(24.978931, 121.418610),
new google.maps.LatLng(25.018932, 121.577805),
new google.maps.LatLng(25.030645, 121.446465),
new google.maps.LatLng(25.012655, 121.497696),
new google.maps.LatLng(25.112511, 121.511978),
new google.maps.LatLng(24.992859, 121.449142),
new google.maps.LatLng(25.026474, 121.475563),
new google.maps.LatLng(25.054482, 121.605537),
new google.maps.LatLng(25.059254, 121.457802),
new google.maps.LatLng(25.109034, 121.471100),
new google.maps.LatLng(25.006601, 121.591805),
new google.maps.LatLng(25.084454, 121.549088),
new google.maps.LatLng(25.084520, 121.496002),
new google.maps.LatLng(25.111917, 121.561928),
new google.maps.LatLng(25.080757, 121.485916),
new google.maps.LatLng(24.983145, 121.453789),
new google.maps.LatLng(24.989508, 121.466286),
new google.maps.LatLng(25.138599, 121.528572),
new google.maps.LatLng(25.086950, 121.521255),
new google.maps.LatLng(25.106636, 121.453789),
new google.maps.LatLng(24.998966, 121.555244),
new google.maps.LatLng(25.133852, 121.535347),
new google.maps.LatLng(24.959694, 121.323914),
new google.maps.LatLng(25.029530, 121.505280),
new google.maps.LatLng(25.031357, 121.609100),
new google.maps.LatLng(25.102211, 121.449677),
new google.maps.LatLng(25.088314, 121.586098),
new google.maps.LatLng(25.077635, 121.483330),
new google.maps.LatLng(25.016960, 121.559433),
new google.maps.LatLng(25.098190, 121.587074),
new google.maps.LatLng(25.037863, 121.533653),
new google.maps.LatLng(25.086666, 121.470657),
new google.maps.LatLng(25.136234, 121.426643),
new google.maps.LatLng(25.001442, 121.514030),
new google.maps.LatLng(25.042091, 121.553009),
new google.maps.LatLng(25.005087, 121.522858),
new google.maps.LatLng(24.949615, 121.342232),
new google.maps.LatLng(25.149160, 121.524559),
new google.maps.LatLng(25.004061, 121.412270),
new google.maps.LatLng(25.113302, 121.534279),
new google.maps.LatLng(24.992409, 121.364128),
new google.maps.LatLng(25.013632, 121.535889),
new google.maps.LatLng(24.936064, 121.370827),
new google.maps.LatLng(25.003056, 121.441734),
new google.maps.LatLng(25.028641, 121.470924),
new google.maps.LatLng(25.114403, 121.556313),
new google.maps.LatLng(25.120892, 121.549889),
new google.maps.LatLng(25.136482, 121.529816),
new google.maps.LatLng(25.087412, 121.525986),
new google.maps.LatLng(24.972374, 121.499397),
new google.maps.LatLng(24.976137, 121.248550),
new google.maps.LatLng(24.993538, 121.589577),
new google.maps.LatLng(24.971693, 121.524559),
new google.maps.LatLng(24.959085, 121.359299),
new google.maps.LatLng(25.071852, 121.525536),
new google.maps.LatLng(24.996086, 121.576286),
new google.maps.LatLng(25.006979, 121.320518),
new google.maps.LatLng(25.086956, 121.525803),
new google.maps.LatLng(25.114220, 121.526878),
new google.maps.LatLng(25.136650, 121.550873),
new google.maps.LatLng(25.088278, 121.601341),
new google.maps.LatLng(25.057528, 121.594391),
new google.maps.LatLng(25.076117, 121.586189),
new google.maps.LatLng(25.001808, 121.472893),
new google.maps.LatLng(25.009768, 121.474319),
new google.maps.LatLng(24.995426, 121.523750),
new google.maps.LatLng(25.012705, 121.476997),
new google.maps.LatLng(24.963213, 121.526070),
new google.maps.LatLng(25.007055, 121.559258),
new google.maps.LatLng(25.010122, 121.598312),
new google.maps.LatLng(25.054499, 121.460396),
new google.maps.LatLng(25.056408, 121.553101),
new google.maps.LatLng(24.995537, 121.457893),
new google.maps.LatLng(25.028612, 121.529282),
new google.maps.LatLng(25.150116, 121.495201),
new google.maps.LatLng(25.183437, 121.448074),
new google.maps.LatLng(25.012220, 121.505905),
new google.maps.LatLng(24.974953, 121.417183),
new google.maps.LatLng(25.038076, 121.502068),
new google.maps.LatLng(25.061182, 121.489136),
new google.maps.LatLng(25.013243, 121.511086),
new google.maps.LatLng(24.986750, 121.242561),
new google.maps.LatLng(24.909332, 121.286911),
new google.maps.LatLng(24.969801, 121.324005),
new google.maps.LatLng(24.987934, 121.430840),
new google.maps.LatLng(25.123598, 121.516975),
new google.maps.LatLng(25.123528, 121.514114),
new google.maps.LatLng(25.008858, 121.645111),
new google.maps.LatLng(25.055923, 121.561485),
new google.maps.LatLng(24.982195, 121.543022),
new google.maps.LatLng(24.997429, 121.510635),
new google.maps.LatLng(25.069767, 121.529106),
new google.maps.LatLng(25.064377, 121.448341),
new google.maps.LatLng(25.032040, 121.609367),
new google.maps.LatLng(25.136856, 121.546143),
new google.maps.LatLng(24.980986, 121.522057),
new google.maps.LatLng(25.063026, 121.550339),
new google.maps.LatLng(25.033203, 121.590378),
new google.maps.LatLng(24.972658, 121.519379),
new google.maps.LatLng(25.057156, 121.546410),
new google.maps.LatLng(25.127001, 121.638962),
new google.maps.LatLng(25.082932, 121.557648),
new google.maps.LatLng(24.981207, 121.507690),
new google.maps.LatLng(25.050104, 121.451553),
new google.maps.LatLng(24.964905, 121.351082),
new google.maps.LatLng(24.998642, 121.580566),
new google.maps.LatLng(25.066465, 121.550514),
new google.maps.LatLng(25.012991, 121.556580),
new google.maps.LatLng(25.065498, 121.293526),
new google.maps.LatLng(24.937113, 121.355995),
new google.maps.LatLng(25.157173, 121.467354),
new google.maps.LatLng(25.124849, 121.532410),
new google.maps.LatLng(24.955013, 121.337944),
new google.maps.LatLng(25.033691, 121.610435),
new google.maps.LatLng(25.145781, 121.400841),
new google.maps.LatLng(25.080008, 121.564430),
new google.maps.LatLng(25.072918, 121.577271),
new google.maps.LatLng(24.946806, 121.377792),
new google.maps.LatLng(25.041697, 121.370911),
new google.maps.LatLng(25.102201, 121.495560),
new google.maps.LatLng(25.020361, 121.584404),
new google.maps.LatLng(24.948418, 121.384758),
new google.maps.LatLng(25.075277, 121.610085),
new google.maps.LatLng(25.177286, 121.412895),
new google.maps.LatLng(24.987989, 121.467804),
new google.maps.LatLng(25.156557, 121.530090),
new google.maps.LatLng(25.006697, 121.568527),
new google.maps.LatLng(24.969229, 121.455124),
new google.maps.LatLng(25.021547, 121.556488),
new google.maps.LatLng(25.013550, 121.563713),
new google.maps.LatLng(25.020397, 121.552925),
new google.maps.LatLng(24.944639, 121.406288),
new google.maps.LatLng(25.012669, 121.586098),
new google.maps.LatLng(25.027634, 121.571472),
new google.maps.LatLng(25.169107, 121.401817),
new google.maps.LatLng(25.001862, 121.571114),
new google.maps.LatLng(24.978695, 121.534279),
new google.maps.LatLng(25.139406, 121.550781),
new google.maps.LatLng(24.967064, 121.536507),
new google.maps.LatLng(25.118074, 121.401192),
new google.maps.LatLng(24.986387, 121.577003),
new google.maps.LatLng(25.012243, 121.328201),
new google.maps.LatLng(25.142353, 121.527763),
new google.maps.LatLng(25.101278, 121.449409),
new google.maps.LatLng(25.079880, 121.565315),
new google.maps.LatLng(25.004814, 121.560684),
new google.maps.LatLng(25.143362, 121.389587),
new google.maps.LatLng(25.117514, 121.462891),
new google.maps.LatLng(25.007101, 121.520988),
new google.maps.LatLng(25.055681, 121.520630),
new google.maps.LatLng(25.004820, 121.514114),
new google.maps.LatLng(25.061476, 121.509743),
new google.maps.LatLng(25.102566, 121.529549),
new google.maps.LatLng(25.009556, 121.457535),
new google.maps.LatLng(25.071749, 121.460396),
new google.maps.LatLng(24.999470, 121.506889),
new google.maps.LatLng(24.976095, 121.245155),
new google.maps.LatLng(24.987593, 121.602501),
new google.maps.LatLng(25.141024, 121.448250),
new google.maps.LatLng(25.092051, 121.526337),
new google.maps.LatLng(25.103310, 121.449951),
new google.maps.LatLng(25.159670, 121.458160),
new google.maps.LatLng(25.156380, 121.469315),
new google.maps.LatLng(24.948294, 121.383865),
new google.maps.LatLng(25.029305, 121.525986),
new google.maps.LatLng(25.042624, 121.535263),
new google.maps.LatLng(24.989223, 121.598045),
new google.maps.LatLng(25.111677, 121.606422),
new google.maps.LatLng(25.008898, 121.422447),
new google.maps.LatLng(25.044300, 121.507339),
new google.maps.LatLng(25.039846, 121.592430),
new google.maps.LatLng(25.008005, 121.560501),
new google.maps.LatLng(25.005585, 121.586273),
new google.maps.LatLng(24.948515, 121.344109),
new google.maps.LatLng(25.039759, 121.587524),
new google.maps.LatLng(25.103685, 121.441292),
new google.maps.LatLng(25.092911, 121.446556),
new google.maps.LatLng(24.956280, 121.339645),
new google.maps.LatLng(24.982441, 121.544090),
new google.maps.LatLng(24.986244, 121.448700),
new google.maps.LatLng(25.104532, 121.450035),
new google.maps.LatLng(25.038706, 121.308723),
new google.maps.LatLng(25.077120, 121.572456),
new google.maps.LatLng(24.951208, 121.454140),
new google.maps.LatLng(24.993420, 121.497345),
new google.maps.LatLng(25.171148, 121.548996),
new google.maps.LatLng(25.000950, 121.609459),
new google.maps.LatLng(24.981781, 121.572632),
new google.maps.LatLng(25.131618, 121.467087),
new google.maps.LatLng(25.029060, 121.531601),
new google.maps.LatLng(24.968224, 121.267601),
new google.maps.LatLng(25.144375, 121.407532),
new google.maps.LatLng(25.139912, 121.548637),
new google.maps.LatLng(25.136566, 121.545967),
new google.maps.LatLng(24.995384, 121.588776),
new google.maps.LatLng(25.063881, 121.495293),
new google.maps.LatLng(24.976091, 121.324097),
new google.maps.LatLng(25.138157, 121.547302),
new google.maps.LatLng(25.066603, 121.533745),
new google.maps.LatLng(25.003979, 121.502159),
new google.maps.LatLng(25.060373, 121.568619),
new google.maps.LatLng(25.160149, 121.457893),
new google.maps.LatLng(24.965157, 121.434593),
new google.maps.LatLng(25.079914, 121.594658),
new google.maps.LatLng(25.002026, 121.496002),
new google.maps.LatLng(24.970961, 121.393784),
new google.maps.LatLng(25.023100, 121.464142),
new google.maps.LatLng(25.055014, 121.573074),
new google.maps.LatLng(25.042000, 121.586807),
new google.maps.LatLng(25.125414, 121.564072),
new google.maps.LatLng(24.969379, 121.576736),
new google.maps.LatLng(25.086899, 121.454498),
new google.maps.LatLng(25.026133, 121.586632),
new google.maps.LatLng(24.993219, 121.421379),
new google.maps.LatLng(25.101070, 121.548195),
new google.maps.LatLng(24.995066, 121.591179),
new google.maps.LatLng(25.200409, 121.430931),
new google.maps.LatLng(24.983818, 121.516350),
new google.maps.LatLng(24.980471, 121.484673),
new google.maps.LatLng(25.001434, 121.233353),
new google.maps.LatLng(25.041973, 121.616409),
new google.maps.LatLng(25.168535, 121.447266),
new google.maps.LatLng(24.999985, 121.547394),
new google.maps.LatLng(24.996557, 121.421646),
new google.maps.LatLng(24.970554, 121.345718),
new google.maps.LatLng(25.004946, 121.598137),
new google.maps.LatLng(25.006891, 121.559258),
new google.maps.LatLng(25.019953, 121.556221),
new google.maps.LatLng(25.120150, 121.501717),
new google.maps.LatLng(24.956697, 121.241753),
new google.maps.LatLng(25.076950, 121.584404),
new google.maps.LatLng(24.998537, 121.498505),
new google.maps.LatLng(25.089319, 121.599380),
new google.maps.LatLng(25.044561, 121.503052),
new google.maps.LatLng(25.142269, 121.433434),
new google.maps.LatLng(25.017508, 121.542664),
new google.maps.LatLng(25.020386, 121.570221),
new google.maps.LatLng(24.986588, 121.535263),
new google.maps.LatLng(24.986092, 121.534904),
new google.maps.LatLng(24.963123, 121.561043),
new google.maps.LatLng(24.988279, 121.362961),
new google.maps.LatLng(25.041822, 121.623718),
new google.maps.LatLng(25.107683, 121.569687),
new google.maps.LatLng(25.155916, 121.489937),
new google.maps.LatLng(24.976559, 121.460663),
new google.maps.LatLng(25.044622, 121.308273),
new google.maps.LatLng(25.144302, 121.498413),
new google.maps.LatLng(25.006311, 121.324806),
new google.maps.LatLng(25.007236, 121.509476),
new google.maps.LatLng(24.941273, 121.339195),
new google.maps.LatLng(25.116278, 121.531158),
new google.maps.LatLng(24.965372, 121.486809),
new google.maps.LatLng(25.059370, 121.647247),
new google.maps.LatLng(24.995239, 121.588684),
new google.maps.LatLng(25.157833, 121.515900),
new google.maps.LatLng(25.120764, 121.556046),
new google.maps.LatLng(24.941360, 121.363052),
new google.maps.LatLng(25.111168, 121.557381),
new google.maps.LatLng(25.020660, 121.408699),
new google.maps.LatLng(25.053602, 121.494217),
new google.maps.LatLng(24.968431, 121.247391),
new google.maps.LatLng(24.989300, 121.421112),
new google.maps.LatLng(25.012098, 121.328476),
new google.maps.LatLng(25.015591, 121.532143),
new google.maps.LatLng(25.001242, 121.570580),
new google.maps.LatLng(25.051897, 121.563446),
new google.maps.LatLng(24.981867, 121.578606),
new google.maps.LatLng(24.996759, 121.486992),
new google.maps.LatLng(25.038954, 121.420570),
new google.maps.LatLng(24.959057, 121.369751),
new google.maps.LatLng(25.059393, 121.594208),
new google.maps.LatLng(25.041130, 121.329994),
new google.maps.LatLng(25.054501, 121.533745),
new google.maps.LatLng(25.052120, 121.303535),
new google.maps.LatLng(24.997879, 121.572540),
new google.maps.LatLng(24.981682, 121.490112),
new google.maps.LatLng(24.995844, 121.489136),
new google.maps.LatLng(25.054930, 121.596977),
new google.maps.LatLng(25.179312, 121.428970),
new google.maps.LatLng(24.981438, 121.457176),
new google.maps.LatLng(24.987564, 121.492256),
new google.maps.LatLng(25.019712, 121.349922),
new google.maps.LatLng(25.019226, 121.471458),
new google.maps.LatLng(24.959063, 121.417000),
new google.maps.LatLng(25.146830, 121.516525),
new google.maps.LatLng(24.982605, 121.389046),
new google.maps.LatLng(25.040129, 121.594391),
new google.maps.LatLng(25.022009, 121.534103),
new google.maps.LatLng(24.956861, 121.364929),
new google.maps.LatLng(24.980642, 121.413071),
new google.maps.LatLng(25.102665, 121.450928),
new google.maps.LatLng(25.084448, 121.579323),
new google.maps.LatLng(25.145002, 121.412987),
new google.maps.LatLng(25.116833, 121.554794),
new google.maps.LatLng(25.068157, 121.500015),
new google.maps.LatLng(25.147907, 121.461639),
new google.maps.LatLng(25.021711, 121.521614),
new google.maps.LatLng(25.117950, 121.462799),
new google.maps.LatLng(24.988920, 121.411018),
new google.maps.LatLng(25.024969, 121.462891),
new google.maps.LatLng(25.055916, 121.604729),
new google.maps.LatLng(25.150017, 121.522682),
new google.maps.LatLng(24.983217, 121.341255),
new google.maps.LatLng(25.056932, 121.550873),
new google.maps.LatLng(24.995226, 121.586273),
new google.maps.LatLng(25.139879, 121.530174),
new google.maps.LatLng(25.160908, 121.535530),
new google.maps.LatLng(25.153316, 121.537849),
new google.maps.LatLng(25.031445, 121.477707),
new google.maps.LatLng(25.028248, 121.422714),
new google.maps.LatLng(24.990484, 121.418877),
new google.maps.LatLng(25.067787, 121.452538),
new google.maps.LatLng(25.025879, 121.634056),
new google.maps.LatLng(24.988188, 121.416290),
new google.maps.LatLng(25.138210, 121.585297),
new google.maps.LatLng(25.041906, 121.612488),
new google.maps.LatLng(24.971195, 121.256241),
new google.maps.LatLng(25.123447, 121.467979),
new google.maps.LatLng(24.949173, 121.351616),
new google.maps.LatLng(25.037542, 121.581459),
new google.maps.LatLng(25.009237, 121.391907),
new google.maps.LatLng(24.984522, 121.591270),
new google.maps.LatLng(25.027554, 121.606606),
new google.maps.LatLng(25.176319, 121.410301),
new google.maps.LatLng(25.032818, 121.594482),
new google.maps.LatLng(24.983713, 121.342323),
new google.maps.LatLng(25.060968, 121.512604),
new google.maps.LatLng(24.952637, 121.537582),
new google.maps.LatLng(24.999994, 121.486992),
new google.maps.LatLng(25.059853, 121.551140),
new google.maps.LatLng(25.052481, 121.550072),
new google.maps.LatLng(25.050457, 121.521347),
new google.maps.LatLng(25.120419, 121.462173),
new google.maps.LatLng(25.133986, 121.549179),
new google.maps.LatLng(24.960579, 121.443161),
new google.maps.LatLng(24.989843, 121.501984),
new google.maps.LatLng(25.147760, 121.427719),
new google.maps.LatLng(25.002645, 121.565315),
new google.maps.LatLng(25.140261, 121.554886),
new google.maps.LatLng(25.137745, 121.541328),
new google.maps.LatLng(25.094627, 121.524559),
new google.maps.LatLng(25.026272, 121.455215),
new google.maps.LatLng(24.969965, 121.393066),
new google.maps.LatLng(24.965174, 121.322128),
new google.maps.LatLng(25.027132, 121.502426),
new google.maps.LatLng(25.015770, 121.406555),
new google.maps.LatLng(24.975842, 121.486725),
new google.maps.LatLng(25.064219, 121.499840),
new google.maps.LatLng(24.986506, 121.429863),
new google.maps.LatLng(25.042116, 121.551849),
new google.maps.LatLng(25.072569, 121.576286),
new google.maps.LatLng(24.994020, 121.497612),
new google.maps.LatLng(25.069750, 121.582619),
new google.maps.LatLng(25.123363, 121.553101),
new google.maps.LatLng(25.031404, 121.583603),
new google.maps.LatLng(25.043089, 121.583244),
new google.maps.LatLng(24.968645, 121.533653),
new google.maps.LatLng(24.962154, 121.363586),
new google.maps.LatLng(25.144960, 121.523041),
new google.maps.LatLng(25.119446, 121.543022),
new google.maps.LatLng(24.971027, 121.579948),
new google.maps.LatLng(25.025661, 121.539009),
new google.maps.LatLng(25.136881, 121.418251),
new google.maps.LatLng(25.154671, 121.459679),
new google.maps.LatLng(25.016947, 121.315872),
new google.maps.LatLng(25.079004, 121.548996),
new google.maps.LatLng(24.960300, 121.370827),
new google.maps.LatLng(25.128902, 121.505730),
new google.maps.LatLng(25.012152, 121.553101),
new google.maps.LatLng(25.058664, 121.534370),
new google.maps.LatLng(25.069279, 121.575127),
new google.maps.LatLng(25.044415, 121.622917),
new google.maps.LatLng(25.172258, 121.486366),
new google.maps.LatLng(25.103203, 121.450752),
new google.maps.LatLng(25.030375, 121.366447),
new google.maps.LatLng(25.026548, 121.598221),
new google.maps.LatLng(24.960348, 121.510010),
new google.maps.LatLng(25.006811, 121.295586),
new google.maps.LatLng(25.156931, 121.459587),
new google.maps.LatLng(25.048403, 121.522324),
new google.maps.LatLng(25.033241, 121.471817),
new google.maps.LatLng(25.001791, 121.515007),
new google.maps.LatLng(25.057848, 121.562111),
new google.maps.LatLng(25.130749, 121.566750),
new google.maps.LatLng(25.114704, 121.530800),
new google.maps.LatLng(25.001038, 121.576019),
new google.maps.LatLng(25.155470, 121.435844),
new google.maps.LatLng(25.003895, 121.412987),
new google.maps.LatLng(25.098555, 121.550781),
new google.maps.LatLng(25.058334, 121.527321),
new google.maps.LatLng(25.023781, 121.551582),
new google.maps.LatLng(25.058271, 121.460930),
new google.maps.LatLng(25.176462, 121.450928),
new google.maps.LatLng(25.130877, 121.560234),
new google.maps.LatLng(25.050583, 121.547928),
new google.maps.LatLng(25.001007, 121.488327),
new google.maps.LatLng(25.157471, 121.459053),
new google.maps.LatLng(25.007708, 121.534996),
new google.maps.LatLng(25.144821, 121.527145),
new google.maps.LatLng(24.972790, 121.499039),
new google.maps.LatLng(24.989647, 121.469231),
new google.maps.LatLng(25.069609, 121.520271),
new google.maps.LatLng(25.070845, 121.577629),
new google.maps.LatLng(25.075167, 121.556488),
new google.maps.LatLng(24.968248, 121.348129),
new google.maps.LatLng(25.112803, 121.457893),
new google.maps.LatLng(25.025814, 121.241402),
new google.maps.LatLng(25.056696, 121.500107),
new google.maps.LatLng(25.133795, 121.539452),
new google.maps.LatLng(24.985750, 121.457176),
new google.maps.LatLng(25.057356, 121.595818),
new google.maps.LatLng(25.135662, 121.549446),
new google.maps.LatLng(25.072741, 121.574860),
new google.maps.LatLng(24.994122, 121.523308),
new google.maps.LatLng(25.025000, 121.538651),
new google.maps.LatLng(24.955471, 121.240593),
new google.maps.LatLng(25.042212, 121.585205),
new google.maps.LatLng(24.955397, 121.354836),
new google.maps.LatLng(25.087076, 121.527054),
new google.maps.LatLng(24.934113, 121.337502),
new google.maps.LatLng(25.170568, 121.512154),
new google.maps.LatLng(25.103476, 121.449951),
new google.maps.LatLng(25.072662, 121.543556),
new google.maps.LatLng(24.998529, 121.444412),
new google.maps.LatLng(24.981339, 121.537491),
new google.maps.LatLng(25.033995, 121.441376),
new google.maps.LatLng(25.026236, 121.574234),
new google.maps.LatLng(25.011337, 121.594208),
new google.maps.LatLng(25.027802, 121.508049),
new google.maps.LatLng(25.063250, 121.497963),
new google.maps.LatLng(24.985235, 121.495468),
new google.maps.LatLng(25.048573, 121.547661),
new google.maps.LatLng(25.034685, 121.499214),
new google.maps.LatLng(25.081329, 121.559525),
new google.maps.LatLng(25.134678, 121.507248),
new google.maps.LatLng(24.933285, 121.391998),
new google.maps.LatLng(25.140369, 121.598579),
new google.maps.LatLng(25.061352, 121.502518),
new google.maps.LatLng(24.999828, 121.528656),
new google.maps.LatLng(25.057878, 121.491539),
new google.maps.LatLng(25.047026, 121.545433),
new google.maps.LatLng(25.094450, 121.595551),
new google.maps.LatLng(25.157612, 121.466911),
new google.maps.LatLng(25.135595, 121.461105),
new google.maps.LatLng(25.177351, 121.464409),
new google.maps.LatLng(25.060114, 121.637802),
new google.maps.LatLng(25.138218, 121.542488),
new google.maps.LatLng(25.176165, 121.459587),
new google.maps.LatLng(24.998520, 121.529999),
new google.maps.LatLng(25.020443, 121.584404),
new google.maps.LatLng(25.036718, 121.513847),
new google.maps.LatLng(25.057341, 121.616234),
new google.maps.LatLng(24.952114, 121.538383),
new google.maps.LatLng(25.051884, 121.567726),
new google.maps.LatLng(25.056095, 121.513580),
new google.maps.LatLng(25.151312, 121.425667),
new google.maps.LatLng(24.977488, 121.519646),
new google.maps.LatLng(25.043009, 121.538208),
new google.maps.LatLng(25.057983, 121.513313),
new google.maps.LatLng(25.025118, 121.580391),
new google.maps.LatLng(24.982367, 121.222435),
new google.maps.LatLng(24.957445, 121.500465),
new google.maps.LatLng(25.074818, 121.517509),
new google.maps.LatLng(25.039297, 121.551849),
new google.maps.LatLng(25.053576, 121.429680),
new google.maps.LatLng(25.147635, 121.428253),
new google.maps.LatLng(25.009775, 121.470032),
new google.maps.LatLng(25.140015, 121.504303),
new google.maps.LatLng(25.060390, 121.558006),
new google.maps.LatLng(25.006462, 121.576912),
new google.maps.LatLng(25.042763, 121.452446),
new google.maps.LatLng(24.995008, 121.357246),
new google.maps.LatLng(25.010996, 121.506531),
new google.maps.LatLng(25.003429, 121.471283),
new google.maps.LatLng(24.972191, 121.497696),
new google.maps.LatLng(25.055841, 121.613113),
new google.maps.LatLng(25.027002, 121.574150),
new google.maps.LatLng(25.049988, 121.594749),
new google.maps.LatLng(25.167307, 121.556488),
new google.maps.LatLng(25.012066, 121.509392),
new google.maps.LatLng(24.999125, 121.424858),
new google.maps.LatLng(25.141356, 121.500015),
new google.maps.LatLng(25.045731, 121.507248),
new google.maps.LatLng(25.019867, 121.514297),
new google.maps.LatLng(25.146936, 121.558540),
new google.maps.LatLng(25.027023, 121.586723),
new google.maps.LatLng(24.999792, 121.365913),
new google.maps.LatLng(24.961960, 121.391106),
new google.maps.LatLng(25.132151, 121.469048),
new google.maps.LatLng(25.038910, 121.522507),
new google.maps.LatLng(25.067484, 121.590469),
new google.maps.LatLng(25.060522, 121.579590),
new google.maps.LatLng(25.082466, 121.482529),
new google.maps.LatLng(25.050465, 121.576553),
new google.maps.LatLng(24.990446, 121.526253),
new google.maps.LatLng(25.058788, 121.583420),
new google.maps.LatLng(24.998173, 121.328384),
new google.maps.LatLng(25.130457, 121.499123),
new google.maps.LatLng(25.062315, 121.384583),
new google.maps.LatLng(25.121185, 121.501534),
new google.maps.LatLng(24.989706, 121.547394),
new google.maps.LatLng(25.082880, 121.560326),
new google.maps.LatLng(25.013271, 121.552925),
new google.maps.LatLng(24.997787, 121.451820),
new google.maps.LatLng(24.964090, 121.563622),
new google.maps.LatLng(24.995256, 121.509300),
new google.maps.LatLng(25.070013, 121.529816),
new google.maps.LatLng(25.067608, 121.612045),
new google.maps.LatLng(25.144455, 121.502342),
new google.maps.LatLng(25.034033, 121.565765),
new google.maps.LatLng(25.034800, 121.433701),
new google.maps.LatLng(25.005503, 121.462090),
new google.maps.LatLng(24.981241, 121.427895),
new google.maps.LatLng(24.928452, 121.252129),
new google.maps.LatLng(25.018726, 121.550514),
new google.maps.LatLng(24.980328, 121.552032),
new google.maps.LatLng(25.071686, 121.511795),
new google.maps.LatLng(25.013268, 121.476013),
new google.maps.LatLng(24.989235, 121.574417),
new google.maps.LatLng(24.972645, 121.498947),
new google.maps.LatLng(25.121363, 121.572807),
new google.maps.LatLng(25.106695, 121.454590),
new google.maps.LatLng(25.017986, 121.460480),
new google.maps.LatLng(25.113184, 121.514740),
new google.maps.LatLng(24.942621, 121.391106),
new google.maps.LatLng(25.065256, 121.484848),
new google.maps.LatLng(25.020615, 121.471909),
new google.maps.LatLng(24.987789, 121.430397),
new google.maps.LatLng(25.068579, 121.450928),
new google.maps.LatLng(25.026209, 121.330261),
new google.maps.LatLng(25.026340, 121.343216),
new google.maps.LatLng(25.042311, 121.549263),
new google.maps.LatLng(25.156315, 121.517418),
new google.maps.LatLng(24.970875, 121.395927),
new google.maps.LatLng(25.062197, 121.489403),
new google.maps.LatLng(24.966505, 121.388336),
new google.maps.LatLng(25.061644, 121.561127),
new google.maps.LatLng(25.074484, 121.435661),
new google.maps.LatLng(25.196650, 121.463425),
new google.maps.LatLng(25.037346, 121.496719),
new google.maps.LatLng(25.027878, 121.460396),
new google.maps.LatLng(25.190500, 121.495827),
new google.maps.LatLng(25.030615, 121.584137),
new google.maps.LatLng(25.003666, 121.412895),
new google.maps.LatLng(25.063568, 121.456734),
new google.maps.LatLng(24.996037, 121.520454),
new google.maps.LatLng(25.141916, 121.461372),
new google.maps.LatLng(25.114922, 121.509834),
new google.maps.LatLng(25.171835, 121.614006),
new google.maps.LatLng(25.024521, 121.510010),
new google.maps.LatLng(25.154776, 121.458878),
new google.maps.LatLng(24.940130, 121.340179),
new google.maps.LatLng(24.977142, 121.525719),
new google.maps.LatLng(25.077381, 121.492523),
new google.maps.LatLng(25.049591, 121.466103),
new google.maps.LatLng(24.964800, 121.351173),
new google.maps.LatLng(24.960293, 121.259193),
new google.maps.LatLng(24.994730, 121.456734),
new google.maps.LatLng(24.949255, 121.352333),
new google.maps.LatLng(25.088894, 121.427628),
new google.maps.LatLng(24.948160, 121.297462),
new google.maps.LatLng(24.936262, 121.251411),
new google.maps.LatLng(25.003708, 121.413429),
new google.maps.LatLng(25.088144, 121.613823),
new google.maps.LatLng(25.001200, 121.590469),
new google.maps.LatLng(25.164211, 121.451195),
new google.maps.LatLng(24.966545, 121.435036),
new google.maps.LatLng(25.021746, 121.552834),
new google.maps.LatLng(24.936235, 121.362251),
new google.maps.LatLng(25.003700, 121.559074),
new google.maps.LatLng(25.022968, 121.313545),
new google.maps.LatLng(25.000040, 121.596794),
new google.maps.LatLng(25.025114, 121.568443),
new google.maps.LatLng(24.996986, 121.559433),
new google.maps.LatLng(25.015310, 121.407806),
new google.maps.LatLng(25.042566, 121.504837),
new google.maps.LatLng(25.052423, 121.607582),
new google.maps.LatLng(25.030516, 121.537399),
new google.maps.LatLng(24.978235, 121.519295),
new google.maps.LatLng(25.097113, 121.587433),
new google.maps.LatLng(25.002489, 121.619797),
new google.maps.LatLng(24.977346, 121.460838),
new google.maps.LatLng(25.055960, 121.563446),
new google.maps.LatLng(25.083239, 121.546501),
new google.maps.LatLng(25.153408, 121.417450),
new google.maps.LatLng(25.032927, 121.481995),
new google.maps.LatLng(25.167076, 121.468964),
new google.maps.LatLng(24.967918, 121.533920),
new google.maps.LatLng(25.116596, 121.516792),
new google.maps.LatLng(25.004230, 121.525093),
new google.maps.LatLng(25.126102, 121.524284),
new google.maps.LatLng(25.029291, 121.583420),
new google.maps.LatLng(25.088888, 121.524284),
new google.maps.LatLng(25.030867, 121.429947),
new google.maps.LatLng(25.034864, 121.432358),
new google.maps.LatLng(25.037411, 121.532051),
new google.maps.LatLng(25.071859, 121.495201),
new google.maps.LatLng(25.064667, 121.448517),
new google.maps.LatLng(25.034864, 121.501984),
new google.maps.LatLng(25.168497, 121.538826),
new google.maps.LatLng(24.952579, 121.560059),
new google.maps.LatLng(24.995071, 121.589394),
new google.maps.LatLng(25.070780, 121.611237),
new google.maps.LatLng(25.026436, 121.563538),
new google.maps.LatLng(25.127996, 121.471550),
new google.maps.LatLng(24.984964, 121.240234),
new google.maps.LatLng(25.106161, 121.641632),
new google.maps.LatLng(25.101494, 121.503143),
new google.maps.LatLng(25.008547, 121.507782),
new google.maps.LatLng(25.009457, 121.645737),
new google.maps.LatLng(25.165897, 121.486275),
new google.maps.LatLng(25.006575, 121.454323),
new google.maps.LatLng(25.159149, 121.565407),
new google.maps.LatLng(25.029053, 121.472351),
new google.maps.LatLng(25.041943, 121.540970),
new google.maps.LatLng(24.991932, 121.421913),
new google.maps.LatLng(25.136959, 121.567101),
new google.maps.LatLng(25.070007, 121.524910),
new google.maps.LatLng(24.944260, 121.479225),
new google.maps.LatLng(25.039560, 121.520096),
new google.maps.LatLng(25.035995, 121.579948),
new google.maps.LatLng(25.091303, 121.501717),
new google.maps.LatLng(25.076405, 121.586365),
new google.maps.LatLng(25.044825, 121.559700),
new google.maps.LatLng(25.006578, 121.515457),
new google.maps.LatLng(25.088039, 121.587967),
new google.maps.LatLng(24.988300, 121.468246),
new google.maps.LatLng(25.049145, 121.435844),
new google.maps.LatLng(25.068550, 121.587349),
new google.maps.LatLng(25.060144, 121.544624),
new google.maps.LatLng(25.073092, 121.574776),
new google.maps.LatLng(25.049759, 121.595016),
new google.maps.LatLng(25.054752, 121.519295),
new google.maps.LatLng(25.067745, 121.597778),
new google.maps.LatLng(25.014454, 121.455032),
new google.maps.LatLng(25.104273, 121.446198),
new google.maps.LatLng(25.067711, 121.628090),
new google.maps.LatLng(25.010319, 121.449326),
new google.maps.LatLng(25.080959, 121.564606),
new google.maps.LatLng(25.148647, 121.506355),
new google.maps.LatLng(24.941959, 121.336250),
new google.maps.LatLng(25.124849, 121.470482),
new google.maps.LatLng(25.104691, 121.555328),
new google.maps.LatLng(24.928764, 121.315155),
new google.maps.LatLng(25.049818, 121.458427),
new google.maps.LatLng(25.041739, 121.371094),
new google.maps.LatLng(25.093399, 121.531868),
new google.maps.LatLng(25.070616, 121.529373),
new google.maps.LatLng(25.094378, 121.587791),
new google.maps.LatLng(25.015928, 121.316673),
new google.maps.LatLng(25.149158, 121.502426),
new google.maps.LatLng(24.971840, 121.497070),
new google.maps.LatLng(25.045752, 121.467979),
new google.maps.LatLng(25.103819, 121.514740),
new google.maps.LatLng(24.960333, 121.534454),
new google.maps.LatLng(25.007721, 121.461823),
new google.maps.LatLng(24.969278, 121.393867),
new google.maps.LatLng(25.081450, 121.577629),
new google.maps.LatLng(25.038549, 121.583870),
new google.maps.LatLng(25.079063, 121.567368),
new google.maps.LatLng(24.984617, 121.559166),
new google.maps.LatLng(25.047632, 121.415749),
new google.maps.LatLng(25.137068, 121.461197),
new google.maps.LatLng(24.982685, 121.545876),
new google.maps.LatLng(25.071856, 121.530441),
new google.maps.LatLng(24.964949, 121.420570),
new google.maps.LatLng(25.003958, 121.412361),
new google.maps.LatLng(25.179777, 121.546143),
new google.maps.LatLng(24.997414, 121.595284),
new google.maps.LatLng(25.020992, 121.533836),
new google.maps.LatLng(25.059711, 121.550339),
new google.maps.LatLng(25.060778, 121.435753),
new google.maps.LatLng(25.021292, 121.584671),
new google.maps.LatLng(25.014050, 121.428429),
new google.maps.LatLng(25.093363, 121.571381),
new google.maps.LatLng(25.116060, 121.509567),
new google.maps.LatLng(25.095352, 121.517952),
new google.maps.LatLng(25.104856, 121.571831),
new google.maps.LatLng(25.048624, 121.480118),
new google.maps.LatLng(25.072741, 121.491455),
new google.maps.LatLng(25.070728, 121.484848),
new google.maps.LatLng(24.962938, 121.560768),
new google.maps.LatLng(25.155987, 121.469231),
new google.maps.LatLng(25.003304, 121.515274),
new google.maps.LatLng(25.041883, 121.512329),
new google.maps.LatLng(24.993750, 121.479317),
new google.maps.LatLng(25.001280, 121.468430),
new google.maps.LatLng(25.107777, 121.532761),
new google.maps.LatLng(25.020752, 121.559525),
new google.maps.LatLng(24.989723, 121.472084),
new google.maps.LatLng(24.941486, 121.329010),
new google.maps.LatLng(25.132109, 121.573257),
new google.maps.LatLng(24.989550, 121.494400),
new google.maps.LatLng(25.033026, 121.529198),
new google.maps.LatLng(25.024946, 121.581818),
new google.maps.LatLng(25.052982, 121.542305),
new google.maps.LatLng(25.016670, 121.626747),
new google.maps.LatLng(25.103823, 121.537582),
new google.maps.LatLng(24.932346, 121.372162),
new google.maps.LatLng(24.991175, 121.241402),
new google.maps.LatLng(24.992109, 121.427177),
new google.maps.LatLng(24.993839, 121.363319),
new google.maps.LatLng(25.015980, 121.510727),
new google.maps.LatLng(25.071922, 121.577271),
new google.maps.LatLng(25.111923, 121.554527),
new google.maps.LatLng(24.983654, 121.361084),
new google.maps.LatLng(25.188461, 121.568977),
new google.maps.LatLng(25.048456, 121.599831),
new google.maps.LatLng(25.120302, 121.623184),
new google.maps.LatLng(25.128181, 121.472176),
new google.maps.LatLng(24.964243, 121.421463),
new google.maps.LatLng(25.095123, 121.424057),
new google.maps.LatLng(25.147549, 121.500465),
new google.maps.LatLng(25.047222, 121.514648),
new google.maps.LatLng(24.988821, 121.422089),
new google.maps.LatLng(24.964085, 121.399765),
new google.maps.LatLng(25.152361, 121.527496),
new google.maps.LatLng(25.002207, 121.515007),
new google.maps.LatLng(25.118465, 121.463783),
new google.maps.LatLng(25.116926, 121.583870),
new google.maps.LatLng(25.092676, 121.531425),
new google.maps.LatLng(25.115734, 121.520454),
new google.maps.LatLng(25.007746, 121.487885),
new google.maps.LatLng(24.994942, 121.420395),
new google.maps.LatLng(24.990061, 121.575127),
new google.maps.LatLng(25.051256, 121.531334),
new google.maps.LatLng(25.005671, 121.470566),
new google.maps.LatLng(25.073845, 121.543114),
new google.maps.LatLng(25.011574, 121.591805),
new google.maps.LatLng(24.988291, 121.416908),
new google.maps.LatLng(24.956423, 121.343307),
new google.maps.LatLng(25.002886, 121.365463),
new google.maps.LatLng(24.988487, 121.362427),
new google.maps.LatLng(25.023499, 121.512245),
new google.maps.LatLng(24.943565, 121.227089),
new google.maps.LatLng(25.039595, 121.621223),
new google.maps.LatLng(25.180695, 121.443878),
new google.maps.LatLng(24.963619, 121.511261),
new google.maps.LatLng(25.077154, 121.477615),
new google.maps.LatLng(24.961903, 121.479675),
new google.maps.LatLng(25.092249, 121.586632),
new google.maps.LatLng(24.980106, 121.556488),
new google.maps.LatLng(25.000999, 121.229141),
new google.maps.LatLng(25.040211, 121.462265),
new google.maps.LatLng(25.090239, 121.468513),
new google.maps.LatLng(25.090645, 121.506264),
new google.maps.LatLng(24.995354, 121.323021),
new google.maps.LatLng(24.936638, 121.351257),
new google.maps.LatLng(25.078480, 121.568443),
new google.maps.LatLng(25.074167, 121.513580),
new google.maps.LatLng(25.043600, 121.533920),
new google.maps.LatLng(25.052584, 121.517242),
new google.maps.LatLng(24.990889, 121.575485),
new google.maps.LatLng(25.027969, 121.474136),
new google.maps.LatLng(25.049179, 121.419411),
new google.maps.LatLng(25.040371, 121.546944),
new google.maps.LatLng(25.030300, 121.591446),
new google.maps.LatLng(25.002626, 121.528389),
new google.maps.LatLng(25.045708, 121.468872),
new google.maps.LatLng(25.053190, 121.528748),
new google.maps.LatLng(25.001417, 121.480560),
new google.maps.LatLng(24.959742, 121.538742),
new google.maps.LatLng(24.970032, 121.566208),
new google.maps.LatLng(25.021494, 121.533119),
new google.maps.LatLng(25.056341, 121.560417),
new google.maps.LatLng(24.978210, 121.276093),
new google.maps.LatLng(24.961649, 121.512245),
new google.maps.LatLng(24.981850, 121.489044),
new google.maps.LatLng(24.987953, 121.419411),
new google.maps.LatLng(25.041714, 121.591179),
new google.maps.LatLng(24.989386, 121.358231),
new google.maps.LatLng(24.953815, 121.554794),
new google.maps.LatLng(25.135977, 121.537933),
new google.maps.LatLng(25.004387, 121.598045),
new google.maps.LatLng(25.016668, 121.475296),
new google.maps.LatLng(24.967016, 121.591003),
new google.maps.LatLng(24.999332, 121.456909),
new google.maps.LatLng(24.969374, 121.365021),
new google.maps.LatLng(25.030266, 121.530708),
new google.maps.LatLng(24.966610, 121.388245),
new google.maps.LatLng(25.006714, 121.549088),
new google.maps.LatLng(25.097158, 121.547211),
new google.maps.LatLng(25.043819, 121.556580),
new google.maps.LatLng(25.076845, 121.573616),
new google.maps.LatLng(25.159122, 121.434410),
new google.maps.LatLng(25.018780, 121.553818),
new google.maps.LatLng(25.041573, 121.446915),
new google.maps.LatLng(25.076994, 121.524467),
new google.maps.LatLng(25.066868, 121.410484),
new google.maps.LatLng(25.080288, 121.379761),
new google.maps.LatLng(25.072466, 121.576378),
new google.maps.LatLng(25.155914, 121.530357),
new google.maps.LatLng(25.032160, 121.497963),
new google.maps.LatLng(25.050247, 121.555328),
new google.maps.LatLng(24.998091, 121.542755),
new google.maps.LatLng(25.080080, 121.518044),
new google.maps.LatLng(24.968721, 121.352867),
new google.maps.LatLng(25.147694, 121.529015),
new google.maps.LatLng(25.076693, 121.393333),
new google.maps.LatLng(24.936338, 121.363945),
new google.maps.LatLng(25.081488, 121.567635),
new google.maps.LatLng(25.074900, 121.475922),
new google.maps.LatLng(25.003740, 121.617302),
new google.maps.LatLng(25.017019, 121.427094),
new google.maps.LatLng(25.126177, 121.508850),
new google.maps.LatLng(24.951248, 121.509567),
new google.maps.LatLng(25.137939, 121.527855),
new google.maps.LatLng(25.000799, 121.469406),
new google.maps.LatLng(25.070402, 121.530975),
new google.maps.LatLng(25.011374, 121.563446),
new google.maps.LatLng(25.107210, 121.609901),
new google.maps.LatLng(25.036793, 121.451736),
new google.maps.LatLng(24.968561, 121.194168),
new google.maps.LatLng(24.985636, 121.429321),
new google.maps.LatLng(25.041933, 121.616234),
new google.maps.LatLng(25.120205, 121.561218),
new google.maps.LatLng(25.068266, 121.397087),
new google.maps.LatLng(25.055685, 121.582527),
new google.maps.LatLng(25.044416, 121.517418),
new google.maps.LatLng(25.133852, 121.546234),
new google.maps.LatLng(24.983862, 121.458519),
new google.maps.LatLng(24.986750, 121.419945),
new google.maps.LatLng(25.142382, 121.478065),
new google.maps.LatLng(24.997396, 121.538651),
new google.maps.LatLng(25.110538, 121.530891),
new google.maps.LatLng(24.986736, 121.328293),
new google.maps.LatLng(25.137304, 121.478157),
new google.maps.LatLng(24.988750, 121.540527),
new google.maps.LatLng(24.967524, 121.387169),
new google.maps.LatLng(25.030972, 121.475838),
new google.maps.LatLng(25.077280, 121.585114),
new google.maps.LatLng(25.074511, 121.605263),
new google.maps.LatLng(24.994862, 121.526161),
new google.maps.LatLng(25.069439, 121.588150),
new google.maps.LatLng(25.037476, 121.583153),
new google.maps.LatLng(25.080126, 121.630226),
new google.maps.LatLng(24.989384, 121.420753),
new google.maps.LatLng(24.994949, 121.427803),
new google.maps.LatLng(25.128826, 121.471550),
new google.maps.LatLng(24.994022, 121.587166),
new google.maps.LatLng(24.976238, 121.368324),
new google.maps.LatLng(25.031506, 121.577896),
new google.maps.LatLng(25.021709, 121.530090),
new google.maps.LatLng(25.034185, 121.550339),
new google.maps.LatLng(25.060509, 121.500107),
new google.maps.LatLng(25.131821, 121.529907),
new google.maps.LatLng(25.028955, 121.539452),
new google.maps.LatLng(25.118896, 121.471817),
new google.maps.LatLng(24.964907, 121.420753),
new google.maps.LatLng(25.016975, 121.468338),
new google.maps.LatLng(25.110556, 121.520271),
new google.maps.LatLng(25.064262, 121.581993),
new google.maps.LatLng(25.049196, 121.520363),
new google.maps.LatLng(24.973627, 121.561844),
new google.maps.LatLng(24.991209, 121.519470),
new google.maps.LatLng(25.053699, 121.376366),
new google.maps.LatLng(24.983480, 121.572098),
new google.maps.LatLng(25.002321, 121.411194),
new google.maps.LatLng(25.045959, 121.535172),
new google.maps.LatLng(24.989643, 121.489403),
new google.maps.LatLng(25.079746, 121.484222),
new google.maps.LatLng(25.088322, 121.526337),
new google.maps.LatLng(25.020599, 121.503769),
new google.maps.LatLng(25.006571, 121.475922),
new google.maps.LatLng(25.007849, 121.297905),
new google.maps.LatLng(25.130009, 121.554436),
new google.maps.LatLng(25.056566, 121.494308),
new google.maps.LatLng(24.942125, 121.478065),
new google.maps.LatLng(25.012156, 121.506889),
new google.maps.LatLng(25.017769, 121.523933),
new google.maps.LatLng(25.078268, 121.533478),
new google.maps.LatLng(25.008348, 121.487076),
new google.maps.LatLng(24.987900, 121.325790),
new google.maps.LatLng(25.135427, 121.506180),
new google.maps.LatLng(24.986437, 121.588058),
new google.maps.LatLng(25.138111, 121.542931),
new google.maps.LatLng(24.997072, 121.457359),
new google.maps.LatLng(24.957424, 121.383507),
new google.maps.LatLng(25.134171, 121.538918),
new google.maps.LatLng(24.933203, 121.391640),
new google.maps.LatLng(25.059315, 121.525269),
new google.maps.LatLng(25.137789, 121.556938),
new google.maps.LatLng(24.969379, 121.396278),
new google.maps.LatLng(25.063383, 121.529816),
new google.maps.LatLng(24.953190, 121.493507),
new google.maps.LatLng(25.043468, 121.563004),
new google.maps.LatLng(25.012306, 121.327934),
new google.maps.LatLng(25.104832, 121.539276),
new google.maps.LatLng(25.002613, 121.328918),
new google.maps.LatLng(25.061840, 121.371361),
new google.maps.LatLng(24.999695, 121.442268),
new google.maps.LatLng(25.039757, 121.617035),
new google.maps.LatLng(24.967358, 121.543022),
new google.maps.LatLng(25.128635, 121.452271),
new google.maps.LatLng(25.017855, 121.571114),
new google.maps.LatLng(25.114498, 121.595192),
new google.maps.LatLng(25.167213, 121.445839),
new google.maps.LatLng(25.054943, 121.581100),
new google.maps.LatLng(25.047853, 121.571114),
new google.maps.LatLng(24.968987, 121.576645),
new google.maps.LatLng(25.007551, 121.453697),
new google.maps.LatLng(24.977182, 121.517776),
new google.maps.LatLng(24.973518, 121.404495),
new google.maps.LatLng(25.006136, 121.399498),
new google.maps.LatLng(25.033670, 121.490829),
new google.maps.LatLng(24.967476, 121.596794),
new google.maps.LatLng(24.968866, 121.279846),
new google.maps.LatLng(25.060713, 121.617393),
new google.maps.LatLng(25.011738, 121.423073),
new google.maps.LatLng(25.042177, 121.524826),
new google.maps.LatLng(24.971581, 121.437988),
new google.maps.LatLng(24.975067, 121.534904),
new google.maps.LatLng(25.117094, 121.522774),
new google.maps.LatLng(24.985477, 121.342949),
new google.maps.LatLng(25.047297, 121.455032),
new google.maps.LatLng(25.059048, 121.510551),
new google.maps.LatLng(24.976164, 121.535530),
new google.maps.LatLng(25.101154, 121.548195),
new google.maps.LatLng(25.133713, 121.560860),
new google.maps.LatLng(25.131908, 121.466911),
new google.maps.LatLng(25.017353, 121.572540),
new google.maps.LatLng(24.989754, 121.521431),
new google.maps.LatLng(25.030392, 121.563980),
new google.maps.LatLng(25.056173, 121.548462),
new google.maps.LatLng(24.971861, 121.532677),
new google.maps.LatLng(25.173683, 121.445129),
new google.maps.LatLng(25.056902, 121.461464),
new google.maps.LatLng(25.009769, 121.598404),
new google.maps.LatLng(25.000450, 121.495644),
new google.maps.LatLng(24.986740, 121.583603),
new google.maps.LatLng(25.051462, 121.510727),
new google.maps.LatLng(25.149151, 121.504570),
new google.maps.LatLng(24.974770, 121.545700),
new google.maps.LatLng(24.975887, 121.575485),
new google.maps.LatLng(25.050232, 121.553635),
new google.maps.LatLng(25.047972, 121.475479),
new google.maps.LatLng(25.176086, 121.439148),
new google.maps.LatLng(24.993980, 121.587349),
new google.maps.LatLng(24.970154, 121.392265),
new google.maps.LatLng(25.037233, 121.499306),
new google.maps.LatLng(25.010801, 121.509476),
new google.maps.LatLng(25.000679, 121.512329),
new google.maps.LatLng(25.139086, 121.430397),
new google.maps.LatLng(25.002113, 121.305054),
new google.maps.LatLng(25.122757, 121.463516),
new google.maps.LatLng(25.124784, 121.549889),
new google.maps.LatLng(25.103231, 121.440041),
new google.maps.LatLng(25.075422, 121.496269),
new google.maps.LatLng(24.962467, 121.477615),
new google.maps.LatLng(24.983002, 121.324722),
new google.maps.LatLng(25.038794, 121.579323),
new google.maps.LatLng(24.967709, 121.190323),
new google.maps.LatLng(25.088680, 121.598579),
new google.maps.LatLng(25.055613, 121.613380),
new google.maps.LatLng(25.109488, 121.546944),
new google.maps.LatLng(25.172470, 121.518845),
new google.maps.LatLng(25.177528, 121.429146),
new google.maps.LatLng(25.062550, 121.550606),
new google.maps.LatLng(25.164337, 121.487968),
new google.maps.LatLng(25.084776, 121.486809),
new google.maps.LatLng(24.949890, 121.384132),
new google.maps.LatLng(25.088060, 121.587883),
new google.maps.LatLng(24.985889, 121.366447),
new google.maps.LatLng(25.020056, 121.411285),
new google.maps.LatLng(25.015253, 121.561752),
new google.maps.LatLng(25.038618, 121.291649),
new google.maps.LatLng(25.159758, 121.401016),
new google.maps.LatLng(24.984930, 121.599739),
new google.maps.LatLng(24.987173, 121.324631),
new google.maps.LatLng(25.093636, 121.497787),
new google.maps.LatLng(25.016071, 121.544891),
new google.maps.LatLng(24.992599, 121.339104),
new google.maps.LatLng(25.026691, 121.574417),
new google.maps.LatLng(25.053688, 121.607140),
new google.maps.LatLng(25.127157, 121.518753),
new google.maps.LatLng(25.035763, 121.499573),
new google.maps.LatLng(24.966816, 121.190948),
new google.maps.LatLng(25.081997, 121.552475),
new google.maps.LatLng(25.037140, 121.578247),
new google.maps.LatLng(25.053223, 121.557472),
new google.maps.LatLng(25.049780, 121.526337),
new google.maps.LatLng(24.948170, 121.505013),
new google.maps.LatLng(25.134052, 121.464142),
new google.maps.LatLng(25.026003, 121.582260),
new google.maps.LatLng(25.033014, 121.434593),
new google.maps.LatLng(25.011992, 121.276184),
new google.maps.LatLng(24.983757, 121.341072),
new google.maps.LatLng(24.976702, 121.339645),
new google.maps.LatLng(25.059301, 121.548912),
new google.maps.LatLng(25.027283, 121.484131),
new google.maps.LatLng(24.984938, 121.344200),
new google.maps.LatLng(25.088425, 121.600365),
new google.maps.LatLng(25.136963, 121.418251),
new google.maps.LatLng(25.034748, 121.535263),
new google.maps.LatLng(25.037476, 121.538475),
new google.maps.LatLng(25.026592, 121.539635),
new google.maps.LatLng(25.009117, 121.458336),
new google.maps.LatLng(24.976517, 121.500465),
new google.maps.LatLng(25.137032, 121.548912),
new google.maps.LatLng(25.011950, 121.571564),
new google.maps.LatLng(25.001831, 121.593765),
new google.maps.LatLng(25.046850, 121.579590),
new google.maps.LatLng(25.072227, 121.537315),
new google.maps.LatLng(25.053909, 121.550339),
new google.maps.LatLng(24.951635, 121.522057),
new google.maps.LatLng(25.088139, 121.525002),
new google.maps.LatLng(25.136131, 121.540436),
new google.maps.LatLng(24.988590, 121.487167),
new google.maps.LatLng(24.989395, 121.470299),
new google.maps.LatLng(25.101538, 121.533569),
new google.maps.LatLng(24.997206, 121.582794),
new google.maps.LatLng(25.028883, 121.569336),
new google.maps.LatLng(24.943928, 121.370560),
new google.maps.LatLng(25.044756, 121.529373),
new google.maps.LatLng(24.962561, 121.538383),
new google.maps.LatLng(25.047791, 121.519295),
new google.maps.LatLng(25.025826, 121.539719),
new google.maps.LatLng(24.985649, 121.574860),
new google.maps.LatLng(25.046688, 121.578522),
new google.maps.LatLng(25.148523, 121.506180),
new google.maps.LatLng(25.026678, 121.476814),
new google.maps.LatLng(25.027651, 121.431290),
new google.maps.LatLng(25.144283, 121.425575),
new google.maps.LatLng(25.095766, 121.448875),
new google.maps.LatLng(25.007959, 121.286736),
new google.maps.LatLng(25.101835, 121.506264),
new google.maps.LatLng(25.046015, 121.569778),
new google.maps.LatLng(25.025953, 121.509209),
new google.maps.LatLng(25.044380, 121.592514),
new google.maps.LatLng(25.003326, 121.290573),
new google.maps.LatLng(25.138044, 121.473602),
new google.maps.LatLng(25.106264, 121.520538),
new google.maps.LatLng(25.135946, 121.426109),
new google.maps.LatLng(25.075480, 121.483688),
new google.maps.LatLng(24.998264, 121.582176),
new google.maps.LatLng(25.071163, 121.575218),
new google.maps.LatLng(25.097172, 121.588234),
new google.maps.LatLng(25.001513, 121.614807),
new google.maps.LatLng(25.058636, 121.523575),
new google.maps.LatLng(25.174339, 121.447266),
new google.maps.LatLng(24.964336, 121.540703),
new google.maps.LatLng(24.949930, 121.550873),
new google.maps.LatLng(24.982155, 121.542488),
new google.maps.LatLng(24.986174, 121.453255),
new google.maps.LatLng(25.081135, 121.550156),
new google.maps.LatLng(24.970915, 121.396461),
new google.maps.LatLng(25.056889, 121.379402),
new google.maps.LatLng(24.992395, 121.429504),
new google.maps.LatLng(25.069393, 121.402534),
new google.maps.LatLng(24.971363, 121.548195),
new google.maps.LatLng(24.999632, 121.453163),
new google.maps.LatLng(25.001099, 121.327583),
new google.maps.LatLng(25.013533, 121.518669),
new google.maps.LatLng(25.039188, 121.560417),
new google.maps.LatLng(25.116076, 121.535172),
new google.maps.LatLng(25.165108, 121.486809),
new google.maps.LatLng(24.953047, 121.417892),
new google.maps.LatLng(25.022560, 121.498589),
new google.maps.LatLng(25.034773, 121.580215),
new google.maps.LatLng(25.092079, 121.530441),
new google.maps.LatLng(25.068699, 121.592339),
new google.maps.LatLng(24.976255, 121.466911),
new google.maps.LatLng(25.018000, 121.571564),
new google.maps.LatLng(25.130692, 121.450928),
new google.maps.LatLng(24.962076, 121.549980),
new google.maps.LatLng(25.003168, 121.535263),
new google.maps.LatLng(24.980240, 121.418701),
new google.maps.LatLng(24.959610, 121.323914),
new google.maps.LatLng(25.056881, 121.617477),
new google.maps.LatLng(25.069107, 121.593765),
new google.maps.LatLng(25.076109, 121.515541),
new google.maps.LatLng(25.032244, 121.610260),
new google.maps.LatLng(25.002283, 121.483238),
new google.maps.LatLng(25.016457, 121.533386),
new google.maps.LatLng(24.963924, 121.376633),
new google.maps.LatLng(24.946072, 121.385567),
new google.maps.LatLng(24.954506, 121.353317),
new google.maps.LatLng(25.017960, 121.529465),
new google.maps.LatLng(25.027679, 121.474319),
new google.maps.LatLng(25.027248, 121.444321),
new google.maps.LatLng(25.132744, 121.549179),
new google.maps.LatLng(25.062838, 121.497253),
new google.maps.LatLng(24.971767, 121.394226),
new google.maps.LatLng(25.099474, 121.582352),
new google.maps.LatLng(24.964106, 121.516617),
new google.maps.LatLng(25.028770, 121.584229),
new google.maps.LatLng(25.007414, 121.512955),
new google.maps.LatLng(24.979544, 121.364128),
new google.maps.LatLng(24.969746, 121.193008),
new google.maps.LatLng(24.953035, 121.559875),
new google.maps.LatLng(25.174500, 121.449059),
new google.maps.LatLng(25.104116, 121.524376),
new google.maps.LatLng(24.981924, 121.606873),
new google.maps.LatLng(24.964043, 121.216179),
new google.maps.LatLng(25.061487, 121.539276),
new google.maps.LatLng(25.118296, 121.510635),
new google.maps.LatLng(25.125681, 121.514473),
new google.maps.LatLng(25.116175, 121.487617),
new google.maps.LatLng(24.990942, 121.418343),
new google.maps.LatLng(24.977066, 121.324181),
new google.maps.LatLng(24.998663, 121.489136),
new google.maps.LatLng(24.994938, 121.586098),
new google.maps.LatLng(24.999271, 121.456818),
new google.maps.LatLng(25.042852, 121.528305),
new google.maps.LatLng(24.996290, 121.287270),
new google.maps.LatLng(25.138506, 121.502960),
new google.maps.LatLng(24.957193, 121.418610),
new google.maps.LatLng(24.986179, 121.563446),
new google.maps.LatLng(25.153360, 121.536957),
new google.maps.LatLng(25.132011, 121.467178),
new google.maps.LatLng(25.000406, 121.565674),
new google.maps.LatLng(24.999681, 121.537048),
new google.maps.LatLng(25.060936, 121.509926),
new google.maps.LatLng(25.008400, 121.560234),
new google.maps.LatLng(24.950043, 121.317574),
new google.maps.LatLng(25.022600, 121.577362),
new google.maps.LatLng(25.101219, 121.541595),
new google.maps.LatLng(25.001574, 121.614891),
new google.maps.LatLng(25.108080, 121.471283),
new google.maps.LatLng(25.132563, 121.525002),
new google.maps.LatLng(25.122299, 121.464050),
new google.maps.LatLng(25.083969, 121.544807),
new google.maps.LatLng(24.940166, 121.377075),
new google.maps.LatLng(25.104357, 121.539185),
new google.maps.LatLng(25.005430, 121.541145),
new google.maps.LatLng(25.070225, 121.521881),
new google.maps.LatLng(25.108818, 121.531158),
new google.maps.LatLng(25.016792, 121.627281),
new google.maps.LatLng(24.975330, 121.363319),
new google.maps.LatLng(25.026279, 121.525803),
new google.maps.LatLng(25.070492, 121.529198),
new google.maps.LatLng(25.118061, 121.524643),
new google.maps.LatLng(25.026648, 121.562286),
new google.maps.LatLng(25.028086, 121.385475),
new google.maps.LatLng(25.072758, 121.575844),
new google.maps.LatLng(24.998886, 121.581642),
new google.maps.LatLng(24.931549, 121.355278),
new google.maps.LatLng(25.040518, 121.504036),
new google.maps.LatLng(25.034233, 121.592339),
new google.maps.LatLng(25.139227, 121.466461),
new google.maps.LatLng(25.010096, 121.629692),
new google.maps.LatLng(24.962488, 121.550690),
new google.maps.LatLng(25.060163, 121.557564),
new google.maps.LatLng(24.992195, 121.588593),
new google.maps.LatLng(25.186928, 121.540077),
new google.maps.LatLng(24.945379, 121.371094),
new google.maps.LatLng(25.135290, 121.538383),
new google.maps.LatLng(24.962971, 121.250877),
new google.maps.LatLng(25.058073, 121.517860),
new google.maps.LatLng(25.156969, 121.466820),
new google.maps.LatLng(25.052376, 121.455658),
new google.maps.LatLng(25.016628, 121.500557),
new google.maps.LatLng(24.986801, 121.367165),
new google.maps.LatLng(25.034901, 121.614090),
new google.maps.LatLng(25.086679, 121.591621),
new google.maps.LatLng(25.119036, 121.563713),
new google.maps.LatLng(25.090803, 121.474228),
new google.maps.LatLng(24.993116, 121.421112),
new google.maps.LatLng(24.999352, 121.425667),
new google.maps.LatLng(25.024338, 121.380203),
new google.maps.LatLng(24.982838, 121.348938),
new google.maps.LatLng(25.044401, 121.529816),
new google.maps.LatLng(25.025129, 121.241127),
new google.maps.LatLng(25.077551, 121.584671),
new google.maps.LatLng(24.988495, 121.511261),
new google.maps.LatLng(25.068222, 121.499039),
new google.maps.LatLng(25.024246, 121.519295),
new google.maps.LatLng(24.999819, 121.343758),
new google.maps.LatLng(25.111219, 121.537491),
new google.maps.LatLng(24.985674, 121.587433),
new google.maps.LatLng(24.994459, 121.521164),
new google.maps.LatLng(25.100859, 121.532227),
new google.maps.LatLng(24.982018, 121.422447),
new google.maps.LatLng(24.995531, 121.642616),
new google.maps.LatLng(25.032747, 121.578606),
new google.maps.LatLng(25.110394, 121.512871),
new google.maps.LatLng(24.983185, 121.329994),
new google.maps.LatLng(25.051376, 121.448608),
new google.maps.LatLng(25.001972, 121.554794),
new google.maps.LatLng(25.043184, 121.466553),
new google.maps.LatLng(25.052036, 121.303535),
new google.maps.LatLng(25.026348, 121.538208),
new google.maps.LatLng(25.039963, 121.531067),
new google.maps.LatLng(24.999252, 121.410843),
new google.maps.LatLng(25.018808, 121.514565),
new google.maps.LatLng(25.053848, 121.556221),
new google.maps.LatLng(25.026134, 121.518669),
new google.maps.LatLng(25.107307, 121.518578),
new google.maps.LatLng(24.986032, 121.414856),
new google.maps.LatLng(25.059893, 121.490738),
new google.maps.LatLng(25.030672, 121.503944),
new google.maps.LatLng(25.107899, 121.545250),
new google.maps.LatLng(25.003206, 121.564697),
new google.maps.LatLng(25.120127, 121.581192),
new google.maps.LatLng(24.960999, 121.412987),
new google.maps.LatLng(25.122662, 121.552567),
new google.maps.LatLng(24.928633, 121.199356),
new google.maps.LatLng(25.039946, 121.621490),
new google.maps.LatLng(24.940199, 121.329903),
new google.maps.LatLng(24.980087, 121.540703),
new google.maps.LatLng(25.033138, 121.434059),
new google.maps.LatLng(25.102930, 121.582794),
new google.maps.LatLng(25.111715, 121.526253),
new google.maps.LatLng(24.933372, 121.387352),
new google.maps.LatLng(25.063164, 121.499397),
new google.maps.LatLng(25.034601, 121.475563),
new google.maps.LatLng(25.023436, 121.581909),
new google.maps.LatLng(25.011486, 121.413162),
new google.maps.LatLng(24.988758, 121.421646),
new google.maps.LatLng(25.052725, 121.582085),
new google.maps.LatLng(25.122486, 121.463966),
new google.maps.LatLng(24.930532, 121.383148),
new google.maps.LatLng(24.931555, 121.347778),
new google.maps.LatLng(25.022339, 121.264198),
new google.maps.LatLng(25.051901, 121.523666),
new google.maps.LatLng(24.951803, 121.209824),
new google.maps.LatLng(25.045370, 121.524643),
new google.maps.LatLng(25.200659, 121.430573),
new google.maps.LatLng(25.043972, 121.554527),
new google.maps.LatLng(24.909920, 121.365105),
new google.maps.LatLng(25.054106, 121.554085),
new google.maps.LatLng(25.116024, 121.526604),
new google.maps.LatLng(25.059141, 121.611061),
new google.maps.LatLng(24.986403, 121.429947),
new google.maps.LatLng(25.094193, 121.498238),
new google.maps.LatLng(24.960533, 121.510277),
new google.maps.LatLng(25.070572, 121.503143),
new google.maps.LatLng(25.047508, 121.569061),
new google.maps.LatLng(24.966722, 121.379936),
new google.maps.LatLng(25.061592, 121.450661),
new google.maps.LatLng(25.159275, 121.589043),
new google.maps.LatLng(24.992456, 121.590645),
new google.maps.LatLng(25.105679, 121.578873),
new google.maps.LatLng(25.001041, 121.612930),
new google.maps.LatLng(24.996996, 121.583336),
new google.maps.LatLng(25.011909, 121.505463),
new google.maps.LatLng(25.050688, 121.553459),
new google.maps.LatLng(25.076117, 121.492256),
new google.maps.LatLng(25.056013, 121.513222),
new google.maps.LatLng(24.989344, 121.550690),
new google.maps.LatLng(25.003935, 121.436554),
new google.maps.LatLng(25.026320, 121.586540),
new google.maps.LatLng(25.003769, 121.570763),
new google.maps.LatLng(25.072409, 121.574509),
new google.maps.LatLng(25.043076, 121.568527),
new google.maps.LatLng(25.026575, 121.516434),
new google.maps.LatLng(25.098455, 121.588058),
new google.maps.LatLng(25.020611, 121.583687),
new google.maps.LatLng(24.990633, 121.472801),
new google.maps.LatLng(25.051893, 121.300941),
new google.maps.LatLng(24.953741, 121.219398),
new google.maps.LatLng(25.029289, 121.565498),
new google.maps.LatLng(25.002365, 121.525627),
new google.maps.LatLng(25.088600, 121.592606),
new google.maps.LatLng(25.050529, 121.563980),
new google.maps.LatLng(25.017551, 121.575577),
new google.maps.LatLng(25.057453, 121.603127),
new google.maps.LatLng(25.073032, 121.579590),
new google.maps.LatLng(24.999004, 121.475296),
new google.maps.LatLng(24.961569, 121.481461),
new google.maps.LatLng(24.939260, 121.338570),
new google.maps.LatLng(25.033287, 121.590378),
new google.maps.LatLng(25.072632, 121.576378),
new google.maps.LatLng(25.080322, 121.580299),
new google.maps.LatLng(25.012148, 121.517860),
new google.maps.LatLng(25.011061, 121.270554),
new google.maps.LatLng(25.039633, 121.588417),
new google.maps.LatLng(25.056700, 121.576820),
new google.maps.LatLng(25.111418, 121.545784),
new google.maps.LatLng(25.000059, 121.535080),
new google.maps.LatLng(25.000742, 121.477081),
new google.maps.LatLng(24.985266, 121.534187),
new google.maps.LatLng(25.040247, 121.518936),
new google.maps.LatLng(25.006756, 121.562645),
new google.maps.LatLng(25.135054, 121.535172),
new google.maps.LatLng(24.995626, 121.483688),
new google.maps.LatLng(25.041058, 121.577446),
new google.maps.LatLng(24.976255, 121.326958),
new google.maps.LatLng(25.065172, 121.559166),
new google.maps.LatLng(24.954227, 121.265633),
new google.maps.LatLng(24.932098, 121.372520),
new google.maps.LatLng(25.005287, 121.308899),
new google.maps.LatLng(25.050400, 121.595100),
new google.maps.LatLng(25.008139, 121.460396),
new google.maps.LatLng(24.928307, 121.320343),
new google.maps.LatLng(25.015244, 121.317482),
new google.maps.LatLng(25.038712, 121.553993),
new google.maps.LatLng(25.153532, 121.417625),
new google.maps.LatLng(24.966175, 121.566391),
new google.maps.LatLng(25.041691, 121.449593),
new google.maps.LatLng(25.114382, 121.556404),
new google.maps.LatLng(25.087267, 121.525894),
new google.maps.LatLng(25.022787, 121.425484),
new google.maps.LatLng(25.065084, 121.455574),
new google.maps.LatLng(24.994986, 121.492081),
new google.maps.LatLng(24.959826, 121.562737),
new google.maps.LatLng(24.996149, 121.482170),
new google.maps.LatLng(25.027651, 121.578430),
new google.maps.LatLng(25.053255, 121.566124),
new google.maps.LatLng(25.118963, 121.463783),
new google.maps.LatLng(24.990732, 121.419594),
new google.maps.LatLng(25.070316, 121.580566),
new google.maps.LatLng(25.028368, 121.424683),
new google.maps.LatLng(24.998766, 121.440216),
new google.maps.LatLng(24.996958, 121.582794),
new google.maps.LatLng(25.039864, 121.621490),
new google.maps.LatLng(25.152960, 121.449677),
new google.maps.LatLng(25.054874, 121.559608),
new google.maps.LatLng(24.935877, 121.369843),
new google.maps.LatLng(25.043253, 121.504395),
new google.maps.LatLng(24.961725, 121.549355),
new google.maps.LatLng(25.085915, 121.487617),
new google.maps.LatLng(25.127337, 121.570312),
new google.maps.LatLng(25.085993, 121.592430),
new google.maps.LatLng(25.053366, 121.539276),
new google.maps.LatLng(25.046841, 121.570137),
new google.maps.LatLng(25.058512, 121.624252),
new google.maps.LatLng(25.014736, 121.458427),
new google.maps.LatLng(25.022402, 121.554977),
new google.maps.LatLng(24.940153, 121.338303),
new google.maps.LatLng(25.001736, 121.468605),
new google.maps.LatLng(25.004934, 121.368767),
new google.maps.LatLng(24.977005, 121.417625),
new google.maps.LatLng(25.014103, 121.552208),
new google.maps.LatLng(24.936275, 121.363853),
new google.maps.LatLng(24.942492, 121.301842),
new google.maps.LatLng(25.051411, 121.306221),
new google.maps.LatLng(25.113894, 121.537048),
new google.maps.LatLng(24.986387, 121.584045),
new google.maps.LatLng(25.117802, 121.539101),
new google.maps.LatLng(25.010708, 121.505638),
new google.maps.LatLng(25.002745, 121.552925),
new google.maps.LatLng(25.000360, 121.574326),
new google.maps.LatLng(25.037563, 121.450218),
new google.maps.LatLng(25.066778, 121.503769),
new google.maps.LatLng(25.003502, 121.526787),
new google.maps.LatLng(24.996885, 121.551407),
new google.maps.LatLng(25.179451, 121.486099),
new google.maps.LatLng(24.983568, 121.411552),
new google.maps.LatLng(24.996300, 121.307915),
new google.maps.LatLng(25.041660, 121.633522),
new google.maps.LatLng(25.005573, 121.457176),
new google.maps.LatLng(25.035370, 121.549530),
new google.maps.LatLng(25.141876, 121.461197),
new google.maps.LatLng(25.031527, 121.577805),
new google.maps.LatLng(25.073235, 121.608208),
new google.maps.LatLng(25.068798, 121.576111),
new google.maps.LatLng(24.999870, 121.267601),
new google.maps.LatLng(25.078262, 121.559525),
new google.maps.LatLng(25.042915, 121.613823),
new google.maps.LatLng(24.978107, 121.274391),
new google.maps.LatLng(25.033421, 121.447716),
new google.maps.LatLng(25.013168, 121.552299),
new google.maps.LatLng(24.969776, 121.575752),
new google.maps.LatLng(25.118067, 121.568176),
new google.maps.LatLng(25.007437, 121.359833),
new google.maps.LatLng(25.071371, 121.519829),
new google.maps.LatLng(25.042215, 121.357338),
new google.maps.LatLng(25.149275, 121.515991),
new google.maps.LatLng(25.058884, 121.624077),
new google.maps.LatLng(25.039963, 121.582794),
new google.maps.LatLng(25.025021, 121.256599),
new google.maps.LatLng(25.008204, 121.320251),
new google.maps.LatLng(24.984673, 121.467804),
new google.maps.LatLng(25.055561, 121.307289),
new google.maps.LatLng(25.012695, 121.396278),
new google.maps.LatLng(25.109976, 121.519913),
new google.maps.LatLng(25.079800, 121.552658),
new google.maps.LatLng(24.998678, 121.452980),
new google.maps.LatLng(25.134960, 121.430305),
new google.maps.LatLng(25.033829, 121.601074),
new google.maps.LatLng(24.962725, 121.194260),
new google.maps.LatLng(24.961899, 121.406288),
new google.maps.LatLng(25.078381, 121.578697),
new google.maps.LatLng(25.035175, 121.516884),
new google.maps.LatLng(25.041748, 121.615967),
new google.maps.LatLng(25.041861, 121.547302),
new google.maps.LatLng(24.973103, 121.497696),
new google.maps.LatLng(24.994953, 121.479134),
new google.maps.LatLng(25.104862, 121.530708),
new google.maps.LatLng(24.941872, 121.290215),
new google.maps.LatLng(25.009438, 121.464050),
new google.maps.LatLng(24.995253, 121.591087),
new google.maps.LatLng(24.989025, 121.410568),
new google.maps.LatLng(25.114111, 121.551582),
new google.maps.LatLng(24.952328, 121.508850),
new google.maps.LatLng(25.029955, 121.476280),
new google.maps.LatLng(25.043694, 121.582085),
new google.maps.LatLng(25.021992, 121.314888),
new google.maps.LatLng(25.071674, 121.464943),
new google.maps.LatLng(24.993120, 121.590286),
new google.maps.LatLng(25.141796, 121.432625),
new google.maps.LatLng(25.155794, 121.385742),
new google.maps.LatLng(24.972605, 121.432892),
new google.maps.LatLng(25.036383, 121.581459),
new google.maps.LatLng(25.098089, 121.586456),
new google.maps.LatLng(24.976765, 121.566124),
new google.maps.LatLng(24.991442, 121.500465),
new google.maps.LatLng(25.163855, 121.432625),
new google.maps.LatLng(25.031351, 121.586990),
new google.maps.LatLng(25.096207, 121.422630),
new google.maps.LatLng(25.048647, 121.530441),
new google.maps.LatLng(25.026857, 121.574417),
new google.maps.LatLng(24.992836, 121.539368),
new google.maps.LatLng(24.987423, 121.427002),
new google.maps.LatLng(24.959446, 121.532944),
new google.maps.LatLng(25.046761, 121.569420),
new google.maps.LatLng(25.097773, 121.588150),
new google.maps.LatLng(24.986097, 121.366982),
new google.maps.LatLng(25.032806, 121.603302),
new google.maps.LatLng(25.139116, 121.528839),
new google.maps.LatLng(25.022963, 121.420486),
new google.maps.LatLng(25.103397, 121.448158),
new google.maps.LatLng(25.168167, 121.445663),
new google.maps.LatLng(25.001368, 121.328201),
new google.maps.LatLng(25.026009, 121.561127),
new google.maps.LatLng(25.022573, 121.313812),
new google.maps.LatLng(25.001659, 121.569153),
new google.maps.LatLng(24.932495, 121.369041),
new google.maps.LatLng(25.136456, 121.502518),
new google.maps.LatLng(24.936899, 121.328384),
new google.maps.LatLng(25.013462, 121.472351),
new google.maps.LatLng(24.993710, 121.299782),
new google.maps.LatLng(25.142876, 121.526604),
new google.maps.LatLng(25.110130, 121.552299),
new google.maps.LatLng(25.131353, 121.414230),
new google.maps.LatLng(25.007938, 121.581909),
new google.maps.LatLng(25.073578, 121.488953),
new google.maps.LatLng(25.056780, 121.605980),
new google.maps.LatLng(24.997885, 121.549622),
new google.maps.LatLng(25.002661, 121.538475),
new google.maps.LatLng(25.136969, 121.400215),
new google.maps.LatLng(25.021544, 121.557564),
new google.maps.LatLng(24.955887, 121.241310),
new google.maps.LatLng(25.081413, 121.592873),
new google.maps.LatLng(25.046144, 121.567818),
new google.maps.LatLng(24.995718, 121.523216),
new google.maps.LatLng(24.973507, 121.339104),
new google.maps.LatLng(25.029018, 121.460121),
new google.maps.LatLng(25.022017, 121.416374),
new google.maps.LatLng(25.115858, 121.526253),
new google.maps.LatLng(25.093435, 121.527496),
new google.maps.LatLng(25.054482, 121.458694),
new google.maps.LatLng(25.093918, 121.441910),
new google.maps.LatLng(25.077999, 121.569420),
new google.maps.LatLng(24.993715, 121.422447),
new google.maps.LatLng(25.003836, 121.501717),
new google.maps.LatLng(25.130558, 121.506088),
new google.maps.LatLng(25.035440, 121.565765),
new google.maps.LatLng(24.978359, 121.234688),
new google.maps.LatLng(25.095331, 121.592514),
new google.maps.LatLng(24.970816, 121.392616),
new google.maps.LatLng(25.080393, 121.577896),
new google.maps.LatLng(25.077166, 121.570847),
new google.maps.LatLng(24.960918, 121.374580),
new google.maps.LatLng(25.147572, 121.428162),
new google.maps.LatLng(25.063276, 121.449142),
new google.maps.LatLng(25.013985, 121.504745),
new google.maps.LatLng(25.021742, 121.540169),
new google.maps.LatLng(24.970863, 121.368591),
new google.maps.LatLng(24.995359, 121.463249),
new google.maps.LatLng(25.035097, 121.581993),
new google.maps.LatLng(25.118895, 121.517593),
new google.maps.LatLng(25.012806, 121.556313),
new google.maps.LatLng(25.046101, 121.592606),
new google.maps.LatLng(24.997341, 121.457985),
new google.maps.LatLng(25.116034, 121.535706),
new google.maps.LatLng(25.132025, 121.525177),
new google.maps.LatLng(25.167845, 121.525803),
new google.maps.LatLng(25.057173, 121.540703),
new google.maps.LatLng(24.989540, 121.547394),
new google.maps.LatLng(25.001701, 121.454948),
new google.maps.LatLng(25.157183, 121.539719),
new google.maps.LatLng(25.019245, 121.497879),
new google.maps.LatLng(24.978390, 121.523933),
new google.maps.LatLng(25.200550, 121.431732),
new google.maps.LatLng(25.144403, 121.474762),
new google.maps.LatLng(25.078232, 121.526253),
new google.maps.LatLng(24.989859, 121.504036),
new google.maps.LatLng(24.947643, 121.487793),
new google.maps.LatLng(24.992226, 121.339287),
new google.maps.LatLng(25.032091, 121.492256),
new google.maps.LatLng(24.973017, 121.391373),
new google.maps.LatLng(25.073399, 121.520721),
new google.maps.LatLng(25.055620, 121.533569),
new google.maps.LatLng(25.002089, 121.535622),
new google.maps.LatLng(25.038309, 121.374039),
new google.maps.LatLng(25.124758, 121.407356),
new google.maps.LatLng(25.066610, 121.612755),
new google.maps.LatLng(24.939758, 121.337143),
new google.maps.LatLng(24.998634, 121.500557),
new google.maps.LatLng(25.009159, 121.457802),
new google.maps.LatLng(25.134636, 121.469765),
new google.maps.LatLng(25.067703, 121.435577),
new google.maps.LatLng(24.957186, 121.549622),
new google.maps.LatLng(24.959623, 121.417091),
new google.maps.LatLng(25.073360, 121.491989),
new google.maps.LatLng(25.073042, 121.577087),
new google.maps.LatLng(25.142958, 121.432266),
new google.maps.LatLng(24.976282, 121.239342),
new google.maps.LatLng(25.088024, 121.586273),
new google.maps.LatLng(25.043697, 121.549713),
new google.maps.LatLng(25.025270, 121.475746),
new google.maps.LatLng(24.971416, 121.393250),
new google.maps.LatLng(25.074760, 121.577179),
new google.maps.LatLng(25.149441, 121.516350),
new google.maps.LatLng(25.118071, 121.464050),
new google.maps.LatLng(25.059580, 121.546326),
new google.maps.LatLng(25.057428, 121.557915),
new google.maps.LatLng(25.003954, 121.550247),
new google.maps.LatLng(25.030504, 121.480293),
new google.maps.LatLng(24.989756, 121.520363),
new google.maps.LatLng(24.999578, 121.495827),
new google.maps.LatLng(25.020096, 121.514030),
new google.maps.LatLng(25.104523, 121.539185),
new google.maps.LatLng(25.159307, 121.480118),
new google.maps.LatLng(24.992325, 121.422714),
new google.maps.LatLng(24.955992, 121.241936),
new google.maps.LatLng(25.050674, 121.455482),
new google.maps.LatLng(25.019896, 121.574417),
new google.maps.LatLng(25.007011, 121.453873),
new google.maps.LatLng(25.043407, 121.555862),
new google.maps.LatLng(25.025801, 121.504570),
new google.maps.LatLng(25.070885, 121.577805),
new google.maps.LatLng(25.160107, 121.544182),
new google.maps.LatLng(25.062271, 121.520805),
new google.maps.LatLng(25.135599, 121.549713),
new google.maps.LatLng(24.998079, 121.581551),
new google.maps.LatLng(25.002785, 121.462357),
new google.maps.LatLng(25.039637, 121.586990),
new google.maps.LatLng(25.024240, 121.570045),
new google.maps.LatLng(25.040627, 121.524017),
new google.maps.LatLng(24.960155, 121.369667),
new google.maps.LatLng(25.026333, 121.576286),
new google.maps.LatLng(24.990700, 121.490204),
new google.maps.LatLng(25.070181, 121.449409),
new google.maps.LatLng(25.130894, 121.545433),
new google.maps.LatLng(25.127962, 121.469589),
new google.maps.LatLng(25.075998, 121.483238),
new google.maps.LatLng(25.054960, 121.599648),
new google.maps.LatLng(24.946276, 121.487259),
new google.maps.LatLng(24.995058, 121.522148),
new google.maps.LatLng(25.164583, 121.494667),
new google.maps.LatLng(25.025351, 121.566391),
new google.maps.LatLng(24.989336, 121.344559),
new google.maps.LatLng(25.083851, 121.438522),
new google.maps.LatLng(24.980648, 121.555595),
new google.maps.LatLng(25.062422, 121.490913),
new google.maps.LatLng(25.014420, 121.366180),
new google.maps.LatLng(24.984873, 121.490646),
new google.maps.LatLng(25.076771, 121.515900),
new google.maps.LatLng(25.009747, 121.454590),
new google.maps.LatLng(25.005293, 121.623718),
new google.maps.LatLng(24.966936, 121.237015),
new google.maps.LatLng(25.039061, 121.448074),
new google.maps.LatLng(24.981802, 121.572540),
new google.maps.LatLng(25.117983, 121.505280),
new google.maps.LatLng(25.065491, 121.482796),
new google.maps.LatLng(24.989504, 121.344200),
new google.maps.LatLng(25.144449, 121.497787),
new google.maps.LatLng(25.028612, 121.588417),
new google.maps.LatLng(24.932531, 121.374580),
new google.maps.LatLng(25.056690, 121.515633),
new google.maps.LatLng(25.074345, 121.577896),
new google.maps.LatLng(25.000025, 121.463875),
new google.maps.LatLng(25.041857, 121.449593),
new google.maps.LatLng(25.057962, 121.594299),
new google.maps.LatLng(24.993347, 121.534012),
new google.maps.LatLng(25.015648, 121.405663),
new google.maps.LatLng(24.999905, 121.553368),
new google.maps.LatLng(24.975183, 121.399857),
new google.maps.LatLng(25.053928, 121.531601),
new google.maps.LatLng(25.126261, 121.564697),
new google.maps.LatLng(24.960468, 121.481544),
new google.maps.LatLng(25.114426, 121.555862),
new google.maps.LatLng(25.048763, 121.375832),
new google.maps.LatLng(25.037077, 121.566208),
new google.maps.LatLng(25.054996, 121.521072),
new google.maps.LatLng(24.960501, 121.412628),
new google.maps.LatLng(24.972775, 121.316589),
new google.maps.LatLng(24.983669, 121.518044),
new google.maps.LatLng(24.933546, 121.349205),
new google.maps.LatLng(25.007584, 121.426643),
new google.maps.LatLng(24.934895, 121.377617),
new google.maps.LatLng(25.024942, 121.243362),
new google.maps.LatLng(24.983128, 121.492790),
new google.maps.LatLng(25.088467, 121.526070),
new google.maps.LatLng(24.966873, 121.269119),
new google.maps.LatLng(25.038052, 121.577896),
new google.maps.LatLng(25.184381, 121.411644),
new google.maps.LatLng(25.046024, 121.457985),
new google.maps.LatLng(24.993311, 121.589485),
new google.maps.LatLng(24.994141, 121.588776),
new google.maps.LatLng(24.976803, 121.244621),
new google.maps.LatLng(25.057117, 121.598579),
new google.maps.LatLng(24.948465, 121.378868),
new google.maps.LatLng(25.033228, 121.531517),
new google.maps.LatLng(25.045435, 121.537399),
new google.maps.LatLng(25.035803, 121.569153),
new google.maps.LatLng(24.989616, 121.598137),
new google.maps.LatLng(24.994690, 121.605087),
new google.maps.LatLng(25.087980, 121.592430),
new google.maps.LatLng(25.004311, 121.569511),
new google.maps.LatLng(24.999540, 121.571472),
new google.maps.LatLng(25.053108, 121.548462),
new google.maps.LatLng(25.109365, 121.470390),
new google.maps.LatLng(25.074617, 121.577087),
new google.maps.LatLng(25.130758, 121.502068),
new google.maps.LatLng(25.119204, 121.563004),
new google.maps.LatLng(24.963373, 121.433342),
new google.maps.LatLng(25.045340, 121.584938),
new google.maps.LatLng(25.149282, 121.502251),
new google.maps.LatLng(24.995703, 121.529282),
new google.maps.LatLng(25.137011, 121.510010),
new google.maps.LatLng(25.050667, 121.572189),
new google.maps.LatLng(25.056116, 121.605980),
new google.maps.LatLng(25.014696, 121.517593),
new google.maps.LatLng(24.986675, 121.450394),
new google.maps.LatLng(25.078352, 121.533478),
new google.maps.LatLng(25.053728, 121.493683),
new google.maps.LatLng(25.124220, 121.406822),
new google.maps.LatLng(25.002876, 121.577713),
new google.maps.LatLng(25.036177, 121.499573),
new google.maps.LatLng(25.054272, 121.612045),
new google.maps.LatLng(25.110250, 121.512421),
new google.maps.LatLng(25.060740, 121.599380),
new google.maps.LatLng(25.002590, 121.411110),
new google.maps.LatLng(24.986403, 121.429588),
new google.maps.LatLng(25.130474, 121.529640),
new google.maps.LatLng(25.048025, 121.471016),
new google.maps.LatLng(25.169218, 121.583778),
new google.maps.LatLng(25.041359, 121.614807),
new google.maps.LatLng(25.102610, 121.523041),
new google.maps.LatLng(24.988865, 121.465836),
new google.maps.LatLng(25.154163, 121.538475),
new google.maps.LatLng(25.133390, 121.470123),
new google.maps.LatLng(24.991827, 121.344559),
new google.maps.LatLng(25.000530, 121.552116),
new google.maps.LatLng(25.136730, 121.506981),
new google.maps.LatLng(25.038586, 121.534454),
new google.maps.LatLng(25.014223, 121.508316),
new google.maps.LatLng(25.021547, 121.535706),
new google.maps.LatLng(25.062643, 121.615875),
new google.maps.LatLng(24.952568, 121.492966),
new google.maps.LatLng(25.043400, 121.532318),
new google.maps.LatLng(24.994196, 121.518753),
new google.maps.LatLng(25.056171, 121.523125),
new google.maps.LatLng(25.075029, 121.495827),
new google.maps.LatLng(24.986492, 121.321503),
new google.maps.LatLng(25.128134, 121.424767),
new google.maps.LatLng(25.003153, 121.366447),
new google.maps.LatLng(25.057335, 121.462090),
new google.maps.LatLng(25.156473, 121.530090),
new google.maps.LatLng(25.127344, 121.518669),
new google.maps.LatLng(25.103733, 121.556938),
new google.maps.LatLng(25.048056, 121.566391),
new google.maps.LatLng(24.935846, 121.380653),
new google.maps.LatLng(24.931238, 121.355194),
new google.maps.LatLng(25.154234, 121.519913),
new google.maps.LatLng(25.044008, 121.508224),
new google.maps.LatLng(24.952387, 121.537933),
new google.maps.LatLng(25.138424, 121.547928),
new google.maps.LatLng(25.159433, 121.434143),
new google.maps.LatLng(25.000984, 121.416199),
new google.maps.LatLng(25.138109, 121.503586),
new google.maps.LatLng(25.075741, 121.608475),
new google.maps.LatLng(25.114695, 121.556129),
new google.maps.LatLng(25.047909, 121.378059),
new google.maps.LatLng(25.045630, 121.506264),
new google.maps.LatLng(25.050669, 121.565857),
new google.maps.LatLng(25.109207, 121.514030),
new google.maps.LatLng(25.062611, 121.489754),
new google.maps.LatLng(24.978558, 121.522858),
new google.maps.LatLng(25.141457, 121.529465),
new google.maps.LatLng(25.149595, 121.524467),
new google.maps.LatLng(25.058767, 121.611595),
new google.maps.LatLng(25.147633, 121.406013),
new google.maps.LatLng(25.035088, 121.546860),
new google.maps.LatLng(24.940166, 121.376366),
new google.maps.LatLng(25.039431, 121.373863),
new google.maps.LatLng(25.155119, 121.504570),
new google.maps.LatLng(25.088863, 121.525093),
new google.maps.LatLng(25.056858, 121.617928),
new google.maps.LatLng(25.090168, 121.525536),
new google.maps.LatLng(25.071632, 121.535263),
new google.maps.LatLng(24.979280, 121.421738),
new google.maps.LatLng(25.028746, 121.503319),
new google.maps.LatLng(24.950115, 121.550781),
new google.maps.LatLng(25.060358, 121.515900),
new google.maps.LatLng(25.050175, 121.570763),
new google.maps.LatLng(24.996483, 121.451378),
new google.maps.LatLng(25.029989, 121.470123),
new google.maps.LatLng(25.131306, 121.467354),
new google.maps.LatLng(24.977667, 121.466553),
new google.maps.LatLng(25.092083, 121.586632),
new google.maps.LatLng(25.004362, 121.514648),
new google.maps.LatLng(25.058594, 121.562469),
new google.maps.LatLng(25.111580, 121.523666),
new google.maps.LatLng(24.992685, 121.590736),
new google.maps.LatLng(25.077963, 121.391106),
new google.maps.LatLng(25.075516, 121.282265),
new google.maps.LatLng(24.998384, 121.345276),
new google.maps.LatLng(25.138056, 121.541412),
new google.maps.LatLng(25.104151, 121.538651),
new google.maps.LatLng(25.032953, 121.602684),
new google.maps.LatLng(25.037794, 121.458069),
new google.maps.LatLng(24.983961, 121.449234),
new google.maps.LatLng(25.003916, 121.413254),
new google.maps.LatLng(25.006788, 121.558990),
new google.maps.LatLng(24.965923, 121.194435),
new google.maps.LatLng(24.961218, 121.510193),
new google.maps.LatLng(24.935358, 121.370293),
new google.maps.LatLng(25.000326, 121.425041),
new google.maps.LatLng(25.139132, 121.489754),
new google.maps.LatLng(25.176107, 121.451736),
new google.maps.LatLng(24.974686, 121.546051),
new google.maps.LatLng(25.156630, 121.516434),
new google.maps.LatLng(25.005966, 121.400925),
new google.maps.LatLng(25.019623, 121.336784),
new google.maps.LatLng(24.972507, 121.562019),
new google.maps.LatLng(25.049919, 121.513763),
new google.maps.LatLng(25.128700, 121.586632),
new google.maps.LatLng(24.945955, 121.522591),
new google.maps.LatLng(25.035782, 121.550247),
new google.maps.LatLng(25.156090, 121.510994),
new google.maps.LatLng(25.116911, 121.509476),
new google.maps.LatLng(25.062685, 121.386192),
new google.maps.LatLng(25.036797, 121.515274),
new google.maps.LatLng(24.959297, 121.486542),
new google.maps.LatLng(25.028261, 121.617302),
new google.maps.LatLng(25.056778, 121.547661),
new google.maps.LatLng(24.937128, 121.362694),
new google.maps.LatLng(24.991323, 121.460304),
new google.maps.LatLng(25.056215, 121.521881),
new google.maps.LatLng(25.105663, 121.538559),
new google.maps.LatLng(24.979637, 121.589844),
new google.maps.LatLng(25.031860, 121.577087),
new google.maps.LatLng(25.098375, 121.587700),
new google.maps.LatLng(25.045452, 121.524643),
new google.maps.LatLng(25.034405, 121.546234),
new google.maps.LatLng(24.995193, 121.589928),
new google.maps.LatLng(25.166855, 121.575218),
new google.maps.LatLng(24.992830, 121.590469),
new google.maps.LatLng(25.071468, 121.430489),
new google.maps.LatLng(25.072565, 121.577362),
new google.maps.LatLng(25.064243, 121.587349),
new google.maps.LatLng(24.997032, 121.578247),
new google.maps.LatLng(25.117765, 121.531868),
new google.maps.LatLng(25.148170, 121.500290),
new google.maps.LatLng(24.976114, 121.546326),
new google.maps.LatLng(25.020863, 121.411736),
new google.maps.LatLng(24.992949, 121.421822),
new google.maps.LatLng(24.991230, 121.419945),
new google.maps.LatLng(25.016344, 121.316673),
new google.maps.LatLng(25.069418, 121.593857),
new google.maps.LatLng(24.981060, 121.508316),
new google.maps.LatLng(25.018375, 121.570312),
new google.maps.LatLng(24.988661, 121.431290),
new google.maps.LatLng(25.009159, 121.510818),
new google.maps.LatLng(25.075569, 121.522415),
new google.maps.LatLng(24.966873, 121.352600),
new google.maps.LatLng(25.000681, 121.503502),
new google.maps.LatLng(25.142653, 121.457893),
new google.maps.LatLng(24.988321, 121.362785),
new google.maps.LatLng(25.048153, 121.403603),
new google.maps.LatLng(24.941729, 121.370735),
new google.maps.LatLng(25.054317, 121.599915),
new google.maps.LatLng(24.957380, 121.364838),
new google.maps.LatLng(24.961779, 121.479492),
new google.maps.LatLng(24.989367, 121.510727),
new google.maps.LatLng(25.118050, 121.515900),
new google.maps.LatLng(25.018808, 121.529732),
new google.maps.LatLng(25.050531, 121.575218),
new google.maps.LatLng(25.139795, 121.421021),
new google.maps.LatLng(25.061682, 121.638870),
new google.maps.LatLng(24.987570, 121.383781),
new google.maps.LatLng(25.034706, 121.428787),
new google.maps.LatLng(24.962091, 121.363503),
new google.maps.LatLng(25.026613, 121.532143),
new google.maps.LatLng(25.165644, 121.469765),
new google.maps.LatLng(25.074636, 121.577362),
new google.maps.LatLng(24.999334, 121.434952),
new google.maps.LatLng(25.143267, 121.548820),
new google.maps.LatLng(25.022640, 121.465752),
new google.maps.LatLng(24.954924, 121.349030),
new google.maps.LatLng(24.974188, 121.561577),
new google.maps.LatLng(25.097359, 121.588150),
new google.maps.LatLng(25.125914, 121.530708),
new google.maps.LatLng(25.057283, 121.457710),
new google.maps.LatLng(24.981245, 121.585472),
new google.maps.LatLng(25.026775, 121.574059),
new google.maps.LatLng(24.943489, 121.522148),
new google.maps.LatLng(24.973057, 121.459320),
new google.maps.LatLng(24.994308, 121.515099),
new google.maps.LatLng(24.966131, 121.544357),
new google.maps.LatLng(25.088982, 121.473511),
new google.maps.LatLng(24.971588, 121.432266),
new google.maps.LatLng(25.035793, 121.539635),
new google.maps.LatLng(25.017750, 121.571564),
new google.maps.LatLng(25.045065, 121.529816),
new google.maps.LatLng(25.068083, 121.450928),
new google.maps.LatLng(25.024574, 121.569336),
new google.maps.LatLng(25.091574, 121.500908),
new google.maps.LatLng(24.990618, 121.489487),
new google.maps.LatLng(25.035475, 121.527946),
new google.maps.LatLng(24.997124, 121.452538),
new google.maps.LatLng(25.023977, 121.451553),
new google.maps.LatLng(25.149870, 121.518044),
new google.maps.LatLng(24.996042, 121.577179),
new google.maps.LatLng(25.014822, 121.475746),
new google.maps.LatLng(25.005716, 121.495468),
new google.maps.LatLng(25.126095, 121.565048),
new google.maps.LatLng(24.986324, 121.413605),
new google.maps.LatLng(25.165773, 121.492081),
new google.maps.LatLng(24.984255, 121.539902),
new google.maps.LatLng(25.008902, 121.559166),
new google.maps.LatLng(25.040659, 121.512604),
new google.maps.LatLng(25.026850, 121.634865),
new google.maps.LatLng(25.124756, 121.467712),
new google.maps.LatLng(24.964174, 121.355637),
new google.maps.LatLng(25.080688, 121.564697),
new google.maps.LatLng(25.055595, 121.606781),
new google.maps.LatLng(25.081045, 121.569153),
new google.maps.LatLng(24.982948, 121.340981),
new google.maps.LatLng(24.947584, 121.365555),
new google.maps.LatLng(25.070633, 121.530708),
new google.maps.LatLng(24.983688, 121.579323),
new google.maps.LatLng(25.052160, 121.513046),
new google.maps.LatLng(25.058603, 121.589127),
new google.maps.LatLng(24.998127, 121.572899),
new google.maps.LatLng(25.137556, 121.477081),
new google.maps.LatLng(25.034330, 121.507423),
new google.maps.LatLng(24.981722, 121.317390),
new google.maps.LatLng(25.028643, 121.461372),
new google.maps.LatLng(24.962137, 121.414497),
new google.maps.LatLng(25.149197, 121.503319),
new google.maps.LatLng(24.941788, 121.290215),
new google.maps.LatLng(24.996140, 121.512245),
new google.maps.LatLng(24.957182, 121.324364),
new google.maps.LatLng(24.986629, 121.453072),
new google.maps.LatLng(25.042051, 121.480209),
new google.maps.LatLng(25.027191, 121.525803),
new google.maps.LatLng(25.117979, 121.568886),
new google.maps.LatLng(24.983315, 121.415482),
new google.maps.LatLng(25.013828, 121.579765),
new google.maps.LatLng(25.086205, 121.590820),
new google.maps.LatLng(25.071156, 121.577713),
new google.maps.LatLng(25.080105, 121.566124),
new google.maps.LatLng(25.013191, 121.453697),
new google.maps.LatLng(24.959490, 121.462357),
new google.maps.LatLng(25.029192, 121.569778),
new google.maps.LatLng(24.997206, 121.463516),
new google.maps.LatLng(25.012768, 121.510277),
new google.maps.LatLng(25.003212, 121.526604),
new google.maps.LatLng(25.102270, 121.548729),
new google.maps.LatLng(25.102621, 121.451462),
new google.maps.LatLng(25.103434, 121.450127),
new google.maps.LatLng(25.012224, 121.583061),
new google.maps.LatLng(25.145397, 121.396461),
new google.maps.LatLng(25.020985, 121.464317),
new google.maps.LatLng(25.027447, 121.571564),
new google.maps.LatLng(25.014692, 121.478424),
new google.maps.LatLng(25.056181, 121.605354),
new google.maps.LatLng(25.050797, 121.545609),
new google.maps.LatLng(25.009384, 121.322304),
new google.maps.LatLng(24.968605, 121.430840),
new google.maps.LatLng(25.000317, 121.462624),
new google.maps.LatLng(25.006800, 121.509926),
new google.maps.LatLng(25.072878, 121.577087),
new google.maps.LatLng(25.149490, 121.502426),
new google.maps.LatLng(25.082533, 121.564606),
new google.maps.LatLng(24.938984, 121.206696),
new google.maps.LatLng(25.136896, 121.506622),
new google.maps.LatLng(25.074768, 121.539543),
new google.maps.LatLng(25.068136, 121.587349),
new google.maps.LatLng(24.995840, 121.461197),
new google.maps.LatLng(24.938843, 121.183968),
new google.maps.LatLng(24.996510, 121.559700),
new google.maps.LatLng(25.059963, 121.516525),
new google.maps.LatLng(24.972322, 121.339912),
new google.maps.LatLng(25.061470, 121.592430),
new google.maps.LatLng(25.066895, 121.492348),
new google.maps.LatLng(24.988646, 121.577271),
new google.maps.LatLng(25.033512, 121.471375),
new google.maps.LatLng(25.056787, 121.603844),
new google.maps.LatLng(25.062420, 121.519470),
new google.maps.LatLng(25.070143, 121.521523),
new google.maps.LatLng(25.108698, 121.585381),
new google.maps.LatLng(25.130770, 121.423790),
new google.maps.LatLng(24.978331, 121.418701),
new google.maps.LatLng(24.985641, 121.584045),
new google.maps.LatLng(24.933130, 121.349205),
new google.maps.LatLng(25.050648, 121.519829),
new google.maps.LatLng(25.062454, 121.515099),
new google.maps.LatLng(25.001558, 121.575218),
new google.maps.LatLng(25.166126, 121.485649),
new google.maps.LatLng(25.102655, 121.521431),
new google.maps.LatLng(25.019398, 121.540970),
new google.maps.LatLng(25.067684, 121.484047),
new google.maps.LatLng(25.033728, 121.600449),
new google.maps.LatLng(25.029646, 121.550957),
new google.maps.LatLng(25.023840, 121.508675),
new google.maps.LatLng(25.033381, 121.581192),
new google.maps.LatLng(25.003952, 121.536507),
new google.maps.LatLng(25.083221, 121.557472),
new google.maps.LatLng(25.082582, 121.579498),
new google.maps.LatLng(25.065098, 121.450577),
new google.maps.LatLng(25.055510, 121.407265),
new google.maps.LatLng(25.113901, 121.517326),
new google.maps.LatLng(25.048771, 121.557022),
new google.maps.LatLng(24.947222, 121.229233),
new google.maps.LatLng(25.071564, 121.544006),
new google.maps.LatLng(25.102097, 121.495644),
new google.maps.LatLng(25.032724, 121.433701),
new google.maps.LatLng(25.104429, 121.449768),
new google.maps.LatLng(24.961412, 121.275826),
new google.maps.LatLng(25.149883, 121.513763),
new google.maps.LatLng(25.120504, 121.500908),
new google.maps.LatLng(25.137226, 121.546677),
new google.maps.LatLng(25.120689, 121.501534),
new google.maps.LatLng(25.105947, 121.589661),
new google.maps.LatLng(25.023853, 121.534012),
new google.maps.LatLng(25.042187, 121.549446),
new google.maps.LatLng(25.038095, 121.424591),
new google.maps.LatLng(25.055132, 121.537399),
new google.maps.LatLng(25.084417, 121.598045),
new google.maps.LatLng(25.052643, 121.319092),
new google.maps.LatLng(25.015142, 121.577003),
new google.maps.LatLng(25.028475, 121.567551),
new google.maps.LatLng(24.989794, 121.588234),
new google.maps.LatLng(25.017649, 121.557915),
new google.maps.LatLng(25.021269, 121.467354),
new google.maps.LatLng(24.999300, 121.581993),
new google.maps.LatLng(24.957403, 121.361176),
new google.maps.LatLng(25.116072, 121.536240),
new google.maps.LatLng(25.032187, 121.566566),
new google.maps.LatLng(25.042383, 121.454414),
new google.maps.LatLng(24.966372, 121.555328),
new google.maps.LatLng(25.045458, 121.452271),
new google.maps.LatLng(25.047173, 121.582085),
new google.maps.LatLng(24.987864, 121.468697),
new google.maps.LatLng(25.088091, 121.590912),
new google.maps.LatLng(25.002201, 121.464142),
new google.maps.LatLng(24.953974, 121.505013),
new google.maps.LatLng(24.981955, 121.458160),
new google.maps.LatLng(25.040783, 121.624969),
new google.maps.LatLng(25.052774, 121.328835),
new google.maps.LatLng(25.069012, 121.452271),
new google.maps.LatLng(25.135399, 121.436554),
new google.maps.LatLng(25.038403, 121.590469),
new google.maps.LatLng(25.032389, 121.609993),
new google.maps.LatLng(24.986147, 121.466820),
new google.maps.LatLng(24.955769, 121.535889),
new google.maps.LatLng(25.039539, 121.553993),
new google.maps.LatLng(25.031300, 121.583687),
new google.maps.LatLng(25.066402, 121.451019),
new google.maps.LatLng(25.147449, 121.462173),
new google.maps.LatLng(25.043753, 121.502960),
new google.maps.LatLng(25.025278, 121.581818),
new google.maps.LatLng(24.986691, 121.464500),
new google.maps.LatLng(24.986086, 121.588150),
new google.maps.LatLng(25.061024, 121.547928),
new google.maps.LatLng(25.056776, 121.612312),
new google.maps.LatLng(25.170612, 121.511620),
new google.maps.LatLng(24.996105, 121.576553),
new google.maps.LatLng(25.026606, 121.575485),
new google.maps.LatLng(25.021528, 121.535080),
new google.maps.LatLng(25.091585, 121.453964),
new google.maps.LatLng(24.980692, 121.523308),
new google.maps.LatLng(25.033895, 121.384399),
new google.maps.LatLng(24.963070, 121.487076),
new google.maps.LatLng(25.125044, 121.500641),
new google.maps.LatLng(24.981747, 121.488419),
new google.maps.LatLng(25.061058, 121.562553),
new google.maps.LatLng(24.994982, 121.465569),
new google.maps.LatLng(25.150181, 121.463608),
new google.maps.LatLng(25.017412, 121.539902),
new google.maps.LatLng(24.962509, 121.477440),
new google.maps.LatLng(25.048500, 121.551140),
new google.maps.LatLng(25.054260, 121.456108),
new google.maps.LatLng(25.069300, 121.377075),
new google.maps.LatLng(25.108067, 121.532585),
new google.maps.LatLng(25.106573, 121.533295),
new google.maps.LatLng(24.938555, 121.368324),
new google.maps.LatLng(25.029720, 121.511169),
new google.maps.LatLng(25.164150, 121.451111),
new google.maps.LatLng(25.112457, 121.533295),
new google.maps.LatLng(25.026340, 121.586456),
new google.maps.LatLng(25.032164, 121.504303),
new google.maps.LatLng(25.033205, 121.486450),
new google.maps.LatLng(24.995304, 121.522858),
new google.maps.LatLng(25.018082, 121.544449),
new google.maps.LatLng(25.137657, 121.477707),
new google.maps.LatLng(25.088528, 121.464851),
new google.maps.LatLng(25.110060, 121.481186),
new google.maps.LatLng(25.071333, 121.580124),
new google.maps.LatLng(24.936872, 121.370201),
new google.maps.LatLng(24.998356, 121.468872),
new google.maps.LatLng(25.075333, 121.476547),
new google.maps.LatLng(25.168098, 121.447716),
new google.maps.LatLng(24.959162, 121.218948),
new google.maps.LatLng(24.935019, 121.350723),
new google.maps.LatLng(24.987703, 121.419769),
new google.maps.LatLng(25.014139, 121.531960),
new google.maps.LatLng(25.154360, 121.459587),
new google.maps.LatLng(25.029257, 121.549446),
new google.maps.LatLng(25.064020, 121.382614),
new google.maps.LatLng(25.003719, 121.514565),
new google.maps.LatLng(25.053806, 121.556755),
new google.maps.LatLng(25.156269, 121.529549),
new google.maps.LatLng(24.996853, 121.583244),
new google.maps.LatLng(24.988558, 121.510994),
new google.maps.LatLng(25.024925, 121.581909),
new google.maps.LatLng(25.065125, 121.584312),
new google.maps.LatLng(25.033031, 121.380295),
new google.maps.LatLng(24.956110, 121.343216),
new google.maps.LatLng(24.993683, 121.590019),
new google.maps.LatLng(24.970697, 121.457001),
new google.maps.LatLng(25.060183, 121.414230),
new google.maps.LatLng(25.013065, 121.398605),
new google.maps.LatLng(25.075823, 121.608475),
new google.maps.LatLng(25.062485, 121.489937),
new google.maps.LatLng(25.079929, 121.590736),
new google.maps.LatLng(24.986012, 121.578247),
new google.maps.LatLng(25.086853, 121.589485),
new google.maps.LatLng(25.044865, 121.513046),
new google.maps.LatLng(24.973372, 121.533295),
new google.maps.LatLng(24.985506, 121.465302),
new google.maps.LatLng(24.957773, 121.538651),
new google.maps.LatLng(25.003872, 121.603394),
new google.maps.LatLng(25.149632, 121.515190),
new google.maps.LatLng(24.975245, 121.529907),
new google.maps.LatLng(25.000072, 121.415840),
new google.maps.LatLng(24.954529, 121.348579),
new google.maps.LatLng(24.969706, 121.193542),
new google.maps.LatLng(25.034052, 121.566391),
new google.maps.LatLng(24.961102, 121.476723),
new google.maps.LatLng(25.031103, 121.567993),
new google.maps.LatLng(24.973457, 121.404053),
new google.maps.LatLng(25.035725, 121.513489),
new google.maps.LatLng(25.118433, 121.530800),
new google.maps.LatLng(25.091721, 121.464676),
new google.maps.LatLng(25.034798, 121.518845),
new google.maps.LatLng(25.024954, 121.469673),
new google.maps.LatLng(25.126478, 121.473427),
new google.maps.LatLng(24.984785, 121.599648),
new google.maps.LatLng(24.953650, 121.381905),
new google.maps.LatLng(25.024443, 121.602234),
new google.maps.LatLng(25.009014, 121.319984),
new google.maps.LatLng(24.941502, 121.479317),
new google.maps.LatLng(25.006895, 121.536331),
new google.maps.LatLng(25.007881, 121.560684),
new google.maps.LatLng(24.987432, 121.420570),
new google.maps.LatLng(24.982601, 121.545876),
new google.maps.LatLng(25.135191, 121.531784),
new google.maps.LatLng(25.003342, 121.365646),
new google.maps.LatLng(25.100903, 121.450302),
new google.maps.LatLng(25.048723, 121.532585),
new google.maps.LatLng(25.076954, 121.548912),
new google.maps.LatLng(25.052977, 121.537399),
new google.maps.LatLng(25.130583, 121.423874),
new google.maps.LatLng(24.942062, 121.338661),
new google.maps.LatLng(25.108717, 121.524559),
new google.maps.LatLng(25.037645, 121.508499),
new google.maps.LatLng(25.030256, 121.471458),
new google.maps.LatLng(25.071646, 121.518311),
new google.maps.LatLng(24.948475, 121.407982),
new google.maps.LatLng(25.106943, 121.557022),
new google.maps.LatLng(25.041550, 121.447716),
new google.maps.LatLng(25.098152, 121.586189),
new google.maps.LatLng(25.150759, 121.524109),
new google.maps.LatLng(24.963427, 121.395119),
new google.maps.LatLng(24.995581, 121.585831),
new google.maps.LatLng(25.087515, 121.464233),
new google.maps.LatLng(25.169344, 121.478333),
new google.maps.LatLng(25.042261, 121.502609),
new google.maps.LatLng(25.059134, 121.561928),
new google.maps.LatLng(24.982441, 121.580750),
new google.maps.LatLng(25.016048, 121.483597),
new google.maps.LatLng(25.101604, 121.549446),
new google.maps.LatLng(25.062330, 121.528305),
new google.maps.LatLng(25.057293, 121.508141),
new google.maps.LatLng(25.087265, 121.432449),
new google.maps.LatLng(25.067005, 121.591087),
new google.maps.LatLng(25.027697, 121.515541),
new google.maps.LatLng(25.134672, 121.584496),
new google.maps.LatLng(24.974941, 121.460121),
new google.maps.LatLng(25.077301, 121.585030),
new google.maps.LatLng(25.068319, 121.455574),
new google.maps.LatLng(25.018766, 121.571472),
new google.maps.LatLng(25.068632, 121.576469),
new google.maps.LatLng(24.983486, 121.448784),
new google.maps.LatLng(24.996914, 121.482796),
new google.maps.LatLng(24.973015, 121.526337),
new google.maps.LatLng(24.998783, 121.581367),
new google.maps.LatLng(25.034458, 121.610352),
new google.maps.LatLng(25.101248, 121.489044),
new google.maps.LatLng(25.087566, 121.564697),
new google.maps.LatLng(25.054554, 121.463341),
new google.maps.LatLng(24.973457, 121.248642),
new google.maps.LatLng(25.058285, 121.618546),
new google.maps.LatLng(25.077763, 121.496536),
new google.maps.LatLng(25.055101, 121.520630),
new google.maps.LatLng(25.054268, 121.542488),
new google.maps.LatLng(24.993746, 121.355904),
new google.maps.LatLng(24.979614, 121.554703),
new google.maps.LatLng(25.042217, 121.539452),
new google.maps.LatLng(25.023174, 121.585114),
new google.maps.LatLng(24.971333, 121.567726),
new google.maps.LatLng(24.982180, 121.507782),
new google.maps.LatLng(25.093735, 121.505821),
new google.maps.LatLng(25.129221, 121.471283),
new google.maps.LatLng(25.094942, 121.523216),
new google.maps.LatLng(25.028404, 121.507248),
new google.maps.LatLng(25.085178, 121.593765),
new google.maps.LatLng(25.089109, 121.471909),
new google.maps.LatLng(25.008455, 121.457985),
new google.maps.LatLng(25.132151, 121.462357),
new google.maps.LatLng(25.108091, 121.560234),
new google.maps.LatLng(25.003910, 121.513405),
new google.maps.LatLng(25.122120, 121.530975),
new google.maps.LatLng(25.158480, 121.434685),
new google.maps.LatLng(24.989614, 121.510727),
new google.maps.LatLng(25.021641, 121.501801),
new google.maps.LatLng(24.940386, 121.329453),
new google.maps.LatLng(24.998438, 121.458961),
new google.maps.LatLng(25.053005, 121.560860),
new google.maps.LatLng(25.026848, 121.427628),
new google.maps.LatLng(24.967388, 121.426109),
new google.maps.LatLng(24.998077, 121.524826),
new google.maps.LatLng(25.003923, 121.251236),
new google.maps.LatLng(25.014439, 121.497162),
new google.maps.LatLng(24.985844, 121.605354),
new google.maps.LatLng(25.126282, 121.564964),
new google.maps.LatLng(25.033548, 121.497696),
new google.maps.LatLng(25.144749, 121.524643),
new google.maps.LatLng(25.042336, 121.579407),
new google.maps.LatLng(25.133333, 121.402267),
new google.maps.LatLng(25.098476, 121.549355),
new google.maps.LatLng(25.033710, 121.610703),
new google.maps.LatLng(25.114861, 121.555779),
new google.maps.LatLng(25.059149, 121.531960),
new google.maps.LatLng(25.107943, 121.532761),
new google.maps.LatLng(25.080563, 121.553993),
new google.maps.LatLng(25.156803, 121.466820),
new google.maps.LatLng(25.038172, 121.497787),
new google.maps.LatLng(24.984732, 121.342232),
new google.maps.LatLng(25.150084, 121.467888),
new google.maps.LatLng(25.058302, 121.524284),
new google.maps.LatLng(24.936869, 121.346703),
new google.maps.LatLng(25.007328, 121.514030),
new google.maps.LatLng(25.073772, 121.539902),
new google.maps.LatLng(24.998240, 121.454140),
new google.maps.LatLng(25.149359, 121.515991),
new google.maps.LatLng(25.150717, 121.512688),
new google.maps.LatLng(25.039688, 121.504036),
new google.maps.LatLng(24.956409, 121.537048),
new google.maps.LatLng(25.014631, 121.540794),
new google.maps.LatLng(25.106510, 121.539185),
new google.maps.LatLng(25.044828, 121.511436),
new google.maps.LatLng(25.051588, 121.510193),
new google.maps.LatLng(24.992947, 121.422539),
new google.maps.LatLng(25.071337, 121.530891),
new google.maps.LatLng(25.021410, 121.440216),
new google.maps.LatLng(25.103130, 121.539810),
new google.maps.LatLng(25.133554, 121.471191),
new google.maps.LatLng(24.965801, 121.433250),
new google.maps.LatLng(24.971130, 121.433876),
new google.maps.LatLng(25.000866, 121.477264),
new google.maps.LatLng(25.063038, 121.534103),
new google.maps.LatLng(24.976032, 121.226463),
new google.maps.LatLng(24.980953, 121.314980),
new google.maps.LatLng(24.982115, 121.578606),
new google.maps.LatLng(24.978870, 121.546593),
new google.maps.LatLng(25.129219, 121.570763),
new google.maps.LatLng(25.073906, 121.543556),
new google.maps.LatLng(24.996124, 121.583870),
new google.maps.LatLng(25.106169, 121.564514),
new google.maps.LatLng(25.060225, 121.557648),
new google.maps.LatLng(25.013720, 121.477264),
new google.maps.LatLng(25.047192, 121.407356),
new google.maps.LatLng(24.975697, 121.570312),
new google.maps.LatLng(25.136740, 121.504128),
new google.maps.LatLng(25.010691, 121.534996),
new google.maps.LatLng(25.164276, 121.493507),
new google.maps.LatLng(24.952988, 121.537491),
new google.maps.LatLng(25.001448, 121.615784),
new google.maps.LatLng(25.151068, 121.524200),
new google.maps.LatLng(25.053629, 121.534637),
new google.maps.LatLng(25.011343, 121.455215),
new google.maps.LatLng(25.050163, 121.555328),
new google.maps.LatLng(24.980637, 121.416290),
new google.maps.LatLng(24.973185, 121.579231),
new google.maps.LatLng(25.007643, 121.404770),
new google.maps.LatLng(25.063257, 121.543022),
new google.maps.LatLng(24.949713, 121.529198),
new google.maps.LatLng(25.109303, 121.522774),
new google.maps.LatLng(25.023804, 121.570496),
new google.maps.LatLng(25.055578, 121.565765),
new google.maps.LatLng(25.087851, 121.524467),
new google.maps.LatLng(25.041428, 121.446823),
new google.maps.LatLng(25.136511, 121.539185),
new google.maps.LatLng(24.995441, 121.316589),
new google.maps.LatLng(25.058645, 121.492165),
new google.maps.LatLng(25.038229, 121.580658),
new google.maps.LatLng(25.013327, 121.510727),
new google.maps.LatLng(25.022463, 121.297546),
new google.maps.LatLng(25.054808, 121.601700),
new google.maps.LatLng(25.029755, 121.506088),
new google.maps.LatLng(25.024666, 121.553459),
new google.maps.LatLng(25.025860, 121.599739),
new google.maps.LatLng(25.139000, 121.521255),
new google.maps.LatLng(24.986185, 121.575394),
new google.maps.LatLng(25.015209, 121.646622),
new google.maps.LatLng(25.162460, 121.551048),
new google.maps.LatLng(25.077705, 121.480560),
new google.maps.LatLng(25.013973, 121.622383),
new google.maps.LatLng(24.957567, 121.501717),
new google.maps.LatLng(25.035788, 121.614891),
new google.maps.LatLng(25.012138, 121.528481),
new google.maps.LatLng(25.007113, 121.568176),
new google.maps.LatLng(25.050255, 121.526787),
new google.maps.LatLng(25.158054, 121.539185),
new google.maps.LatLng(24.981388, 121.517860),
new google.maps.LatLng(25.125586, 121.467354),
new google.maps.LatLng(25.068474, 121.476105),
new google.maps.LatLng(25.164438, 121.578072),
new google.maps.LatLng(25.053249, 121.508766),
new google.maps.LatLng(25.036823, 121.548286),
new google.maps.LatLng(25.134691, 121.422630),
new google.maps.LatLng(25.176641, 121.459679),
new google.maps.LatLng(25.004507, 121.514381),
new google.maps.LatLng(25.151215, 121.430305),
new google.maps.LatLng(25.048531, 121.548195),
new google.maps.LatLng(25.113707, 121.537132),
new google.maps.LatLng(25.020994, 121.460396),
new google.maps.LatLng(25.071169, 121.531242),
new google.maps.LatLng(24.982288, 121.457092),
new google.maps.LatLng(25.068811, 121.516617),
new google.maps.LatLng(25.015640, 121.505463),
new google.maps.LatLng(25.025089, 121.563622),
new google.maps.LatLng(24.977949, 121.517685),
new google.maps.LatLng(25.069029, 121.598312),
new google.maps.LatLng(24.995455, 121.586006),
new google.maps.LatLng(25.134478, 121.539719),
new google.maps.LatLng(24.990013, 121.500198),
new google.maps.LatLng(25.023247, 121.569687),
new google.maps.LatLng(25.088533, 121.525093),
new google.maps.LatLng(25.068989, 121.477081),
new google.maps.LatLng(25.160385, 121.467804),
new google.maps.LatLng(24.975567, 121.525719),
new google.maps.LatLng(25.059603, 121.532494),
new google.maps.LatLng(25.012547, 121.523216),
new google.maps.LatLng(25.087538, 121.525093),
new google.maps.LatLng(25.049751, 121.452003),
new google.maps.LatLng(25.101046, 121.451462),
new google.maps.LatLng(25.058830, 121.594833),
new google.maps.LatLng(24.989435, 121.426910),
new google.maps.LatLng(24.987436, 121.356621),
new google.maps.LatLng(24.990179, 121.471550),
new google.maps.LatLng(25.018478, 121.550514),
new google.maps.LatLng(25.050837, 121.565140),
new google.maps.LatLng(25.049192, 121.629333),
new google.maps.LatLng(25.000477, 121.366180),
new google.maps.LatLng(24.985493, 121.348579),
new google.maps.LatLng(25.030581, 121.529015),
new google.maps.LatLng(25.016171, 121.500732),
new google.maps.LatLng(25.029510, 121.462624),
new google.maps.LatLng(24.987114, 121.577087),
new google.maps.LatLng(25.020823, 121.569420),
new google.maps.LatLng(25.035330, 121.520805),
new google.maps.LatLng(24.980385, 121.545784),
new google.maps.LatLng(25.068653, 121.593231),
new google.maps.LatLng(25.069252, 121.356354),
new google.maps.LatLng(25.083977, 121.572189),
new google.maps.LatLng(25.112444, 121.519295),
new google.maps.LatLng(25.192314, 121.446289),
new google.maps.LatLng(25.125639, 121.514297),
new google.maps.LatLng(25.165829, 121.600899),
new google.maps.LatLng(24.996483, 121.461998),
new google.maps.LatLng(25.117254, 121.524200),
new google.maps.LatLng(24.983252, 121.324364),
new google.maps.LatLng(25.010412, 121.453522),
new google.maps.LatLng(25.019394, 121.410217),
new google.maps.LatLng(25.112417, 121.508850),
new google.maps.LatLng(25.065231, 121.446823),
new google.maps.LatLng(25.116425, 121.512245),
new google.maps.LatLng(25.034740, 121.421913),
new google.maps.LatLng(24.945099, 121.383690),
new google.maps.LatLng(24.955406, 121.388603),
new google.maps.LatLng(25.007010, 121.560860),
new google.maps.LatLng(24.998753, 121.486275),
new google.maps.LatLng(24.984476, 121.385300),
new google.maps.LatLng(25.008535, 121.458694),
new google.maps.LatLng(25.041796, 121.585922),
new google.maps.LatLng(25.076252, 121.481461),
new google.maps.LatLng(25.032236, 121.529732),
new google.maps.LatLng(25.067345, 121.577713),
new google.maps.LatLng(25.132774, 121.567635),
new google.maps.LatLng(25.159777, 121.457359),
new google.maps.LatLng(25.043188, 121.618279),
new google.maps.LatLng(24.951208, 121.509033),
new google.maps.LatLng(24.985491, 121.519112),
new google.maps.LatLng(25.049429, 121.564781),
new google.maps.LatLng(25.131853, 121.503052),
new google.maps.LatLng(24.908455, 121.262413),
new google.maps.LatLng(24.991121, 121.422539),
new google.maps.LatLng(25.064398, 121.448250),
new google.maps.LatLng(25.048328, 121.526520),
new google.maps.LatLng(24.972813, 121.533211),
new google.maps.LatLng(25.086502, 121.555153),
new google.maps.LatLng(25.031134, 121.552032),
new google.maps.LatLng(25.053303, 121.558540),
new google.maps.LatLng(25.053400, 121.521164),
new google.maps.LatLng(25.062899, 121.575127),
new google.maps.LatLng(25.149357, 121.516350),
new google.maps.LatLng(25.058748, 121.577629),
new google.maps.LatLng(25.045410, 121.454590),
new google.maps.LatLng(25.017191, 121.260628),
new google.maps.LatLng(25.074371, 121.479225),
new google.maps.LatLng(25.044294, 121.425041),
new google.maps.LatLng(25.129955, 121.418076),
new google.maps.LatLng(25.045918, 121.580032),
new google.maps.LatLng(25.050497, 121.618904),
new google.maps.LatLng(25.063437, 121.538742),
new google.maps.LatLng(25.012678, 121.328476),
new google.maps.LatLng(24.983753, 121.450127),
new google.maps.LatLng(24.986425, 121.451820),
new google.maps.LatLng(25.019585, 121.540878),
new google.maps.LatLng(25.015182, 121.577538),
new google.maps.LatLng(25.063705, 121.532677),
new google.maps.LatLng(24.950630, 121.391998),
new google.maps.LatLng(24.971043, 121.567551),
new google.maps.LatLng(24.990250, 121.468430),
new google.maps.LatLng(25.093063, 121.474136),
new google.maps.LatLng(25.025549, 121.463249),
new google.maps.LatLng(25.045656, 121.525536),
new google.maps.LatLng(25.114395, 121.579857),
new google.maps.LatLng(25.177101, 121.464767),
new google.maps.LatLng(25.072571, 121.546410),
new google.maps.LatLng(24.989136, 121.431732),
new google.maps.LatLng(24.972229, 121.499306),
new google.maps.LatLng(25.022381, 121.264023),
new google.maps.LatLng(24.935396, 121.373329),
new google.maps.LatLng(25.040892, 121.539452),
new google.maps.LatLng(25.003189, 121.583420),
new google.maps.LatLng(25.084562, 121.378868),
new google.maps.LatLng(25.125742, 121.470207),
new google.maps.LatLng(25.007498, 121.459229),
new google.maps.LatLng(25.102209, 121.548637),
new google.maps.LatLng(25.063744, 121.533569),
new google.maps.LatLng(25.018332, 121.551140),
new google.maps.LatLng(25.046455, 121.468155),
new google.maps.LatLng(25.061171, 121.514565),
new google.maps.LatLng(25.062735, 121.574776),
new google.maps.LatLng(25.071831, 121.525269),
new google.maps.LatLng(25.007338, 121.518578),
new google.maps.LatLng(24.999376, 121.456375),
new google.maps.LatLng(24.999475, 121.468338),
new google.maps.LatLng(24.984549, 121.621048),
new google.maps.LatLng(25.031748, 121.489136),
new google.maps.LatLng(25.003769, 121.535172),
new google.maps.LatLng(25.002968, 121.508583),
new google.maps.LatLng(25.113932, 121.380653),
new google.maps.LatLng(24.999880, 121.547478),
new google.maps.LatLng(25.086960, 121.560593),
new google.maps.LatLng(24.981745, 121.508224),
new google.maps.LatLng(24.973326, 121.392532),
new google.maps.LatLng(25.001949, 121.614357),
new google.maps.LatLng(25.121176, 121.556755),
new google.maps.LatLng(25.000093, 121.573349),
new google.maps.LatLng(25.055798, 121.428345),
new google.maps.LatLng(25.099405, 121.539101),
new google.maps.LatLng(24.971130, 121.324005),
new google.maps.LatLng(25.031185, 121.528214),
new google.maps.LatLng(24.968664, 121.190140),
new google.maps.LatLng(25.089666, 121.526962),
new google.maps.LatLng(24.983103, 121.187012),
new google.maps.LatLng(24.990622, 121.488060),
new google.maps.LatLng(25.032190, 121.552116),
new google.maps.LatLng(25.067972, 121.397621),
new google.maps.LatLng(25.150171, 121.432625),
new google.maps.LatLng(25.085808, 121.528572),
new google.maps.LatLng(24.963200, 121.394676),
new google.maps.LatLng(25.008722, 121.376007),
new google.maps.LatLng(25.060926, 121.394768),
new google.maps.LatLng(25.016760, 121.557114),
new google.maps.LatLng(25.125320, 121.479401),
new google.maps.LatLng(25.114370, 121.525536),
new google.maps.LatLng(25.055220, 121.542305),
new google.maps.LatLng(24.978455, 121.546944),
new google.maps.LatLng(25.142170, 121.527145),
new google.maps.LatLng(25.023605, 121.469765),
new google.maps.LatLng(25.016289, 121.393692),
new google.maps.LatLng(25.040173, 121.550606),
new google.maps.LatLng(25.024231, 121.585205),
new google.maps.LatLng(24.990866, 121.507874),
new google.maps.LatLng(25.133141, 121.502159),
new google.maps.LatLng(25.124992, 121.471642),
new google.maps.LatLng(25.153332, 121.511795),
new google.maps.LatLng(25.012320, 121.314354),
new google.maps.LatLng(24.979164, 121.415840),
new google.maps.LatLng(25.137854, 121.528572),
new google.maps.LatLng(25.005964, 121.468246),
new google.maps.LatLng(25.080626, 121.553726),
new google.maps.LatLng(25.130060, 121.551765),
new google.maps.LatLng(25.080082, 121.548996),
new google.maps.LatLng(25.037825, 121.425041),
new google.maps.LatLng(25.027634, 121.500999),
new google.maps.LatLng(25.116322, 121.536240),
new google.maps.LatLng(24.985836, 121.574417),
new google.maps.LatLng(25.119768, 121.394676),
new google.maps.LatLng(25.042091, 121.539635),
new google.maps.LatLng(24.997240, 121.645203),
new google.maps.LatLng(25.163069, 121.522858),
new google.maps.LatLng(24.993986, 121.433342),
new google.maps.LatLng(25.006901, 121.446915),
new google.maps.LatLng(25.136866, 121.400299),
new google.maps.LatLng(24.975285, 121.233978),
new google.maps.LatLng(25.022997, 121.498505),
new google.maps.LatLng(25.007029, 121.501534),
new google.maps.LatLng(25.066511, 121.600899),
new google.maps.LatLng(24.961145, 121.451736),
new google.maps.LatLng(25.176796, 121.530357),
new google.maps.LatLng(25.105511, 121.569061),
new google.maps.LatLng(25.033632, 121.573792),
new google.maps.LatLng(25.186852, 121.538292),
new google.maps.LatLng(25.123363, 121.475029),
new google.maps.LatLng(25.070200, 121.578247),
new google.maps.LatLng(24.958651, 121.265182),
new google.maps.LatLng(25.088593, 121.583870),
new google.maps.LatLng(25.050726, 121.451736),
new google.maps.LatLng(25.124891, 121.554703),
new google.maps.LatLng(25.067841, 121.447716),
new google.maps.LatLng(25.025551, 121.562019),
new google.maps.LatLng(25.030531, 121.469589),
new google.maps.LatLng(25.147734, 121.501091),
new google.maps.LatLng(25.124777, 121.467621),
new google.maps.LatLng(25.000551, 121.355194),
new google.maps.LatLng(25.176874, 121.603218),
new google.maps.LatLng(25.021841, 121.441910),
new google.maps.LatLng(25.058645, 121.582977),
new google.maps.LatLng(25.163061, 121.434235),
new google.maps.LatLng(25.168993, 121.390297),
new google.maps.LatLng(25.015802, 121.317574),
new google.maps.LatLng(24.998266, 121.581100),
new google.maps.LatLng(25.094604, 121.498947),
new google.maps.LatLng(25.058088, 121.423523),
new google.maps.LatLng(25.021952, 121.417717),
new google.maps.LatLng(24.979374, 121.320702),
new google.maps.LatLng(24.948294, 121.505196),
new google.maps.LatLng(25.057552, 121.458336),
new google.maps.LatLng(25.168051, 121.443695),
new google.maps.LatLng(25.049084, 121.530357),
new google.maps.LatLng(25.084932, 121.529816),
new google.maps.LatLng(25.067093, 121.529549),
new google.maps.LatLng(25.026543, 121.362961),
new google.maps.LatLng(24.963102, 121.314980),
new google.maps.LatLng(25.082001, 121.545433),
new google.maps.LatLng(25.034815, 121.267334),
new google.maps.LatLng(24.987120, 121.422272),
new google.maps.LatLng(25.085817, 121.605087),
new google.maps.LatLng(24.989780, 121.308098),
new google.maps.LatLng(24.997913, 121.613197),
new google.maps.LatLng(25.164371, 121.452980),
new google.maps.LatLng(25.069874, 121.594032),
new google.maps.LatLng(24.949196, 121.394943),
new google.maps.LatLng(24.998249, 121.580124),
new google.maps.LatLng(24.963354, 121.343124),
new google.maps.LatLng(25.045807, 121.550957),
new google.maps.LatLng(25.140129, 121.551582),
new google.maps.LatLng(25.029083, 121.538208),
new google.maps.LatLng(25.054504, 121.519295),
new google.maps.LatLng(25.167473, 121.556488),
new google.maps.LatLng(24.994905, 121.589394),
new google.maps.LatLng(25.030987, 121.386902),
new google.maps.LatLng(25.012070, 121.515724),
new google.maps.LatLng(25.027603, 121.471458),
new google.maps.LatLng(25.149115, 121.503319),
new google.maps.LatLng(25.038488, 121.538742),
new google.maps.LatLng(25.026773, 121.548019),
new google.maps.LatLng(24.997778, 121.486542),
new google.maps.LatLng(25.092747, 121.446198),
new google.maps.LatLng(25.056965, 121.547569),
new google.maps.LatLng(25.060007, 121.486366),
new google.maps.LatLng(25.000378, 121.463074),
new google.maps.LatLng(25.098665, 121.548912),
new google.maps.LatLng(25.012466, 121.638245),
new google.maps.LatLng(25.096123, 121.516792),
new google.maps.LatLng(25.024078, 121.534454),
new google.maps.LatLng(25.103640, 121.575935),
new google.maps.LatLng(25.045765, 121.524376),
new google.maps.LatLng(25.004047, 121.618462),
new google.maps.LatLng(25.137905, 121.542397),
new google.maps.LatLng(25.163893, 121.472618),
new google.maps.LatLng(25.162085, 121.383690),
new google.maps.LatLng(25.027849, 121.575127),
new google.maps.LatLng(25.019072, 121.457985),
new google.maps.LatLng(25.059511, 121.521614),
new google.maps.LatLng(25.063744, 121.527229),
new google.maps.LatLng(24.995094, 121.546677),
new google.maps.LatLng(25.002634, 121.444588),
new google.maps.LatLng(25.048561, 121.524826),
new google.maps.LatLng(25.018353, 121.571114),
new google.maps.LatLng(25.000942, 121.470566),
new google.maps.LatLng(25.039982, 121.577087),
new google.maps.LatLng(25.129110, 121.539986),
new google.maps.LatLng(25.037399, 121.491539),
new google.maps.LatLng(25.060526, 121.578522),
new google.maps.LatLng(24.991346, 121.496986),
new google.maps.LatLng(25.122425, 121.591446),
new google.maps.LatLng(25.108683, 121.545784),
new google.maps.LatLng(25.032673, 121.594391),
new google.maps.LatLng(25.121859, 121.556671),
new google.maps.LatLng(25.009233, 121.558807),
new google.maps.LatLng(24.957214, 121.537849),
new google.maps.LatLng(24.981894, 121.457359),
new google.maps.LatLng(25.131638, 121.551048),
new google.maps.LatLng(24.962702, 121.254547),
new google.maps.LatLng(24.967255, 121.542397),
new google.maps.LatLng(25.156052, 121.421021),
new google.maps.LatLng(25.055336, 121.569954),
new google.maps.LatLng(24.974907, 121.548996),
new google.maps.LatLng(25.064672, 121.594658),
new google.maps.LatLng(25.050735, 121.576469),
new google.maps.LatLng(24.964998, 121.486633),
new google.maps.LatLng(25.072620, 121.579231),
new google.maps.LatLng(25.072481, 121.502426),
new google.maps.LatLng(25.028650, 121.475479),
new google.maps.LatLng(25.165676, 121.484047),
new google.maps.LatLng(24.969505, 121.395744),
new google.maps.LatLng(25.019148, 121.541328),
new google.maps.LatLng(24.935703, 121.350632),
new google.maps.LatLng(24.974701, 121.404053),
new google.maps.LatLng(25.056681, 121.576202),
new google.maps.LatLng(25.061441, 121.416641),
new google.maps.LatLng(25.014894, 121.577003),
new google.maps.LatLng(24.980719, 121.503769),
new google.maps.LatLng(25.020576, 121.555687),
new google.maps.LatLng(25.067516, 121.587166),
new google.maps.LatLng(25.038139, 121.451645),
new google.maps.LatLng(25.047989, 121.568085),
new google.maps.LatLng(25.013597, 121.476723),
new google.maps.LatLng(24.930708, 121.372437),
new google.maps.LatLng(25.042063, 121.450485),
new google.maps.LatLng(24.977840, 121.234421),
new google.maps.LatLng(24.995153, 121.452805),
new google.maps.LatLng(24.987619, 121.466911),
new google.maps.LatLng(24.953388, 121.346344),
new google.maps.LatLng(25.133286, 121.470924),
new google.maps.LatLng(24.994862, 121.583603),
new google.maps.LatLng(25.176620, 121.459770),
new google.maps.LatLng(25.141376, 121.499931),
new google.maps.LatLng(25.000193, 121.320427),
new google.maps.LatLng(25.078981, 121.578606),
new google.maps.LatLng(24.990120, 121.524109),
new google.maps.LatLng(24.983856, 121.490738),
new google.maps.LatLng(25.139132, 121.513672),
new google.maps.LatLng(24.988823, 121.494667),
new google.maps.LatLng(25.016611, 121.463875),
new google.maps.LatLng(25.172331, 121.427269),
new google.maps.LatLng(25.063643, 121.545609),
new google.maps.LatLng(25.012596, 121.328476),
new google.maps.LatLng(25.038145, 121.458694),
new google.maps.LatLng(25.047182, 121.579590),
new google.maps.LatLng(25.075752, 121.396637),
new google.maps.LatLng(24.967381, 121.386368),
new google.maps.LatLng(25.131721, 121.466995),
new google.maps.LatLng(25.059610, 121.495468),
new google.maps.LatLng(25.028025, 121.578606),
new google.maps.LatLng(25.130997, 121.466911),
new google.maps.LatLng(25.110706, 121.530174),
new google.maps.LatLng(25.083012, 121.546410),
new google.maps.LatLng(24.963305, 121.393867),
new google.maps.LatLng(25.032799, 121.529106),
new google.maps.LatLng(24.986113, 121.297813),
new google.maps.LatLng(25.063885, 121.547394),
new google.maps.LatLng(25.075193, 121.523666),
new google.maps.LatLng(25.134228, 121.545341),
new google.maps.LatLng(24.966558, 121.222527),
new google.maps.LatLng(24.979597, 121.417892),
new google.maps.LatLng(24.989536, 121.584045),
new google.maps.LatLng(24.960886, 121.386101),
new google.maps.LatLng(24.957228, 121.349472),
new google.maps.LatLng(24.962133, 121.362251),
new google.maps.LatLng(24.950043, 121.319717),
new google.maps.LatLng(25.068380, 121.487076),
new google.maps.LatLng(25.136578, 121.537849),
new google.maps.LatLng(25.118889, 121.530975),
new google.maps.LatLng(25.038940, 121.578697),
new google.maps.LatLng(24.979404, 121.555595),
new google.maps.LatLng(25.019899, 121.525093),
new google.maps.LatLng(24.956438, 121.392708),
new google.maps.LatLng(24.975121, 121.545967),
new google.maps.LatLng(24.965588, 121.554436),
new google.maps.LatLng(25.048887, 121.376366),
new google.maps.LatLng(25.174578, 121.450485),
new google.maps.LatLng(25.101326, 121.522507),
new google.maps.LatLng(25.078676, 121.434059),
new google.maps.LatLng(25.050512, 121.620239),
new google.maps.LatLng(25.045589, 121.458069),
new google.maps.LatLng(25.127951, 121.423073),
new google.maps.LatLng(24.966528, 121.388245),
new google.maps.LatLng(25.077215, 121.585381),
new google.maps.LatLng(24.995480, 121.542572),
new google.maps.LatLng(24.978731, 121.462715),
new google.maps.LatLng(25.081545, 121.562820),
new google.maps.LatLng(25.114796, 121.484314),
new google.maps.LatLng(25.153143, 121.512604),
new google.maps.LatLng(25.125042, 121.563896),
new google.maps.LatLng(25.015091, 121.476013),
new google.maps.LatLng(25.149254, 121.468246),
new google.maps.LatLng(25.074762, 121.534996),
new google.maps.LatLng(24.967499, 121.251411),
new google.maps.LatLng(25.120977, 121.455215),
new google.maps.LatLng(24.983196, 121.340981),
new google.maps.LatLng(25.148163, 121.514381),
new google.maps.LatLng(25.053041, 121.556129),
new google.maps.LatLng(25.027842, 121.523399),
new google.maps.LatLng(25.097340, 121.587883),
new google.maps.LatLng(25.137245, 121.542038),
new google.maps.LatLng(25.045877, 121.467445),
new google.maps.LatLng(25.004412, 121.550072),
new google.maps.LatLng(25.006266, 121.587257),
new google.maps.LatLng(25.018412, 121.545158),
new google.maps.LatLng(25.056736, 121.528122),
new google.maps.LatLng(25.043764, 121.567368),
new google.maps.LatLng(25.177776, 121.448517),
new google.maps.LatLng(24.976213, 121.327492),
new google.maps.LatLng(24.994759, 121.583687),
new google.maps.LatLng(25.012066, 121.446465),
new google.maps.LatLng(25.052551, 121.547661),
new google.maps.LatLng(25.009123, 121.646088),
new google.maps.LatLng(25.013084, 121.455574),
new google.maps.LatLng(24.993572, 121.454948),
new google.maps.LatLng(24.988134, 121.362877),
new google.maps.LatLng(25.061710, 121.588951),
new google.maps.LatLng(25.042646, 121.520363),
new google.maps.LatLng(24.931919, 121.362602),
new google.maps.LatLng(25.057205, 121.556404),
new google.maps.LatLng(25.137112, 121.504303),
new google.maps.LatLng(24.950542, 121.509743),
new google.maps.LatLng(24.990568, 121.418877),
new google.maps.LatLng(25.045919, 121.572990),
new google.maps.LatLng(24.990725, 121.538826),
new google.maps.LatLng(25.062313, 121.384941),
new google.maps.LatLng(24.965235, 121.261520),
new google.maps.LatLng(24.956053, 121.241310),
new google.maps.LatLng(25.035772, 121.503410),
new google.maps.LatLng(25.166422, 121.484756),
new google.maps.LatLng(25.152893, 121.512245),
new google.maps.LatLng(25.024282, 121.569511),
new google.maps.LatLng(24.962049, 121.479401),
new google.maps.LatLng(24.964806, 121.201416),
new google.maps.LatLng(25.160406, 121.467712),
new google.maps.LatLng(24.972958, 121.497963),
new google.maps.LatLng(24.960611, 121.422806),
new google.maps.LatLng(24.928354, 121.282265),
new google.maps.LatLng(25.159939, 121.424950),
new google.maps.LatLng(25.157148, 121.436111),
new google.maps.LatLng(25.031115, 121.430305),
new google.maps.LatLng(25.011936, 121.582176),
new google.maps.LatLng(25.067471, 121.588417),
new google.maps.LatLng(25.072563, 121.502785),
new google.maps.LatLng(25.140179, 121.554886),
new google.maps.LatLng(25.063025, 121.538383),
new google.maps.LatLng(25.032988, 121.610260),
new google.maps.LatLng(24.993801, 121.610260),
new google.maps.LatLng(24.969940, 121.395302),
new google.maps.LatLng(25.034824, 121.617569),
new google.maps.LatLng(25.092377, 121.502426),
new google.maps.LatLng(24.961432, 121.428520),
new google.maps.LatLng(24.958015, 121.523483),
new google.maps.LatLng(25.045877, 121.506981),
new google.maps.LatLng(25.020718, 121.582886),
new google.maps.LatLng(24.973063, 121.548729),
new google.maps.LatLng(25.012814, 121.508675),
new google.maps.LatLng(25.021969, 121.554352),
new google.maps.LatLng(24.990595, 121.490295),
new google.maps.LatLng(25.039906, 121.450127),
new google.maps.LatLng(25.010592, 121.502609),
new google.maps.LatLng(24.999004, 121.365730),
new google.maps.LatLng(25.166901, 121.489754),
new google.maps.LatLng(24.981379, 121.521790),
new google.maps.LatLng(25.033381, 121.555511),
new google.maps.LatLng(25.027107, 121.561043),
new google.maps.LatLng(25.055161, 121.535172),
new google.maps.LatLng(24.986406, 121.427094),
new google.maps.LatLng(25.011808, 121.327934),
new google.maps.LatLng(24.995825, 121.505821),
new google.maps.LatLng(25.033625, 121.522774),
new google.maps.LatLng(25.144196, 121.549805),
new google.maps.LatLng(25.029831, 121.564247),
new google.maps.LatLng(24.980146, 121.571472),
new google.maps.LatLng(25.128033, 121.453072),
new google.maps.LatLng(25.059166, 121.491005),
new google.maps.LatLng(24.994034, 121.533569),
new google.maps.LatLng(24.995707, 121.445480),
new google.maps.LatLng(24.953220, 121.560150),
new google.maps.LatLng(25.019602, 121.549263),
new google.maps.LatLng(25.050365, 121.517509),
new google.maps.LatLng(25.055004, 121.544983),
new google.maps.LatLng(25.101940, 121.506180),
new google.maps.LatLng(25.062140, 121.509392),
new google.maps.LatLng(25.094254, 121.524734),
new google.maps.LatLng(25.071535, 121.513489),
new google.maps.LatLng(24.981308, 121.585205),
new google.maps.LatLng(25.008633, 121.558899),
new google.maps.LatLng(24.981768, 121.458252),
new google.maps.LatLng(25.101370, 121.502960),
new google.maps.LatLng(25.022850, 121.499123),
new google.maps.LatLng(25.084723, 121.484222),
new google.maps.LatLng(25.083715, 121.581017),
new google.maps.LatLng(25.072077, 121.580482),
new google.maps.LatLng(25.043800, 121.500999),
new google.maps.LatLng(25.020077, 121.410843),
new google.maps.LatLng(25.047377, 121.532677),
new google.maps.LatLng(25.006483, 121.316589),
new google.maps.LatLng(25.026428, 121.566032),
new google.maps.LatLng(25.061752, 121.520897),
new google.maps.LatLng(25.165051, 121.473694),
new google.maps.LatLng(24.970917, 121.567726),
new google.maps.LatLng(25.118685, 121.569061),
new google.maps.LatLng(25.035082, 121.534904),
new google.maps.LatLng(24.996531, 121.559608),
new google.maps.LatLng(25.093346, 121.476456),
new google.maps.LatLng(25.027590, 121.565674),
new google.maps.LatLng(25.013084, 121.399940),
new google.maps.LatLng(25.006891, 121.471016),
new google.maps.LatLng(25.081846, 121.489044),
new google.maps.LatLng(25.157429, 121.529907),
new google.maps.LatLng(25.060759, 121.565590),
new google.maps.LatLng(25.031328, 121.575127),
new google.maps.LatLng(25.118040, 121.518402),
new google.maps.LatLng(25.054064, 121.492615),
new google.maps.LatLng(25.154459, 121.485916),
new google.maps.LatLng(25.046875, 121.578430),
new google.maps.LatLng(24.942698, 121.504662),
new google.maps.LatLng(25.075300, 121.609634),
new google.maps.LatLng(24.983282, 121.615517),
new google.maps.LatLng(25.083031, 121.575844),
new google.maps.LatLng(25.133743, 121.536507),
new google.maps.LatLng(25.095482, 121.476547),
new google.maps.LatLng(24.997885, 121.422005),
new google.maps.LatLng(24.997793, 121.459946),
new google.maps.LatLng(25.035381, 121.422714),
new google.maps.LatLng(25.145096, 121.514740),
new google.maps.LatLng(25.035675, 121.508766),
new google.maps.LatLng(24.961542, 121.391815),
new google.maps.LatLng(25.042351, 121.580750),
new google.maps.LatLng(25.121613, 121.395660),
new google.maps.LatLng(25.132694, 121.505463),
new google.maps.LatLng(25.068165, 121.596710),
new google.maps.LatLng(25.030933, 121.490829),
new google.maps.LatLng(25.139406, 121.540253),
new google.maps.LatLng(25.013323, 121.504395),
new google.maps.LatLng(25.040388, 121.547928),
new google.maps.LatLng(25.030127, 121.528839),
new google.maps.LatLng(25.014679, 121.592339),
new google.maps.LatLng(25.148029, 121.522324),
new google.maps.LatLng(25.085932, 121.528748),
new google.maps.LatLng(25.061720, 121.517860),
new google.maps.LatLng(24.968140, 121.471458),
new google.maps.LatLng(25.108223, 121.517509),
new google.maps.LatLng(24.986246, 121.487968),
new google.maps.LatLng(25.079098, 121.520805),
new google.maps.LatLng(25.174545, 121.447807),
new google.maps.LatLng(25.120028, 121.580215),
new google.maps.LatLng(24.985882, 121.599915),
new google.maps.LatLng(25.045572, 121.525894),
new google.maps.LatLng(25.069546, 121.454590),
new google.maps.LatLng(25.151281, 121.442719),
new google.maps.LatLng(25.005365, 121.511436),
new google.maps.LatLng(25.110111, 121.604286),
new google.maps.LatLng(24.995434, 121.586098),
new google.maps.LatLng(25.055925, 121.584671),
new google.maps.LatLng(25.025774, 121.506439),
new google.maps.LatLng(25.005514, 121.600990),
new google.maps.LatLng(24.972088, 121.246674),
new google.maps.LatLng(24.987810, 121.463966),
new google.maps.LatLng(25.132917, 121.535797),
new google.maps.LatLng(24.968424, 121.539543),
new google.maps.LatLng(24.969746, 121.548729),
new google.maps.LatLng(25.045761, 121.539185),
new google.maps.LatLng(25.034264, 121.551765),
new google.maps.LatLng(25.017118, 121.533745),
new google.maps.LatLng(25.158394, 121.428345),
new google.maps.LatLng(25.174074, 121.445930),
new google.maps.LatLng(24.919050, 121.303001),
new google.maps.LatLng(24.944820, 121.371002),
new google.maps.LatLng(25.010683, 121.591354),
new google.maps.LatLng(25.077213, 121.486191),
new google.maps.LatLng(25.002813, 121.468246),
new google.maps.LatLng(25.005070, 121.551140),
new google.maps.LatLng(25.114428, 121.526695),
new google.maps.LatLng(25.185848, 121.525360),
new google.maps.LatLng(25.032919, 121.595100),
new google.maps.LatLng(24.973391, 121.579407),
new google.maps.LatLng(25.078140, 121.480835),
new google.maps.LatLng(25.051695, 121.523125),
new google.maps.LatLng(25.019140, 121.570938),
new google.maps.LatLng(25.067837, 121.637711),
new google.maps.LatLng(25.113701, 121.566658),
new google.maps.LatLng(25.038509, 121.589661),
new google.maps.LatLng(24.964191, 121.486191),
new google.maps.LatLng(24.987246, 121.466370),
new google.maps.LatLng(25.141897, 121.425842),
new google.maps.LatLng(24.947014, 121.230125),
new google.maps.LatLng(25.057962, 121.433968),
new google.maps.LatLng(24.972092, 121.400658),
new google.maps.LatLng(25.085901, 121.477798),
new google.maps.LatLng(25.054853, 121.491364),
new google.maps.LatLng(25.077873, 121.570312),
new google.maps.LatLng(25.082411, 121.586540),
new google.maps.LatLng(24.989431, 121.491364),
new google.maps.LatLng(25.148636, 121.503944),
new google.maps.LatLng(24.962965, 121.542664),
new google.maps.LatLng(25.070850, 121.581818),
new google.maps.LatLng(24.936251, 121.368950),
new google.maps.LatLng(24.936140, 121.378326),
new google.maps.LatLng(25.000916, 121.363945),
new google.maps.LatLng(25.034904, 121.552208),
new google.maps.LatLng(25.078218, 121.482262),
new google.maps.LatLng(24.996025, 121.471725),
new google.maps.LatLng(24.977882, 121.253563),
new google.maps.LatLng(25.021702, 121.585739),
new google.maps.LatLng(25.126110, 121.560768),
new google.maps.LatLng(25.123487, 121.468872),
new google.maps.LatLng(25.032698, 121.604820),
new google.maps.LatLng(24.972574, 121.568085),
new google.maps.LatLng(25.134096, 121.482620),
new google.maps.LatLng(25.100143, 121.585472),
new google.maps.LatLng(25.020065, 121.525093),
new google.maps.LatLng(25.156193, 121.400299),
new google.maps.LatLng(25.060423, 121.501183),
new google.maps.LatLng(25.102427, 121.502693),
new google.maps.LatLng(25.083193, 121.593407),
new google.maps.LatLng(25.098873, 121.548729),
new google.maps.LatLng(25.107327, 121.570847),
new google.maps.LatLng(25.135609, 121.470207),
new google.maps.LatLng(25.018621, 121.401108),
new google.maps.LatLng(25.047398, 121.447540),
new google.maps.LatLng(24.980179, 121.417534),
new google.maps.LatLng(25.040127, 121.564514),
new google.maps.LatLng(25.061665, 121.365730),
new google.maps.LatLng(25.172682, 121.427177),
new google.maps.LatLng(25.039326, 121.499931),
new google.maps.LatLng(25.182989, 121.445755),
new google.maps.LatLng(25.067654, 121.479942),
new google.maps.LatLng(24.976658, 121.520004),
new google.maps.LatLng(25.009129, 121.472443),
new google.maps.LatLng(24.986605, 121.521072),
new google.maps.LatLng(25.081688, 121.563622),
new google.maps.LatLng(25.040710, 121.530357),
new google.maps.LatLng(25.024559, 121.460747),
new google.maps.LatLng(25.031643, 121.379135),
new google.maps.LatLng(24.971470, 121.547752),
new google.maps.LatLng(25.032358, 121.493591),
new google.maps.LatLng(25.067097, 121.621223),
new google.maps.LatLng(24.995449, 121.642616),
new google.maps.LatLng(25.014370, 121.455032),
new google.maps.LatLng(25.017132, 121.505821),
new google.maps.LatLng(25.067633, 121.542038),
new google.maps.LatLng(25.049789, 121.561844),
new google.maps.LatLng(25.001680, 121.327934),
new google.maps.LatLng(25.092459, 121.596260),
new google.maps.LatLng(25.079447, 121.528481),
new google.maps.LatLng(24.999847, 121.513405),
new google.maps.LatLng(25.103392, 121.449951),
new google.maps.LatLng(25.088121, 121.524376),
new google.maps.LatLng(25.088867, 121.524376),
new google.maps.LatLng(24.999313, 121.410927),
new google.maps.LatLng(25.087521, 121.524467),
new google.maps.LatLng(25.171839, 121.438522),
new google.maps.LatLng(25.031441, 121.511261),
new google.maps.LatLng(25.043865, 121.507065),
new google.maps.LatLng(24.999445, 121.361359),
new google.maps.LatLng(25.038349, 121.508316),
new google.maps.LatLng(25.031967, 121.569954),
new google.maps.LatLng(25.006788, 121.592072),
new google.maps.LatLng(25.046480, 121.506180),
new google.maps.LatLng(25.001244, 121.614891),
new google.maps.LatLng(25.069811, 121.501091),
new google.maps.LatLng(25.176306, 121.415306),
new google.maps.LatLng(24.963207, 121.343758),
new google.maps.LatLng(25.087626, 121.565498),
new google.maps.LatLng(25.135660, 121.539276),
new google.maps.LatLng(25.025755, 121.506180),
new google.maps.LatLng(25.043673, 121.425217),
new google.maps.LatLng(25.100092, 121.588150),
new google.maps.LatLng(25.066015, 121.509476),
new google.maps.LatLng(25.007425, 121.539009),
new google.maps.LatLng(25.010490, 121.387260),
new google.maps.LatLng(25.134235, 121.390297),
new google.maps.LatLng(25.034266, 121.523216),
new google.maps.LatLng(25.147339, 121.545967),
new google.maps.LatLng(25.005051, 121.416199),
new google.maps.LatLng(25.011545, 121.594032),
new google.maps.LatLng(25.056650, 121.445213),
new google.maps.LatLng(25.016891, 121.554436),
new google.maps.LatLng(25.016413, 121.478157),
new google.maps.LatLng(24.919508, 121.288879),
new google.maps.LatLng(25.036795, 121.493416),
new google.maps.LatLng(25.156660, 121.459320),
new google.maps.LatLng(24.990044, 121.423248),
new google.maps.LatLng(25.105907, 121.583870),
new google.maps.LatLng(25.047037, 121.579498),
new google.maps.LatLng(25.046200, 121.570045),
new google.maps.LatLng(25.063629, 121.457176),
new google.maps.LatLng(25.031979, 121.443970),
new google.maps.LatLng(25.068674, 121.593140),
new google.maps.LatLng(25.002010, 121.456108),
new google.maps.LatLng(25.102757, 121.439949),
new google.maps.LatLng(25.135944, 121.426468),
new google.maps.LatLng(25.036507, 121.581642),
new google.maps.LatLng(25.140793, 121.529465),
new google.maps.LatLng(25.118946, 121.559875),
new google.maps.LatLng(24.986986, 121.577980),
new google.maps.LatLng(25.070654, 121.530624),
new google.maps.LatLng(24.982113, 121.535263),
new google.maps.LatLng(25.097357, 121.588509),
new google.maps.LatLng(24.953384, 121.509300),
new google.maps.LatLng(25.098705, 121.549088),
new google.maps.LatLng(25.124846, 121.369843),
new google.maps.LatLng(24.950418, 121.509567),
new google.maps.LatLng(25.094908, 121.527588),
new google.maps.LatLng(25.047148, 121.456734),
new google.maps.LatLng(25.081934, 121.564339),
new google.maps.LatLng(25.050303, 121.575485),
new google.maps.LatLng(25.035515, 121.448341),
new google.maps.LatLng(25.069811, 121.582710),
new google.maps.LatLng(25.119452, 121.552475),
new google.maps.LatLng(25.046263, 121.306580),
new google.maps.LatLng(24.988653, 121.343216),
new google.maps.LatLng(25.025553, 121.561310),
new google.maps.LatLng(25.041656, 121.552742),
new google.maps.LatLng(25.057135, 121.498589),
new google.maps.LatLng(24.987902, 121.576553),
new google.maps.LatLng(24.975863, 121.569954),
new google.maps.LatLng(25.043507, 121.509659),
new google.maps.LatLng(25.005259, 121.597153),
new google.maps.LatLng(25.081352, 121.552742),
new google.maps.LatLng(24.997631, 121.551407),
new google.maps.LatLng(25.005201, 121.484940),
new google.maps.LatLng(25.051043, 121.571297),
new google.maps.LatLng(25.056843, 121.594833),
new google.maps.LatLng(25.070690, 121.580032),
new google.maps.LatLng(25.093586, 121.604462),
new google.maps.LatLng(25.085913, 121.528122),
new google.maps.LatLng(25.080349, 121.567192),
new google.maps.LatLng(24.957577, 121.534187),
new google.maps.LatLng(25.137066, 121.505905),
new google.maps.LatLng(25.081387, 121.491005),
new google.maps.LatLng(24.970341, 121.601875),
new google.maps.LatLng(25.062193, 121.371628),
new google.maps.LatLng(25.033905, 121.566658),
new google.maps.LatLng(24.990866, 121.490204),
new google.maps.LatLng(24.955221, 121.240952),
new google.maps.LatLng(25.015039, 121.577087),
new google.maps.LatLng(25.127554, 121.424057),
new google.maps.LatLng(25.112537, 121.528389),
new google.maps.LatLng(25.061766, 121.638870),
new google.maps.LatLng(25.077394, 121.582176),
new google.maps.LatLng(24.998053, 121.548553),
new google.maps.LatLng(25.104017, 121.448700),
new google.maps.LatLng(25.038170, 121.243996),
new google.maps.LatLng(25.087523, 121.565590),
new google.maps.LatLng(25.001736, 121.425751),
new google.maps.LatLng(25.074335, 121.519562),
new google.maps.LatLng(25.039982, 121.510193),
new google.maps.LatLng(25.142797, 121.501984),
new google.maps.LatLng(25.012283, 121.543022),
new google.maps.LatLng(25.121975, 121.481995),
new google.maps.LatLng(25.030766, 121.563805),
new google.maps.LatLng(24.997213, 121.529549),
new google.maps.LatLng(25.033516, 121.442719),
new google.maps.LatLng(25.073683, 121.577538),
new google.maps.LatLng(25.061905, 121.592697),
new google.maps.LatLng(25.063316, 121.550156),
new google.maps.LatLng(25.142986, 121.406372),
new google.maps.LatLng(25.011633, 121.580299),
new google.maps.LatLng(24.968849, 121.543022),
new google.maps.LatLng(24.974373, 121.256866),
new google.maps.LatLng(25.069773, 121.587791),
new google.maps.LatLng(24.946707, 121.510902),
new google.maps.LatLng(25.155956, 121.490112),
new google.maps.LatLng(25.032370, 121.609726),
new google.maps.LatLng(25.021894, 121.414772),
new google.maps.LatLng(25.178415, 121.569061),
new google.maps.LatLng(24.990774, 121.419769),
new google.maps.LatLng(25.096607, 121.521072),
new google.maps.LatLng(25.124943, 121.467621),
new google.maps.LatLng(25.081425, 121.550339),
new google.maps.LatLng(24.910471, 121.378418),
new google.maps.LatLng(25.012253, 121.475388),
new google.maps.LatLng(25.147427, 121.528389),
new google.maps.LatLng(25.038191, 121.567459),
new google.maps.LatLng(25.015949, 121.551048),
new google.maps.LatLng(25.001928, 121.327934),
new google.maps.LatLng(25.110785, 121.537582),
new google.maps.LatLng(25.064871, 121.580124),
new google.maps.LatLng(25.018211, 121.549889),
new google.maps.LatLng(25.006601, 121.461639),
new google.maps.LatLng(25.129309, 121.553192),
new google.maps.LatLng(24.978395, 121.416641),
new google.maps.LatLng(25.082008, 121.523933),
new google.maps.LatLng(25.017029, 121.550339),
new google.maps.LatLng(25.027987, 121.583687),
new google.maps.LatLng(25.039774, 121.589218),
new google.maps.LatLng(25.144831, 121.501801),
new google.maps.LatLng(24.950344, 121.283066),
new google.maps.LatLng(25.035028, 121.452538),
new google.maps.LatLng(25.038359, 121.547752),
new google.maps.LatLng(25.085838, 121.555862),
new google.maps.LatLng(25.023472, 121.464676),
new google.maps.LatLng(25.067913, 121.518669),
new google.maps.LatLng(24.971201, 121.192108),
new google.maps.LatLng(25.066154, 121.450661),
new google.maps.LatLng(24.957430, 121.199181),
new google.maps.LatLng(25.019768, 121.542221),
new google.maps.LatLng(24.970016, 121.430130),
new google.maps.LatLng(24.998396, 121.458786),
new google.maps.LatLng(25.150303, 121.422897),
new google.maps.LatLng(24.997343, 121.485565),
new google.maps.LatLng(25.006746, 121.559166),
new google.maps.LatLng(24.978863, 121.336067),
new google.maps.LatLng(25.039717, 121.621758),
new google.maps.LatLng(25.082390, 121.581017),
new google.maps.LatLng(25.017931, 121.501717),
new google.maps.LatLng(25.050352, 121.521431),
new google.maps.LatLng(25.069345, 121.612396),
new google.maps.LatLng(24.968937, 121.385742),
new google.maps.LatLng(24.977854, 121.466820),
new google.maps.LatLng(24.995327, 121.587257),
new google.maps.LatLng(24.999939, 121.517952),
new google.maps.LatLng(25.128263, 121.472893),
new google.maps.LatLng(25.047304, 121.555511),
new google.maps.LatLng(24.988432, 121.391106),
new google.maps.LatLng(25.063107, 121.458694),
new google.maps.LatLng(25.097246, 121.509209),
new google.maps.LatLng(25.029705, 121.458611),
new google.maps.LatLng(25.022350, 121.425934),
new google.maps.LatLng(25.031860, 121.589394),
new google.maps.LatLng(24.955776, 121.524200),
new google.maps.LatLng(25.002361, 121.583420),
new google.maps.LatLng(24.969723, 121.346077),
new google.maps.LatLng(24.961222, 121.443970),
new google.maps.LatLng(25.067036, 121.514297),
new google.maps.LatLng(25.028793, 121.493240),
new google.maps.LatLng(25.000275, 121.482262),
new google.maps.LatLng(25.017807, 121.457359),
new google.maps.LatLng(24.953070, 121.358406),
new google.maps.LatLng(24.983566, 121.450218),
new google.maps.LatLng(25.029200, 121.412987),
new google.maps.LatLng(25.027895, 121.540436),
new google.maps.LatLng(24.961016, 121.508224),
new google.maps.LatLng(24.986647, 121.587524),
new google.maps.LatLng(25.021568, 121.535622),
new google.maps.LatLng(25.049070, 121.541328),
new google.maps.LatLng(25.052732, 121.567635),
new google.maps.LatLng(24.988008, 121.343842),
new google.maps.LatLng(25.027927, 121.570221),
new google.maps.LatLng(25.056894, 121.603035),
new google.maps.LatLng(25.047443, 121.416199),
new google.maps.LatLng(25.032871, 121.590378),
new google.maps.LatLng(25.006704, 121.461906),
new google.maps.LatLng(25.006924, 121.533386),
new google.maps.LatLng(25.032717, 121.474403),
new google.maps.LatLng(25.068266, 121.483688),
new google.maps.LatLng(25.006540, 121.585381),
new google.maps.LatLng(25.069078, 121.450577),
new google.maps.LatLng(25.105555, 121.573433),
new google.maps.LatLng(25.007338, 121.446823),
new google.maps.LatLng(25.046350, 121.535973),
new google.maps.LatLng(25.144812, 121.524376),
new google.maps.LatLng(25.133139, 121.371269),
new google.maps.LatLng(25.032076, 121.562111),
new google.maps.LatLng(25.086254, 121.588860),
new google.maps.LatLng(25.113960, 121.524109),
new google.maps.LatLng(24.998610, 121.410393),
new google.maps.LatLng(25.118052, 121.463425),
new google.maps.LatLng(25.149281, 121.410660),
new google.maps.LatLng(24.931259, 121.353668),
new google.maps.LatLng(25.005812, 121.586723),
new google.maps.LatLng(25.159779, 121.400566),
new google.maps.LatLng(24.990107, 121.587257),
new google.maps.LatLng(25.020069, 121.456909),
new google.maps.LatLng(25.011236, 121.509392),
new google.maps.LatLng(24.964430, 121.434502),
new google.maps.LatLng(25.149870, 121.534187),
new google.maps.LatLng(24.955853, 121.353943),
new google.maps.LatLng(25.086424, 121.483688),
new google.maps.LatLng(25.021950, 121.315422),
new google.maps.LatLng(25.020800, 121.529373),
new google.maps.LatLng(25.031639, 121.528389),
new google.maps.LatLng(25.020788, 121.574150),
new google.maps.LatLng(25.079393, 121.567726),
new google.maps.LatLng(24.974901, 121.459946),
new google.maps.LatLng(24.975737, 121.327400),
new google.maps.LatLng(25.026323, 121.539719),
new google.maps.LatLng(25.020569, 121.584229),
new google.maps.LatLng(25.012917, 121.560417),
new google.maps.LatLng(25.086082, 121.486900),
new google.maps.LatLng(25.133493, 121.470749),
new google.maps.LatLng(25.131638, 121.567192),
new google.maps.LatLng(24.943851, 121.329903),
new google.maps.LatLng(24.976158, 121.248817),
new google.maps.LatLng(25.069557, 121.449234),
new google.maps.LatLng(25.063152, 121.523750),
new google.maps.LatLng(24.975971, 121.494308),
new google.maps.LatLng(25.095852, 121.447807),
new google.maps.LatLng(25.082682, 121.580833),
new google.maps.LatLng(25.137314, 121.556488),
new google.maps.LatLng(25.006798, 121.510994),
new google.maps.LatLng(25.150084, 121.468246),
new google.maps.LatLng(25.030235, 121.413162),
new google.maps.LatLng(25.051086, 121.564430),
new google.maps.LatLng(25.013830, 121.531517),
new google.maps.LatLng(25.055855, 121.531517),
new google.maps.LatLng(25.018162, 121.415123),
new google.maps.LatLng(25.016668, 121.500732),
new google.maps.LatLng(25.006710, 121.427177),
new google.maps.LatLng(25.098333, 121.587883),
new google.maps.LatLng(25.049385, 121.617302),
new google.maps.LatLng(24.932524, 121.358589),
new google.maps.LatLng(24.948151, 121.382706),
new google.maps.LatLng(25.122322, 121.559967),
new google.maps.LatLng(25.029865, 121.591179),
new google.maps.LatLng(25.021667, 121.413963),
new google.maps.LatLng(25.124752, 121.468781),
new google.maps.LatLng(25.111319, 121.550072),
new google.maps.LatLng(25.035591, 121.564072),
new google.maps.LatLng(24.994102, 121.587883),
new google.maps.LatLng(25.135056, 121.540077),
new google.maps.LatLng(25.020302, 121.557564),
new google.maps.LatLng(25.039644, 121.560234),
new google.maps.LatLng(25.087706, 121.524376),
new google.maps.LatLng(24.952986, 121.205444),
new google.maps.LatLng(24.989832, 121.506622),
new google.maps.LatLng(25.023722, 121.601074),
new google.maps.LatLng(25.034279, 121.480118),
new google.maps.LatLng(25.016401, 121.530800),
new google.maps.LatLng(24.984745, 121.579056),
new google.maps.LatLng(25.042770, 121.548019),
new google.maps.LatLng(24.997515, 121.583244),
new google.maps.LatLng(25.106903, 121.454765),
new google.maps.LatLng(25.133429, 121.532227),
new google.maps.LatLng(25.021963, 121.520187),
new google.maps.LatLng(25.020712, 121.500107),
new google.maps.LatLng(25.131304, 121.529640),
new google.maps.LatLng(25.005741, 121.484756),
new google.maps.LatLng(25.025906, 121.586540),
new google.maps.LatLng(24.981970, 121.413071),
new google.maps.LatLng(25.003452, 121.616768),
new google.maps.LatLng(25.014551, 121.476547),
new google.maps.LatLng(25.039486, 121.589043),
new google.maps.LatLng(25.100559, 121.522591),
new google.maps.LatLng(25.079762, 121.569336),
new google.maps.LatLng(25.054367, 121.516701),
new google.maps.LatLng(25.126167, 121.466637),
new google.maps.LatLng(24.980852, 121.236481),
new google.maps.LatLng(25.045803, 121.605804),
new google.maps.LatLng(24.978802, 121.336334),
new google.maps.LatLng(24.986124, 121.575310),
new google.maps.LatLng(25.082830, 121.585114),
new google.maps.LatLng(24.944227, 121.403069),
new google.maps.LatLng(25.080685, 121.435394),
new google.maps.LatLng(24.976248, 121.534813),
new google.maps.LatLng(24.963778, 121.486191),
new google.maps.LatLng(24.988188, 121.352692),
new google.maps.LatLng(25.137985, 121.543465),
new google.maps.LatLng(25.172337, 121.612930),
new google.maps.LatLng(24.968399, 121.532585),
new google.maps.LatLng(25.063515, 121.577087),
new google.maps.LatLng(25.054588, 121.631744),
new google.maps.LatLng(25.001736, 121.535706),
new google.maps.LatLng(25.051273, 121.448341),
new google.maps.LatLng(25.125443, 121.473244),
new google.maps.LatLng(25.114344, 121.533028),
new google.maps.LatLng(24.968178, 121.546593),
new google.maps.LatLng(24.966537, 121.218323),
new google.maps.LatLng(24.979898, 121.411285),
new google.maps.LatLng(25.038713, 121.503944),
new google.maps.LatLng(25.006016, 121.473694),
new google.maps.LatLng(25.008160, 121.460663),
new google.maps.LatLng(25.049913, 121.562378),
new google.maps.LatLng(24.991938, 121.266708),
new google.maps.LatLng(25.008661, 121.486099),
new google.maps.LatLng(25.031549, 121.589661),
new google.maps.LatLng(25.079481, 121.589127),
new google.maps.LatLng(25.035824, 121.543381),
new google.maps.LatLng(25.022503, 121.520363),
new google.maps.LatLng(25.167606, 121.446289),
new google.maps.LatLng(25.020363, 121.583687),
new google.maps.LatLng(25.082628, 121.498413),
new google.maps.LatLng(25.025721, 121.526070),
new google.maps.LatLng(24.969290, 121.572189),
new google.maps.LatLng(25.037941, 121.498413),
new google.maps.LatLng(25.107275, 121.521881),
new google.maps.LatLng(25.125147, 121.530800),
new google.maps.LatLng(24.979143, 121.415932),
new google.maps.LatLng(24.986197, 121.518219),
new google.maps.LatLng(25.050856, 121.526695),
new google.maps.LatLng(25.004148, 121.600807),
new google.maps.LatLng(25.089386, 121.446732),
new google.maps.LatLng(25.095543, 121.586365),
new google.maps.LatLng(24.936333, 121.370377),
new google.maps.LatLng(25.081972, 121.565231),
new google.maps.LatLng(24.999292, 121.302200),
new google.maps.LatLng(25.000546, 121.507957),
new google.maps.LatLng(24.951748, 121.349113),
new google.maps.LatLng(25.035673, 121.431732),
new google.maps.LatLng(24.994961, 121.422447),
new google.maps.LatLng(24.996841, 121.559341),
new google.maps.LatLng(25.049635, 121.518845),
new google.maps.LatLng(25.149349, 121.524109),
new google.maps.LatLng(25.106731, 121.585297),
new google.maps.LatLng(24.987682, 121.420929),
new google.maps.LatLng(24.994089, 121.433609),
new google.maps.LatLng(25.153448, 121.417625),
new google.maps.LatLng(25.013866, 121.467804),
new google.maps.LatLng(24.929127, 121.377792),
new google.maps.LatLng(25.018360, 121.408249),
new google.maps.LatLng(24.936268, 121.373505),
new google.maps.LatLng(25.040720, 121.447716),
new google.maps.LatLng(25.078037, 121.570671),
new google.maps.LatLng(25.087299, 121.564430),
new google.maps.LatLng(24.928703, 121.315071),
new google.maps.LatLng(25.166311, 121.474319),
new google.maps.LatLng(25.186583, 121.430489),
new google.maps.LatLng(25.133245, 121.470390),
new google.maps.LatLng(25.066532, 121.487885),
new google.maps.LatLng(24.977524, 121.568886),
new google.maps.LatLng(25.057070, 121.520721),
new google.maps.LatLng(25.024801, 121.569061),
new google.maps.LatLng(25.136393, 121.502785),
new google.maps.LatLng(25.020403, 121.327042),
new google.maps.LatLng(24.985851, 121.343483),
new google.maps.LatLng(25.067478, 121.512062),
new google.maps.LatLng(24.981949, 121.413162),
new google.maps.LatLng(25.112934, 121.533028),
new google.maps.LatLng(25.078520, 121.492966),
new google.maps.LatLng(25.043037, 121.619972),
new google.maps.LatLng(25.185484, 121.430573),
new google.maps.LatLng(25.002508, 121.411110),
new google.maps.LatLng(24.995253, 121.584404),
new google.maps.LatLng(25.137362, 121.504303),
new google.maps.LatLng(25.164984, 121.486633),
new google.maps.LatLng(25.020924, 121.583061),
new google.maps.LatLng(25.016550, 121.316856),
new google.maps.LatLng(25.055090, 121.598404),
new google.maps.LatLng(25.003933, 121.487167),
new google.maps.LatLng(25.090862, 121.475388),
new google.maps.LatLng(24.974478, 121.546234),
new google.maps.LatLng(25.159401, 121.458252),
new google.maps.LatLng(24.946747, 121.511086),
new google.maps.LatLng(25.142105, 121.425667),
new google.maps.LatLng(25.173626, 121.503769),
new google.maps.LatLng(25.002060, 121.618462),
new google.maps.LatLng(25.065430, 121.503853),
new google.maps.LatLng(25.134329, 121.535080),
new google.maps.LatLng(25.127359, 121.564606),
new google.maps.LatLng(25.007172, 121.424858),
new google.maps.LatLng(25.019243, 121.570847),
new google.maps.LatLng(25.051018, 121.547836),
new google.maps.LatLng(24.983541, 121.416290),
new google.maps.LatLng(24.987814, 121.492256),
new google.maps.LatLng(25.032820, 121.491272),
new google.maps.LatLng(25.065090, 121.492256),
new google.maps.LatLng(25.020531, 121.423790),
new google.maps.LatLng(25.142021, 121.504929),
new google.maps.LatLng(25.077227, 121.571297),
new google.maps.LatLng(25.083284, 121.539635),
new google.maps.LatLng(25.026087, 121.413879),
new google.maps.LatLng(25.012222, 121.535889),
new google.maps.LatLng(25.083076, 121.539452),
new google.maps.LatLng(24.996420, 121.461906),
new google.maps.LatLng(25.082722, 121.540253),
new google.maps.LatLng(25.027878, 121.539810),
new google.maps.LatLng(24.984711, 121.577087),
new google.maps.LatLng(25.043842, 121.529732),
new google.maps.LatLng(24.943153, 121.378151),
new google.maps.LatLng(25.085773, 121.589844),
new google.maps.LatLng(24.983467, 121.361176),
new google.maps.LatLng(25.175419, 121.548462),
new google.maps.LatLng(24.988728, 121.570938),
new google.maps.LatLng(24.995512, 121.642349),
new google.maps.LatLng(25.084349, 121.438164),
new google.maps.LatLng(25.021631, 121.556129),
new google.maps.LatLng(25.146338, 121.446465),
new google.maps.LatLng(25.137283, 121.477890),
new google.maps.LatLng(25.017649, 121.259377),
new google.maps.LatLng(24.992474, 121.474854),
new google.maps.LatLng(25.058311, 121.547478),
new google.maps.LatLng(25.103056, 121.451736),
new google.maps.LatLng(25.136553, 121.538651),
new google.maps.LatLng(24.935921, 121.366089),
new google.maps.LatLng(25.004232, 121.600449),
new google.maps.LatLng(25.174667, 121.448341),
new google.maps.LatLng(25.100866, 121.541679),
new google.maps.LatLng(25.088425, 121.526253),
new google.maps.LatLng(24.992212, 121.230843),
new google.maps.LatLng(25.191858, 121.446465),
new google.maps.LatLng(24.955013, 121.337234),
new google.maps.LatLng(25.030207, 121.570045),
new google.maps.LatLng(25.025608, 121.506088),
new google.maps.LatLng(25.036209, 121.494843),
new google.maps.LatLng(25.114653, 121.556313),
new google.maps.LatLng(25.060450, 121.539810),
new google.maps.LatLng(25.032574, 121.610260),
new google.maps.LatLng(25.041363, 121.567017),
new google.maps.LatLng(25.134653, 121.483421),
new google.maps.LatLng(25.004051, 121.294952),
new google.maps.LatLng(25.123104, 121.471909),
new google.maps.LatLng(25.004185, 121.412804),
new google.maps.LatLng(25.069475, 121.488060),
new google.maps.LatLng(25.050200, 121.446198),
new google.maps.LatLng(25.078037, 121.480560),
new google.maps.LatLng(25.174696, 121.439774),
new google.maps.LatLng(25.046011, 121.558182),
new google.maps.LatLng(25.060266, 121.511711),
new google.maps.LatLng(25.093361, 121.525360),
new google.maps.LatLng(25.057034, 121.609810),
new google.maps.LatLng(24.960201, 121.510277),
new google.maps.LatLng(24.998491, 121.582260),
new google.maps.LatLng(25.017799, 121.549179),
new google.maps.LatLng(24.972984, 121.400032),
new google.maps.LatLng(25.133726, 121.535530),
new google.maps.LatLng(24.955000, 121.537048),
new google.maps.LatLng(24.987642, 121.335800),
new google.maps.LatLng(25.069485, 121.520096),
new google.maps.LatLng(24.957413, 121.349380),
new google.maps.LatLng(24.978771, 121.415398),
new google.maps.LatLng(25.184608, 121.431824),
new google.maps.LatLng(25.088627, 121.488777),
new google.maps.LatLng(24.962152, 121.559875),
new google.maps.LatLng(25.011723, 121.505554),
new google.maps.LatLng(25.039919, 121.503052),
new google.maps.LatLng(25.107279, 121.461639),
new google.maps.LatLng(25.010202, 121.455124),
new google.maps.LatLng(25.064819, 121.492699),
new google.maps.LatLng(25.040617, 121.553993),
new google.maps.LatLng(25.143862, 121.388870),
new google.maps.LatLng(24.993181, 121.590736),
new google.maps.LatLng(25.140842, 121.409500),
new google.maps.LatLng(25.011230, 121.503410),
new google.maps.LatLng(25.075968, 121.608566),
new google.maps.LatLng(24.991796, 121.428879),
new google.maps.LatLng(25.175976, 121.448074),
new google.maps.LatLng(24.992931, 121.493416),
new google.maps.LatLng(25.002600, 121.462090),
new google.maps.LatLng(25.066195, 121.450844),
new google.maps.LatLng(25.031658, 121.474670),
new google.maps.LatLng(25.069315, 121.587967),
new google.maps.LatLng(25.094303, 121.502693),
new google.maps.LatLng(24.991817, 121.230759),
new google.maps.LatLng(25.036930, 121.496719),
new google.maps.LatLng(25.073231, 121.501358),
new google.maps.LatLng(24.998276, 121.578606),
new google.maps.LatLng(25.020266, 121.479401),
new google.maps.LatLng(25.016571, 121.317123),
new google.maps.LatLng(24.995600, 121.544182),
new google.maps.LatLng(25.014414, 121.473244),
new google.maps.LatLng(24.963076, 121.531601),
new google.maps.LatLng(24.960302, 121.481903),
new google.maps.LatLng(25.043756, 121.575485),
new google.maps.LatLng(24.932932, 121.369308),
new google.maps.LatLng(25.131468, 121.529999),
new google.maps.LatLng(25.012119, 121.520096),
new google.maps.LatLng(25.035294, 121.566391),
new google.maps.LatLng(24.997599, 121.583244),
new google.maps.LatLng(24.965942, 121.191124),
new google.maps.LatLng(24.997246, 121.582977),
new google.maps.LatLng(24.969893, 121.548462),
new google.maps.LatLng(25.001226, 121.443520),
new google.maps.LatLng(25.124722, 121.472084),
new google.maps.LatLng(24.972458, 121.499039),
new google.maps.LatLng(25.133909, 121.536507),
new google.maps.LatLng(25.086351, 121.539276),
new google.maps.LatLng(25.067305, 121.565590),
new google.maps.LatLng(25.037918, 121.457535),
new google.maps.LatLng(25.070675, 121.517509),
new google.maps.LatLng(25.054558, 121.596443),
new google.maps.LatLng(24.996078, 121.571739),
new google.maps.LatLng(24.995955, 121.550423),
new google.maps.LatLng(25.072670, 121.494576),
new google.maps.LatLng(25.032692, 121.500290),
new google.maps.LatLng(24.986469, 121.322304),
new google.maps.LatLng(25.035671, 121.433167),
new google.maps.LatLng(25.017862, 121.548912),
new google.maps.LatLng(25.155424, 121.528214),
new google.maps.LatLng(25.142563, 121.432541),
new google.maps.LatLng(24.997248, 121.582619),
new google.maps.LatLng(24.957319, 121.384315),
new google.maps.LatLng(24.985540, 121.273857),
new google.maps.LatLng(25.068899, 121.615341),
new google.maps.LatLng(24.956270, 121.318642),
new google.maps.LatLng(24.974159, 121.571205),
new google.maps.LatLng(25.114323, 121.550339),
new google.maps.LatLng(25.062647, 121.545967),
new google.maps.LatLng(25.010845, 121.464409),
new google.maps.LatLng(25.024481, 121.256783),
new google.maps.LatLng(24.969732, 121.396194),
new google.maps.LatLng(24.957863, 121.536156),
new google.maps.LatLng(25.077473, 121.398155),
new google.maps.LatLng(25.004503, 121.481903),
new google.maps.LatLng(25.033537, 121.590019),
new google.maps.LatLng(24.971754, 121.498146),
new google.maps.LatLng(25.112976, 121.532852),
new google.maps.LatLng(25.058283, 121.323380),
new google.maps.LatLng(24.954258, 121.411644),
new google.maps.LatLng(25.037071, 121.609459),
new google.maps.LatLng(25.059715, 121.590736),
new google.maps.LatLng(25.162683, 121.474937),
new google.maps.LatLng(24.972395, 121.499306),
new google.maps.LatLng(25.134966, 121.483505),
new google.maps.LatLng(24.989408, 121.598312),
new google.maps.LatLng(25.020472, 121.555779),
new google.maps.LatLng(24.959858, 121.427094),
new google.maps.LatLng(25.001604, 121.515099),
new google.maps.LatLng(25.118134, 121.527496),
new google.maps.LatLng(25.007563, 121.534546),
new google.maps.LatLng(25.004038, 121.468338),
new google.maps.LatLng(25.027449, 121.475296),
new google.maps.LatLng(24.999470, 121.470833),
new google.maps.LatLng(25.040567, 121.500641),
new google.maps.LatLng(25.043875, 121.617836),
new google.maps.LatLng(25.044384, 121.591805),
new google.maps.LatLng(25.107904, 121.565590),
new google.maps.LatLng(25.000338, 121.472084),
new google.maps.LatLng(24.962898, 121.560234),
new google.maps.LatLng(25.033047, 121.605804),
new google.maps.LatLng(25.161539, 121.456909),
new google.maps.LatLng(25.044783, 121.559875),
new google.maps.LatLng(25.083120, 121.562820),
new google.maps.LatLng(25.143925, 121.388962),
new google.maps.LatLng(25.075043, 121.436470),
new google.maps.LatLng(25.062775, 121.586899),
new google.maps.LatLng(25.134775, 121.471283),
new google.maps.LatLng(24.992283, 121.365021),
new google.maps.LatLng(25.033548, 121.586807),
new google.maps.LatLng(25.128756, 121.431999),
new google.maps.LatLng(25.016785, 121.367073),
new google.maps.LatLng(25.066839, 121.591087),
new google.maps.LatLng(25.069811, 121.583061),
new google.maps.LatLng(25.174084, 121.436378),
new google.maps.LatLng(24.951937, 121.347595),
new google.maps.LatLng(25.036690, 121.537582),
new google.maps.LatLng(25.076500, 121.482170),
new google.maps.LatLng(25.059746, 121.546326),
new google.maps.LatLng(25.135605, 121.537399),
new google.maps.LatLng(25.140446, 121.528122),
new google.maps.LatLng(25.089457, 121.590736),
new google.maps.LatLng(25.032019, 121.573616),
new google.maps.LatLng(24.972853, 121.498772),
new google.maps.LatLng(25.186771, 121.430038),
new google.maps.LatLng(25.105618, 121.584045),
new google.maps.LatLng(24.998501, 121.551582),
new google.maps.LatLng(25.026554, 121.429237),
new google.maps.LatLng(25.112116, 121.459053),
new google.maps.LatLng(25.083788, 121.498772),
new google.maps.LatLng(25.114223, 121.380112),
new google.maps.LatLng(25.085007, 121.431824),
new google.maps.LatLng(25.001846, 121.484047),
new google.maps.LatLng(25.015749, 121.606422),
new google.maps.LatLng(25.124697, 121.499306),
new google.maps.LatLng(25.023403, 121.381363),
new google.maps.LatLng(24.959539, 121.509567),
new google.maps.LatLng(25.066998, 121.469315),
new google.maps.LatLng(24.990231, 121.574059),
new google.maps.LatLng(25.032755, 121.594749),
new google.maps.LatLng(24.969553, 121.543556),
new google.maps.LatLng(25.149540, 121.517685),
new google.maps.LatLng(25.007133, 121.444862),
new google.maps.LatLng(24.949863, 121.342949),
new google.maps.LatLng(24.992140, 121.421379),
new google.maps.LatLng(25.026979, 121.527763),
new google.maps.LatLng(25.112474, 121.510368),
new google.maps.LatLng(25.056017, 121.604996),
new google.maps.LatLng(25.137003, 121.462173),
new google.maps.LatLng(24.999413, 121.572723),
new google.maps.LatLng(25.046125, 121.468155),
new google.maps.LatLng(25.028706, 121.603485),
new google.maps.LatLng(25.037308, 121.452713),
new google.maps.LatLng(24.945393, 121.483238),
new google.maps.LatLng(24.959414, 121.340088),
new google.maps.LatLng(24.975853, 121.527321),
new google.maps.LatLng(24.989468, 121.311584),
new google.maps.LatLng(25.039867, 121.373413),
new google.maps.LatLng(25.140139, 121.532585),
new google.maps.LatLng(25.020355, 121.231293),
new google.maps.LatLng(25.131968, 121.557022),
new google.maps.LatLng(25.068310, 121.596794),
new google.maps.LatLng(24.991377, 121.578339),
new google.maps.LatLng(25.133703, 121.535973),
new google.maps.LatLng(24.994511, 121.589661),
new google.maps.LatLng(24.992079, 121.341339),
new google.maps.LatLng(25.151138, 121.468338),
new google.maps.LatLng(25.065529, 121.545700),
new google.maps.LatLng(25.177673, 121.448608),
new google.maps.LatLng(25.126589, 121.560501),
new google.maps.LatLng(24.946386, 121.381721),
new google.maps.LatLng(25.021091, 121.423164),
new google.maps.LatLng(25.060804, 121.532677),
new google.maps.LatLng(25.166943, 121.446289),
new google.maps.LatLng(25.142881, 121.406822),
new google.maps.LatLng(25.070990, 121.515816),
new google.maps.LatLng(25.033007, 121.605263),
new google.maps.LatLng(25.126171, 121.561218),
new google.maps.LatLng(25.064966, 121.581818),
new google.maps.LatLng(25.024647, 121.256424),
new google.maps.LatLng(25.127735, 121.507156),
new google.maps.LatLng(25.105715, 121.564339),
new google.maps.LatLng(25.058359, 121.551498),
new google.maps.LatLng(25.082327, 121.564781),
new google.maps.LatLng(25.050526, 121.552742),
new google.maps.LatLng(24.992222, 121.364571),
new google.maps.LatLng(24.968210, 121.343307),
new google.maps.LatLng(25.000809, 121.638161),
new google.maps.LatLng(24.995611, 121.524017),
new google.maps.LatLng(25.081009, 121.568260),
new google.maps.LatLng(25.001989, 121.510277),
new google.maps.LatLng(25.136917, 121.540970),
new google.maps.LatLng(24.956921, 121.341522),
new google.maps.LatLng(24.973915, 121.547569),
new google.maps.LatLng(25.027845, 121.634148),
new google.maps.LatLng(25.071743, 121.575577),
new google.maps.LatLng(25.061024, 121.486275),
new google.maps.LatLng(24.963491, 121.423965),
new google.maps.LatLng(25.030022, 121.514832),
new google.maps.LatLng(25.034636, 121.494484),
new google.maps.LatLng(25.081919, 121.590736),
new google.maps.LatLng(25.012381, 121.633347),
new google.maps.LatLng(25.133999, 121.535080),
new google.maps.LatLng(25.124723, 121.549805),
new google.maps.LatLng(25.081869, 121.564964),
new google.maps.LatLng(25.169950, 121.445839),
new google.maps.LatLng(25.055904, 121.548553),
new google.maps.LatLng(25.041071, 121.520721),
new google.maps.LatLng(25.020067, 121.538826),
new google.maps.LatLng(24.986725, 121.487701),
new google.maps.LatLng(24.914282, 121.238358),
new google.maps.LatLng(25.010740, 121.455307),
new google.maps.LatLng(25.101484, 121.449951),
new google.maps.LatLng(25.032701, 121.497070),
new google.maps.LatLng(24.972416, 121.499573),
new google.maps.LatLng(25.036299, 121.492699),
new google.maps.LatLng(25.001970, 121.455215),
new google.maps.LatLng(24.933182, 121.392082),
new google.maps.LatLng(25.019007, 121.226372),
new google.maps.LatLng(25.098520, 121.549179),
new google.maps.LatLng(25.061630, 121.384315),
new google.maps.LatLng(25.117950, 121.520897),
new google.maps.LatLng(25.126877, 121.472084),
new google.maps.LatLng(25.096903, 121.457443),
new google.maps.LatLng(24.969872, 121.548553),
new google.maps.LatLng(25.121120, 121.570671),
new google.maps.LatLng(25.185381, 121.410217),
new google.maps.LatLng(25.063829, 121.498322),
new google.maps.LatLng(25.020954, 121.468338),
new google.maps.LatLng(25.006514, 121.454231),
new google.maps.LatLng(25.167021, 121.490646),
new google.maps.LatLng(24.970617, 121.311584),
new google.maps.LatLng(25.035604, 121.566483),
new google.maps.LatLng(24.967916, 121.588234),
new google.maps.LatLng(25.008574, 121.536240),
new google.maps.LatLng(25.073450, 121.578522),
new google.maps.LatLng(24.939966, 121.336960),
new google.maps.LatLng(25.033987, 121.567017),
new google.maps.LatLng(24.998852, 121.573349),
new google.maps.LatLng(25.036121, 121.489220),
new google.maps.LatLng(24.989071, 121.421738),
new google.maps.LatLng(25.054451, 121.543114),
new google.maps.LatLng(25.089453, 121.591805),
new google.maps.LatLng(25.134718, 121.536598),
new google.maps.LatLng(24.993168, 121.229950),
new google.maps.LatLng(25.153120, 121.471191),
new google.maps.LatLng(25.097033, 121.547752),
new google.maps.LatLng(25.039654, 121.587967),
new google.maps.LatLng(24.981571, 121.528038),
new google.maps.LatLng(25.064587, 121.515900),
new google.maps.LatLng(24.978298, 121.543381),
new google.maps.LatLng(24.997135, 121.527763),
new google.maps.LatLng(25.015749, 121.478157),
new google.maps.LatLng(25.009583, 121.645203),
new google.maps.LatLng(25.012897, 121.465210),
new google.maps.LatLng(25.145369, 121.513222),
new google.maps.LatLng(24.988052, 121.456909),
new google.maps.LatLng(25.137972, 121.541412),
new google.maps.LatLng(25.098726, 121.537399),
new google.maps.LatLng(24.975071, 121.549355),
new google.maps.LatLng(24.981762, 121.572365),
new google.maps.LatLng(25.126219, 121.564873),
new google.maps.LatLng(24.949974, 121.383781),
new google.maps.LatLng(25.059324, 121.572723),
new google.maps.LatLng(24.980314, 121.556671),
new google.maps.LatLng(25.089087, 121.526962),
new google.maps.LatLng(25.048138, 121.534729),
new google.maps.LatLng(25.004896, 121.587791),
new google.maps.LatLng(24.956863, 121.537224),
new google.maps.LatLng(25.100174, 121.588509),
new google.maps.LatLng(24.970209, 121.568619),
new google.maps.LatLng(25.012815, 121.552742),
new google.maps.LatLng(25.068506, 121.593857),
new google.maps.LatLng(25.066982, 121.568352),
new google.maps.LatLng(24.999847, 121.505280),
new google.maps.LatLng(25.081907, 121.379578),
new google.maps.LatLng(24.997591, 121.486275),
new google.maps.LatLng(25.003555, 121.428612),
new google.maps.LatLng(25.136175, 121.480835),
new google.maps.LatLng(25.015642, 121.461639),
new google.maps.LatLng(25.048363, 121.507339),
new google.maps.LatLng(25.024981, 121.571472),
new google.maps.LatLng(25.042084, 121.614891),
new google.maps.LatLng(25.135765, 121.538826),
new google.maps.LatLng(25.077101, 121.481728),
new google.maps.LatLng(24.949665, 121.503227),
new google.maps.LatLng(25.041948, 121.545876),
new google.maps.LatLng(24.980398, 121.488861),
new google.maps.LatLng(25.029600, 121.590202),
new google.maps.LatLng(24.981665, 121.506439),
new google.maps.LatLng(25.086781, 121.591896),
new google.maps.LatLng(25.028360, 121.515900),
new google.maps.LatLng(25.086180, 121.528389),
new google.maps.LatLng(25.038292, 121.621132),
new google.maps.LatLng(25.042677, 121.551231),
new google.maps.LatLng(25.103672, 121.502342),
new google.maps.LatLng(25.012161, 121.469765),
new google.maps.LatLng(25.032768, 121.510193),
new google.maps.LatLng(25.100410, 121.569954),
new google.maps.LatLng(24.972729, 121.497879),
new google.maps.LatLng(25.008921, 121.627998),
new google.maps.LatLng(25.015162, 121.462982),
new google.maps.LatLng(25.094790, 121.499573),
new google.maps.LatLng(25.075195, 121.515900),
new google.maps.LatLng(24.943745, 121.367432),
new google.maps.LatLng(24.995186, 121.467888),
new google.maps.LatLng(25.008074, 121.461731),
new google.maps.LatLng(25.039930, 121.567459),
new google.maps.LatLng(24.951900, 121.339554),
new google.maps.LatLng(25.075745, 121.532227),
new google.maps.LatLng(25.072807, 121.579140),
new google.maps.LatLng(25.067108, 121.482262),
new google.maps.LatLng(25.054935, 121.600449),
new google.maps.LatLng(25.032837, 121.594749),
new google.maps.LatLng(25.009150, 121.591896),
new google.maps.LatLng(25.035391, 121.506798),
new google.maps.LatLng(25.092062, 121.586723),
new google.maps.LatLng(24.931177, 121.355103),
new google.maps.LatLng(24.945862, 121.497879),
new google.maps.LatLng(25.022457, 121.454498),
new google.maps.LatLng(25.016626, 121.524559),
new google.maps.LatLng(24.988989, 121.495026),
new google.maps.LatLng(25.005890, 121.445213),
new google.maps.LatLng(24.935797, 121.366623),
new google.maps.LatLng(25.110598, 121.537666),
new google.maps.LatLng(25.051321, 121.556404),
new google.maps.LatLng(24.954062, 121.556221),
new google.maps.LatLng(24.967978, 121.190231),
new google.maps.LatLng(25.024736, 121.550690),
new google.maps.LatLng(25.121956, 121.507065),
new google.maps.LatLng(25.159546, 121.539543),
new google.maps.LatLng(24.977030, 121.520897),
new google.maps.LatLng(25.095703, 121.518219),
new google.maps.LatLng(24.952326, 121.509567),
new google.maps.LatLng(25.130978, 121.545074),
new google.maps.LatLng(25.023808, 121.582085),
new google.maps.LatLng(25.012932, 121.511353),
new google.maps.LatLng(25.040586, 121.550606),
new google.maps.LatLng(24.982885, 121.436470),
new google.maps.LatLng(24.974424, 121.459496),
new google.maps.LatLng(25.188248, 121.428345),
new google.maps.LatLng(25.177231, 121.372879),
new google.maps.LatLng(25.017021, 121.572540),
new google.maps.LatLng(25.076397, 121.610260),
new google.maps.LatLng(24.978678, 121.556580),
new google.maps.LatLng(24.987972, 121.587524),
new google.maps.LatLng(24.995699, 121.546234),
new google.maps.LatLng(24.983412, 121.355011),
new google.maps.LatLng(25.039373, 121.526878),
new google.maps.LatLng(25.111416, 121.557739),
new google.maps.LatLng(25.153921, 121.440666),
new google.maps.LatLng(24.980204, 121.551849),
new google.maps.LatLng(25.081493, 121.565498),
new google.maps.LatLng(25.058096, 121.429863),
new google.maps.LatLng(25.156906, 121.591354),
new google.maps.LatLng(25.063374, 121.575935),
new google.maps.LatLng(24.964149, 121.549263),
new google.maps.LatLng(25.005526, 121.429054),
new google.maps.LatLng(25.024342, 121.563980),
new google.maps.LatLng(24.951851, 121.349380),
new google.maps.LatLng(25.064196, 121.528122),
new google.maps.LatLng(24.961119, 121.415665),
new google.maps.LatLng(25.066563, 121.539902),
new google.maps.LatLng(25.021833, 121.277794),
new google.maps.LatLng(25.096371, 121.497787),
new google.maps.LatLng(25.175690, 121.452805),
new google.maps.LatLng(25.059954, 121.394318),
new google.maps.LatLng(25.057755, 121.594482),
new google.maps.LatLng(25.071316, 121.612129),
new google.maps.LatLng(24.961605, 121.391907),
new google.maps.LatLng(25.141663, 121.529640),
new google.maps.LatLng(25.077148, 121.393867),
new google.maps.LatLng(24.955332, 121.537048),
new google.maps.LatLng(25.121202, 121.463425),
new google.maps.LatLng(25.045668, 121.468338),
new google.maps.LatLng(24.994326, 121.311043),
new google.maps.LatLng(24.991167, 121.454590),
new google.maps.LatLng(25.072084, 121.523483),
new google.maps.LatLng(25.008350, 121.319984),
new google.maps.LatLng(25.031832, 121.609543),
new google.maps.LatLng(25.058338, 121.512154),
new google.maps.LatLng(25.127865, 121.460838),
new google.maps.LatLng(25.006077, 121.422447),
new google.maps.LatLng(24.991329, 121.456375),
new google.maps.LatLng(25.029295, 121.466019),
new google.maps.LatLng(25.023991, 121.570045),
new google.maps.LatLng(25.116297, 121.537048),
new google.maps.LatLng(25.130877, 121.414497),
new google.maps.LatLng(25.082315, 121.525452),
new google.maps.LatLng(25.136255, 121.462173),
new google.maps.LatLng(25.103180, 121.451553),
new google.maps.LatLng(25.053013, 121.539368),
new google.maps.LatLng(25.023647, 121.420753),
new google.maps.LatLng(25.082750, 121.561928),
new google.maps.LatLng(24.973824, 121.500290),
new google.maps.LatLng(25.172319, 121.437538),
new google.maps.LatLng(25.000298, 121.481461),
new google.maps.LatLng(24.994726, 121.586990),
new google.maps.LatLng(25.067493, 121.500015),
new google.maps.LatLng(25.038967, 121.531067),
new google.maps.LatLng(24.975182, 121.546410),
new google.maps.LatLng(24.931696, 121.356087),
new google.maps.LatLng(25.127110, 121.532318),
new google.maps.LatLng(25.059067, 121.524910),
new google.maps.LatLng(25.165575, 121.559258),
new google.maps.LatLng(25.020296, 121.475029),
new google.maps.LatLng(25.025715, 121.599648),
new google.maps.LatLng(25.161535, 121.482971),
new google.maps.LatLng(25.027451, 121.474937),
new google.maps.LatLng(25.002823, 121.365730),
new google.maps.LatLng(24.984686, 121.285751),
new google.maps.LatLng(25.102333, 121.548820),
new google.maps.LatLng(25.013325, 121.562553),
new google.maps.LatLng(24.988714, 121.343307),
new google.maps.LatLng(24.987930, 121.512604),
new google.maps.LatLng(24.955166, 121.536690),
new google.maps.LatLng(25.023991, 121.455750),
new google.maps.LatLng(25.111593, 121.531334),
new google.maps.LatLng(25.037552, 121.546944),
new google.maps.LatLng(25.121042, 121.507065),
new google.maps.LatLng(25.176123, 121.460121),
new google.maps.LatLng(25.066330, 121.521523),
new google.maps.LatLng(25.070610, 121.385300),
new google.maps.LatLng(25.065092, 121.526070),
new google.maps.LatLng(25.039558, 121.591896),
new google.maps.LatLng(24.943695, 121.376183),
new google.maps.LatLng(25.035379, 121.613464),
new google.maps.LatLng(24.978540, 121.386543),
new google.maps.LatLng(25.032993, 121.479942),
new google.maps.LatLng(25.081125, 121.564606),
new google.maps.LatLng(25.014980, 121.479317),
new google.maps.LatLng(25.023758, 121.602684),
new google.maps.LatLng(25.041546, 121.449501),
new google.maps.LatLng(25.066637, 121.536064),
new google.maps.LatLng(24.973927, 121.491005),
new google.maps.LatLng(24.974920, 121.459854),
new google.maps.LatLng(25.042791, 121.591179),
new google.maps.LatLng(25.029800, 121.471283),
new google.maps.LatLng(25.105791, 121.531334),
new google.maps.LatLng(25.053635, 121.539185),
new google.maps.LatLng(25.006882, 121.568794),
new google.maps.LatLng(25.056885, 121.552834),
new google.maps.LatLng(24.950089, 121.509209),
new google.maps.LatLng(25.028936, 121.468964),
new google.maps.LatLng(25.030504, 121.413071),
new google.maps.LatLng(24.970194, 121.392082),
new google.maps.LatLng(24.998552, 121.547836),
new google.maps.LatLng(25.022745, 121.507339),
new google.maps.LatLng(25.075130, 121.496803),
new google.maps.LatLng(24.989727, 121.547302),
new google.maps.LatLng(25.136677, 121.538826),
new google.maps.LatLng(25.121305, 121.571297),
new google.maps.LatLng(25.053360, 121.392349),
new google.maps.LatLng(25.028137, 121.331245),
new google.maps.LatLng(25.071182, 121.527321),
new google.maps.LatLng(25.111387, 121.537132),
new google.maps.LatLng(25.111574, 121.518753),
new google.maps.LatLng(25.055323, 121.426826),
new google.maps.LatLng(25.137505, 121.539185),
new google.maps.LatLng(24.978167, 121.554169),
new google.maps.LatLng(24.965504, 121.554436),
new google.maps.LatLng(25.015223, 121.578072),
new google.maps.LatLng(24.987370, 121.594658),
new google.maps.LatLng(25.045597, 121.454857),
new google.maps.LatLng(25.085405, 121.555244),
new google.maps.LatLng(25.067738, 121.501801),
new google.maps.LatLng(24.988928, 121.377258),
new google.maps.LatLng(24.959141, 121.482262),
new google.maps.LatLng(25.038807, 121.549713),
new google.maps.LatLng(25.041761, 121.565315),
new google.maps.LatLng(25.057280, 121.552567),
new google.maps.LatLng(24.982939, 121.580750),
new google.maps.LatLng(25.013000, 121.446022),
new google.maps.LatLng(24.946564, 121.371361),
new google.maps.LatLng(25.063566, 121.457092),
new google.maps.LatLng(25.159367, 121.435844),
new google.maps.LatLng(25.132067, 121.530624),
new google.maps.LatLng(25.000637, 121.520271),
new google.maps.LatLng(24.972771, 121.497696),
new google.maps.LatLng(25.017467, 121.575935),
new google.maps.LatLng(25.116278, 121.536774),
new google.maps.LatLng(24.970451, 121.430397),
new google.maps.LatLng(24.986294, 121.574234),
new google.maps.LatLng(24.998636, 121.581993),
new google.maps.LatLng(25.137575, 121.477348),
new google.maps.LatLng(25.127520, 121.605980),
new google.maps.LatLng(25.007671, 121.483597),
new google.maps.LatLng(24.998714, 121.454948),
new google.maps.LatLng(25.043989, 121.507248),
new google.maps.LatLng(25.114891, 121.518753),
new google.maps.LatLng(25.050909, 121.415573),
new google.maps.LatLng(24.989201, 121.431107),
new google.maps.LatLng(25.103992, 121.524559),
new google.maps.LatLng(24.956749, 121.316231),
new google.maps.LatLng(25.041811, 121.549980),
new google.maps.LatLng(24.937771, 121.362785),
new google.maps.LatLng(25.173695, 121.448250),
new google.maps.LatLng(24.986679, 121.448967),
new google.maps.LatLng(24.958086, 121.537666),
new google.maps.LatLng(25.171692, 121.445839),
new google.maps.LatLng(24.972162, 121.394676),
new google.maps.LatLng(25.083485, 121.592873),
new google.maps.LatLng(25.024740, 121.444412),
new google.maps.LatLng(25.020947, 121.462715),
new google.maps.LatLng(24.964718, 121.436470),
new google.maps.LatLng(25.029205, 121.477707),
new google.maps.LatLng(25.006599, 121.559792),
new google.maps.LatLng(24.956047, 121.343124),
new google.maps.LatLng(25.053789, 121.470123),
new google.maps.LatLng(25.122635, 121.469673),
new google.maps.LatLng(25.048101, 121.519028),
new google.maps.LatLng(24.981903, 121.527321),
new google.maps.LatLng(24.970938, 121.567635),
new google.maps.LatLng(24.992807, 121.314354),
new google.maps.LatLng(25.022926, 121.458519),
new google.maps.LatLng(25.051922, 121.516884),
new google.maps.LatLng(25.082308, 121.480743),
new google.maps.LatLng(24.935184, 121.283241),
new google.maps.LatLng(24.970524, 121.394226),
new google.maps.LatLng(25.113630, 121.529732),
new google.maps.LatLng(25.072105, 121.433434),
new google.maps.LatLng(25.053665, 121.493950),
new google.maps.LatLng(25.007723, 121.479851),
new google.maps.LatLng(25.118162, 121.558990),
new google.maps.LatLng(25.149681, 121.506889),
new google.maps.LatLng(24.977087, 121.324455),
new google.maps.LatLng(24.997425, 121.572006),
new google.maps.LatLng(25.034521, 121.535172),
new google.maps.LatLng(25.134041, 121.551048),
new google.maps.LatLng(25.017805, 121.427628),
new google.maps.LatLng(25.079954, 121.491096),
new google.maps.LatLng(25.042227, 121.542931),
new google.maps.LatLng(25.127087, 121.436287),
new google.maps.LatLng(24.979134, 121.507339),
new google.maps.LatLng(25.168306, 121.472534),
new google.maps.LatLng(25.084448, 121.636108),
new google.maps.LatLng(25.046944, 121.558098),
new google.maps.LatLng(25.035624, 121.496986),
new google.maps.LatLng(25.044641, 121.308540),
new google.maps.LatLng(24.995432, 121.478508),
new google.maps.LatLng(25.115305, 121.518753),
new google.maps.LatLng(24.966734, 121.388062),
new google.maps.LatLng(25.034998, 121.383240),
new google.maps.LatLng(25.035074, 121.523308),
new google.maps.LatLng(25.054611, 121.531868),
new google.maps.LatLng(25.159014, 121.481010),
new google.maps.LatLng(24.965202, 121.431915),
new google.maps.LatLng(25.075771, 121.482796),
new google.maps.LatLng(25.001808, 121.482079),
new google.maps.LatLng(25.050070, 121.482079),
new google.maps.LatLng(25.083990, 121.574234),
new google.maps.LatLng(24.976330, 121.543648),
new google.maps.LatLng(24.980532, 121.588509),
new google.maps.LatLng(25.136127, 121.470123),
new google.maps.LatLng(25.040674, 121.580482),
new google.maps.LatLng(25.000114, 121.514030),
new google.maps.LatLng(24.994465, 121.454681),
new google.maps.LatLng(25.038033, 121.424500),
new google.maps.LatLng(25.012934, 121.485565),
new google.maps.LatLng(25.001905, 121.570221),
new google.maps.LatLng(25.007996, 121.535172),
new google.maps.LatLng(25.014805, 121.464851),
new google.maps.LatLng(25.009968, 121.458252),
new google.maps.LatLng(25.028336, 121.385117),
new google.maps.LatLng(24.957363, 121.358856),
new google.maps.LatLng(24.962694, 121.478065),
new google.maps.LatLng(24.974791, 121.560768),
new google.maps.LatLng(24.989571, 121.586365),
new google.maps.LatLng(24.994789, 121.587074),
new google.maps.LatLng(25.008190, 121.411285),
new google.maps.LatLng(24.972902, 121.561394),
new google.maps.LatLng(25.047676, 121.542664),
new google.maps.LatLng(25.105219, 121.523216),
new google.maps.LatLng(25.021048, 121.583244),
new google.maps.LatLng(24.952320, 121.359482),
new google.maps.LatLng(25.003304, 121.462624),
new google.maps.LatLng(24.977480, 121.466286),
new google.maps.LatLng(25.163706, 121.433968),
new google.maps.LatLng(25.044189, 121.462624),
new google.maps.LatLng(25.073174, 121.477615),
new google.maps.LatLng(25.160124, 121.574951),
new google.maps.LatLng(25.018707, 121.556938),
new google.maps.LatLng(25.008223, 121.416824),
new google.maps.LatLng(25.043653, 121.556938),
new google.maps.LatLng(24.997465, 121.572189),
new google.maps.LatLng(25.067177, 121.448433),
new google.maps.LatLng(25.074219, 121.578072),
new google.maps.LatLng(25.083572, 121.557739),
new google.maps.LatLng(25.066410, 121.515900),
new google.maps.LatLng(24.981543, 121.590202),
new google.maps.LatLng(25.069050, 121.608742),
new google.maps.LatLng(25.002962, 121.466194),
new google.maps.LatLng(25.090338, 121.536774),
new google.maps.LatLng(25.114922, 121.484131),
new google.maps.LatLng(24.988974, 121.353943),
new google.maps.LatLng(25.034807, 121.304428),
new google.maps.LatLng(25.040392, 121.455482),
new google.maps.LatLng(24.999048, 121.344559),
new google.maps.LatLng(25.077335, 121.527588),
new google.maps.LatLng(24.997702, 121.525719),
new google.maps.LatLng(24.947697, 121.380028),
new google.maps.LatLng(25.012260, 121.514206),
new google.maps.LatLng(25.000641, 121.511086),
new google.maps.LatLng(25.009604, 121.598755),
new google.maps.LatLng(25.083387, 121.545517),
new google.maps.LatLng(24.978144, 121.522858),
new google.maps.LatLng(25.022026, 121.568886),
new google.maps.LatLng(25.071732, 121.536598),
new google.maps.LatLng(25.081251, 121.564072),
new google.maps.LatLng(24.970295, 121.394493),
new google.maps.LatLng(25.083675, 121.494667),
new google.maps.LatLng(24.972292, 121.499397),
new google.maps.LatLng(25.051495, 121.578522),
new google.maps.LatLng(25.040510, 121.521347),
new google.maps.LatLng(25.041775, 121.585648),
new google.maps.LatLng(24.974993, 121.403519),
new google.maps.LatLng(24.992565, 121.427719),
new google.maps.LatLng(25.115623, 121.528305),
new google.maps.LatLng(24.986034, 121.366898),
new google.maps.LatLng(25.019850, 121.542572),
new google.maps.LatLng(25.097628, 121.588058),
new google.maps.LatLng(25.081238, 121.567993),
new google.maps.LatLng(25.047264, 121.514832),
new google.maps.LatLng(25.039389, 121.514832),
new google.maps.LatLng(25.006636, 121.455482),
new google.maps.LatLng(25.137136, 121.569511),
new google.maps.LatLng(25.030951, 121.429947),
new google.maps.LatLng(25.029510, 121.245155),
new google.maps.LatLng(25.012167, 121.342415),
new google.maps.LatLng(25.125973, 121.469231),
new google.maps.LatLng(25.114922, 121.550606),
new google.maps.LatLng(25.091413, 121.431732),
new google.maps.LatLng(25.034863, 121.510460),
new google.maps.LatLng(25.079687, 121.630669),
new google.maps.LatLng(24.983009, 121.458961),
new google.maps.LatLng(24.995571, 121.440392),
new google.maps.LatLng(25.149540, 121.534187),
new google.maps.LatLng(24.972162, 121.393959),
new google.maps.LatLng(25.007015, 121.559074),
new google.maps.LatLng(25.077871, 121.373772),
new google.maps.LatLng(24.985172, 121.495377),
new google.maps.LatLng(25.065048, 121.615166),
new google.maps.LatLng(24.945620, 121.381096),
new google.maps.LatLng(25.081917, 121.479225),
new google.maps.LatLng(24.949442, 121.376450),
new google.maps.LatLng(25.152838, 121.527588),
new google.maps.LatLng(24.976606, 121.524467),
new google.maps.LatLng(24.988392, 121.510994),
new google.maps.LatLng(25.020096, 121.399406),
new google.maps.LatLng(24.966976, 121.590820),
new google.maps.LatLng(25.022518, 121.425575),
new google.maps.LatLng(25.044565, 121.523483),
new google.maps.LatLng(25.070080, 121.515457),
new google.maps.LatLng(25.031260, 121.583511),
new google.maps.LatLng(25.062008, 121.490204),
new google.maps.LatLng(25.005711, 121.585739),
new google.maps.LatLng(25.018166, 121.590202),
new google.maps.LatLng(25.135250, 121.538208),
new google.maps.LatLng(25.107908, 121.580658),
new google.maps.LatLng(25.036446, 121.549530),
new google.maps.LatLng(24.995737, 121.523483),
new google.maps.LatLng(25.165607, 121.492081),
new google.maps.LatLng(25.058067, 121.593857),
new google.maps.LatLng(24.981440, 121.522240),
new google.maps.LatLng(25.078680, 121.374580),
new google.maps.LatLng(24.976492, 121.245247),
new google.maps.LatLng(24.987127, 121.416908),
new google.maps.LatLng(24.992544, 121.427452),
new google.maps.LatLng(25.039848, 121.541412),
new google.maps.LatLng(25.070454, 121.391640),
new google.maps.LatLng(25.080999, 121.581642),
new google.maps.LatLng(25.069378, 121.588058),
new google.maps.LatLng(24.970266, 121.429771),
new google.maps.LatLng(24.986265, 121.576469),
new google.maps.LatLng(24.983795, 121.344826),
new google.maps.LatLng(24.952185, 121.348312),
new google.maps.LatLng(24.989288, 121.570312),
new google.maps.LatLng(25.021778, 121.264114),
new google.maps.LatLng(25.007326, 121.559166),
new google.maps.LatLng(24.979647, 121.461288),
new google.maps.LatLng(25.050108, 121.553459),
new google.maps.LatLng(24.997101, 121.582886),
new google.maps.LatLng(25.019386, 121.402443),
new google.maps.LatLng(25.008808, 121.289505),
new google.maps.LatLng(25.011484, 121.593590),
new google.maps.LatLng(24.993635, 121.465302),
new google.maps.LatLng(25.024067, 121.585205),
new google.maps.LatLng(25.069431, 121.503410),
new google.maps.LatLng(24.932056, 121.373413),
new google.maps.LatLng(25.036728, 121.518044),
new google.maps.LatLng(24.996391, 121.421646),
new google.maps.LatLng(25.089365, 121.469765),
new google.maps.LatLng(25.143593, 121.388962),
new google.maps.LatLng(25.103516, 121.450485),
new google.maps.LatLng(25.119757, 121.519562),
new google.maps.LatLng(24.992849, 121.419411),
new google.maps.LatLng(25.100828, 121.522507),
new google.maps.LatLng(25.067722, 121.635040),
new google.maps.LatLng(24.972523, 121.497696),
new google.maps.LatLng(25.031046, 121.591805),
new google.maps.LatLng(25.008492, 121.459946),
new google.maps.LatLng(25.073597, 121.489220),
new google.maps.LatLng(24.982319, 121.492348),
new google.maps.LatLng(25.104549, 121.500374),
new google.maps.LatLng(24.976591, 121.274124),
new google.maps.LatLng(24.986593, 121.450394),
new google.maps.LatLng(25.053423, 121.612129),
new google.maps.LatLng(24.958576, 121.484314),
new google.maps.LatLng(24.949083, 121.532585),
new google.maps.LatLng(24.984827, 121.510277),
new google.maps.LatLng(25.040524, 121.594124),
new google.maps.LatLng(25.083830, 121.498589),
new google.maps.LatLng(25.045605, 121.515541),
new google.maps.LatLng(25.079004, 121.548637),
new google.maps.LatLng(24.968430, 121.545158),
new google.maps.LatLng(25.034555, 121.570580),
new google.maps.LatLng(25.105061, 121.539368),
new google.maps.LatLng(24.995363, 121.588509),
new google.maps.LatLng(25.021704, 121.585381),
new google.maps.LatLng(25.070696, 121.503319),
new google.maps.LatLng(24.974291, 121.546677),
new google.maps.LatLng(25.135674, 121.540970),
new google.maps.LatLng(25.133373, 121.529999),
new google.maps.LatLng(25.081091, 121.595993),
new google.maps.LatLng(25.058739, 121.613464),
new google.maps.LatLng(24.992088, 121.301033),
new google.maps.LatLng(24.994856, 121.422539),
new google.maps.LatLng(25.028038, 121.541237),
new google.maps.LatLng(24.945816, 121.478241),
new google.maps.LatLng(25.081905, 121.490204),
new google.maps.LatLng(25.015545, 121.428078),
new google.maps.LatLng(25.069939, 121.587433),
new google.maps.LatLng(24.960529, 121.370560),
new google.maps.LatLng(25.096718, 121.588058),
new google.maps.LatLng(25.139156, 121.529373),
new google.maps.LatLng(25.133833, 121.535080),
new google.maps.LatLng(25.008190, 121.560768),
new google.maps.LatLng(24.976959, 121.329277),
new google.maps.LatLng(25.028769, 121.532494),
new google.maps.LatLng(25.062256, 121.490562),
new google.maps.LatLng(25.037329, 121.538742),
new google.maps.LatLng(25.042618, 121.501801),
new google.maps.LatLng(25.104137, 121.581192),
new google.maps.LatLng(25.057110, 121.611595),
new google.maps.LatLng(25.008066, 121.508766),
new google.maps.LatLng(25.012741, 121.328560),
new google.maps.LatLng(24.932724, 121.367699),
new google.maps.LatLng(25.087139, 121.432625),
new google.maps.LatLng(25.117306, 121.509209),
new google.maps.LatLng(24.981911, 121.508224),
new google.maps.LatLng(25.161345, 121.466194),
new google.maps.LatLng(24.928341, 121.373329),
new google.maps.LatLng(25.025345, 121.561485),
new google.maps.LatLng(25.028839, 121.569870),
new google.maps.LatLng(25.035461, 121.613464),
new google.maps.LatLng(25.056639, 121.498238),
new google.maps.LatLng(24.993509, 121.455215),
new google.maps.LatLng(24.989950, 121.525536),
new google.maps.LatLng(25.074850, 121.485649),
new google.maps.LatLng(25.173859, 121.448608),
new google.maps.LatLng(24.917189, 121.239433),
new google.maps.LatLng(24.980309, 121.501266),
new google.maps.LatLng(25.128099, 121.633972),
new google.maps.LatLng(25.083189, 121.517860),
new google.maps.LatLng(25.130997, 121.504929),
new google.maps.LatLng(25.049917, 121.541954),
new google.maps.LatLng(25.145319, 121.559074),
new google.maps.LatLng(25.069450, 121.622826),
new google.maps.LatLng(25.082977, 121.584496),
new google.maps.LatLng(24.981619, 121.411736),
new google.maps.LatLng(25.150749, 121.526253),
new google.maps.LatLng(25.018826, 121.402710),
new google.maps.LatLng(25.080301, 121.551231),
new google.maps.LatLng(25.131598, 121.467178),
new google.maps.LatLng(25.001804, 121.328117),
new google.maps.LatLng(25.046101, 121.452354),
new google.maps.LatLng(25.120735, 121.563179),
new google.maps.LatLng(24.992201, 121.422539),
new google.maps.LatLng(25.011539, 121.563805),
new google.maps.LatLng(25.072166, 121.433876),
new google.maps.LatLng(25.038002, 121.506622),
new google.maps.LatLng(25.081068, 121.568710),
new google.maps.LatLng(25.165237, 121.485207),
new google.maps.LatLng(25.006874, 121.528305),
new google.maps.LatLng(25.153984, 121.519913),
new google.maps.LatLng(25.011381, 121.509117),
new google.maps.LatLng(25.138624, 121.544273),
new google.maps.LatLng(25.063702, 121.499931),
new google.maps.LatLng(24.984653, 121.561127),
new google.maps.LatLng(25.025240, 121.568260),
new google.maps.LatLng(25.101835, 121.524910),
new google.maps.LatLng(25.076761, 121.477173),
new google.maps.LatLng(24.993217, 121.617661),
new google.maps.LatLng(25.005127, 121.623718),
new google.maps.LatLng(24.944738, 121.499840),
new google.maps.LatLng(25.020327, 121.471375),
new google.maps.LatLng(25.068140, 121.512421),
new google.maps.LatLng(25.030430, 121.545158),
new google.maps.LatLng(25.069675, 121.585739),
new google.maps.LatLng(25.012243, 121.469765),
new google.maps.LatLng(25.018570, 121.381454),
new google.maps.LatLng(25.063845, 121.540878),
new google.maps.LatLng(24.973906, 121.500290),
new google.maps.LatLng(25.067648, 121.524376),
new google.maps.LatLng(25.053549, 121.546944),
new google.maps.LatLng(24.995665, 121.323112),
new google.maps.LatLng(25.011547, 121.593674),
new google.maps.LatLng(25.005520, 121.499481),
new google.maps.LatLng(24.998260, 121.344376),
new google.maps.LatLng(25.055708, 121.557831),
new google.maps.LatLng(25.131105, 121.497429),
new google.maps.LatLng(25.088902, 121.526337),
new google.maps.LatLng(24.986444, 121.492432),
new google.maps.LatLng(24.982260, 121.413254),
new google.maps.LatLng(25.130026, 121.466103),
new google.maps.LatLng(24.990726, 121.468155),
new google.maps.LatLng(25.112976, 121.526878),
new google.maps.LatLng(25.127588, 121.537315),
new google.maps.LatLng(25.040541, 121.617928),
new google.maps.LatLng(24.940323, 121.329369),
new google.maps.LatLng(25.055902, 121.542572),
new google.maps.LatLng(25.072098, 121.491722),
new google.maps.LatLng(25.148123, 121.519470),
new google.maps.LatLng(24.960489, 121.481812),
new google.maps.LatLng(25.016800, 121.557297),
new google.maps.LatLng(25.178265, 121.451378),
new google.maps.LatLng(25.121998, 121.574326),
new google.maps.LatLng(25.156382, 121.516083),
new google.maps.LatLng(24.970543, 121.395569),
new google.maps.LatLng(25.011856, 121.501801),
new google.maps.LatLng(25.022486, 121.633347),
new google.maps.LatLng(25.085918, 121.485832),
new google.maps.LatLng(24.989964, 121.314087),
new google.maps.LatLng(24.986334, 121.587791),
new google.maps.LatLng(25.012512, 121.589577),
new google.maps.LatLng(25.162813, 121.566032),
new google.maps.LatLng(24.995790, 121.455750),
new google.maps.LatLng(25.039803, 121.621399),
new google.maps.LatLng(24.948343, 121.395386),
new google.maps.LatLng(24.960764, 121.509300),
new google.maps.LatLng(25.175768, 121.447891),
new google.maps.LatLng(25.036852, 121.583687),
new google.maps.LatLng(25.089241, 121.587791),
new google.maps.LatLng(24.997732, 121.487434),
new google.maps.LatLng(25.080690, 121.480209),
new google.maps.LatLng(24.984684, 121.348846),
new google.maps.LatLng(25.040558, 121.526070),
new google.maps.LatLng(25.118563, 121.529198),
new google.maps.LatLng(24.961330, 121.557381),
new google.maps.LatLng(24.948107, 121.505280),
new google.maps.LatLng(25.056688, 121.543465),
new google.maps.LatLng(25.062197, 121.556671),
new google.maps.LatLng(25.066612, 121.536865),
new google.maps.LatLng(25.023863, 121.571297),
new google.maps.LatLng(25.103424, 121.538918),
new google.maps.LatLng(25.020561, 121.236839),
new google.maps.LatLng(25.063261, 121.589752),
new google.maps.LatLng(24.982199, 121.508766),
new google.maps.LatLng(24.966465, 121.388153),
new google.maps.LatLng(25.007704, 121.460121),
new google.maps.LatLng(25.079525, 121.593857),
new google.maps.LatLng(24.987289, 121.431824),
new google.maps.LatLng(25.087206, 121.525452),
new google.maps.LatLng(25.011360, 121.388153),
new google.maps.LatLng(25.118557, 121.559074),
new google.maps.LatLng(24.988848, 121.418427),
new google.maps.LatLng(25.057255, 121.617302),
new google.maps.LatLng(25.105700, 121.573883),
new google.maps.LatLng(24.985012, 121.599739),
new google.maps.LatLng(25.041157, 121.464943),
new google.maps.LatLng(24.969643, 121.343216),
new google.maps.LatLng(25.053415, 121.515816),
new google.maps.LatLng(24.994659, 121.588684),
new google.maps.LatLng(25.103046, 121.540169),
new google.maps.LatLng(24.988506, 121.343483),
new google.maps.LatLng(24.992241, 121.573967),
new google.maps.LatLng(25.056490, 121.611420),
new google.maps.LatLng(25.024055, 121.569420),
new google.maps.LatLng(25.057821, 121.432091),
new google.maps.LatLng(25.045242, 121.511436),
new google.maps.LatLng(25.065222, 121.568443),
new google.maps.LatLng(25.035839, 121.544716),
new google.maps.LatLng(25.051125, 121.565674),
new google.maps.LatLng(25.035585, 121.566208),
new google.maps.LatLng(25.071169, 121.612396),
new google.maps.LatLng(24.997046, 121.522858),
new google.maps.LatLng(24.967855, 121.543022),
new google.maps.LatLng(25.143570, 121.389404),
new google.maps.LatLng(25.023888, 121.528931),
new google.maps.LatLng(25.109383, 121.471725),
new google.maps.LatLng(24.932709, 121.386993),
new google.maps.LatLng(25.108679, 121.471550),
new google.maps.LatLng(24.981911, 121.507515),
new google.maps.LatLng(25.023188, 121.568527),
new google.maps.LatLng(25.069687, 121.521698),
new google.maps.LatLng(24.946957, 121.344025),
new google.maps.LatLng(25.036669, 121.375381),
new google.maps.LatLng(25.045115, 121.505280),
new google.maps.LatLng(25.057531, 121.458069),
new google.maps.LatLng(25.017284, 121.468781),
new google.maps.LatLng(25.005058, 121.445213),
new google.maps.LatLng(25.150242, 121.495026),
new google.maps.LatLng(24.936735, 121.360817),
new google.maps.LatLng(25.016661, 121.366180),
new google.maps.LatLng(25.026899, 121.586540),
new google.maps.LatLng(25.106697, 121.454231),
new google.maps.LatLng(24.964952, 121.417717),
new google.maps.LatLng(25.045740, 121.525536),
new google.maps.LatLng(25.135744, 121.538559),
new google.maps.LatLng(25.155924, 121.462799),
new google.maps.LatLng(25.011862, 121.465034),
new google.maps.LatLng(25.023434, 121.582260),
new google.maps.LatLng(25.038324, 121.589043),
new google.maps.LatLng(25.015226, 121.577003),
new google.maps.LatLng(24.998812, 121.425842),
new google.maps.LatLng(25.075005, 121.510727),
new google.maps.LatLng(25.167318, 121.445755),
new google.maps.LatLng(24.964762, 121.434502),
new google.maps.LatLng(25.118454, 121.530708),
new google.maps.LatLng(25.043516, 121.534279),
new google.maps.LatLng(25.017647, 121.296829),
new google.maps.LatLng(24.963615, 121.483688),
new google.maps.LatLng(24.959290, 121.569244),
new google.maps.LatLng(25.040728, 121.564781),
new google.maps.LatLng(25.156866, 121.530174),
new google.maps.LatLng(24.985229, 121.342232),
new google.maps.LatLng(25.094900, 121.476547),
new google.maps.LatLng(25.041019, 121.588509),
new google.maps.LatLng(25.017977, 121.342773),
new google.maps.LatLng(25.125566, 121.562019),
new google.maps.LatLng(25.149342, 121.503410),
new google.maps.LatLng(24.979029, 121.557205),
new google.maps.LatLng(25.134073, 121.470749),
new google.maps.LatLng(25.139435, 121.548912),
new google.maps.LatLng(25.001392, 121.500824),
new google.maps.LatLng(25.075113, 121.535622),
new google.maps.LatLng(25.158499, 121.434952),
new google.maps.LatLng(25.033651, 121.505730),
new google.maps.LatLng(24.997400, 121.521698),
new google.maps.LatLng(25.054558, 121.515190),
new google.maps.LatLng(24.982834, 121.581192),
new google.maps.LatLng(24.983072, 121.340805),
new google.maps.LatLng(25.024750, 121.517509),
new google.maps.LatLng(24.962311, 121.539101),
new google.maps.LatLng(25.014118, 121.492882),
new google.maps.LatLng(25.122919, 121.515633),
new google.maps.LatLng(25.065294, 121.541061),
new google.maps.LatLng(24.992470, 121.467445),
new google.maps.LatLng(25.117792, 121.568977),
new google.maps.LatLng(25.036449, 121.534729),
new google.maps.LatLng(24.954420, 121.355820),
new google.maps.LatLng(25.058046, 121.593941),
new google.maps.LatLng(25.159279, 121.457710),
new google.maps.LatLng(24.997215, 121.572540),
new google.maps.LatLng(25.084276, 121.591270),
new google.maps.LatLng(25.064421, 121.578522),
new google.maps.LatLng(25.173424, 121.502518),
new google.maps.LatLng(25.181284, 121.447357),
new google.maps.LatLng(25.018541, 121.411377),
new google.maps.LatLng(25.001284, 121.465927),
new google.maps.LatLng(25.085205, 121.546944),
new google.maps.LatLng(25.011267, 121.564606),
new google.maps.LatLng(25.036877, 121.501183),
new google.maps.LatLng(24.971085, 121.459946),
new google.maps.LatLng(24.999008, 121.509209),
new google.maps.LatLng(24.993530, 121.465752),
new google.maps.LatLng(25.033636, 121.566391),
new google.maps.LatLng(24.973783, 121.479942),
new google.maps.LatLng(25.085550, 121.476814),
new google.maps.LatLng(25.017982, 121.397804),
new google.maps.LatLng(24.998766, 121.580750),
new google.maps.LatLng(24.971443, 121.258034),
new google.maps.LatLng(24.972689, 121.497345),
new google.maps.LatLng(24.989960, 121.345093),
new google.maps.LatLng(24.969995, 121.548729),
new google.maps.LatLng(25.039749, 121.546768),
new google.maps.LatLng(25.046810, 121.467354),
new google.maps.LatLng(25.041588, 121.567459),
new google.maps.LatLng(25.025290, 121.565941),
new google.maps.LatLng(25.060841, 121.492348),
new google.maps.LatLng(25.033739, 121.479942),
new google.maps.LatLng(24.952534, 121.509392),
new google.maps.LatLng(25.003483, 121.331245),
new google.maps.LatLng(25.079397, 121.566658),
new google.maps.LatLng(25.100950, 121.580299),
new google.maps.LatLng(25.079548, 121.559700),
new google.maps.LatLng(24.991909, 121.364838),
new google.maps.LatLng(25.062624, 121.374397),
new google.maps.LatLng(25.035547, 121.577629),
new google.maps.LatLng(25.123962, 121.558990),
new google.maps.LatLng(25.061388, 121.562912),
new google.maps.LatLng(25.029753, 121.474319),
new google.maps.LatLng(25.146004, 121.460571),
new google.maps.LatLng(24.997984, 121.551315),
new google.maps.LatLng(24.934406, 121.330528),
new google.maps.LatLng(25.010046, 121.520805),
new google.maps.LatLng(25.061802, 121.586456),
new google.maps.LatLng(25.019110, 121.554527),
new google.maps.LatLng(25.005402, 121.513405),
new google.maps.LatLng(24.993513, 121.541771),
new google.maps.LatLng(24.984804, 121.599915),
new google.maps.LatLng(25.040106, 121.589218),
new google.maps.LatLng(24.998253, 121.487350),
new google.maps.LatLng(25.060806, 121.497429),
new google.maps.LatLng(24.981592, 121.543465),
new google.maps.LatLng(25.027777, 121.552208),
new google.maps.LatLng(25.000616, 121.413879),
new google.maps.LatLng(25.052160, 121.303360),
new google.maps.LatLng(24.998545, 121.476906),
new google.maps.LatLng(25.005684, 121.547127),
new google.maps.LatLng(25.139294, 121.547752),
new google.maps.LatLng(25.059839, 121.501892),
new google.maps.LatLng(25.045429, 121.327934),
new google.maps.LatLng(25.013260, 121.512421),
new google.maps.LatLng(24.947948, 121.229683),
new google.maps.LatLng(24.964020, 121.340981),
new google.maps.LatLng(25.013330, 121.293259),
new google.maps.LatLng(24.962517, 121.539635),
new google.maps.LatLng(25.009289, 121.646088),
new google.maps.LatLng(25.125740, 121.470566),
new google.maps.LatLng(25.137302, 121.548820),
new google.maps.LatLng(25.053595, 121.320343),
new google.maps.LatLng(25.033518, 121.558449),
new google.maps.LatLng(25.039917, 121.565407),
new google.maps.LatLng(25.127136, 121.409592),
new google.maps.LatLng(24.981901, 121.502609),
new google.maps.LatLng(25.067850, 121.597328),
new google.maps.LatLng(25.134012, 121.536423),
new google.maps.LatLng(24.964214, 121.355820),
new google.maps.LatLng(25.052181, 121.303627),
new google.maps.LatLng(25.082989, 121.564781),
new google.maps.LatLng(25.032515, 121.567635),
new google.maps.LatLng(25.117649, 121.568527),
new google.maps.LatLng(24.989588, 121.317482),
new google.maps.LatLng(25.062458, 121.520721),
new google.maps.LatLng(25.030313, 121.446465),
new google.maps.LatLng(25.006804, 121.560684),
new google.maps.LatLng(25.010790, 121.505997),
new google.maps.LatLng(25.025446, 121.568794),
new google.maps.LatLng(24.985878, 121.466194),
new google.maps.LatLng(24.940670, 121.340355),
new google.maps.LatLng(24.985941, 121.573967),
new google.maps.LatLng(25.034592, 121.452980),
new google.maps.LatLng(25.034191, 121.574234),
new google.maps.LatLng(25.026594, 121.509300),
new google.maps.LatLng(25.134281, 121.470566),
new google.maps.LatLng(25.021191, 121.507248),
new google.maps.LatLng(25.072708, 121.516258),
new google.maps.LatLng(25.013046, 121.421379),
new google.maps.LatLng(24.958748, 121.218948),
new google.maps.LatLng(25.012627, 121.553192),
new google.maps.LatLng(25.101862, 121.547302),
new google.maps.LatLng(24.993025, 121.574509),
new google.maps.LatLng(25.173258, 121.507782),
new google.maps.LatLng(25.021629, 121.549805),
new google.maps.LatLng(24.983023, 121.492882),
new google.maps.LatLng(25.139442, 121.507423),
new google.maps.LatLng(25.103176, 121.501625),
new google.maps.LatLng(25.133413, 121.536156),
new google.maps.LatLng(24.946772, 121.342323),
new google.maps.LatLng(24.991726, 121.528572),
new google.maps.LatLng(25.050476, 121.555061),
new google.maps.LatLng(25.155165, 121.552475),
new google.maps.LatLng(25.151543, 121.478241),
new google.maps.LatLng(25.081373, 121.564606),
new google.maps.LatLng(24.977671, 121.545700),
new google.maps.LatLng(25.002434, 121.617569),
new google.maps.LatLng(25.057510, 121.609901),
new google.maps.LatLng(25.067738, 121.438606),
new google.maps.LatLng(25.016937, 121.572899),
new google.maps.LatLng(24.981831, 121.458336),
new google.maps.LatLng(25.088964, 121.464767),
new google.maps.LatLng(24.984711, 121.622475),
new google.maps.LatLng(25.006529, 121.510368),
new google.maps.LatLng(25.149315, 121.516525),
new google.maps.LatLng(25.100380, 121.588684),
new google.maps.LatLng(25.087894, 121.554169),
new google.maps.LatLng(25.001909, 121.569153),
new google.maps.LatLng(25.089006, 121.526253),
new google.maps.LatLng(25.012671, 121.638786),
new google.maps.LatLng(24.983210, 121.558807),
new google.maps.LatLng(25.070963, 121.531067),
new google.maps.LatLng(25.138538, 121.544983),
new google.maps.LatLng(25.079065, 121.567017),
new google.maps.LatLng(24.961477, 121.556755),
new google.maps.LatLng(25.167223, 121.556488),
new google.maps.LatLng(24.958220, 121.395744),
new google.maps.LatLng(25.103254, 121.629425),
new google.maps.LatLng(25.118383, 121.463425),
new google.maps.LatLng(24.961655, 121.218948),
new google.maps.LatLng(25.125437, 121.500732),
new google.maps.LatLng(25.066822, 121.590111),
new google.maps.LatLng(25.077312, 121.558632),
new google.maps.LatLng(24.986372, 121.314171),
new google.maps.LatLng(25.141144, 121.529732),
new google.maps.LatLng(24.980141, 121.536598),
new google.maps.LatLng(24.984505, 121.468872),
new google.maps.LatLng(25.156006, 121.527855),
new google.maps.LatLng(25.049688, 121.567551),
new google.maps.LatLng(25.139622, 121.503853),
new google.maps.LatLng(24.969591, 121.519379),
new google.maps.LatLng(25.093672, 121.587967),
new google.maps.LatLng(25.098471, 121.551140),
new google.maps.LatLng(25.149700, 121.513138),
new google.maps.LatLng(25.112080, 121.614182),
new google.maps.LatLng(24.935942, 121.366356),
new google.maps.LatLng(24.999352, 121.622917),
new google.maps.LatLng(24.994234, 121.558098),
new google.maps.LatLng(25.127338, 121.564697),
new google.maps.LatLng(25.137926, 121.542305),
new google.maps.LatLng(24.930960, 121.235588),
new google.maps.LatLng(25.074459, 121.491898),
new google.maps.LatLng(25.029526, 121.575394),
new google.maps.LatLng(25.038134, 121.552925),
new google.maps.LatLng(25.073765, 121.542038),
new google.maps.LatLng(25.153875, 121.510193),
new google.maps.LatLng(25.050316, 121.533920),
new google.maps.LatLng(24.958147, 121.225479),
new google.maps.LatLng(24.992317, 121.233261),
new google.maps.LatLng(25.054810, 121.460480),
new google.maps.LatLng(25.138193, 121.543289),
new google.maps.LatLng(25.008741, 121.535530),
new google.maps.LatLng(25.018524, 121.470566),
new google.maps.LatLng(25.051781, 121.535797),
new google.maps.LatLng(24.993137, 121.315781),
new google.maps.LatLng(24.992378, 121.241936),
new google.maps.LatLng(25.065165, 121.632896),
new google.maps.LatLng(25.120722, 121.550957),
new google.maps.LatLng(25.084064, 121.496185),
new google.maps.LatLng(25.030277, 121.471375),
new google.maps.LatLng(25.019682, 121.557022),
new google.maps.LatLng(24.931330, 121.372971),
new google.maps.LatLng(25.117863, 121.464233),
new google.maps.LatLng(25.071711, 121.530357),
new google.maps.LatLng(24.989941, 121.587257),
new google.maps.LatLng(25.009022, 121.645821),
new google.maps.LatLng(25.013367, 121.510902),
new google.maps.LatLng(25.134232, 121.539009),
new google.maps.LatLng(25.000727, 121.555511),
new google.maps.LatLng(25.026981, 121.574234),
new google.maps.LatLng(24.960806, 121.509476),
new google.maps.LatLng(25.022062, 121.413696),
new google.maps.LatLng(25.059532, 121.461906),
new google.maps.LatLng(25.096741, 121.448608),
new google.maps.LatLng(25.019897, 121.574059),
new google.maps.LatLng(25.027582, 121.471550),
new google.maps.LatLng(24.931154, 121.303452),
new google.maps.LatLng(25.054724, 121.515190),
new google.maps.LatLng(24.990921, 121.578522),
new google.maps.LatLng(25.055681, 121.433784),
new google.maps.LatLng(25.072666, 121.542488),
new google.maps.LatLng(25.054798, 121.581367),
new google.maps.LatLng(24.995348, 121.587166),
new google.maps.LatLng(24.935682, 121.350723),
new google.maps.LatLng(25.142723, 121.522682),
new google.maps.LatLng(25.039305, 121.529282),
new google.maps.LatLng(24.977589, 121.463692),
new google.maps.LatLng(24.963160, 121.513222),
new google.maps.LatLng(25.024649, 121.523575),
new google.maps.LatLng(25.064625, 121.530174),
new google.maps.LatLng(25.010237, 121.427719),
new google.maps.LatLng(25.087767, 121.525177),
new google.maps.LatLng(24.991913, 121.421288),
new google.maps.LatLng(25.079596, 121.545784),
new google.maps.LatLng(25.056093, 121.601166),
new google.maps.LatLng(25.077349, 121.503227),
new google.maps.LatLng(25.015429, 121.538116),
new google.maps.LatLng(25.017708, 121.474403),
new google.maps.LatLng(25.157459, 121.498856),
new google.maps.LatLng(25.039429, 121.421738),
new google.maps.LatLng(25.102015, 121.453339),
new google.maps.LatLng(25.082207, 121.486809),
new google.maps.LatLng(24.999556, 121.522057),
new google.maps.LatLng(25.053841, 121.599831),
new google.maps.LatLng(25.011343, 121.423340),
new google.maps.LatLng(25.132677, 121.399406),
new google.maps.LatLng(24.994829, 121.496986),
new google.maps.LatLng(25.086750, 121.525269),
new google.maps.LatLng(25.073551, 121.353943),
new google.maps.LatLng(25.012625, 121.517593),
new google.maps.LatLng(25.074749, 121.380028),
new google.maps.LatLng(25.089417, 121.621399),
new google.maps.LatLng(24.944572, 121.369934),
new google.maps.LatLng(24.995344, 121.588234),
new google.maps.LatLng(25.121861, 121.561928),
new google.maps.LatLng(24.984329, 121.565315),
new google.maps.LatLng(24.993284, 121.432091),
new google.maps.LatLng(24.975197, 121.548462),
new google.maps.LatLng(25.021425, 121.569336),
new google.maps.LatLng(24.957218, 121.358765),
new google.maps.LatLng(24.938057, 121.370110),
new google.maps.LatLng(25.122568, 121.464317),
new google.maps.LatLng(24.988722, 121.565315),
new google.maps.LatLng(25.020887, 121.534637),
new google.maps.LatLng(25.030001, 121.474319),
new google.maps.LatLng(25.110708, 121.553009),
new google.maps.LatLng(25.151579, 121.433701),
new google.maps.LatLng(25.059980, 121.531242),
new google.maps.LatLng(25.065662, 121.502518),
new google.maps.LatLng(25.020679, 121.549263),
new google.maps.LatLng(25.154322, 121.529732),
new google.maps.LatLng(25.087425, 121.368416),
new google.maps.LatLng(25.009459, 121.592697),
new google.maps.LatLng(25.047073, 121.550156),
new google.maps.LatLng(25.134121, 121.535263),
new google.maps.LatLng(25.014246, 121.454857),
new google.maps.LatLng(25.049246, 121.557472),
new google.maps.LatLng(25.029980, 121.465569),
new google.maps.LatLng(25.075445, 121.609726),
new google.maps.LatLng(25.065384, 121.525894),
new google.maps.LatLng(25.088808, 121.468605),
new google.maps.LatLng(25.023098, 121.536865),
new google.maps.LatLng(25.051250, 121.388962),
new google.maps.LatLng(25.039536, 121.568085),
new google.maps.LatLng(24.957500, 121.218948),
new google.maps.LatLng(25.058962, 121.587257),
new google.maps.LatLng(25.062134, 121.490021),
new google.maps.LatLng(25.133184, 121.469940),
new google.maps.LatLng(25.075766, 121.492348),
new google.maps.LatLng(24.998049, 121.578163),
new google.maps.LatLng(25.046078, 121.516350),
new google.maps.LatLng(25.097250, 121.589310),
new google.maps.LatLng(25.008595, 121.470482),
new google.maps.LatLng(24.931135, 121.353493),
new google.maps.LatLng(25.055990, 121.600899),
new google.maps.LatLng(25.063330, 121.564514),
new google.maps.LatLng(24.957647, 121.340179),
new google.maps.LatLng(25.138969, 121.529465),
new google.maps.LatLng(25.068874, 121.457092),
new google.maps.LatLng(25.027647, 121.479050),
new google.maps.LatLng(25.011492, 121.591446),
new google.maps.LatLng(25.004900, 121.599030),
new google.maps.LatLng(25.018017, 121.591537),
new google.maps.LatLng(25.014647, 121.577003),
new google.maps.LatLng(25.039165, 121.456467),
new google.maps.LatLng(24.991650, 121.563087),
new google.maps.LatLng(25.088633, 121.526428),
new google.maps.LatLng(25.037994, 121.509476),
new google.maps.LatLng(25.024279, 121.475029),
new google.maps.LatLng(25.087069, 121.475296),
new google.maps.LatLng(24.990814, 121.315422),
new google.maps.LatLng(25.099501, 121.586098),
new google.maps.LatLng(25.008951, 121.519470),
new google.maps.LatLng(25.102560, 121.443253),
new google.maps.LatLng(25.057365, 121.511711),
new google.maps.LatLng(24.996792, 121.576111),
new google.maps.LatLng(25.033300, 121.472977),
new google.maps.LatLng(24.975492, 121.402443),
new google.maps.LatLng(25.062056, 121.495644),
new google.maps.LatLng(24.999432, 121.537048),
new google.maps.LatLng(25.051928, 121.567192),
new google.maps.LatLng(24.989941, 121.573883),
new google.maps.LatLng(24.995628, 121.583870),
new google.maps.LatLng(24.988432, 121.431557),
new google.maps.LatLng(25.125004, 121.424324),
new google.maps.LatLng(25.078606, 121.568260),
new google.maps.LatLng(25.055042, 121.599648),
new google.maps.LatLng(24.998169, 121.579765),
new google.maps.LatLng(25.015421, 121.561394),
new google.maps.LatLng(25.021973, 121.501801),
new google.maps.LatLng(24.982265, 121.590645),
new google.maps.LatLng(25.101580, 121.533386),
new google.maps.LatLng(25.032106, 121.502068),
new google.maps.LatLng(25.116751, 121.525986),
new google.maps.LatLng(25.041544, 121.586632),
new google.maps.LatLng(25.028503, 121.467262),
new google.maps.LatLng(25.036905, 121.609459),
new google.maps.LatLng(25.149622, 121.534187),
new google.maps.LatLng(25.069832, 121.401733),
new google.maps.LatLng(25.195898, 121.482079),
new google.maps.LatLng(25.036999, 121.502068),
new google.maps.LatLng(25.105883, 121.563622),
new google.maps.LatLng(25.018009, 121.575043),
new google.maps.LatLng(25.135286, 121.539452),
new google.maps.LatLng(25.012043, 121.485115),
new google.maps.LatLng(25.002569, 121.410843),
new google.maps.LatLng(24.973042, 121.387711),
new google.maps.LatLng(24.990776, 121.578430),
new google.maps.LatLng(24.960649, 121.474052),
new google.maps.LatLng(24.993204, 121.525803),
new google.maps.LatLng(25.089088, 121.464943),
new google.maps.LatLng(25.041273, 121.514923),
new google.maps.LatLng(24.972317, 121.496803),
new google.maps.LatLng(25.053885, 121.551498),
new google.maps.LatLng(25.137724, 121.546677),
new google.maps.LatLng(25.111868, 121.535797),
new google.maps.LatLng(24.997208, 121.451820),
new google.maps.LatLng(25.071121, 121.513489),
new google.maps.LatLng(24.995264, 121.587166),
new google.maps.LatLng(25.088202, 121.525093),
new google.maps.LatLng(24.998789, 121.573616),
new google.maps.LatLng(25.059780, 121.486275),
new google.maps.LatLng(25.083561, 121.549355),
new google.maps.LatLng(25.151669, 121.513222),
new google.maps.LatLng(25.039097, 121.522415),
new google.maps.LatLng(25.088596, 121.524467),
new google.maps.LatLng(25.089487, 121.524559),
new google.maps.LatLng(25.036121, 121.585381),
new google.maps.LatLng(24.981289, 121.507690),
new google.maps.LatLng(25.072958, 121.577446),
new google.maps.LatLng(25.054543, 121.600723),
new google.maps.LatLng(25.054352, 121.452538),
new google.maps.LatLng(25.034143, 121.475746),
new google.maps.LatLng(24.971189, 121.535889),
new google.maps.LatLng(25.050278, 121.525986),
new google.maps.LatLng(25.078171, 121.584846),
new google.maps.LatLng(25.088263, 121.525177),
new google.maps.LatLng(25.022917, 121.556313),
new google.maps.LatLng(24.986948, 121.569687),
new google.maps.LatLng(25.034910, 121.430397),
new google.maps.LatLng(25.056124, 121.598938),
new google.maps.LatLng(25.105009, 121.434235),
new google.maps.LatLng(24.992876, 121.588860),
new google.maps.LatLng(25.047140, 121.579765),
new google.maps.LatLng(25.010088, 121.620239),
new google.maps.LatLng(25.108540, 121.578339),
new google.maps.LatLng(25.082062, 121.527229),
new google.maps.LatLng(24.987833, 121.463158),
new google.maps.LatLng(25.002022, 121.629158),
new google.maps.LatLng(25.115217, 121.482170),
new google.maps.LatLng(25.031590, 121.577538),
new google.maps.LatLng(25.019142, 121.570580),
new google.maps.LatLng(24.972063, 121.498947),
new google.maps.LatLng(25.009836, 121.621315),
new google.maps.LatLng(25.058249, 121.566032),
new google.maps.LatLng(25.161379, 121.455841),
new google.maps.LatLng(25.048929, 121.376183),
new google.maps.LatLng(25.127405, 121.518753),
new google.maps.LatLng(24.996626, 121.452896),
new google.maps.LatLng(25.019665, 121.556046),
new google.maps.LatLng(25.037424, 121.547836),
new google.maps.LatLng(24.999653, 121.319176),
new google.maps.LatLng(24.963020, 121.560768),
new google.maps.LatLng(24.981441, 121.330353),
new google.maps.LatLng(25.080359, 121.564339),
new google.maps.LatLng(25.154543, 121.485916),
new google.maps.LatLng(25.137308, 121.541412),
new google.maps.LatLng(25.058064, 121.566124),
new google.maps.LatLng(25.122381, 121.515816),
new google.maps.LatLng(25.008442, 121.560417),
new google.maps.LatLng(24.987955, 121.430756),
new google.maps.LatLng(25.015154, 121.532585),
new google.maps.LatLng(25.002151, 121.535706),
new google.maps.LatLng(24.974447, 121.525177),
new google.maps.LatLng(25.010248, 121.591446),
new google.maps.LatLng(25.161800, 121.466019),
new google.maps.LatLng(25.079111, 121.565407),
new google.maps.LatLng(25.031605, 121.560234),
new google.maps.LatLng(24.995193, 121.583244),
new google.maps.LatLng(24.977331, 121.524200),
new google.maps.LatLng(25.056442, 121.613022),
new google.maps.LatLng(25.025637, 121.469940),
new google.maps.LatLng(25.076242, 121.485023),
new google.maps.LatLng(25.036509, 121.568977),
new google.maps.LatLng(25.011494, 121.590736),
new google.maps.LatLng(25.136261, 121.473778),
new google.maps.LatLng(25.132004, 121.525269),
new google.maps.LatLng(25.039499, 121.504478),
new google.maps.LatLng(25.030905, 121.578339),
new google.maps.LatLng(25.070520, 121.592697),
new google.maps.LatLng(24.999767, 121.476997),
new google.maps.LatLng(25.007942, 121.410927),
new google.maps.LatLng(25.061024, 121.528931),
new google.maps.LatLng(25.040743, 121.519295),
new google.maps.LatLng(25.041407, 121.584404),
new google.maps.LatLng(25.019089, 121.510902),
new google.maps.LatLng(25.133999, 121.545609),
new google.maps.LatLng(25.096882, 121.588058),
new google.maps.LatLng(24.961123, 121.412086),
new google.maps.LatLng(24.944681, 121.405746),
new google.maps.LatLng(24.996592, 121.580482),
new google.maps.LatLng(25.066656, 121.617126),
new google.maps.LatLng(25.005379, 121.489136),
new google.maps.LatLng(25.116699, 121.517059),
new google.maps.LatLng(25.054897, 121.532761),
new google.maps.LatLng(25.031876, 121.479050),
new google.maps.LatLng(25.141470, 121.568352),
new google.maps.LatLng(25.068186, 121.497070),
new google.maps.LatLng(24.955002, 121.324455),
new google.maps.LatLng(25.066759, 121.503143),
new google.maps.LatLng(25.030680, 121.430038),
new google.maps.LatLng(24.940123, 121.244080),
new google.maps.LatLng(24.989458, 121.425751),
new google.maps.LatLng(25.068224, 121.452087),
new google.maps.LatLng(25.114429, 121.554794),
new google.maps.LatLng(25.109591, 121.363770),
new google.maps.LatLng(25.008362, 121.462624),
new google.maps.LatLng(24.971485, 121.318909),
new google.maps.LatLng(24.986385, 121.481728),
new google.maps.LatLng(25.063053, 121.522057),
new google.maps.LatLng(24.946539, 121.511261),
new google.maps.LatLng(24.983278, 121.341339),
new google.maps.LatLng(25.136984, 121.418159),
new google.maps.LatLng(25.131937, 121.496719),
new google.maps.LatLng(25.095434, 121.498589),
new google.maps.LatLng(24.961443, 121.370560),
new google.maps.LatLng(25.055969, 121.600990),
new google.maps.LatLng(24.986006, 121.443344),
new google.maps.LatLng(25.139526, 121.530266),
new google.maps.LatLng(25.041632, 121.591179),
new google.maps.LatLng(24.950722, 121.205170),
new google.maps.LatLng(24.984673, 121.246140),
new google.maps.LatLng(25.040388, 121.447357),
new google.maps.LatLng(25.102852, 121.530800),
new google.maps.LatLng(25.155310, 121.491455),
new google.maps.LatLng(24.944260, 121.478867),
new google.maps.LatLng(25.165380, 121.561127),
new google.maps.LatLng(24.967186, 121.436195),
new google.maps.LatLng(25.066099, 121.528839),
new google.maps.LatLng(25.094244, 121.600632),
new google.maps.LatLng(25.001751, 121.319092),
new google.maps.LatLng(25.109314, 121.513222),
new google.maps.LatLng(24.999229, 121.302467),
new google.maps.LatLng(24.964172, 121.563980),
new google.maps.LatLng(25.018480, 121.556847),
new google.maps.LatLng(25.002384, 121.410927),
new google.maps.LatLng(24.989040, 121.576645),
new google.maps.LatLng(24.980656, 121.504036),
new google.maps.LatLng(25.083042, 121.491364),
new google.maps.LatLng(25.143990, 121.434235),
new google.maps.LatLng(24.949890, 121.384850),
new google.maps.LatLng(25.040266, 121.547035),
new google.maps.LatLng(25.024759, 121.563271),
new google.maps.LatLng(25.077929, 121.482079),
new google.maps.LatLng(25.021887, 121.316048),
new google.maps.LatLng(25.072874, 121.495827),
new google.maps.LatLng(25.063421, 121.523666),
new google.maps.LatLng(24.963560, 121.433609),
new google.maps.LatLng(25.079212, 121.482620),
new google.maps.LatLng(25.028128, 121.493950),
new google.maps.LatLng(25.136978, 121.541412),
new google.maps.LatLng(24.957153, 121.384315),
new google.maps.LatLng(25.142317, 121.548286),
new google.maps.LatLng(25.096306, 121.553993),
new google.maps.LatLng(25.036711, 121.570580),
new google.maps.LatLng(24.959902, 121.351524),
new google.maps.LatLng(25.044073, 121.548462),
new google.maps.LatLng(24.955612, 121.343216),
new google.maps.LatLng(25.182568, 121.447540),
new google.maps.LatLng(25.044092, 121.586365),
new google.maps.LatLng(25.070770, 121.580750),
new google.maps.LatLng(25.032396, 121.517418),
new google.maps.LatLng(24.936157, 121.251144),
new google.maps.LatLng(25.161297, 121.468155),
new google.maps.LatLng(24.972872, 121.600273),
new google.maps.LatLng(25.046696, 121.616409),
new google.maps.LatLng(25.100033, 121.587700),
new google.maps.LatLng(25.043209, 121.578163),
new google.maps.LatLng(25.069567, 121.492615),
new google.maps.LatLng(24.997244, 121.577003),
new google.maps.LatLng(24.941565, 121.478691),
new google.maps.LatLng(25.173723, 121.445305),
new google.maps.LatLng(25.025942, 121.581818),
new google.maps.LatLng(25.089170, 121.526604),
new google.maps.LatLng(24.971216, 121.368500),
new google.maps.LatLng(25.089895, 121.479851),
new google.maps.LatLng(25.048281, 121.521431),
new google.maps.LatLng(25.066202, 121.501984),
new google.maps.LatLng(25.026520, 121.521614),
new google.maps.LatLng(25.150120, 121.534187),
new google.maps.LatLng(25.006069, 121.401909),
new google.maps.LatLng(24.995844, 121.523041),
new google.maps.LatLng(25.176662, 121.459587),
new google.maps.LatLng(25.043085, 121.589928),
new google.maps.LatLng(25.013493, 121.525894),
new google.maps.LatLng(24.995461, 121.590912),
new google.maps.LatLng(25.114670, 121.578697),
new google.maps.LatLng(25.081663, 121.540878),
new google.maps.LatLng(24.957195, 121.363144),
new google.maps.LatLng(25.053099, 121.538651),
new google.maps.LatLng(25.126614, 121.564606),
new google.maps.LatLng(24.971064, 121.393333),
new google.maps.LatLng(24.980307, 121.587349),
new google.maps.LatLng(25.026131, 121.472084),
new google.maps.LatLng(25.093716, 121.517860),
new google.maps.LatLng(24.990883, 121.526161),
new google.maps.LatLng(25.009861, 121.299248),
new google.maps.LatLng(25.045994, 121.544540),
new google.maps.LatLng(25.018476, 121.537132),
new google.maps.LatLng(25.118391, 121.519028),
new google.maps.LatLng(25.050638, 121.523041),
new google.maps.LatLng(25.042976, 121.541504),
new google.maps.LatLng(25.090034, 121.591446),
new google.maps.LatLng(25.073105, 121.577179),
new google.maps.LatLng(25.014675, 121.517685),
new google.maps.LatLng(24.950686, 121.510902),
new google.maps.LatLng(24.993135, 121.528214),
new google.maps.LatLng(25.017181, 121.468155),
new google.maps.LatLng(25.000341, 121.470657),
new google.maps.LatLng(25.013029, 121.461823),
new google.maps.LatLng(24.978849, 121.546326),
new google.maps.LatLng(25.071157, 121.521790),
new google.maps.LatLng(24.981291, 121.507339),
new google.maps.LatLng(25.166988, 121.445038),
new google.maps.LatLng(25.024815, 121.538383),
new google.maps.LatLng(25.002611, 121.410660),
new google.maps.LatLng(25.016241, 121.461906),
new google.maps.LatLng(25.026459, 121.576111),
new google.maps.LatLng(25.003834, 121.526787),
new google.maps.LatLng(25.089657, 121.504478),
new google.maps.LatLng(25.067411, 121.593231),
new google.maps.LatLng(25.068657, 121.592514),
new google.maps.LatLng(24.936220, 121.379761),
new google.maps.LatLng(24.936417, 121.370018),
new google.maps.LatLng(25.012405, 121.480743),
new google.maps.LatLng(25.006113, 121.476105),
new google.maps.LatLng(25.006086, 121.550690),
new google.maps.LatLng(25.006866, 121.482437),
new google.maps.LatLng(25.166901, 121.573967),
new google.maps.LatLng(25.066305, 121.502251),
new google.maps.LatLng(25.079782, 121.569244),
new google.maps.LatLng(24.935797, 121.366272),
new google.maps.LatLng(25.058954, 121.492615),
new google.maps.LatLng(25.040794, 121.529999),
new google.maps.LatLng(25.060637, 121.558365),
new google.maps.LatLng(24.993584, 121.587967),
new google.maps.LatLng(25.075811, 121.584312),
new google.maps.LatLng(24.956507, 121.472267),
new google.maps.LatLng(25.027815, 121.533028),
new google.maps.LatLng(24.952372, 121.347504),
new google.maps.LatLng(25.121782, 121.463783),
new google.maps.LatLng(24.967180, 121.426643),
new google.maps.LatLng(24.996578, 121.577713),
new google.maps.LatLng(25.055325, 121.508408),
new google.maps.LatLng(24.959745, 121.536957),
new google.maps.LatLng(25.069403, 121.436821),
new google.maps.LatLng(25.138277, 121.532051),
new google.maps.LatLng(25.073269, 121.515991),
new google.maps.LatLng(25.046368, 121.537315),
new google.maps.LatLng(25.103870, 121.541954),
new google.maps.LatLng(25.054955, 121.553993),
new google.maps.LatLng(25.091576, 121.441643),
new google.maps.LatLng(25.085161, 121.460480),
new google.maps.LatLng(25.129559, 121.553192),
new google.maps.LatLng(24.986889, 121.582977),
new google.maps.LatLng(24.949808, 121.383781),
new google.maps.LatLng(25.055717, 121.584846),
new google.maps.LatLng(24.952396, 121.388336),
new google.maps.LatLng(25.027678, 121.550873),
new google.maps.LatLng(25.060818, 121.515007),
new google.maps.LatLng(25.064262, 121.453072),
new google.maps.LatLng(25.142458, 121.460838),
new google.maps.LatLng(25.125792, 121.500290),
new google.maps.LatLng(25.116488, 121.505997),
new google.maps.LatLng(25.167150, 121.389313),
new google.maps.LatLng(25.090525, 121.536690),
new google.maps.LatLng(25.176352, 121.459496),
new google.maps.LatLng(25.078756, 121.599915),
new google.maps.LatLng(25.161516, 121.457710),
new google.maps.LatLng(24.992096, 121.422981),
new google.maps.LatLng(24.976362, 121.368858),
new google.maps.LatLng(25.154715, 121.458786),
new google.maps.LatLng(25.010700, 121.599030),
new google.maps.LatLng(25.083750, 121.523933),
new google.maps.LatLng(24.953409, 121.346252),
new google.maps.LatLng(25.127172, 121.564697),
new google.maps.LatLng(25.148827, 121.439056),
new google.maps.LatLng(25.051641, 121.422714),
new google.maps.LatLng(25.155392, 121.412178),
new google.maps.LatLng(25.094702, 121.520721),
new google.maps.LatLng(25.068794, 121.583153),
new google.maps.LatLng(24.989553, 121.598045),
new google.maps.LatLng(24.995893, 121.550339),
new google.maps.LatLng(24.986023, 121.466286),
new google.maps.LatLng(25.118120, 121.559525),
new google.maps.LatLng(25.032200, 121.568977),
new google.maps.LatLng(25.019545, 121.532944),
new google.maps.LatLng(25.044161, 121.560059),
new google.maps.LatLng(24.989656, 121.510551),
new google.maps.LatLng(24.975143, 121.545158),
new google.maps.LatLng(25.136749, 121.541328),
new google.maps.LatLng(25.072735, 121.546410),
new google.maps.LatLng(24.988659, 121.586365),
new google.maps.LatLng(25.054295, 121.526878),
new google.maps.LatLng(25.117563, 121.553101),
new google.maps.LatLng(25.004362, 121.405663),
new google.maps.LatLng(24.959097, 121.369934),
new google.maps.LatLng(25.087679, 121.532944),
new google.maps.LatLng(24.984245, 121.463608),
new google.maps.LatLng(25.131037, 121.467445),
new google.maps.LatLng(24.944899, 121.376724),
new google.maps.LatLng(25.061987, 121.640388),
new google.maps.LatLng(25.148165, 121.535797),
new google.maps.LatLng(25.032721, 121.609993),
new google.maps.LatLng(25.014524, 121.556404),
new google.maps.LatLng(24.994059, 121.439415),
new google.maps.LatLng(25.133783, 121.470566),
new google.maps.LatLng(24.992813, 121.589127),
new google.maps.LatLng(25.082344, 121.565048),
new google.maps.LatLng(25.036823, 121.497879),
new google.maps.LatLng(24.994354, 121.468246),
new google.maps.LatLng(24.956448, 121.491272),
new google.maps.LatLng(25.045712, 121.514381),
new google.maps.LatLng(25.053276, 121.534729),
new google.maps.LatLng(24.992733, 121.588776),
new google.maps.LatLng(25.022633, 121.419769),
new google.maps.LatLng(25.027126, 121.443787),
new google.maps.LatLng(25.051666, 121.564430),
new google.maps.LatLng(25.066299, 121.482170),
new google.maps.LatLng(25.026054, 121.532410),
new google.maps.LatLng(24.980677, 121.417534),
new google.maps.LatLng(25.128723, 121.471283),
new google.maps.LatLng(25.078968, 121.386101),
new google.maps.LatLng(24.992752, 121.589043),
new google.maps.LatLng(25.086384, 121.482796),
new google.maps.LatLng(24.954939, 121.355011),
new google.maps.LatLng(25.011299, 121.456108),
new google.maps.LatLng(25.044104, 121.532494),
new google.maps.LatLng(25.089066, 121.526695),
new google.maps.LatLng(24.979368, 121.418159),
new google.maps.LatLng(25.103481, 121.439682),
new google.maps.LatLng(25.024389, 121.520454),
new google.maps.LatLng(25.049286, 121.517860),
new google.maps.LatLng(25.013365, 121.511978),
new google.maps.LatLng(25.021660, 121.553551),
new google.maps.LatLng(25.090700, 121.501450),
new google.maps.LatLng(25.061340, 121.599297),
new google.maps.LatLng(25.135227, 121.560059),
new google.maps.LatLng(24.977306, 121.517593),
new google.maps.LatLng(25.006630, 121.527588),
new google.maps.LatLng(24.971504, 121.498505),
new google.maps.LatLng(25.021339, 121.556671),
new google.maps.LatLng(25.009472, 121.635841),
new google.maps.LatLng(25.012167, 121.518135),
new google.maps.LatLng(25.059942, 121.464409),
new google.maps.LatLng(25.138750, 121.559875),
new google.maps.LatLng(25.032713, 121.492790),
new google.maps.LatLng(24.962696, 121.224495),
new google.maps.LatLng(24.932337, 121.359032),
new google.maps.LatLng(25.036575, 121.547928),
new google.maps.LatLng(25.045439, 121.507782),
new google.maps.LatLng(25.063562, 121.544540),
new google.maps.LatLng(24.972187, 121.499481),
new google.maps.LatLng(25.013229, 121.552742),
new google.maps.LatLng(25.036932, 121.578430),
new google.maps.LatLng(24.958391, 121.484047),
new google.maps.LatLng(25.072624, 121.577805),
new google.maps.LatLng(25.098394, 121.587967),
new google.maps.LatLng(25.061695, 121.576019),
new google.maps.LatLng(25.025162, 121.604111),
new google.maps.LatLng(25.066216, 121.450752),
new google.maps.LatLng(25.028620, 121.567635),
new google.maps.LatLng(25.014551, 121.466995),
new google.maps.LatLng(25.070265, 121.522415),
new google.maps.LatLng(24.983030, 121.340981),
new google.maps.LatLng(25.071791, 121.525093),
new google.maps.LatLng(25.153437, 121.528214),
new google.maps.LatLng(25.050577, 121.529282),
new google.maps.LatLng(25.008879, 121.507782),
new google.maps.LatLng(24.993685, 121.439590),
new google.maps.LatLng(24.987972, 121.420395),
new google.maps.LatLng(24.988226, 121.430664),
new google.maps.LatLng(25.112856, 121.554794),
new google.maps.LatLng(25.068132, 121.501183),
new google.maps.LatLng(24.971722, 121.546326),
new google.maps.LatLng(25.023266, 121.569954),
new google.maps.LatLng(25.021410, 121.314529),
new google.maps.LatLng(25.118776, 121.509300),
new google.maps.LatLng(25.095104, 121.523933),
];
var pointArray = new google.maps.MVCArray(heatmap_points);
var heatmap;
heatmap = new google.maps.visualization.HeatmapLayer({
data: pointArray
});
heatmap.setMap(map);
heatmap.set('threshold', 10);
heatmap.set('radius', 8);
heatmap.set('opacity', 0.600000);
heatmap.set('dissipating', true);
}
</script>
</head>
<body style="margin:0px; padding:0px;" onload="initialize()">
<div id="map_canvas" style="width: 100%; height: 100%;"></div>
</body>
</html>
|
source/index.html | drdrsh/interactive-bpann | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./assets/lib/jquery-ui/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="./assets/lib/w2ui/w2ui.css" />
<link rel="stylesheet" type="text/css" href="./assets/common/css/style.css" />
<title>Interactive visualization of artificial neural networks</title>
<meta name="description" content="A web-based interactive step-by-step visualization of artificial neural networks. It aims to help visual learners gain visual intuition as to how artificial neural networks work.">
<meta name="author" content="Mostafa Abdelraouf">
<meta property="og:title" content="Interactive visualization of artificial neural networks" />
<meta property="og:description" content="A web-based interactive step-by-step visualization of artificial neural networks. It aims to help visual learners gain visual intuition as to how artificial neural networks work." />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://experiments.mostafa.io/public/ffbpann/assets/common/images/thumb.png">
<meta property="og:url" content="http://experiments.mostafa.io/public/ffbpann/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Interactive visualization of artificial neural networks">
<meta name="twitter:description" content="A web-based interactive step-by-step visualization of artificial neural networks. It aims to help visual learners gain visual intuition as to how artificial neural networks work.">
<meta name="twitter:creator" content="@droushi">
</head>
<body>
<div id="top-panel">
<div id="top-left-pane">
<div id="menu">
<a class="navicon-button larr">
<div class="navicon"></div>
</a>
</div>
<div class="help"></div>
<div class="about"></div>
</div>
<div id="lower-left-pane">
<a class="share" href="http://www.facebook.com/sharer.php?u=http://experiments.mostafa.io/public/ffbpann/" target="_blank"><img src="./assets/common/images/facebook.png" alt="Facebook" /></a>
<a class="share" href="https://plus.google.com/share?url=http://experiments.mostafa.io/public/ffbpann/" target="_blank"><img src="./assets/common/images/google.png" alt="Google" /></a>
<a class="share" href="https://twitter.com/share?url=http://experiments.mostafa.io/public/ffbpann/&text=Step-by-step Artificial Neural Network visualizer" target="_blank"><img src="./assets/common/images/twitter.png" alt="Twitter" /></a>
</div>
<div id="controls" class="hidden">
<span class="inline-label">Stepping mode</span>
<ul>
<li>
<input checked type="radio" name="step-mode" id="step-mode-node" value="node">
<label for="step-mode-node">Node</label>
</li>
<li>
<input type="radio" name="step-mode" id="step-mode-layer" value="layer">
<label for="step-mode-layer">Layer</label>
</li>
<li>
<input type="radio" name="step-mode" id="step-mode-example" value="example">
<label for="step-mode-example">Example</label>
</li>
<li>
<input type="radio" name="step-mode" id="step-mode-epoch" value="epoch">
<label for="step-mode-epoch">Epoch</label>
</li>
<li>
<input type="radio" name="step-mode" id="step-mode-full" value="full">
<label for="step-mode-full">Full</label>
</li>
</ul>
<br clear="all">
<p>
<span class="inline-label">Number of steps</span>
<input type="number" min="1" max="500" step="1" value="1" id="number-of-steps" />
<button class="run">Run</button>
</p>
</div>
<div id="examples" class="hidden">
<table class="rwd-table">
<thead>
<tr>
<th colspan="15"><h4>Learning Progress <br> by Examples</h4></th>
</tr>
<tr>
<th>#</th>
<th>Progress</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="bottom-panel">
<div class="container ">
<h1>Step-by-step Artificial Neural Network visualizer</h1>
<form>
<a href="javascript:void(0)" class="button build">Build</a>
<h2>Settings</h2>
<section>
<p>
<label for="number-of-epochs">Epochs</label>
<input type="number" min="1" max="20001" step="10" value="15001" id="number-of-epochs" />
</p>
<p>
<label for="learning-rate">Learning Rate</label>
<input type="number" min="0.01" max="5" step="0.01" value="0.5" id="learning-rate" />
</p>
<p>
<label for="tolerance">Tolerance</label>
<input type="number" min="0.01" max="0.5" step="0.01" value="0.1" id="tolerance" />
</p>
<p>
<label for="number-of-layers">Hidden Layers</label>
<input type="number" min="1" max="5" step="1" value="1" id="number-of-layers" />
</p>
<p id="number-of-nodes-container">
<label>Nodes per layer</label>
</p>
</section>
</form>
<br clear="all" />
<h2>Data</h2>
<div id="grid"></div>
</div>
</div>
<div id="about-dialog" class="tab-body">
<!-- <h2></h2>-->
<p>
<a href="javascript:void(0)">This</a> demo aims to serve as a tool to help visual learners, such as myself, gain visual intuition
as to how artificial neural networks work, it allows step-by-step iteration through the training process of a fully-connected
backpropagation artificial neural network. The default demo attempts to learn an XOR problem.
</p>
<p>The demo is experimental and it uses some of the latest ES6 features so
<span style="color:red;text-decoration: underline;font-weight:bold">it won't work on all browsers, also
the performance still needs optimization so I recommend running it in Google Chrome.</span>
</p>
<p>
The code still needs cleanup and further testing so issue reports and pull request are most welcome, you can fiind the code on github <a href="https://github.com/drdrsh/interactive-bpann">github</a> and is released under MIT license. If you wish to contact me send me an email to mostafa.mohmmed@gmail.com.
</p>
</div>
</div>
<script language="text/html" id="example_meter">
<tr id="example-state-<%=exampleId%>" data-example-id="<%=exampleId%>">
<td class="example-number"></td>
<td class="example-progress" style="background-color:<%=exampleColor%>"><progress value="0" max="100"></progress></td>
</tr>
</script>
<script language="text/html" id="tooltip_tmpl">
<ul>
<li>Input <%=input%></li>
<li>Threshold <%=thres%></li>
<li>Output <%=output%></li>
<!--<li>Error <%=error%></li>-->
</ul>
</script>
<script src="./assets/lib/jquery/jquery.js"></script>
<script src="./assets/lib/jquery-ui/jquery-ui.js"></script>
<script src="./assets/lib/w2ui/w2ui.js"></script>
<script src="./assets/lib/sigma/sigma.js"></script>
<script>var appNS = {};</script>
<script src='./assets/common/js/sigma-overrides.js'></script>
<script src='./assets/common/js/template.js'></script>
<script src='./assets/common/js/main.js'></script>
<script src='./assets/common/js/help.js'></script>
<script src='./assets/common/js/ANN.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-990635-16', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
epa-grants/research/raw/05883.html | 1wheel/scraping | <!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)]><!-->
<html class="no-js not-oldie" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="MobileOptimized" content="width" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="ImageToolbar" content="false" />
<meta name="viewport" content="width=device-width" />
<meta name="version" content="20161218" />
<!--googleon: all-->
<meta name="DC.description" content="" />
<meta name="DC.title" content="" />
<title>
Evaluating Source Grouting and ORC for Remediating MTBE Sites|
Research Project Database | Grantee Research Project | ORD | US EPA</title>
<!--googleoff: snippet-->
<meta name="keywords" content="" />
<link rel="shortlink" href="" />
<link rel="canonical" href="" />
<meta name="DC.creator" content="" />
<meta name="DC.language" content="en" />
<meta name="DC.Subject.epachannel" content="" />
<meta name="DC.type" content="" />
<meta name="DC.date.created" content="" />
<meta name="DC.date.modified" content="2003-03-17" />
<!--googleoff: all-->
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" />
<!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]-->
<link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" />
<link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" />
<link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" />
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]-->
<style type="text/css">
/*This style needed for highlight link. Please do not remove*/
.hlText {
font-family: "Arial";
color: red;
font-weight: bold;
font-style: italic;
background-color: yellow;
}
.tblClass {
font-size:smaller; min-width: 10%; line-height: normal;
}
</style>
</head>
<!-- NOTE, figure out body classes! -->
<body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" >
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script>
<!-- End Google Tag Manager -->
<div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div>
<header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" />
<hgroup class="site-name-and-slogan">
<h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1>
<div class="site-slogan">United States Environmental Protection Agency</div>
</hgroup>
<form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch">
<label class="element-hidden" for="search-box">Search</label>
<input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/>
<button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button>
<input type="hidden" name="fld" value="" />
<input type="hidden" name="areaname" value="" />
<input type="hidden" name="areacontacts" value="" />
<input type="hidden" name="areasearchurl" value="" />
<input type="hidden" name="typeofsearch" value="epa" />
<input type="hidden" name="result_template" value="2col.ftl" />
<input type="hidden" name="filter" value="sample4filt.hts" />
</form>
</header>
<section id="main-content" class="main-content clearfix" role="main">
<div class="region-preface clearfix">
<div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region">
<ul class="menu utility-menu">
<li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li>
</ul>
</div>
</div>
<div class="main-column clearfix">
<!--googleon: all-->
<div class="panel-pane pane-node-content" >
<div class="pane-content">
<div class="node node-page clearfix view-mode-full">
<div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index-->
<h5 class="pane-title">Project Research Results</h5>
<div class="pane-content">
<ul>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/F">Final Report</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/2001">2001 Progress Report</a></li>
</ul>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/abstract/5883">7 publications for this subproject</a><br />
<strong>Main Center: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">R828598</a><br />
</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/59">359 publications for this center</a><br />
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.journals/Center/59">90 journal articles for this center</a><br />
</div>
<!-- RFA Search start -->
<h5 class="pane-title">Related Information</h5>
<div class="pane-content">
<ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li>
<li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li>
<li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li>
<li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li>
</ul>
</div>
<!-- RFA Search End --><!--googleon: index-->
</div>
<a name="content"></a>
<h2>
Evaluating Source Grouting and ORC for Remediating MTBE Sites</h2>
<b>EPA Grant Number:</b> R828598C809<br />
<b>Subproject:</b> <i>this is subproject number 809 , established and managed by the Center Director under
grant <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">R828598</a>
<br>
(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</i><br />
<b>Center:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">Gulf Coast HSRC (Lamar)</a><br />
<b>Center Director:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/5702"> Ho, Tho C.</a><br />
<b>Title:</b> Evaluating Source Grouting and ORC for Remediating MTBE Sites<br />
<b>Investigators:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6390"> Rifai, Hanadi </a>
, <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/3501"> Rixey, William G. </a>
<br />
<strong>Institution:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/4633">
<b>University of Houston - University Park</b>
</a> <br />
<strong>EPA Project Officer:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/4005"> Lasat, Mitch </a>
<br />
<b>Project Period:</b>
September 1, 2000 through
August 31, 2004
<br />
<b>RFA:</b>
Gulf Coast Hazardous Substance Research Center (Lamar University) (1996)
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/270">RFA Text</a> |
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/270">Recipients Lists</a>
<br />
<b>Research Category:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/846">Hazardous Waste/Remediation</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/965">Targeted Research</a>
<br />
<br>
<h3>Objective:</h3>
<p>The focus of the proposal is on pilot-testing the use of Oxygen Releasing Compounds
(ORC) and an MTBE degrading BC-4 microbial consortium culture grown by Shell
Westhollow researchers (Salanitro et al., 1999) for treating MTBE sites. Preliminary
field studies have demonstrated that ORC enhances the natural attenuation of
MTBE, however these studies lack the rigor of controlled field experiments and
do not provide the data necessary to quantify the viability of this technology.</p>
<p></p>
<h3>Approach:</h3>
<p>The proposed project involves controlled pilot testing of enhanced MTBE remediation
using ORC and microbial amendments. Three sites will be selected in Texas and
up to three pilot projects will be conducted. The first pilot project will evaluate
the efficacy of ORC alone for reducing MTBE dissolved concentrations in groundwater.
The second pilot test will quantify the reduction in dissolved MTBE concentrations
using ORC and the BC-4 culture and the third pilot test will serve as a control
cell with no amendments to quantify the natural attenuation rates of MTBE.</p>
<p></p>
<h3>Expected Results:</h3>
<p>Laboratory microcosm and in-situ column studies will be conducted to obtain
a good characterization of the in situ release/degradation parameters for the
ORC/microbial systems. The laboratory experiments will be conducted with the
primary purpose of designing and analyzing the pilot tests. The project additionally
involves developing mathematical models that account for oxygen release and
degradation of MTBE and cost models for the use of these technologies at contaminated
sites.</p>
<p>Typical remediation costs for gasoline storage tank spills average $350,000
per site. Using ORC for remediating MTBE plumes can provide potential savings
of $100,000 - $200,000 per site and decrease the remediation time to between
1- 5 years.</p>
<p></p>
<h3>Publications and Presentations:</h3>
Publications have been submitted on this subproject: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/abstract/5883">View all 7 publications for this subproject</a>
| <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/59">View all 359 publications for this center</a>
</p>
<h3>Supplemental Keywords:</h3>
<i>groundwater, remediation, oxygen releasing compounds, microbial degradation, MTBE, Texas, hazardous waste.</i>, RFA, Scientific Discipline, INTERNATIONAL COOPERATION, Waste, Water, Contaminated Sediments, Remediation, Health Risk Assessment, Hazardous Waste, Ecology and Ecosystems, Groundwater remediation, Hazardous, sediment treatment, advanced treatment technologies, in situ remediation, in situ treatment, contaminant dynamics, biodegradation, MTBE, contaminated sediment, source grouting, BTEX, chemical contaminants, emissions, contaminated soil, natural attenuation, in-situ treatment of chlorinated solvents, treatment, environmental engineering, hazadous waste streams, contaminated groundwater, contaminated aquifers, air emissions, groundwater, aquifer remediation <p />
<P><h3>Progress and Final Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/2001">2001 Progress Report</a><br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/F">Final Report</a><br>
</P>
<br>
<h3>Main Center Abstract and Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">R828598</a>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5343/report/0">Gulf Coast HSRC (Lamar)</a>
<br />
<p> <strong>Subprojects under this Center:</strong> <span class="fileinfo">(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</span><br />
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5932/report/0">R822721C529</a> Environmentally Acceptable Endpoints: Risk Based Remediation Using Bioremediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5924/report/0">R822721C552</a> Degradative Solidification/Stabilization Technology for Chlorinated Hydrocarbons<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5928/report/0">R822721C569</a> Treatment and Product Recovery: Supercritical Water Oxidation of Nylon Monomer Manufacturing Waste<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5941/report/0">R822721C620</a> Colloidal Fouling of Membranes: Implications in the Treatment of Textile Dye Wastes and Water Reuse<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5920/report/0">R822721C626</a> Catalytic Hydroprocessing of Chlorinated Organics<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5921/report/0">R822721C627</a> The Interaction of Microbial Activity and Zero Valent Iron Permeable Barrier Technology<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5939/report/0">R822721C630</a> Microbial Cometabolism of Recalcitrant Chemicals in Contaminated Air Streams<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5936/report/0">R822721C633</a> Catalyst Lifetime Studies for Chlorocarbon Steam Reforming<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5938/report/0">R822721C635</a> Electrokinetic/Surfactant-Enhanced Remediation of Hydrophobic Pollutants in Low Permeability Subsurface Environments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5937/report/0">R822721C636</a> Transformation Reactions of Nitroaromatic and Nitrogen Heterocyclic Compounds on Granular Activated Carbon (GAC) Surfaces: Enhancement of GAC Adsorption in Natural and Engineered Environmental Systems<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5918/report/0">R822721C640</a> Environmentally Friendly Organic Synthesis in Supercritical Fluids<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5926/report/0">R822721C645</a> Development and Evaluation of an Integrated Model to Facilitate Risk-Based Corrective Action at Superfund Sites<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5930/report/0">R822721C651</a> Adjustable Biopolymer Chelators for Cadmium, Lead and Mercury<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5925/report/0">R822721C653</a> New Electrochemically Smart Catalysts for Hazardous Waste Management and Development of Capillary Electrophoresis for Analysis of their Products<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5922/report/0">R822721C655</a> Soil Sampling in South Alabama Oil Fields<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5934/report/0">R822721C659</a> Subsurface Contamination Site Characterization via a Computer-Aided Visual Tool<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5940/report/0">R822721C661</a> New Insoluble supports for Protein Immobilization for Use in Metalloprotein Affinity Metal Chromatography<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5923/report/0">R822721C663</a> Soil Remediation with Ultra-High-Efficiency Hydrocyclones<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5919/report/0">R822721C669</a> Solid Acid Catalyzed Alkylation in Supercritical Fluids<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5935/report/0">R822721C679</a> Regeneration/Reactivation of Carbon Adsorbents by Radio Frequency (RF) Induction Heating<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5942/report/0">R822721C687</a> Improved Halogen Resistance of Catalytic Oxidation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5927/report/0">R822721C696</a> Phytoremediation and Bioremediation of Land Contaminated By PAHs, PCBs, and TNT<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5929/report/0">R822721C697</a> Fundamental and Kinetic Investigation of Sorbent Technology for Optimum Mercury Emission Control<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5933/report/0">R822721C700</a> Effects of Natural and Cyclic Variations on Contaminant Fate and Transport<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5931/report/0">R822721C703</a> Enhancement of DNAPL Dissolution Rates by Dechlorinating Anaerobes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5917/report/0">R826694C620</a> Colloidal Fouling of Membranes: Implications in the Treatment of Textile Dye Wastes and Water Reuse<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5916/report/0">R826694C625</a> Enhanced Treatment of DNAPLs Contaminated Soils and Groundwater Using Biosurfactants: In-Situ Bioremediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5894/report/0">R826694C626</a> Catalytic Hydroprocessing of Chlorinated Wastes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5907/report/0">R826694C627</a> The Interaction of Microbial Activity and Zero Valent Iron Permeable Barrier Technology<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5904/report/0">R826694C629</a> Biofiltration of BTEX in Petroleum-Contaminated Soil Remediation Off-Gas<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5912/report/0">R826694C630</a> Microbial Cometabolism of Recalcitrant Chemicals in Contaminated Air Streams<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5908/report/0">R826694C633</a> Catalyst Lifetime Studies for Chlorocarbon Steam Reforming<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5910/report/0">R826694C635</a> Electrokinetic/Surfactant-Enhanced Remediation of Hydrophobic Pollutants in Low Permeability Subsurface Environments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5911/report/0">R826694C636</a> Transformation Reactions of Nitroaromatic and Nitrogen Heterocyclic Compounds on Granular Activated Carbon (GAC) Surfaces: Enhancement of GAC Adsorption in Natural and Engineered Environmental Systems<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5892/report/0">R826694C640</a> Environmentally Friendly Organic Synthesis in Supercritical Fluids<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5895/report/0">R826694C645</a> Development and Evaluation of an Integrated Model to Facilitate Risk-Based Corrective Action at Superfund Sites<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5900/report/0">R826694C651</a> Adjustable Biopolymer Chelators for Cadmium, Lead, and Mercury Remeidation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5913/report/0">R826694C659</a> Subsurface Contamination Site characterization Via a Computer-Aided Visual Tool<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5915/report/0">R826694C661</a> New Insoluble supports for Protein Immobilization for Use in Metalloprotein Affinity Metal Chromatography<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5893/report/0">R826694C669</a> Solid Acid Catalyzed Alkylation in Supercritical Reaction Media<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5906/report/0">R826694C679</a> Regeneration and Reactivation of Carbon Adsorbents by Radio Frequency Induction Heating<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5897/report/0">R826694C696</a> Phytoremediation and Bioremediation of Land Contaminated By PAHs, PCBs, and TNT<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5899/report/0">R826694C697</a> Fundamental and Kinetic Investigation of Sorbent Technology for Optimum Mercury Emission Control<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5914/report/0">R826694C700</a> Effects of Natural Cyclic Variations on Contaminated Fate and Transport<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5903/report/0">R826694C703</a> Enhancement of DNAPL Dissolution Rates by Dechlorinating Anaerobes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5901/report/0">R826694C705</a> A Pilot Plant for Producing Mixed Ketones from Waste Biomass<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5896/report/0">R826694C722</a> The Effects of an Oily-Phase on VOC Emissions from Industrial Wastewater<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5909/report/0">R826694C724</a> Mercury Removal from Stack Gas by Aqueous Scrubbing<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5905/report/0">R826694C725</a> Transport, Fate and Risk Implications of Environmentally Acceptable Endpoint Decisions<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5898/report/0">R826694C731</a> Development and Application of a Real-Time Optical Sensor for Atmospheric Formaldehyde<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5902/report/0">R826694C734</a> An Advanced System for Pollution Prevention in Chemical Complexes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1138/report/0">R828598C001</a> Field Study Abstract: A Model of Ambient Air Pollution in Southeast Texas Using Artificial Neural Network Technology<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1168/report/0">R828598C002</a> Hollow Fiber Membrane Bioreactors for Treating Water and Air Streams Contaminated with Chlorinated Solvents<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1165/report/0">R828598C003</a> Fugitive Emissions of Hazardous Air Pollutants from On-Site Industrial Sewers<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1862/report/0">R828598C004</a> Biofiltration Technology Development<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1167/report/0">R828598C005</a> A Risk-Based Decision Analysis Approach for Aquifers Contaminated with DNAPLs<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1164/report/0">R828598C006</a> In-Situ Remediation for Contaminated Soils Using Prefabricated Vertical Drains<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1155/report/0">R828598C007</a> Membrane Technology Selection System for the Metal Finishing Industry<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1151/report/0">R828598C008</a> Sequential Environments for Enhanced Bioremediation of Chlorinated Aliphatic Hydrocarbons<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1163/report/0">R828598C009</a> Waste Minimization in the Magnetic Tape Industry: Waterborne Coating Formulations for Magnetic Tape Manufacture<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1162/report/0">R828598C010</a> Soil Remediation by Agglomeration with Petroleum Coke<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1161/report/0">R828598C011</a> Recovery of Dilute Phosphoric Acid in Waste Streams Using Waste Gas Ammonia: The Regenerative MAP/DAP Process<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1144/report/0">R828598C012</a> Stochastic Risk Assessment for Bioremediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1147/report/0">R828598C013</a> Selective Removal of Heavy Metals from Wastewater by Chelation in Supercritical Fluids<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1146/report/0">R828598C014</a> Optimization of Treatment Technologies for Detoxification of PCB Contaminated Soils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1143/report/0">R828598C015</a> Wastewater Remediation by Catalytic Wet Oxidation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1150/report/0">R828598C016</a> Permanence of Metals Containment in Solidified and Stabilized Wastes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1149/report/0">R828598C017</a> Combustion Enhancement by Radial Jet Reattachment - Low Generation of Hazardous Gases and High Thermal Efficiency<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1148/report/0">R828598C018</a> A Process To Convert Industrial Biosludge and Paper Fines to Mixed Alcohol Fuels<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1142/report/0">R828598C019</a> Homogeneous Catalysis in Supercritical Carbon Dioxide<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1141/report/0">R828598C020</a> Ultrasonic Enhancement of the Removal of Heavy Metals<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1133/report/0">R828598C021</a> The Binding Chemistry and Leaching Mechanisms of Advanced Solidification/Stabilization Systems for Hazardous Waste Management<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1137/report/0">R828598C022</a> Development of an Air-Stripping and UV/H2O2 Oxidation Integrated Process To Treat a Chloro-Hydrocarbon-Contaminated Ground Water<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1139/report/0">R828598C023</a> A Comparative Study of Siting Opposition in Two Counties<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1131/report/0">R828598C024</a> Sonochemical Treatment of Hazardous Organic Compounds II: Process Optimization and Pathway Studies<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1130/report/0">R828598C025</a> Laser Diagnostics of the Combustion Process within a Rotary Kiln Incinerator<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1145/report/0">R828598C026</a> Use of Inorganic Ion Exchangers for Hazardous Waste Remediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1166/report/0">R828598C027</a> Kaolinite Sorbent for the Removal of Heavy Metals from Incinerated Lubricating Oils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1159/report/0">R828598C028</a> Destruction of Chlorinated Hydrocarbons in Process Streams Using Catalytic Steam Reforming<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1160/report/0">R828598C029</a> Integrated Process Treatment Train (Bioremediation {Aerobic/Anaerobic} and Immobilization) for Texas Soils Contaminated with Combined Hazardous Wastes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1158/report/0">R828598C030</a> Photo-Oxidation by H2O2/VisUV of Off-Gas Atmospheric Emissions from Industrial and Environmental Remediation Sources<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1154/report/0">R828598C031</a> Concentrated Halide Extraction and Recovery of Lead from Soil<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1157/report/0">R828598C032</a> Biodegradable Surfactant for Underground Chlorinated Solvent Remediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1153/report/0">R828598C033</a> A Software Guidance System for Choosing Analytical Subsurface Fate and Transport Models Including a Library of Computer Solutions for the Analytical Models<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1152/report/0">R828598C034</a> Hydrodynamic Modeling of Leachate Recirculating Landfill<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1136/report/0">R828598C035</a> Measurement of Oxygen Transfer Rate in Soil Matrices<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1134/report/0">R828598C036</a> Sorbent Technology for Multipollutant Control During Fluidized Bed Incineration<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1132/report/0">R828598C037</a> Pollution Prevention by Process Modification Using On-Line Optimization<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1135/report/0">R828598C038</a> Pollution Prevention by Process Modification<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1140/report/0">R828598C039</a> Water Solubility and Henry's Law Constant<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1129/report/0">R828598C040</a> Transferring Technical Information on Hazardous Substance Research by Publishing on the World Wide Web<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1156/report/0">R828598C041</a> Stress Protein Responses to Multiple Metal Exposure in Grass Shrimp<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1866/report/0">R828598C042</a> Life-Cycle Environmental Costing for Managing Pollution Prevention in the Chemical and Petroleum Refining Industries: A Cross-Border Approach<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7878/report/0">R828598C687</a> Improved Halogen Resistance of Catalytic Oxidation Through Efficient Catalyst Testing<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7879/report/0">R828598C696</a> Phytoremediation and Bioremediation of Land Contaminated By PAHs, PCBs, and TNT<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7880/report/0">R828598C697</a> Fundamental and Kinetic Investigation of Sorbent Technology for Optimum Mercury Emission Control<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7881/report/0">R828598C700</a> Effects of Natural Cyclic Variations on Contaminated Fate and Transport<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7882/report/0">R828598C703</a> Enhancement of DNAPL Dissolution Rates by Dechlorinating Anaerobes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/9601/report/0">R828598C705</a> A Pilot Plant for Producing Mixed Ketones from Waste Biomass<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5874/report/0">R828598C722</a> The Effects of an Oily-Phase on VOC Emissions from Industrial Wastewater<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5885/report/0">R828598C724</a> Mercury Removal from Stack Gas by Aqueous Scrubbing<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5884/report/0">R828598C725</a> Transport, Fate and Risk Implications of Environmentally Acceptable Endpoint Decisions<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/9602/report/0">R828598C731</a> Development and Application of a Real Time Optical Sensor for Atmospheric Formaldehyde<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5890/report/0">R828598C734</a> An Advanced System for Pollution Prevention in Chemical Complexes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5871/report/0">R828598C743</a> Field Demonstration of Ultrasound Enhancement of Permeable Treatment Walls<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5879/report/0">R828598C744</a> Optical Fibers Coated With Titania Membrane/UV-Generating Crystal in a Distributed-Light Photoreactor for VOC Oxidation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5876/report/0">R828598C749</a> Characterization and Modeling of Indoor Particulate Contaminants In a Heavily Industrialized Community<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5888/report/0">R828598C753</a> Adsolubilization and Photocatalysis in a Semiconducting Monolithic Reactor for Wastewater Treatment<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5875/report/0">R828598C754</a> Remote Detection of Gas Emissions in Industrial Processes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5886/report/0">R828598C759</a> Searching for Optimum Composition of Phosphogypsum: Fly ash: Cement Composites for Oyster Culch Materials<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/9603/report/0">R828598C761</a> Development of a Phytologically-Based Biosorptive Water Treatment Process<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5869/report/0">R828598C766</a> Chlorinated Solvent Impact and Remediation Strategies for the Dry Cleaning Industry<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5867/report/0">R828598C769</a> Soil/Sediment Remediation by Hot Water Extraction Combined with In-Situ Wet Oxidation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5868/report/0">R828598C771</a> Fluoracrylate Polymer Supported Ligands as Catalysts for Environmentally Benign Synthesis in Supercritical Fluids<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5873/report/0">R828598C774</a> The Feasibility of Electrophoretic Repair of Impoundment Leaks<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5891/report/0">R828598C777</a> Surfactant Enhanced Photo-oxidation of Wastewaters<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5887/report/0">R828598C778</a> Stationary Power Generation Via Solid Oxide Fuel Cells: A Response to Pollution and Global Warming<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5880/report/0">R828598C786</a> Photocatalytic Recovery of Sulfur and Hydrogen From Hydrogen Sulfide<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5889/report/0">R828598C787</a> Biosurfactant Produced from Used Vegetable Oil for removal of Metals From Wastewaters and Soils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5870/report/0">R828598C789</a> Genetic Engineering of Enzymatic Cyanide Clearance<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5882/report/0">R828598C791</a> Characterizing the Intrinsic Remediation of MTBE at Field Sites<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5878/report/0">R828598C799</a> Simultaneous Water Conservation/Recycling/Reuse and Waste Reduction in Semiconductor Manufacturing<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7926/report/0">R828598C801</a> Building Defined Mixed Cultures To Biodegrade Diverse Mixtures Of Chlorinated Solvents<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5881/report/0">R828598C802</a> Engineering of Nanocrystal Based Catalytic Materials for Hydroprocessing of Halogenated Organics<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5872/report/0">R828598C807</a> Commercial Demonstration of Hydrogen Peroxide Injection to Control NOx Emissions from Combustion Sources<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5883/report/0">R828598C809</a> Evaluating Source Grouting and ORC for Remediating MTBE Sites<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/7927/report/0">R828598C810</a> Application of Total Cost Assessment To Process Design In the Chemical Industry<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5877/report/0">R828598C846</a> Quantitative Demonstration of Source-Zone Bioremediation in A Field-Scale Experimental Controlled Release System<br>
</p> </div>
</div>
</div>
<div id="block-epa-og-footer" class="block block-epa-og">
<p class="pagetop"><a href="#content">Top of Page</a></p>
<!--googleoff: all-->
<p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p>
</div>
<!--googleoff: all-->
</div>
</section>
<nav class="nav simple-nav simple-main-nav" role="navigation">
<div class="nav__inner">
<h2 class="element-invisible">Main menu</h2>
<ul class="menu" role="menu">
<li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA's research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li>
<li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws & Regulations</a></li>
<li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li>
</ul>
</div>
</nav>
<footer class="main-footer clearfix" role="contentinfo">
<div class="main-footer__inner">
<div class="region-footer">
<div class="block block-pane block-pane-epa-global-footer">
<div class="row cols-3">
<div class="col size-1of3">
<div class="col__title">Discover.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/accessibility">Accessibility</a></li>
<li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li>
<li><a href="https://www.epa.gov/planandbudget">Budget & Performance</a></li>
<li><a href="https://www.epa.gov/contracts">Contracting</a></li>
<li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li>
<li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li>
<li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Connect.</div>
<ul class="menu">
<li><a href="https://www.data.gov/">Data.gov</a></li>
<li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li>
<li><a href="https://www.epa.gov/careers">Jobs</a></li>
<li><a href="https://www.epa.gov/newsroom">Newsroom</a></li>
<li><a href="https://www.whitehouse.gov/open">Open Government</a></li>
<li><a href="http://www.regulations.gov/">Regulations.gov</a></li>
<li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li>
<li><a href="https://www.usa.gov/">USA.gov</a></li>
<li><a href="https://www.whitehouse.gov/">White House</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Ask.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li>
<li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li>
<li><a href="https://www.epa.gov/foia">FOIA Requests</a></li>
<li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li>
</ul>
<div class="col__title">Follow.</div>
<ul class="social-menu">
<li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li>
<li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li>
<li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li>
<li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li>
<li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li>
</ul>
<p class="last-updated">Last updated on Monday, March 17, 2003</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script>
<script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script>
<script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script>
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]-->
<!-- REMOVE if not using -->
<script language=javascript>
<!-- // Activate cloak
// pressing enter will not default submit the first defined button but the programmed defined button
function chkCDVal(cdVal)
{
var isErr = true;
try{
var CDParts = cdVal.split(',');
var st = CDParts[0];
var cd = CDParts[1];
var objRegExp = new RegExp('[0-9][0-9]');
if (!isNaN(st)) {
isErr = false;
}
if (!objRegExp.test(cd) || (cd.length>3)){
isErr = false;
}
}
catch(err){
isErr = false;
}
return isErr;
}
function checkCongDist(cdtxt)
{
//alert(cdtxt.value);
if (!chkCDVal(cdtxt.value)) {
alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08');
return false;
}
else {
return true;
}
}
function fnTrapKD(btn, event)
{
var btn = getObject(btn);
if (document.all)
{
if (event.keyCode == 13)
{
event.returnValue=false;event.cancel = true;btn.click();
}
}
else
{
if (event.which == 13)
{
event.returnValue=false;event.cancelBubble = true;btn.click();
}
}
}
function CheckFilter()
{ if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){
alert('You must select a subtopic. \n This item is not selectable');
document.searchform.presetTopic.options[0].selected = true;
}
}
function openHelpWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
win.focus();
}
function openNewWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
}
function openNewWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewMapWindow(url,title)
{
var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNoticeWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewSearchWindow(site,subj)
{
title = 'window';
var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no');
}
function autoCheck(name)
{
document.forms['thisForm'].elements[name].checked = true;
}
function alertUser()
{
var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you.");
}
function closePopupWindow(redirectUrl)
{
opener.location = redirectUrl;
opener.focus();
this.close();
}
//-->
</script>
</body>
</html> |
crypt/doc/org/security/crypt/pbe/PBKDF1KeyGenerator.html | shivam091/Java-Security | <!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 (1.8.0_11) on Mon Sep 01 21:58:18 IST 2014 -->
<title>PBKDF1KeyGenerator</title>
<meta name="date" content="2014-09-01">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PBKDF1KeyGenerator";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PBKDF1KeyGenerator.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/security/crypt/pbe/PBES2EncryptionScheme.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/security/crypt/pbe/PBKDF2KeyGenerator.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/security/crypt/pbe/PBKDF1KeyGenerator.html" target="_top">Frames</a></li>
<li><a href="PBKDF1KeyGenerator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.security.crypt.pbe</div>
<h2 title="Class PBKDF1KeyGenerator" class="title">Class PBKDF1KeyGenerator</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">org.security.crypt.pbe.AbstractPKCSKeyGenerator</a></li>
<li>
<ul class="inheritance">
<li>org.security.crypt.pbe.PBKDF1KeyGenerator</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/security/crypt/pbe/KeyGenerator.html" title="interface in org.security.crypt.pbe">KeyGenerator</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">PBKDF1KeyGenerator</span>
extends <a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">AbstractPKCSKeyGenerator</a></pre>
<div class="block">Implements the PBKDF1 key generation function defined in PKCS#5v2.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>shivam</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">
<!-- -->
</a>
<h3>Fields inherited from class org.security.crypt.pbe.<a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">AbstractPKCSKeyGenerator</a></h3>
<code><a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html#DEFAULT_ITERATION_COUNT">DEFAULT_ITERATION_COUNT</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/pbe/PBKDF1KeyGenerator.html#PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-">PBKDF1KeyGenerator</a></span>(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a> prf,
byte[] saltBytes)</code>
<div class="block">Creates a new instance that uses the given digest for the pseudorandom
function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/pbe/PBKDF1KeyGenerator.html#PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-int-">PBKDF1KeyGenerator</a></span>(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a> prf,
byte[] saltBytes,
int iterations)</code>
<div class="block">Creates a new instance that uses the given digest for the pseudorandom
function.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">
<!-- -->
</a>
<h3>Methods inherited from class org.security.crypt.pbe.<a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html" title="class in org.security.crypt.pbe">AbstractPKCSKeyGenerator</a></h3>
<code><a href="../../../../org/security/crypt/pbe/AbstractPKCSKeyGenerator.html#generate-char:A-int-">generate</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PBKDF1KeyGenerator</h4>
<pre>public PBKDF1KeyGenerator(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a> prf,
byte[] saltBytes)</pre>
<div class="block">Creates a new instance that uses the given digest for the pseudorandom
function.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>prf</code> - Pseudorandom function digest.</dd>
<dd><code>saltBytes</code> - Key derivation function salt bytes.</dd>
</dl>
</li>
</ul>
<a name="PBKDF1KeyGenerator-org.security.crypt.digest.DigestAlgorithm-byte:A-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PBKDF1KeyGenerator</h4>
<pre>public PBKDF1KeyGenerator(<a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a> prf,
byte[] saltBytes,
int iterations)</pre>
<div class="block">Creates a new instance that uses the given digest for the pseudorandom
function.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>prf</code> - Pseudorandom function digest.</dd>
<dd><code>saltBytes</code> - Key derivation function salt bytes.</dd>
<dd><code>iterations</code> - Key derivation function iteration count.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PBKDF1KeyGenerator.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/security/crypt/pbe/PBES2EncryptionScheme.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/security/crypt/pbe/PBKDF2KeyGenerator.html" title="class in org.security.crypt.pbe"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/security/crypt/pbe/PBKDF1KeyGenerator.html" target="_top">Frames</a></li>
<li><a href="PBKDF1KeyGenerator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.org.security.crypt.pbe.AbstractPKCSKeyGenerator">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
play-remote-onecol.html | erkyrath/quixe | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Quixe</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="media/glkote.css" type="text/css">
<link rel="stylesheet" href="media/dialog.css" type="text/css">
<style type="text/css">
body {
margin: 0px;
top: 0px;
bottom: 0px;
width: 100%;
background: #BBB; /* this color fills the left and right margins, next
to the gameport */
}
#header {
position: absolute;
width: 100%;
top: 0px;
height: 72px; /* header height */
margin: 0px;
background: #CCC; /* this color fills the header, all the way across */
}
#subheader {
position: relative;
width: 600px; /* column width */
height: 100%;
margin: auto;
/* a background color here will fill the header at a width of 600px */
}
#footer {
position: absolute;
width: 100%;
bottom: 0px;
height: 48px; /* footer height */
margin: 0px;
background: #CCC; /* this color fills the footer, all the way across */
}
#subfooter {
position: relative;
width: 600px; /* column width */
height: 100%;
margin: auto;
/* a background color here will fill the footer at a width of 600px */
}
.framelabel {
/* This class is used for the sample header and footer text. You can
replace it with your own CSS classes. */
padding-top: 1em;
font-size: 14px;
font-style: italic;
}
#column {
position: absolute;
width: 100%;
top: 72px; /* header height */
bottom: 48px; /* footer height */
margin: 0px;
}
#subcolumn {
position: relative;
width: 600px; /* column width */
height: 100%;
margin: auto;
}
#gameport {
position: absolute;
overflow: hidden;
background: #888; /* this color shows up only during loading, and
for the space between windows, if the spacing config value is nonzero */
margin: auto;
top: 0px;
bottom: 0px;
width: 100%;
}
@media screen and (max-device-width: 480px) {
/* This stanza kicks in on phone-sized mobile browsers (but not tablet-sized
ones). It narrows the column, including the header and footer content,
to 320px. If you want to support this layout, you'll probably have to
add more declarations here to simplify or shrink your header and footer
content. */
#subcolumn {
width: 320px;
}
#subheader {
width: 320px;
}
#subfooter {
width: 320px;
}
.framelabel {
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
}
}
</style>
<script src="lib/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="lib/glkote.min.js" type="text/javascript"></script>
<script src="lib/quixe.min.js" type="text/javascript"></script>
<script type="text/javascript">
game_options = {
default_story: 'stories/glulxercise.ulx',
spacing: 0,
use_query_story: true,
log_execution_time: true,
set_page_title: true
};
</script>
</head>
<body onload="GiLoad.load_run();">
<div id="header"><div id="subheader">
<div class="framelabel">This is the header. It is fixed at 72 pixels high,
in this template. To change the height, edit the two CSS lines labelled
"header height" (in this file) from "72px" to whatever value you choose.</div>
</div></div>
<div id="column"><div id="subcolumn">
<div id="gameport">
<div id="windowport">
<noscript><hr>
<p>You'll need to turn on Javascript in your web browser to play this game.</p>
<hr></noscript>
</div>
<div id="loadingpane">
<img src="media/waiting.gif" alt="LOADING"><br>
<em> Loading...</em>
</div>
<div id="errorpane" style="display:none;"><div id="errorcontent">...</div></div>
</div>
</div></div>
<div id="footer"><div id="subfooter">
<div class="framelabel">This is the footer. It is fixed at 48 pixels high.
To change it, edit the "footer height" lines.</div>
</div></div>
</body>
</html>
|
blog.html | mrhedgie/portfolio_site | <!DOCTYPE html>
<html data-wf-page="577759c0280cf6ac3336e9a2" data-wf-site="57771fef280cf6ac3336b90b">
<head>
<meta charset="utf-8">
<title>Blog</title>
<meta content="Blog" property="og:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/jasoncheng.webflow.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script type="text/javascript">
WebFont.load({
google: {
families: ["Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic","Quattrocento:regular,700","Quattrocento Sans:regular,italic,700,700italic"]
}
});
</script>
<script src="js/modernizr.js" type="text/javascript"></script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
</head>
<body class="body">
<div class="mobile-navigation">
<a class="mobile navigation-link-div w-hidden-main w-inline-block" data-ix="navigation-hover" href="about.html">
<div>About</div>
</a>
<a class="mobile navigation-link-div w-hidden-main w-inline-block" data-ix="navigation-hover" href="work.html">
<div>Work</div>
</a>
<a class="mobile navigation-link-div w-hidden-main w-inline-block" data-ix="navigation-hover" href="contact.html">
<div>Contact</div>
</a>
<div class="mobile-navigation-social-media-div w-hidden-main">
<a class="w-inline-block" href="https://www.instagram.com/jasonsscheng/" target="_blank"><img src="images/instagram.png">
</a>
<a class="w-inline-block" href="https://linkedin.com/in/jasontcheng" target="_blank"><img src="images/linkedin.png">
</a>
</div><img class="jason-avatar w-hidden-main w-hidden-small" sizes="(max-width: 479px) 75px, (max-width: 767px) 100vw, (max-width: 991px) 75px, 100vw" src="images/vector-avatar.png" srcset="images/vector-avatar-p-500x1173.png 500w, images/vector-avatar.png 1426w" width="75">
</div>
<div class="content-wrapper">
<div class="blog-page-hero pages-hero">
<nav class="container navigation w-clearfix">
<a class="w-inline-block" href="index.html">
<div class="logo">jc</div>
</a>
<a class="hamburger-div w-clearfix w-hidden-main w-inline-block" data-ix="hamburger" href="#">
<div class="burger-top"></div>
<div class="burger-mid"></div>
<div class="burger-bottom"></div>
</a>
<div class="navigation-links-div w-hidden-medium w-hidden-small w-hidden-tiny">
<a class="navigation-link-div w-inline-block" data-ix="navigation-hover" href="about.html">
<div class="navigation-text">About</div>
<div class="hover-div"></div>
</a>
<a class="navigation-link-div w-inline-block" data-ix="navigation-hover" href="work.html">
<div class="navigation-text">Work</div>
<div class="hover-div"></div>
</a>
<a class="navigation-link-div w-inline-block" data-ix="navigation-hover" href="contact.html">
<div class="navigation-text">Contact</div>
<div class="hover-div"></div>
</a>
<a class="instagram navigation-link-div w-inline-block" data-ix="social-media-hover" href="https://www.instagram.com/jasonsscheng/" target="_blank"><img class="desktop-navigation-social-media" src="images/instagram-icon-white.png" width="22">
</a>
<a class="linkedin navigation-link-div w-inline-block" data-ix="social-media-hover" href="https://linkedin.com/in/jasontcheng" target="_blank"><img class="desktop-navigation-social-media linkedin" src="images/linkedin-icon-white.png" width="22">
</a>
</div>
</nav>
<div class="container hero-text">
<h1 class="hero-title">Blog</h1>
<div class="hero-subtitle">Tips & Resources, Thoughts, Case Studies</div>
</div>
</div>
<div class="content-section">
<div class="section">
<div class="container">
<div class="w-dyn-list">
<div class="w-dyn-items">
<div class="w-clearfix w-dyn-item">
<div class="featured-blog">
<h2 class="featured-heading">Feature</h2>
<div class="featured-blog-text-div">
<div class="blog-date"></div>
<div class="blog-separator">·</div>
<div class="blog-date"></div>
<div class="blog-title"></div>
<div class="blog-summary"></div>
</div>
</div>
</div>
</div>
<div class="w-dyn-empty">
<div>No items found.</div>
</div>
</div>
</div>
<div class="container">
<div class="w-dyn-list">
<div class="blog-item-wrapper w-clearfix w-dyn-items w-row">
<div class="blog-page-item w-col w-col-4 w-dyn-item">
<div class="blog">
<div class="blog-top"></div>
<div class="blog-bottom">
<div class="blog-date"></div>
<div class="blog-separator">·</div>
<div class="blog-date"></div>
<div class="blog-title"></div>
<div class="blog-summary"></div>
</div>
</div>
</div>
</div>
<div class="w-dyn-empty">
<div>No items found.</div>
</div>
</div>
</div>
<div class="section">
<div class="container footer w-clearfix">
<div class="copyright footer-text">© 2016 Jason Cheng All Rights Reserved.</div>
<div class="footer-logo">jc</div>
<div class="footer-text made">Designed & Built by Jason. Crafted in Vancouver.</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js" type="text/javascript"></script>
<script src="js/webflow.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>
|
template/index.html | dominictarr/carpenter | <!DOCTYPE html>
<script>
{{{!browserify index.js}}}
</script>
<h1>
{{{-date}}}
</h1>
{{{=JSON.stringify({hello: 'THING'})}}}
</body>
|
src/License.Manager/partials/customer-detail.html | dnauck/License.Manager | <div class="jumbotron">
<div class="alert" ng-show="notificationAlert.show" ng-class="{'alert-error': notificationAlert.type == 'error', 'alert-success': notificationAlert.type == 'success', 'alert-info': notificationAlert.type == 'info'}">
{{notificationAlert.message}}
</div>
<form name="EditCustomerForm" class="form-horizontal">
<fieldset>
<legend>Customer details</legend>
<div class="control-group" ng-class="{ error: EditCustomerForm.Name.$invalid }">
<label class="control-label" for="Name">Name</label>
<div class="controls">
<input type="text" name="Name" class="input-large" ng-model="customer.name" placeholder="Name of the customer..." required>
<span class="help-inline" ng-show="EditCustomerForm.Name.$dirty && EditCustomerForm.Name.$error.required">Please specifiy the customer's name.</span>
</div>
</div>
<div class="control-group" ng-class="{ error: EditCustomerForm.Company.$invalid }">
<label class="control-label" for="Company">Company</label>
<div class="controls">
<input type="text" name="Company" class="input-large" ng-model="customer.company" placeholder="The customer's company...">
</div>
</div>
<div class="control-group" ng-class="{ error: EditCustomerForm.Email.$invalid }">
<label class="control-label" for="inputEmail">Email</label>
<div class="controls">
<input type="email" name="Email" class="input-large" ng-model="customer.email" placeholder="Email address…" required>
<span class="help-inline" ng-show="EditCustomerForm.Email.$error.email">This is not a valid email.</span>
</div>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary" ng-click="updateCustomer(customer)" ng-disabled="EditCustomerForm.$invalid">Save changes</button>
<button type="button" class="btn" ng-click="cancel()">Cancel</button>
</div>
</fieldset>
</form>
</div> |
boost/libs/math/doc/html/math_toolkit/history1.html | zjutjsj1004/third | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>History and What's New</title>
<link rel="stylesheet" href="../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../index.html" title="Math Toolkit 2.3.0">
<link rel="up" href="../overview.html" title="Chapter 1. Overview">
<link rel="prev" href="building.html" title="If and How to Build a Boost.Math Library, and its Examples and Tests">
<link rel="next" href="overview_tr1.html" title="C99 and C++ TR1 C-style Functions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="building.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview_tr1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="math_toolkit.history1"></a><a class="link" href="history1.html" title="History and What's New">History and What's New</a>
</h2></div></div></div>
<p>
Currently open bug reports can be viewed <a href="https://svn.boost.org/trac/boost/query?status=assigned&status=new&status=reopened&component=math&col=id&col=summary&col=status&col=type&col=milestone&col=component&order=priority" target="_top">here</a>.
</p>
<p>
All bug reports including closed ones can be viewed <a href="https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=math&col=id&col=summary&col=status&col=type&col=milestone&col=component&order=priority" target="_top">here</a>.
</p>
<h5>
<a name="math_toolkit.history1.h0"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_3_0_boost_1_60"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_3_0_boost_1_60">Math-2.3.0
(Boost-1.60)</a>
</h5>
<p>
New Features:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Promote the root finding and function minimization code to first class
citizens - these are now officially supported as part of the library.
</li>
<li class="listitem">
Allow the library to be used and tested with compiler exception handling
support turned off. To better facilitate this the default error handling
policies have been changed to <span class="emphasis"><em>errno_on_error</em></span> but only
when the compiler has no exception handling support.
</li>
</ul></div>
<p>
Patches:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fix behaviour of the non-central chi-squared distribution when the non-centrality
parameter is zero to match the chi-squared, see <a href="https://svn.boost.org/trac/boost/ticket/11557" target="_top">11557</a>.
</li>
<li class="listitem">
Fix comments in code for the hypergeometric to match what it actually does,
also fixes the parameter access functions to return the correct values.
See <a href="https://svn.boost.org/trac/boost/ticket/11556" target="_top">11556</a>.
</li>
<li class="listitem">
Stopped using hidden visiblity library build with the Oracle compiler as
it leads to unresolved externals from the C++ standard library. See <a href="https://svn.boost.org/trac/boost/ticket/11547" target="_top">11547</a>.
</li>
<li class="listitem">
Fix unintended use of __declspec when building with Oracle C++. See <a href="https://svn.boost.org/trac/boost/ticket/11546" target="_top">11546</a>.
</li>
<li class="listitem">
Fix corner case bug in root bracketing code, see <a href="https://svn.boost.org/trac/boost/ticket/11532" target="_top">11532</a>.
</li>
<li class="listitem">
Add some missing typecasts in arguments to std::max in Bernoulli code.
See <a href="https://svn.boost.org/trac/boost/ticket/11453" target="_top">11453</a>.
</li>
<li class="listitem">
Fix mistaken assumptions about the possible values for FLT_EVAL_METHOD.
See <a href="https://svn.boost.org/trac/boost/ticket/11429" target="_top">11429</a>.
</li>
<li class="listitem">
Completely revamped performance testing and error-rate measuring code so
we can more easily document how well (or not!) we're doing. This information
will hopefully get more frequently updated in future as it's more or less
automatically generated - see the <span class="emphasis"><em>reporting</em></span> sub-directory
for more information.
</li>
<li class="listitem">
Fix some corner cases in the beta, incomplete beta, and incomplete beta
derivative. With thanks to Rocco Romeo.
</li>
<li class="listitem">
Reorganized the Bessel functions internally to improve the performance
of Jn and Yn.
</li>
<li class="listitem">
Fixed skewness formula for triangular distribution, see <a href="https://svn.boost.org/trac/boost/ticket/11768" target="_top">#11768</a>.
</li>
<li class="listitem">
Fixed some examples so they compile on Unix platforms which have an ::exception
struct declared, see <a href="https://svn.boost.org/trac/boost/ticket/11827" target="_top">#11827</a>.
</li>
<li class="listitem">
Correct mistake in triangular distribution skewness formula <a href="https://svn.boost.org/trac/boost/ticket/11768" target="_top">11768</a>,
reported by Juan Leni.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h1"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_2_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_2_1">Math-2.2.1</a>
</h5>
<p>
Patch release for Boost-1.58:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Minor <a href="https://github.com/boostorg/math/pull/13#issuecomment-98905579" target="_top">patch
for Haiku support.</a>
</li>
<li class="listitem">
Fix the decimal digit count for 128-bit floating point types.
</li>
<li class="listitem">
Fix a few documentation typos.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h2"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_2_0_boost_1_58_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_2_0_boost_1_58_0">Math-2.2.0
(boost-1.58.0)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added two new special functions - <a class="link" href="sf_gamma/trigamma.html" title="Trigamma">trigamma</a>
and <a class="link" href="sf_gamma/polygamma.html" title="Polygamma">polygamma</a>.
</li>
<li class="listitem">
Fixed namespace scope constants so they are constexpr on conforming compilers,
see https://svn.boost.org/trac/boost/ticket/10901.
</li>
<li class="listitem">
Fixed various cases of spurious under/overflow in the incomplete beta and
gamma functions, plus the elliptic integrals, with thanks to Rocco Romeo.
</li>
<li class="listitem">
Fix 3-arg <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_p</a>
and <a class="link" href="sf_poly/legendre.html" title="Legendre (and Associated) Polynomials">legendre_q</a> functions
to not call the policy based overload if the final argument is not actually
a policy.
</li>
<li class="listitem">
Cleaned up some dead code in the incomplete beta function, see <a href="https://svn.boost.org/trac/boost/ticket/10985" target="_top">#10985</a>.
</li>
<li class="listitem">
Fixed extreme-value pdf for large valued inputs, see <a href="https://svn.boost.org/trac/boost/ticket/10938" target="_top">#10938</a>.
</li>
<li class="listitem">
Large update to the Elliptic integral code to use Carlson's latest algorithms
- these should be more stable, more accurate and slightly faster than before.
Also added support for Carlson's RG integral.
</li>
<li class="listitem">
Added <a class="link" href="ellint/ellint_d.html" title="Elliptic Integral D - Legendre Form">ellint_d</a>, <a class="link" href="ellint/jacobi_zeta.html" title="Jacobi Zeta Function">jacobi_zeta</a> and <a class="link" href="ellint/heuman_lambda.html" title="Heuman Lambda Function">heuman_lambda</a> elliptic
integrals.
</li>
<li class="listitem">
Switched documentation to use SVG rather than PNG graphs and equations
- browsers seem to have finally caught up!
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h3"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_1_0_boost_1_57_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_1_0_boost_1_57_0">Math-2.1.0
(boost-1.57.0)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added <a class="link" href="dist_ref/dists/hyperexponential_dist.html" title="Hyperexponential Distribution">Hyperexponential
Distribution</a>.
</li>
<li class="listitem">
Fix some spurious overflows in the incomplete gamma functions (with thanks
to Rocco Romeo).
</li>
<li class="listitem">
Fix bug in derivative of incomplete beta when a = b = 0.5 - this also effects
several non-central distributions, see <a href="https://svn.boost.org/trac/boost/ticket/10480" target="_top">10480</a>.
</li>
<li class="listitem">
Fixed some corner cases in <a class="link" href="rounding/round.html" title="Rounding Functions">round</a>.
</li>
<li class="listitem">
Don't support 80-bit floats in cstdfloat.hpp if standard library support
is broken.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h4"></a>
<span class="phrase"><a name="math_toolkit.history1.math_2_0_0_boost_1_56_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_2_0_0_boost_1_56_0">Math-2.0.0
(Boost-1.56.0)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="bold"><strong>Breaking change</strong></span>: moved a number of non-core
headers that are predominantly used for internal maintenance into <code class="computeroutput"><span class="identifier">libs</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">include_private</span></code>. The headers effected
are <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">remez</span><span class="special">.</span><span class="identifier">hpp</span></code>,
<code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">constants</span><span class="special">/</span><span class="identifier">generate</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">solve</span><span class="special">.</span><span class="identifier">hpp</span></code>,
<code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test</span><span class="special">.</span><span class="identifier">hpp</span></code>. You can continue to use these headers
by adding <code class="computeroutput"><span class="identifier">libs</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">include_private</span></code> to your compiler's include
path.
</li>
<li class="listitem">
<span class="bold"><strong>Breaking change</strong></span>: A number of distributions
and special functions were returning the maximum finite value rather than
raising an <a class="link" href="error_handling.html#math_toolkit.error_handling.overflow_error">overflow_error</a>,
this has now been fixed, which means these functions now behave as documented.
However, since the default behavior on raising an <a class="link" href="error_handling.html#math_toolkit.error_handling.overflow_error">overflow_error</a>
is to throw a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">overflow_error</span></code> exception, applications
which have come to reply rely on these functions not throwing may experience
exceptions where they did not before. The special functions involved are
<a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inva</a>,
<a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inva</a>,
<a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_inva</a>,
<a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_inva</a>,
<a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibeta_invb</a>,
<a class="link" href="sf_beta/ibeta_inv_function.html" title="The Incomplete Beta Function Inverses">ibetac_invb</a>,
<a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_p_inv</a>, <a class="link" href="sf_gamma/igamma_inv.html" title="Incomplete Gamma Function Inverses">gamma_q_inv</a>. The distributions
involved are <a class="link" href="dist_ref/dists/pareto.html" title="Pareto Distribution">Pareto
Distribution</a>, <a class="link" href="dist_ref/dists/beta_dist.html" title="Beta Distribution">Beta
Distribution</a>, <a class="link" href="dist_ref/dists/geometric_dist.html" title="Geometric Distribution">Geometric
Distribution</a>, <a class="link" href="dist_ref/dists/negative_binomial_dist.html" title="Negative Binomial Distribution">Negative
Binomial Distribution</a>, <a class="link" href="dist_ref/dists/binomial_dist.html" title="Binomial Distribution">Binomial
Distribution</a>, <a class="link" href="dist_ref/dists/chi_squared_dist.html" title="Chi Squared Distribution">Chi
Squared Distribution</a>, <a class="link" href="dist_ref/dists/gamma_dist.html" title="Gamma (and Erlang) Distribution">Gamma
Distribution</a>, <a class="link" href="dist_ref/dists/inverse_chi_squared_dist.html" title="Inverse Chi Squared Distribution">Inverse
chi squared Distribution</a>, <a class="link" href="dist_ref/dists/inverse_gamma_dist.html" title="Inverse Gamma Distribution">Inverse
Gamma Distribution</a>. See <a href="https://svn.boost.org/trac/boost/ticket/10111" target="_top">#10111</a>.
</li>
<li class="listitem">
Fix <a class="link" href="rounding/round.html" title="Rounding Functions">round</a> and <a class="link" href="rounding/trunc.html" title="Truncation Functions">trunc</a> functions so they can
be used with integer arguments, see <a href="https://svn.boost.org/trac/boost/ticket/10066" target="_top">#10066</a>.
</li>
<li class="listitem">
Fix Halley iteration to handle zero derivative (with non-zero second derivative),
see <a href="https://svn.boost.org/trac/boost/ticket/10046" target="_top">#10046</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h5"></a>
<span class="phrase"><a name="math_toolkit.history1.math_1_9_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_1_9_1">Math-1.9.1</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fix Geometric distribution use of Policies, see <a href="https://svn.boost.org/trac/boost/ticket/9833" target="_top">#9833</a>.
</li>
<li class="listitem">
Fix corner cases in the negative binomial distribution, see <a href="https://svn.boost.org/trac/boost/ticket/9834" target="_top">#9834</a>.
</li>
<li class="listitem">
Fix compilation failures on Mac OS.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h6"></a>
<span class="phrase"><a name="math_toolkit.history1.math_1_9_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.math_1_9_0">Math-1.9.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Changed version number to new Boost.Math specific version now that we're
in the modular Boost world.
</li>
<li class="listitem">
Added <a class="link" href="number_series/bernoulli_numbers.html" title="Bernoulli Numbers">Bernoulli
numbers</a>, changed arbitrary precision <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a>/<a class="link" href="sf_gamma/lgamma.html" title="Log Gamma">lgamma</a> to use Sterling's
approximation (from Nikhar Agrawal).
</li>
<li class="listitem">
Added first derivatives of the Bessel functions: <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_bessel_j_prime</a>,
<a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_neumann_prime</a>,
<a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_bessel_i_prime</a>,
<a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">cyl_bessel_k_prime</a>,
<a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">sph_bessel_prime</a>
and <a class="link" href="bessel/bessel_derivatives.html" title="Derivatives of the Bessel Functions">sph_neumann_prime</a>
(from Anton Bikineev).
</li>
<li class="listitem">
Fixed buggy Student's t example code, along with docs for testing sample
means for equivalence.
</li>
<li class="listitem">
Documented <code class="computeroutput"><span class="identifier">max_iter</span></code> parameter
in root finding code better, see <a href="https://svn.boost.org/trac/boost/ticket/9225" target="_top">#9225</a>.
</li>
<li class="listitem">
Add option to explicitly enable/disable use of __float128 in constants
code, see <a href="https://svn.boost.org/trac/boost/ticket/9240" target="_top">#9240</a>.
</li>
<li class="listitem">
Cleaned up handling of negative values in Bessel I0 and I1 code (removed
dead code), see <a href="https://svn.boost.org/trac/boost/ticket/9512" target="_top">#9512</a>.
</li>
<li class="listitem">
Fixed handling of very small values passed to <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a>
and <a class="link" href="sf_gamma/lgamma.html" title="Log Gamma">lgamma</a> so they
don't generate spurious overflows (thanks to Rocco Romeo).
</li>
<li class="listitem">
<a href="https://svn.boost.org/trac/boost/ticket/9672" target="_top">#9672 PDF and
CDF of a Laplace distribution throwing domain_error</a> Random variate
can now be infinite.
</li>
<li class="listitem">
Fixed several corner cases in <a class="link" href="factorials/sf_rising_factorial.html" title="Rising Factorial">rising_factorial</a>,
<a class="link" href="factorials/sf_falling_factorial.html" title="Falling Factorial">falling_factorial</a>
and <a class="link" href="sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_delta_ratio</a>
with thanks to Rocco Romeo.
</li>
<li class="listitem">
Fixed several corner cases in <a class="link" href="factorials/sf_rising_factorial.html" title="Rising Factorial">rising_factorial</a>,
<a class="link" href="factorials/sf_falling_factorial.html" title="Falling Factorial">falling_factorial</a>
and <a class="link" href="sf_gamma/gamma_ratios.html" title="Ratios of Gamma Functions">tgamma_delta_ratio</a>
(thanks to Rocco Romeo).
</li>
<li class="listitem">
Removed constant <code class="computeroutput"><span class="identifier">pow23_four_minus_pi</span>
</code> whose value did not match the name (and was unused by Boost.Math),
see <a href="https://svn.boost.org/trac/boost/ticket/9712" target="_top">#9712</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h7"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_55"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_55">Boost-1.55</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Suppress numerous warnings (mostly from GCC-4.8 and MSVC) <a href="https://svn.boost.org/trac/boost/ticket/8384" target="_top">#8384</a>,
<a href="https://svn.boost.org/trac/boost/ticket/8855" target="_top">#8855</a>,
<a href="https://svn.boost.org/trac/boost/ticket/9107" target="_top">#9107</a>,
<a href="https://svn.boost.org/trac/boost/ticket/9109" target="_top">#9109</a>..
</li>
<li class="listitem">
Fixed PGI compilation issue <a href="https://svn.boost.org/trac/boost/ticket/8333" target="_top">#8333</a>.
</li>
<li class="listitem">
Fixed PGI constant value initialization issue that caused erf to generate
incorrect results <a href="https://svn.boost.org/trac/boost/ticket/8621" target="_top">#8621</a>.
</li>
<li class="listitem">
Prevent macro expansion of some C99 macros that are also C++ functions
<a href="https://svn.boost.org/trac/boost/ticket/8732" target="_top">#8732</a>
and <a href="https://svn.boost.org/trac/boost/ticket/8733" target="_top">#8733</a>..
</li>
<li class="listitem">
Fixed Student's T distribution to behave correctly with huge degrees of
freedom (larger than the largest representable integer) <a href="https://svn.boost.org/trac/boost/ticket/8837" target="_top">#8837</a>.
</li>
<li class="listitem">
Make some core functions usable with <code class="computeroutput"><span class="keyword">long</span>
<span class="keyword">double</span></code> even when the platform has
no standard library <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> support <a href="https://svn.boost.org/trac/boost/ticket/8940" target="_top">#8940</a>.
</li>
<li class="listitem">
Fix error handling of distributions to catch invalid scale and location
parameters when the random variable is infinite <a href="https://svn.boost.org/trac/boost/ticket/9042" target="_top">#9042</a>
and <a href="https://svn.boost.org/trac/boost/ticket/9126" target="_top">#9126</a>.
</li>
<li class="listitem">
Add workaround for broken <tuple> in Intel C++ 14 <a href="https://svn.boost.org/trac/boost/ticket/9087" target="_top">#9087</a>.
</li>
<li class="listitem">
Improve consistency of argument reduction in the elliptic integrals <a href="https://svn.boost.org/trac/boost/ticket/9104" target="_top">#9104</a>.
</li>
<li class="listitem">
Fix bug in inverse incomplete beta that results in cancellation errors
when the beta function is really an arcsine or Student's T distribution.
</li>
<li class="listitem">
Fix issue in Bessel I and K function continued fractions that causes spurious
over/underflow.
</li>
<li class="listitem">
Add improvement to non-central chi squared distribution quantile due to
Thomas Luu.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h8"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_54"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_54">Boost-1.54</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Major reorganization to incorporate other Boost.Math like Integer Utilities
Integer Utilities (Greatest Common Divisor and Least Common Multiple),
quaternions and octonions. Making new chapter headings.
</li>
<li class="listitem">
Added many references to Boost.Multiprecision and <code class="computeroutput"><span class="identifier">cpp_dec_float_50</span></code>
as an example of a User-defined Type (UDT).
</li>
<li class="listitem">
Added Clang to list of supported compilers.
</li>
<li class="listitem">
Fixed constants to use a thread-safe cache of computed values when used
at arbitrary precision.
</li>
<li class="listitem">
Added finding zeros of Bessel functions <code class="computeroutput"><span class="identifier">cyl_bessel_j_zero</span></code>,
<code class="computeroutput"><span class="identifier">cyl_neumann_zero</span></code>, <code class="computeroutput"><span class="identifier">airy_ai_zero</span></code> and <code class="computeroutput"><span class="identifier">airy_bi_zero</span></code>(by
Christopher Kormanyos).
</li>
<li class="listitem">
More accuracy improvements to the Bessel J and Y functions from Rocco Romeo.
</li>
<li class="listitem">
Fixed nasty cyclic dependency bug that caused some headers to not compile
<a href="https://svn.boost.org/trac/boost/ticket/7999" target="_top">#7999</a>.
</li>
<li class="listitem">
Fixed bug in <a class="link" href="sf_gamma/tgamma.html" title="Gamma">tgamma</a>
that caused spurious overflow for arguments between 142.5 and 143.
</li>
<li class="listitem">
Fixed bug in raise_rounding_error that caused it to return an incorrect
result when throwing an exception is turned off <a href="https://svn.boost.org/trac/boost/ticket/7905" target="_top">#7905</a>.
</li>
<li class="listitem">
Added minimal __float128 support.
</li>
<li class="listitem">
Fixed bug in edge-cases of poisson quantile <a href="https://svn.boost.org/trac/boost/ticket/8308" target="_top">#8308</a>.
</li>
<li class="listitem">
Adjusted heuristics used in Halley iteration to cope with inverting the
incomplete beta in tricky regions where the derivative is flatlining. Example
is computing the quantile of the Fisher F distribution for probabilities
smaller than machine epsilon. See ticket <a href="https://svn.boost.org/trac/boost/ticket/8314" target="_top">#8314</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h9"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_53"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_53">Boost-1.53</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/7325" target="_top">#7325</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7415" target="_top">#7415</a>
and <a href="https://svn.boost.org/trac/boost/ticket/7416" target="_top">#7416</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7183" target="_top">#7183</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7649" target="_top">#7649</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7694" target="_top">#7694</a>,
<a href="https://svn.boost.org/trac/boost/ticket/4445" target="_top">#4445</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7492" target="_top">#7492</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7891" target="_top">#7891</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7429" target="_top">#7429</a>.
</li>
<li class="listitem">
Fixed mistake in calculating pooled standard deviation in two-sample students
t example <a href="https://svn.boost.org/trac/boost/ticket/7402" target="_top">#7402</a>.
</li>
<li class="listitem">
Improve complex acos/asin/atan, see <a href="https://svn.boost.org/trac/boost/ticket/7290" target="_top">#7290</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7291" target="_top">#7291</a>.
</li>
<li class="listitem">
Improve accuracy in some corner cases of <a class="link" href="bessel/bessel_first.html" title="Bessel Functions of the First and Second Kinds">cyl_bessel_j</a>
and <a class="link" href="sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_p</a>/<a class="link" href="sf_gamma/igamma.html" title="Incomplete Gamma Functions">gamma_q</a>
thanks to suggestions from Rocco Romeo.
</li>
<li class="listitem">
Improve accuracy of Bessel J and Y for integer orders thanks to suggestions
from Rocco Romeo.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h10"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_52"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_52">Boost-1.52</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Corrected moments for small degrees of freedom <a href="https://svn.boost.org/trac/boost/ticket/7177" target="_top">#7177</a>
(reported by Thomas Mang).
</li>
<li class="listitem">
Added <a class="link" href="airy.html" title="Airy Functions">Airy functions</a> and <a class="link" href="jacobi.html" title="Jacobi Elliptic Functions">Jacobi Elliptic functions</a>.
</li>
<li class="listitem">
Corrected failure to detect bad parameters in many distributions <a href="https://svn.boost.org/trac/boost/ticket/6934" target="_top">#6934</a> (reported
by Florian Schoppmann) by adding a function check_out_of_range to test
many possible bad parameters. This test revealed several distributions
where the checks for bad parameters were ineffective, and these have been
rectified.
</li>
<li class="listitem">
Fixed issue in Hankel functions that causes incorrect values to be returned
for <span class="emphasis"><em>x < 0</em></span> and ν odd, see <a href="https://svn.boost.org/trac/boost/ticket/7135" target="_top">#7135</a>.
</li>
<li class="listitem">
Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/6517" target="_top">#6517</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6362" target="_top">#6362</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7053" target="_top">#7053</a>,
<a href="https://svn.boost.org/trac/boost/ticket/2693" target="_top">#2693</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6937" target="_top">#6937</a>,
<a href="https://svn.boost.org/trac/boost/ticket/7099" target="_top">#7099</a>.
</li>
<li class="listitem">
Permitted infinite degrees of freedom <a href="https://svn.boost.org/trac/boost/ticket/7259" target="_top">#7259</a>
implemented using the normal distribution (requested by Thomas Mang).
</li>
<li class="listitem">
Much enhanced accuracy for large degrees of freedom ν and/or large non-centrality
δ
by switching to use the Students t distribution (or Normal distribution
for infinite degrees of freedom) centered at delta, when δ / (4 * ν) <
epsilon for the floating-point type in use. <a href="https://svn.boost.org/trac/boost/ticket/7259" target="_top">#7259</a>.
It was found that the incomplete beta was suffering from serious cancellation
errors when degrees of freedom was very large. (That has now been fixed
in our code, but any code based on Didonato and Morris's original papers
(probably every implementation out there actually) will have the same issue).
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h11"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_51"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_51">Boost-1.51</a>
</h5>
<p>
See Boost-1.52 - some items were added but not listed in time for the release.
</p>
<h5>
<a name="math_toolkit.history1.h12"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_50"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_50">Boost-1.50</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Promoted math constants to be 1st class citizens, including convenient
access to the most widely used built-in float, double, long double via
three namespaces.
</li>
<li class="listitem">
Added the Owen's T function and Skew Normal distribution written by Benjamin
Sobotta: see <a class="link" href="owens_t.html" title="Owen's T function">Owens T</a> and skew_normal_distrib.
</li>
<li class="listitem">
Added Hankel functions <a class="link" href="hankel/cyl_hankel.html" title="Cyclic Hankel Functions">cyl_hankel_1</a>,
<a class="link" href="hankel/cyl_hankel.html" title="Cyclic Hankel Functions">cyl_hankel_2</a>, <a class="link" href="hankel/sph_hankel.html" title="Spherical Hankel Functions">sph_hankel_1</a> and <a class="link" href="hankel/sph_hankel.html" title="Spherical Hankel Functions">sph_hankel_2</a>.
</li>
<li class="listitem">
Corrected issue <a href="https://svn.boost.org/trac/boost/ticket/6627" target="_top">#6627
nonfinite_num_put formatting of 0.0 is incorrect</a> based on a patch
submitted by K R Walker.
</li>
<li class="listitem">
Changed constant initialization mechanism so that it is thread safe even
for user-defined types, also so that user defined types get the full precision
of the constant, even when <code class="computeroutput"><span class="keyword">long</span>
<span class="keyword">double</span></code> does not. So for example
128-bit rational approximations will work with UDT's and do the right thing,
even though <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code>
may be only 64 or 80 bits.
</li>
<li class="listitem">
Fixed issue in <code class="computeroutput"><span class="identifier">bessel_jy</span></code>
which causes Y<sub>8.5</sub>(4π) to yield a NaN.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h13"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_49"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_49">Boost-1.49</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Deprecated wrongly named <code class="computeroutput"><span class="identifier">twothirds</span></code>
math constant in favour of <code class="computeroutput"><span class="identifier">two_thirds</span></code>
(with underscore separator). (issue <a href="https://svn.boost.org/trac/boost/ticket/6199" target="_top">#6199</a>).
</li>
<li class="listitem">
Refactored test data and some special function code to improve support
for arbitary precision and/or expression-template-enabled types.
</li>
<li class="listitem">
Added new faster zeta function evaluation method.
</li>
</ul></div>
<p>
Fixed issues:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Corrected CDF complement for Laplace distribution (issue <a href="https://svn.boost.org/trac/boost/ticket/6151" target="_top">#6151</a>).
</li>
<li class="listitem">
Corrected branch cuts on the complex inverse trig functions, to handle
signed zeros (issue <a href="https://svn.boost.org/trac/boost/ticket/6171" target="_top">#6171</a>).
</li>
<li class="listitem">
Fixed bug in <code class="computeroutput"><span class="identifier">bessel_yn</span></code>
which caused incorrect overflow errors to be raised for negative <span class="emphasis"><em>n</em></span>
(issue <a href="https://svn.boost.org/trac/boost/ticket/6367" target="_top">#6367</a>).
</li>
<li class="listitem">
Also fixed minor/cosmetic/configuration issues <a href="https://svn.boost.org/trac/boost/ticket/6120" target="_top">#6120</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6191" target="_top">#6191</a>,
<a href="https://svn.boost.org/trac/boost/ticket/5982" target="_top">#5982</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6130" target="_top">#6130</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6234" target="_top">#6234</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6307" target="_top">#6307</a>,
<a href="https://svn.boost.org/trac/boost/ticket/6192" target="_top">#6192</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h14"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_48"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_48">Boost-1.48</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added new series evaluation methods to the cyclic Bessel I, J, K and Y
functions. Also taken great care to avoid spurious over and underflow of
these functions. Fixes issue <a href="https://svn.boost.org/trac/boost/ticket/5560" target="_top">#5560</a>
</li>
<li class="listitem">
Added an example of using Inverse Chi-Squared distribution for Bayesian
statistics, provided by Thomas Mang.
</li>
<li class="listitem">
Added tests to use improved version of lexical_cast which handles C99 nonfinites
without using globale facets.
</li>
<li class="listitem">
Corrected wrong out-of-bound uniform distribution CDF complement values
<a href="https://svn.boost.org/trac/boost/ticket/5733" target="_top">#5733</a>.
</li>
<li class="listitem">
Enabled long double support on OpenBSD (issue <a href="https://svn.boost.org/trac/boost/ticket/6014" target="_top">#6014</a>).
</li>
<li class="listitem">
Changed nextafter and related functions to behave in the same way as other
implementations - so that nextafter(+INF, 0) is a finite value (issue
<a href="https://svn.boost.org/trac/boost/ticket/5823" target="_top">#5832</a>).
</li>
<li class="listitem">
Changed tuple include configuration to fix issue when using in conjunction
with Boost.Tr1 (issue <a href="https://svn.boost.org/trac/boost/ticket/5934" target="_top">#5934</a>).
</li>
<li class="listitem">
Changed class eps_tolerance to behave correctly when both ends of the range
are zero (issue <a href="https://svn.boost.org/trac/boost/ticket/6001" target="_top">#6001</a>).
</li>
<li class="listitem">
Fixed missing include guards on prime.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5927" target="_top">#5927</a>).
</li>
<li class="listitem">
Removed unused/undocumented constants from constants.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5982" target="_top">#5982</a>).
</li>
<li class="listitem">
Fixed missing std:: prefix in nonfinite_num_facets.hpp (issue <a href="https://svn.boost.org/trac/boost/ticket/5914" target="_top">#5914</a>).
</li>
<li class="listitem">
Minor patches for Cray compiler compatibility.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h15"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_47"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_47">Boost-1.47</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added changesign function to sign.hpp to facilitate addition of nonfinite
facets.
</li>
<li class="listitem">
Addition of nonfinite facets from Johan Rade, with tests, examples of use
for C99 format infinity and NaN, and documentation.
</li>
<li class="listitem">
Added tests and documentation of changesign from Johan Rade.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h16"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_46_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_46_1">Boost-1.46.1</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/5095" target="_top">#5095</a>,
<a href="https://svn.boost.org/trac/boost/ticket/5095" target="_top">#5113</a>.
</li></ul></div>
<h5>
<a name="math_toolkit.history1.h17"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_46_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_46_0">Boost-1.46.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added Wald, Inverse Gaussian and geometric distributions.
</li>
<li class="listitem">
Added information about configuration macros.
</li>
<li class="listitem">
Added support for mpreal as a real-numbered type.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h18"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_45_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_45_0">Boost-1.45.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added warnings about potential ambiguity with std random library in distribution
and function names.
</li>
<li class="listitem">
Added inverse gamma distribution and inverse chi_square and scaled inverse
chi_square.
</li>
<li class="listitem">
Editorial revision of documentation, and added FAQ.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h19"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_44_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_44_0">Boost-1.44.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Fixed incorrect range and support for Rayleigh distribution.
</li>
<li class="listitem">
Fixed numerical error in the quantile of the Student's T distribution:
the function was returning garbage values for non-integer degrees of freedom
between 2 and 3.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h20"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_41_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_41_0">Boost-1.41.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Significantly improved performance for the incomplete gamma function and
its inverse.
</li></ul></div>
<h5>
<a name="math_toolkit.history1.h21"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_40_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_40_0">Boost-1.40.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added support for MPFR as a bignum type.
</li>
<li class="listitem">
Added some full specializations of the policy classes to reduce compile
times.
</li>
<li class="listitem">
Added logistic and hypergeometric distributions, from Gautam Sewani's Google
Summer of Code project.
</li>
<li class="listitem">
Added Laplace distribution submitted by Thijs van den Berg.
</li>
<li class="listitem">
Updated performance test code to include new distributions, and improved
the performance of the non-central distributions.
</li>
<li class="listitem">
Added SSE2 optimised <a class="link" href="lanczos.html" title="The Lanczos Approximation">Lanczos approximation</a>
code, from Gautam Sewani's Google Summer of Code project.
</li>
<li class="listitem">
Fixed bug in cyl_bessel_i that used an incorrect approximation for ν = 0.5,
also effects the non-central Chi Square Distribution when ν = 3, see bug
report <a href="https://svn.boost.org/trac/boost/ticket/2877" target="_top">#2877</a>.
</li>
<li class="listitem">
Fixed minor bugs <a href="https://svn.boost.org/trac/boost/ticket/2873" target="_top">#2873</a>.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h22"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_38_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_38_0">Boost-1.38.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added Johan Råde's optimised floating point classification routines.
</li>
<li class="listitem">
Fixed code so that it compiles in GCC's -pedantic mode (bug report <a href="https://svn.boost.org/trac/boost/ticket/1451" target="_top">#1451</a>).
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h23"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_37_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_37_0">Boost-1.37.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Improved accuracy and testing of the inverse hypergeometric functions.
</li></ul></div>
<h5>
<a name="math_toolkit.history1.h24"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_36_0"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_36_0">Boost-1.36.0</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added Noncentral Chi Squared Distribution.
</li>
<li class="listitem">
Added Noncentral Beta Distribution.
</li>
<li class="listitem">
Added Noncentral F Distribution.
</li>
<li class="listitem">
Added Noncentral T Distribution.
</li>
<li class="listitem">
Added Exponential Integral Functions.
</li>
<li class="listitem">
Added Zeta Function.
</li>
<li class="listitem">
Added Rounding and Truncation functions.
</li>
<li class="listitem">
Added Compile time powers of runtime bases.
</li>
<li class="listitem">
Added SSE2 optimizations for Lanczos evaluation.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h25"></a>
<span class="phrase"><a name="math_toolkit.history1.boost_1_35_0_post_review_first_o"></a></span><a class="link" href="history1.html#math_toolkit.history1.boost_1_35_0_post_review_first_o">Boost-1.35.0:
Post Review First Official Release</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Added Policy based framework that allows fine grained control over function
behaviour.
</li>
<li class="listitem">
<span class="bold"><strong>Breaking change:</strong></span> Changed default behaviour
for domain, pole and overflow errors to throw an exception (based on review
feedback), this behaviour can be customised using <a class="link" href="../policy.html" title="Chapter 15. Policies: Controlling Precision, Error Handling etc">Policy</a>'s.
</li>
<li class="listitem">
<span class="bold"><strong>Breaking change:</strong></span> Changed exception thrown
when an internal evaluation error occurs to boost::math::evaluation_error.
</li>
<li class="listitem">
<span class="bold"><strong>Breaking change:</strong></span> Changed discrete quantiles
to return an integer result: this is anything up to 20 times faster than
finding the true root, this behaviour can be customised using <a class="link" href="../policy.html" title="Chapter 15. Policies: Controlling Precision, Error Handling etc">Policy</a>'s.
</li>
<li class="listitem">
Polynomial/rational function evaluation is now customisable and hopefully
faster than before.
</li>
<li class="listitem">
Added performance test program.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h26"></a>
<span class="phrase"><a name="math_toolkit.history1.milestone_4_second_review_candid"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_4_second_review_candid">Milestone
4: Second Review Candidate (1st March 2007)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Moved Xiaogang Zhang's Bessel Functions code into the library, and brought
them into line with the rest of the code.
</li>
<li class="listitem">
Added C# "Distribution Explorer" demo application.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h27"></a>
<span class="phrase"><a name="math_toolkit.history1.milestone_3_first_review_candida"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_3_first_review_candida">Milestone
3: First Review Candidate (31st Dec 2006)</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Implemented the main probability distribution and density functions.
</li>
<li class="listitem">
Implemented digamma.
</li>
<li class="listitem">
Added more factorial functions.
</li>
<li class="listitem">
Implemented the Hermite, Legendre and Laguerre polynomials plus the spherical
harmonic functions from TR1.
</li>
<li class="listitem">
Moved Xiaogang Zhang's elliptic integral code into the library, and brought
them into line with the rest of the code.
</li>
<li class="listitem">
Moved Hubert Holin's existing Boost.Math special functions into this library
and brought them into line with the rest of the code.
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h28"></a>
<span class="phrase"><a name="math_toolkit.history1.milestone_2_released_september_1"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_2_released_september_1">Milestone
2: Released September 10th 2006</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Implement preview release of the statistical distributions.
</li>
<li class="listitem">
Added statistical distributions tutorial.
</li>
<li class="listitem">
Implemented root finding algorithms.
</li>
<li class="listitem">
Implemented the inverses of the incomplete gamma and beta functions.
</li>
<li class="listitem">
Rewrite erf/erfc as rational approximations (valid to 128-bit precision).
</li>
<li class="listitem">
Integrated the statistical results generated from the test data with Boost.Test:
uses a database of expected results, indexed by test, floating point type,
platform, and compiler.
</li>
<li class="listitem">
Improved lgamma near 1 and 2 (rational approximations).
</li>
<li class="listitem">
Improved erf/erfc inverses (rational approximations).
</li>
<li class="listitem">
Implemented Rational function generation (the Remez method).
</li>
</ul></div>
<h5>
<a name="math_toolkit.history1.h29"></a>
<span class="phrase"><a name="math_toolkit.history1.milestone_1_released_march_31st_"></a></span><a class="link" href="history1.html#math_toolkit.history1.milestone_1_released_march_31st_">Milestone
1: Released March 31st 2006</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Implement gamma/beta/erf functions along with their incomplete counterparts.
</li>
<li class="listitem">
Generate high quality test data, against which future improvements can
be judged.
</li>
<li class="listitem">
Provide tools for the evaluation of infinite series, continued fractions,
and rational functions.
</li>
<li class="listitem">
Provide tools for testing against tabulated test data, and collecting statistics
on error rates.
</li>
<li class="listitem">
Provide sufficient docs for people to be able to find their way around
the library.
</li>
</ul></div>
<p>
SVN Revisions:
</p>
<p>
Sandbox and trunk last synchonised at revision: .
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2006-2010, 2012-2014 Nikhar Agrawal,
Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
Holin, Bruno Lalande, John Maddock, Johan Råde, Gautam Sewani, Benjamin Sobotta,
Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="building.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview_tr1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
gae_app/templates/layout.html | msbmsb/lyricsmash | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Lyricsmash (alpha test)</title>
<meta name="keywords" content="lyrics mashup mash music" />
<link href="/css/default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- start header -->
<div id="logo">
<h1><a href="/">LyricSmash</a></h1>
<h2> :: Lyric mashup</h2>
</div>
<div id="header">
<div id="menu">
<ul>
<li><a href="/">About</a></li>
<li><a href="http://github.com/msbmsb/lyricsmash">Source Code</a></li>
</ul>
</div>
</div>
<!-- end header -->
<div id="wrapper">
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
{% block content %}
<div class="post">
<h1 class="title">Error</h1>
<div class="entry">
<p>no content</p>
</div>
</div>
{% endblock %}
</div>
<!-- end content -->
<div style="clear: both;"> </div>
</div>
</div>
<!-- end page -->
<!-- start footer -->
<div id="footer">
<p id="legal">2010, <a href="https://www.google.com/profiles/mitchellbowden">Mitchell Bowden</a></p>
</div>
<!-- end footer -->
</body>
</html>
|
css/style.css | tholman/zenpen | /*!
* ZenPen
* http://www.zenpen.io
* MIT licensed
*
* Copyright (C) Tim Holman, http://tholman.com
*/
/*********************************************
* BASE STYLES
*********************************************/
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:focus {
outline: none;
}
html {
overflow: hidden;
}
html, body {
font-family: 'Lora', serif;
padding: 0;
margin: 0;
height: 100%;
}
body {
padding-bottom: 40px;
padding-right: 10px;
overflow-y: scroll;
padding-left: 10px;
padding-top: 20px;
min-width: 800px;
width: 100%;
-webkit-transition: all 600ms;
-moz-transition: all 600ms;
-ms-transition: all 600ms;
-o-transition: all 600ms;
transition: all 600ms;
}
section {
max-width: 600px;
height: 100%;
margin: auto;
}
header {
font-weight: bold;
font-size: 38px;
word-wrap: break-word;
}
article {
padding-bottom: 50px;
line-height: 30px;
margin-top: 22px;
min-height: 90%;
font-size: 22px;
display: block;
word-wrap: break-word;
}
blockquote {
border-left: 4px solid deepskyblue;
margin-left: -19px;
padding-left: 15px;
margin-right: 0;
}
.no-overflow {
overflow: hidden;
display: block;
height: 100%;
width: 100%;
}
/* Used by the ui bubble to stop wrapping */
.lengthen {
display: block;
width: 300px;
height: 100%;
}
.useicons {
-webkit-font-smoothing: antialiased;
font-size: 20px !important;
font-family: 'icomoon' !important;
}
.yin {
background: #fdfdfd;
color: #111;
}
.yang {
background-color: #111;
color: #fafafa;
}
.ui {
position: fixed;
padding: 20px;
width: 65px;
bottom: 0;
left: 0;
top: 0;
}
.ui:hover button, .ui:hover .about {
opacity: .4;
}
.ui button:hover, .ui .about:hover {
opacity: 1;
}
.ui button, .text-options button {
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-ms-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
font-family: inherit;
background: none;
cursor: pointer;
font-size: 25px;
color: inherit;
opacity: .1;
padding: 0;
height: 32px;
width: 25px;
border: 0;
}
a {
text-decoration: none;
color: deepskyblue;
}
a:hover {
text-decoration: underline;
}
.overlay {
position: fixed;
display: none;
height: 100%;
width: 100%;
z-index: 3;
left: 0;
top: 0;
}
.quote {
line-height: 60px !important;
font-size: 49px !important;
}
/*********************************************
* MODAL
*********************************************/
.yang .modal {
background-color: rgba(255,255,255,.9);
color: #111;
}
.modal {
background-color: rgba(0,0,0,.9);
margin-left: -200px;
position: absolute;
border-radius: 3px;
height: 101px;
padding: 15px;
display: none;
width: 400px;
bottom: 10px;
color: #fff;
left: 50%;
}
.modal h1 {
text-align: center;
font-size: 20px;
padding: 0;
margin: 0;
}
.modal div {
margin-bottom: 10px;
margin-top: 10px;
}
.modal input[type="number"] {
font-size: 16px;
display: block;
margin: auto;
width: 150px;
padding: 5px;
}
.description {
height: auto;
}
.description p {
margin-bottom: 0;
text-align: center;
}
.saveoverlay {
margin-left: -215px;
margin-top: -100px;
height: 170px;
left: 50%;
top: 50%;
}
.saveoverlay div {
text-align: center;
font-size: 11px;
}
.saveselection {
margin-top: 17px;
text-align:center;
}
.saveselection span {
-webkit-transition: color 250ms, background 250ms;
-moz-transition: color 250ms, background 250ms;
-ms-transition: color 250ms, background 250ms;
-o-transition: color 250ms, background 250ms;
transition: color 250ms, background 250ms;
cursor: pointer;
font-size: 15px;
margin: 5px;
padding: 5px;
border: 2px solid white;
border-radius: 3px;
}
.saveselection span:hover {
background: rgba(255,255,255,.8);
color: black;
}
.savebutton {
-webkit-transition: opacity 250ms;
-moz-transition: opacity 250ms;
-ms-transition: opacity 250ms;
-o-transition: opacity 250ms;
transition: opacity 250ms;
font-size: 30px !important;
margin: 15px auto;
background: none;
cursor: pointer;
display: block;
border: none;
padding: 0;
width: 80px;
color: #fff;
margin-top: -2px;
}
.yang .savebutton {
color: #000;
}
.savebutton:hover {
opacity: .7;
}
.activesave {
background: rgba(255,255,255,.8);
color: black;
}
.hiddentextbox {
opacity:0;
filter:alpha(opacity=0);
position:absolute;
}
/*********************************************
* WORD COUNT
*********************************************/
.wordcount {
margin-left: -150px;
width: 300px;
}
.word-counter {
box-shadow: inset 0 0 9px -2px rgba(0,0,0,.9);
position: fixed;
height: 100%;
right: -6px;
width: 6px;
top: 0;
}
.word-counter.active {
right: 0;
}
.word-counter .progress {
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
background-color: deepskyblue;
position: absolute;
bottom: 0;
width: 100%;
height: 0%;
}
.progress.complete{
background-color: greenyellow;
}
/*********************************************
* UI BUBBLE
*********************************************/
.text-options {
-webkit-transition: opacity 250ms, margin 250ms;
-moz-transition: opacity 250ms, margin 250ms;
-ms-transition: opacity 250ms, margin 250ms;
-o-transition: opacity 250ms, margin 250ms;
transition: opacity 250ms, margin 250ms;
position: absolute;
left: -999px;
top: -999px;
color: #fff;
height: 0;
width: 0;
z-index: 5;
margin-top: 5px;
opacity: 0;
}
.text-options.fade {
opacity: 0;
margin-top: -5px;
}
.text-options.active {
opacity: 1;
margin-top: 0;
}
.options {
background-color: rgba(0,0,0,.9);
position: absolute;
border-radius: 5px;
margin-left: -63px;
margin-top: -46px;
z-index: 1000;
padding: 5px 4px 5px 5px;
width: 125px;
height: 40px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.options.url-mode {
width: 275px;
margin-left: -137px;
}
.options.url-mode .bold, .options.url-mode .italic, .options.url-mode .quote {
width: 0;
overflow: hidden;
margin-right: 0;
opacity: 0;
}
.options .italic {
font-style: italic;
}
.options button {
transition: all 250ms ease-in-out;
float: left;
width: 28px;
opacity: .7;
height: 30px;
border-radius: 3px;
margin-right: 1px;
font-family: 'Lora', serif;
}
.about {
opacity: 0.4;
transition: opacity 250ms ease-in-out;
}
.options.url-mode input{
border-left: 2px solid transparent;
padding-right: 5px;
padding-left: 5px;
width: 236px;
}
.options input {
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 3px;
overflow: hidden;
outline: 0;
height: 30px;
padding: 0;
margin: 0;
border: 0;
float: left;
width: 0;
}
.options button.active {
background-color: rgba(255,255,255,.4);
opacity: 1;
}
.yang .options button.active {
background-color: rgba(0,0,0,.3);
}
.options button:hover, .about:hover {
opacity: .95;
}
.options:before {
content: "";
border-top: 5px solid rgba(0,0,0,.9);
border-bottom: 5px solid transparent;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
position: absolute;
margin-left: -5px;
bottom: -15px;
height: 5px;
width: 0;
left: 50%;
}
.yang .options {
background-color: rgba(255,255,255,.9);
color: #000;
}
.yang .options:before {
border-top: 5px solid rgba(255,255,255,.9);
}
.url {
-webkit-font-smoothing: antialiased;
}
.top {
position: absolute;
top: 0;
}
.bottom {
position: absolute;
bottom: 0;
}
.about {
font-size: 28px !important;
filter: grayscale(1);
text-decoration: none !important;
}
.wrapper {
position: relative;
height: 100%;
}
/*********************************************
* PRINT
*********************************************/
@media print {
body {
overflow: visible;
}
section {
color: #111 !important;
}
.text-options, .ui, .word-counter {
display: none;
}
}
|
_includes/disqus_comments.html | mattberther/berther.io | {% if site.owner.disqus-shortname %}
<script type="text/javascript">
var disqus_identifier = '{{ page.disqus_identifier }}';
var disqus_url = '{{site.url}}{{ page.url }}';
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = '{{ site.owner.disqus-shortname }}'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
{% endif %}
|
assets/style.css | patschi/serverdashboard | @font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 400;
src: local('Droid Sans'), local('DroidSans'), url(fonts/droidsans_v3_400.woff) format('woff');
}
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: 700;
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(fonts/droidsans_v3_700.woff) format('woff');
}
* { margin:0px; padding:0px; }
body { background:url(img/bg.jpg) bottom center fixed; font-family:'Droid Sans',sans-serif; }
.clear { clear:both; }
.container { width:890px; height:420px; background:#f6f5f1; position:fixed; top:50%; margin-top:-200px; left:50%; margin-left:-445px; box-shadow:0px 0px 24px -3px #000; }
.container #close { background:url(img/close.png) no-repeat 15px 12px; height:41px; border-left:1px solid rgba(0,0,0,0.1); width:31px; position:absolute; right:17px; cursor:pointer; }
.container #greyline { width:890px; background:#e3e2de; height:4px; }
.container .head { text-transform:uppercase; opacity:0.23; font-weight:700; font-size:11px; padding-bottom:3px; background:#fff; background-color: rgba(255,255,255,0.22); }
.container .text { font-size:15px; padding-bottom:22px; }
.container .loading { opacity:0.50; font-size:14px; }
.container li { margin-left:25px; list-style:none; float:left; border-left:1px solid #e6e5e3; border-right:1px solid #e6e5e3; height:40px; background:#fff; font-size:13px; padding-left:15px; margin-top:-4px; width:200px; padding-top:5px; position:relative; z-index:5; top:1px; }
.container li .refresh { background:url(img/refresh.png) no-repeat; height:18px; width:18px; position:absolute; left:180px; top:10px; cursor:pointer; }
.container .content { height:380px; background:#fff; width:890px; font-family:'Droid Sans',sans-serif; font-size:12px; border-top:1px solid #e6e5e3; }
.container .content #left { padding:30px; padding-left:40px; float:left; width:221.66px; border-right:1px dotted rgba(0,0,0,0.3); margin-top:10px; min-height:280px; }
.container .content #middle { padding:30px; padding-left:40px; float:left; width:234.66px; border-right:1px dotted rgba(0,0,0,0.3); margin-top:10px; min-height:280px; }
.container .content #right { padding:30px; padding-left:40px; float:left; width:221.66px; border-right:1px dotted rgba(0,0,0,0.3); margin-top:10px; min-height:280px; border:0; }
.container .content h1 { color:#43c5d2; font-weight:normal; padding-bottom: 10px; }
.container .content .statusImg { border:0; height:12px; width:12px; opacity:1; }
.container .content .smallText { font-size:12px; }
.footer { position:fixed; bottom:10px; right:10px; font-size:11px; }
.footer a { color:#000; text-decoration:none; }
.footer a:hover { text-decoration:underline; } |
j-forms/source/templates/contact_popup_bottom_2.html | Serious-Rage/SOCIAL-RAGE | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact form</title>
<!-- Your META here -->
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport">
<!-- Stylesheets -->
<link rel="stylesheet" href="j-folder/css/demo.css">
<link rel="stylesheet" href="j-folder/css/font-awesome.min.css">
<link rel="stylesheet" href="j-folder/css/j-forms.css">
<!-- Scripts -->
<script src="j-folder/js/jquery.1.11.1.min.js"></script>
<!--[if lt IE 10]>
<script src="j-folder/js/jquery.placeholder.min.js"></script>
<![endif]-->
</head>
<body class="bg-pic">
<div class="popup-btm-400">
<input type="radio" id="popup-input-open" name="popup-btm">
<input type="radio" id="popup-input-close" name="popup-btm" checked="">
<div class="popup-btm-wrapper">
<form action="" method="" class="j-forms" novalidate>
<!-- start close-popup button -->
<label class="popup-btm-close" for="popup-input-close">
<i></i>
</label>
<!-- end close-popup button -->
<div class="content">
<!-- start name -->
<div class="j-row">
<div class="span4">
<label class="label label-center">Your name</label>
</div>
<div class="span8 unit">
<div class="input">
<input type="text" placeholder="e.g. John Doe" name="name">
</div>
</div>
</div>
<!-- end name -->
<!-- start email -->
<div class="j-row">
<div class="span4">
<label class="label label-center">Your email</label>
</div>
<div class="span8 unit">
<div class="input">
<input type="email" placeholder="email@gmail.com" name="email">
</div>
</div>
</div>
<!-- end email -->
<!-- start subject -->
<div class="j-row">
<div class="span4">
<label class="label label-center">Your subject</label>
</div>
<div class="span8 unit">
<div class="input">
<input type="text" placeholder="subject" name="subject">
</div>
</div>
</div>
<!-- end subject -->
<!-- start textarea -->
<div class="unit">
<div class="input">
<textarea placeholder="your message..." spellcheck="false" name="message"></textarea>
</div>
</div>
<!-- end textarea -->
<button type="submit" class="primary-btn">Contact</button>
</div>
<!-- end /.content -->
</form>
</div>
<!-- /. popup-btm-wrapper -->
<label class="popup-btm-label" for="popup-input-open">Contact us</label>
</div>
<!-- end /.popup-btm -->
</body>
</html> |
Dependencies/SPLAR/doc/splar/plugins/reasoners/tests/sat/sat4j/package-frame.html | axel-halin/Thesis-JHipster | <!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_18) on Mon Feb 08 23:29:08 EST 2010 -->
<TITLE>
splar.plugins.reasoners.tests.sat.sat4j
</TITLE>
<META NAME="date" CONTENT="2010-02-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../../splar/plugins/reasoners/tests/sat/sat4j/package-summary.html" target="classFrame">splar.plugins.reasoners.tests.sat.sat4j</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ReasoningWithSATTest.html" title="class in splar.plugins.reasoners.tests.sat.sat4j" target="classFrame">ReasoningWithSATTest</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
public/tags/git/page/1/index.html | MrBliz/DevBlog | <!DOCTYPE html><html><head><title>http://liamblizard.co.uk/tags/git/</title><link rel="canonical" href="http://liamblizard.co.uk/tags/git/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://liamblizard.co.uk/tags/git/" /></head></html> |
public/Windows 10 x64 (18362.116)/FEATURE_LOGGED_TRAITS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.116)</h4><br>
<h2>FEATURE_LOGGED_TRAITS</h2>
<font face="arial"> +0x000 version : Uint2B<br>
+0x002 baseVersion : Uint2B<br>
+0x004 stage : UChar<br>
</font></body></html> |
public/Windows 10 x64 (19041.572)/_PROCLOCALSAPIC.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.572)</h4><br>
<h2>_PROCLOCALSAPIC</h2>
<font face="arial"> +0x000 Type : UChar<br>
+0x001 Length : UChar<br>
+0x002 ACPIProcessorID : UChar<br>
+0x003 APICID : UChar<br>
+0x004 APICEID : UChar<br>
+0x005 Reserved : [3] UChar<br>
+0x008 Flags : Uint4B<br>
+0x00c ACPIProcessorUIDInteger : Uint4B<br>
+0x010 ACPIProcessorUIDString : [1] Char<br>
</font></body></html> |
TSCfish/en/about/partners.html | finkvi/tscfish | <!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" xml:lang="ru" lang="ru">
<!-- Mirrored from tsconsulting.ru/en/about/partners.php by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 19 Aug 2017 18:54:31 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=Windows-1251" /><!-- /Added by HTTrack -->
<head>
<title>Partners</title>
<link rel="shortcut icon" type="../image/x-icon" href="http://tsconsulting.ru/bitrix/templates/twocolumns/favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://tsconsulting.ru/bitrix/templates/twocolumns/common.css" />
<link rel="stylesheet" type="text/css" href="http://tsconsulting.ru/bitrix/templates/twocolumns/template_styles.css" />
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/jquery.js"></script>
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/mainmenu.js"></script>
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/menu.js"></script>
<link rel="stylesheet" type="text/css" href="http://tsconsulting.ru/bitrix/templates/twocolumns/common.css" />
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/balloon.config.js"></script>
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/balloon.js"></script>
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/templates/twocolumns/scripts/yahoo-dom-event.js"></script>
<!--[if IE 6]>
<script type="text/javascript" src="/bitrix/templates/twocolumns/scripts/DD_belatedPNG.js"></script>
<script>
if (jQuery.browser.msie && jQuery.browser.version<7)
DD_belatedPNG.fix('.menu-main li ul, .clients tr td img, img');
</script>
<style type="text/css">
.menu-main li ul {background: #cad3db !important;}
body {behavior:url("/bitrix/templates/twocolumns/csshover.htc");}
#right-body { clear: left; }
</style>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251" />
<meta name="robots" content="index, follow" />
<link href="http://tsconsulting.ru/bitrix/cache/css/EN/twocolumns/kernel_main/kernel_main.css?149985037631472" type="text/css" rel="stylesheet" />
<link href="http://tsconsulting.ru/bitrix/cache/css/EN/twocolumns/page_7ca3a776221cefbc430cc01170dff9e1/page_7ca3a776221cefbc430cc01170dff9e1.css?1499859479427" type="text/css" rel="stylesheet" />
<link href="http://tsconsulting.ru/bitrix/cache/css/EN/twocolumns/template_f063403c1c6403d6930905b803c0a1d2/template_f063403c1c6403d6930905b803c0a1d2.css?149985037617138" type="text/css" data-template-style="true" rel="stylesheet" />
<script type="text/javascript">if(!window.BX)window.BX={};if(!window.BX.message)window.BX.message=function(mess){if(typeof mess=='object') for(var i in mess) BX.message[i]=mess[i]; return true;};</script>
<script type="text/javascript">(window.BX||top.BX).message({'JS_CORE_LOADING':'Loading...','JS_CORE_WINDOW_CLOSE':'Close','JS_CORE_WINDOW_EXPAND':'Expand','JS_CORE_WINDOW_NARROW':'Restore','JS_CORE_WINDOW_SAVE':'Save','JS_CORE_WINDOW_CANCEL':'Cancel','JS_CORE_H':'h','JS_CORE_M':'m','JS_CORE_S':'s','JS_CORE_NO_DATA':'- No data -','JSADM_AI_HIDE_EXTRA':'Hide extra items','JSADM_AI_ALL_NOTIF':'All notifications','JSADM_AUTH_REQ':'Authentication is required!','JS_CORE_WINDOW_AUTH':'Log In','JS_CORE_IMAGE_FULL':'Full size','JS_CORE_WINDOW_CONTINUE':'Continue'});</script>
<script type="text/javascript">(window.BX||top.BX).message({'LANGUAGE_ID':'en','FORMAT_DATE':'DD.MM.YYYY','FORMAT_DATETIME':'DD.MM.YYYY HH:MI:SS','COOKIE_PREFIX':'TSCons_','SERVER_TZ_OFFSET':'10800','SITE_ID':'EN','SITE_DIR':'/en/','USER_ID':'','SERVER_TIME':'1503168818','USER_TZ_OFFSET':'0','USER_TZ_AUTO':'Y','bitrix_sessid':'9e7cca378bd3f65bafdec15d01912811'});</script>
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/cache/js/EN/twocolumns/kernel_main/kernel_main.js?1499850376280214"></script>
<script type="text/javascript">BX.setJSList(['/bitrix/js/main/core/core.js','http://tsconsulting.ru/bitrix/js/main/core/core_ajax.js','http://tsconsulting.ru/bitrix/js/main/json/json2.min.js','http://tsconsulting.ru/bitrix/js/main/core/core_ls.js','http://tsconsulting.ru/bitrix/js/main/session.js','http://tsconsulting.ru/bitrix/js/main/core/core_window.js','http://tsconsulting.ru/bitrix/js/main/core/core_popup.js','http://tsconsulting.ru/bitrix/js/main/core/core_date.js','http://tsconsulting.ru/bitrix/js/main/utils.js','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/menu/mainmenu/script.js','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/search.form/searchform/script.js','/bitrix/templates/.default/components/bitrix/form.result.new/default_pop/script.js']); </script>
<script type="text/javascript">BX.setCSSList(['/bitrix/js/main/core/css/core.css','http://tsconsulting.ru/bitrix/js/main/core/css/core_popup.css','http://tsconsulting.ru/bitrix/js/main/core/css/core_date.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/news.list/partners/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/menu/mainmenu/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/menu/leftmenu/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/components/bitrix/breadcrumb/.default/style.css','http://tsconsulting.ru/bitrix/templates/.default/components/bitrix/form.result.new/default_pop/style.css','http://tsconsulting.ru/bitrix/templates/twocolumns/styles.css','/bitrix/templates/twocolumns/template_styles.css']); </script>
<script type="text/javascript" src="http://tsconsulting.ru/bitrix/cache/js/EN/twocolumns/template_78e6a866b22ebc0ac14bec43d0b67dec/template_78e6a866b22ebc0ac14bec43d0b67dec.js?14998503767251"></script>
<script type="text/javascript">var _ba = _ba || []; _ba.push(["aid", "045e6fc89e2672523e98f854a4be04cb"]); _ba.push(["host", "tsconsulting.ru"]); (function() {var ba = document.createElement("script"); ba.type = "text/javascript"; ba.async = true;ba.src = (document.location.protocol == "https:" ? "https://" : "http://") + "bitrix.info/ba.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ba, s);})();</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('require', 'displayfeatures');
ga('create', 'UA-16056817-1', 'tsconsulting.ru');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="panel"></div>
<div class="wrapper">
<div id="container">
<center>
<div style="max-width:2000px;"><div style="background:url(http://tsconsulting.ru/images/top0.jpg) no-repeat;height:107px;"></div></div>
</center>
<center>
<div class="main">
<div class="header">
<div class="logo"><a href="../index.html" title="Main Page"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/en//logo.jpg"></a></div>
<div class="menu-top">
</div>
<div class="tel">
+7 495 981-92-92
</div>
<div class="ts-social">
<a href="https://www.facebook.com/TSConsulting?ref=br_rs" target="_blank" rel="nofollow" style="display:inline-block; float:left; margin-right:15px; width:23px; height:23px; background:url(http://tsconsulting.ru/images/tsconsult_social.png) no-repeat;"></a>
<a href="http://www.linkedin.com/company/technoserv-consulting?goback=" target="_blank" rel="nofollow" style="display:inline-block; float:left; width:23px; margin-right:15px; height:23px;background:url(http://tsconsulting.ru/images/tsconsult_social.png) 0 -24px no-repeat;"></a>
<a href="http://www.youtube.com/channel/UC21NGzWJop0ctFE_9hQlhAQ" target="_blank" rel="nofollow" style="display:inline-block; float:left; width:23px; height:23px;background:url(http://tsconsulting.ru/images/tsconsult_social.png) 0 -48px no-repeat;"></a>
</div> <div class="lang">
<a class="ss" href="../../index.html" title="RU">RU</a>
/
<span title="EN"><b>EN</b></span>
</div>
</div>
<div class="clear"></div>
<div class="menu-main">
<ul id='horizontal-multilevel-menu-my'>
<li class="root-item-hover" id="imselected" >
<span class="left"></span><a href="index.html" class="root-item-hover-a ">Company Profile</a><span class="right"></span><div class="clear"></div>
<ul>
<li ><a href="clients.html">Clients</a><div class="clear"></div></li>
<li class="item-hover" ><a href="partners.html">Partners</a><div class="clear"></div></li>
<li ><a href="contacts.html">Contacts</a><div class="clear"></div></li>
</ul></li>
<li class="root-item-hover" >
<span class="left"></span><a href="../services/index.html" class="root-item-hover-a ">Services</a><span class="right"></span><div class="clear"></div>
<ul>
<li ><a href="../services/sectiona34b.html?SECTION_ID=99">Customer Relationship Management</a><div class="clear"></div></li>
<li ><a href="../services/section943e.html?SECTION_ID=101">Enterprise Resource Planning</a><div class="clear"></div></li>
<li ><a href="../services/section770f.html?SECTION_ID=100">Enterprise Content Management</a><div class="clear"></div></li>
<li ><a href="../services/section5909.html?SECTION_ID=97">Business Intelligence</a><div class="clear"></div></li>
<li ><a href="../services/section775a.html?SECTION_ID=98">Custom engineering</a><div class="clear"></div></li>
<li ><a href="../services/sectionb555.html?SECTION_ID=102">Technical support and maintenance</a><div class="clear"></div></li>
<li ><a href="../services/section9ddb.html?SECTION_ID=127">Business Process Management</a><div class="clear"></div></li>
<li ><a href="../services/sectiondf2e.html?SECTION_ID=126">Electronic Commerce</a><div class="clear"></div></li>
<li ><a href="../services/sectiond4fe.html?SECTION_ID=128">Master Data Management</a><div class="clear"></div></li>
<li ><a href="../services/sectionfaf4.html?SECTION_ID=129">Business Rules Management</a><div class="clear"></div></li>
</ul></li>
<li class="root-item-hover" >
<span class="left"></span><a href="../success/index.html" class="root-item-hover-a ">Success Stories</a><span class="right"></span></li>
</li>
<li class="root-item-hover" >
<span class="left"></span><a href="../technologies/index.html" class="root-item-hover-a ">Technologies</a><span class="right"></span><div class="clear"></div>
<ul>
<li ><a href="../technologies/bi.html">BI-systems </a><div class="clear"></div></li>
<li ><a href="../technologies/bpm-systems.html"> BPM-systems</a><div class="clear"></div></li>
<li ><a href="../technologies/brm-systems.html">BRM-systems</a><div class="clear"></div></li>
<li ><a href="../technologies/crm.html">CRM-systems </a><div class="clear"></div></li>
<li ><a href="../technologies/ecm.html">ECM-systems </a><div class="clear"></div></li>
<li ><a href="../technologies/epm-systems.html">EPM-systems</a><div class="clear"></div></li>
<li ><a href="../technologies/erp.html">ERP-systems </a><div class="clear"></div></li>
<li ><a href="../technologies/mdm-systems.html">MDM-systems</a><div class="clear"></div></li>
<li ><a href="../technologies/soa.html">Integration using SOA</a><div class="clear"></div></li>
<li ><a href="../technologies/ibanking.html">iBanking</a><div class="clear"></div></li>
</ul></li>
<li class="root-item-hover" >
<span class="left"></span><a href="../news/index.html" class="root-item-hover-a last">News</a><span class="right"></span></li>
</li>
</ul>
<script>jshover();</script>
<div class="search">
<div class="search-form">
<form action="http://tsconsulting.ru/en/search/">
<table border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td align="center"><input type="text" id="search_string" name="q" value="Search" start_value="Search" size="15" maxlength="50" /></td>
</tr>
</table>
</form>
</div> </div>
</div>
<div class="clear"></div>
</div>
<div class="menu_bottom"></div>
<div class="content">
<table class="threetab">
<tr>
<td width="250" class="threetableft">
<!-- <div class="left-colomn"> -->
<div class="menu-left">
<ul>
<li><a href="clients.html">Clients</a></li>
<li><a href="partners.html" class="selected">Partners</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</div>
<div class="ring"><a href="javascript:void(0)" data-event="REQUEST_CALL_MANAGER_POP"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/en/call.jpg"/> </a></div>
<div class="banner-block">
</div>
<!--</div>-->
</td><td class="threetabcent">
<div class="center-colomn">
<div style="margin-bottom:15px;">
<span class="bread">
<a href="../index.html" title="Main">Main</a> <img src="http://tsconsulting.ru/images/arrow.png"><?/* → */?> <a href="index.html" title="About">About</a> </span>
</div>
<h1>Partners</h1>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="clients">
<tr>
<td>
<a href="http://www.sap.com/index.epx" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/31b/31b75ca3b5cb51cd619e56ccbb3620ee.jpg" width="86" height="50" alt="SAP " title="SAP " style="float:left" /></a>
<div class="clear"></div>
<p>
<b>SAP </b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">The history of cooperation between SAP and Technoserv Consulting has been lasting for over 10 years. At present, the company has the partnership statuses SAP Gold Partner and Service Partner, and its expertise in the field of SAP software support has been distinguished by the certificate of the Partner Center of Expertise. Based on the results of the year 2012, Technoserv Consulting has become the winner in the nomination Maximal Sales of SAP Software among the SAP partners.</span> <div style="clear:both"></div>
</p>
</td>
<td>
<a href="http://www.oracle.com/index.html" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/1e8/1e85ec46f62461271044ea3c2469f81f.jpg" width="172" height="49" alt="Oracle" title="Oracle" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>Oracle</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting has been Oracle certified partner since 2006, and has the highest Platinum partnership status. The company has the key expertise in Oracle Siebel CRM, Oracle CRM on Demand, Oracle BI Apps, Siebel Marketing and Loyalty Applications, Master Data Management and other solutions.</span> <div style="clear:both"></div>
</p>
</td>
<td>
<a href="http://www.microsoft.com/en/us/default.aspx" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/4d0/4d08e6eb7a445695a278248b2abcbb9a.jpg" width="200" height="72" alt="Microsoft" title="Microsoft" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>Microsoft</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is an authorized partner for Microsoft Dynamics ERP. Within the frames of Microsoft Partner Network, Technoserv Consulting also has the competence of Gold Volume Licensing.</span> <div style="clear:both"></div>
</p>
</td>
</tr>
<tr>
<td>
<a href="http://www.emc.com/?fromGlobalSiteSelect" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/302/30286eb577edd8a63c68b7ee06c5324f.jpg" width="48" height="72" alt="EMC" title="EMC" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>EMC</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is an EMC Premier Partner in IIG.</span> <div style="clear:both"></div>
</p>
</td>
<td>
<a href="http://www.swiftpage.com/" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/a35/a35d363c1e38ff2130aff518091ab690.jpg" width="134" height="31" alt="Swiftpage" title="Swiftpage" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>Swiftpage</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting has been Sage (UK) Limited partner for SalesLogix CRM and has had the highest partnership status of Master VAR Partner for over 7 years. Since February 2013, the right to SalesLogix software has been assigned to Swiftpage International Limited, which is the legal successor of Sage in Europe, RF and the CIS.</span> <div style="clear:both"></div>
</p>
</td>
<td>
<a href="http://www.ibm.com/us/en/" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/1dc/1dc9e054b18128a3c68e189dbfc1ffbf.jpg" width="104" height="50" alt="IBM" title="IBM" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>IBM</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is IBM Premier Business Partner and an authorized partner for the group of products: IBM WebSphere, Business Analytics and Enterprise Marketing Management.</span> <div style="clear:both"></div>
</p>
</td>
</tr>
<tr>
<td>
<a href="http://www.guidewire.com/" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/54e/54ee61e3dc13ffbafbd45065765e920d.png" width="152" height="39" alt="Guidewire" title="Guidewire" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>Guidewire</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is the partner to Guidewire, a North American company, which has started representing the innovative product of insurance business automation on the Russian market recently. Technoserv Consulting has the Select Partner status.</span> <div style="clear:both"></div>
</p>
</td>
<td>
<a href="http://www.qlik.com/" target="_blank">
<img class="preview_picture" border="0" src="http://tsconsulting.ru/upload/iblock/4fd/4fdda9535de6d1e2cb5f01d73b81c24b.jpg" width="95" height="32" alt="Qlik" title="Qlik" style="float:left" /></a>
<div class="clear"></div>
<p>
<b>Qlik</b>
<br />
<span lang="EN-US" style="color: rgb(89, 116, 140); line-height: 115%; font-family: "Arial","sans-serif"; font-size: 10pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-theme-font: minor-latin;">Technoserv Consulting is Qlik partner and has the status of Qlik Solution Provider for QlikView, the software for multi-dimensional analysis.</span> <div style="clear:both"></div>
</p>
</td>
</table>
<div class="clear"></div>
</div>
</td>
<td width="1px" class="threetabrit">
</td></tr></table>
<div class="clear"></div>
</center>
</div>
</div>
<div class="footer">
<center>
<div class="in_footer" id="foot">
<div>Ò: +7 495 981-92-92 <br />E: <a href="mailto:info@tsconsulting.ru" class="footmail"><span>info@tsconsulting.ru</span></a></div>
<div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/map.gif" /><br /><a href="../sitemap/index.html" >Site map</a></div>
<div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/feedback.gif" /><br /><a data-event="FEEDBACK_FORM_POP" href="javascript:void(0)">Feedback</a></div>
<div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/contacts.gif" /><br /><a href="contacts.html">Contacts</a></div>
<div style="text-align:left;"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/call.gif" /><br /><a data-event="REQUEST_CALL_MANAGER_POP" href="javascript:void(0)">Manager's call</a></div>
<div style="font-size:11px;">© 2010-2013 <span>TSConsulting</span><br />
<a href="https://mail.tsconsulting.ru/" target="blank" title="Êîðïîðàòèâíàÿ ïî÷òà"><img src="http://tsconsulting.ru/bitrix/templates/twocolumns/images/email.png" alt="Êîðïîðàòèâíàÿ ïî÷òà"></a>
Site development <a href="http://articulmedia.ru/" target="_blank" class="footmail"><span>Articul Media</span></a></div>
</div>
</center>
</div>
</div>
<script language="javascript">
function otz(){
var o = document.getElementById("otzivy");
var p = document.getElementById("projects");
var plink = document.getElementById("s1");
var olink = document.getElementById("s2");
o.style.display = "block";
p.style.display = "none";
olink.className = "classselect2";
plink.className = "none";
}
function pro(){
var o = document.getElementById("otzivy");
var p = document.getElementById("projects");
var plink = document.getElementById("s1");
var olink = document.getElementById("s2");
o.style.display = "none";
p.style.display = "block";
plink.className = "classselect";
olink.className = "none";
}
</script>
<!-- SpyLOG -->
<script src="http://tools.spylog.ru/counter_cv.js"; id="spylog_code" type="text/javascript" counter="756027" part="" track_links="ext" page_level="0">
</script>
<noscript>
<a href="http://u7560.27.spylog.com/cnt?cid=756027&f=3&p=0"; target="_blank">
<img src="http://u7560.27.spylog.com/cnt?cid=756027&p=0"; alt="SpyLOG" border="0" width="1" height="1"></a>
</noscript>
<!--/ SpyLOG -->
<div class="box-form" data-response="REQUEST_CALL_MANAGER">
<div class="window-form">
<div id="comp_00d63046524f0c7882fc9535f3af061d">
<div class="pop-reg">
<div class="cont-reg">
<div class="close-p"></div>
<form name="REQUEST_CALL_MANAGER" action="http://tsconsulting.ru/en/about/partners.php" method="POST" enctype="multipart/form-data"><input type="hidden" name="bxajaxid" id="bxajaxid_00d63046524f0c7882fc9535f3af061d_8BACKi" value="00d63046524f0c7882fc9535f3af061d" /><input type="hidden" name="AJAX_CALL" value="Y" /><script type="text/javascript">
function _processform_8BACKi(){
var obForm = top.BX('bxajaxid_00d63046524f0c7882fc9535f3af061d_8BACKi').form;
top.BX.bind(obForm, 'submit', function() {BX.ajax.submitComponentForm(this, 'comp_00d63046524f0c7882fc9535f3af061d', true)});
top.BX.removeCustomEvent('onAjaxSuccess', _processform_8BACKi);
}
if (top.BX('bxajaxid_00d63046524f0c7882fc9535f3af061d_8BACKi'))
_processform_8BACKi();
else
top.BX.addCustomEvent('onAjaxSuccess', _processform_8BACKi);
</script><input type="hidden" name="sessid" id="sessid" value="9e7cca378bd3f65bafdec15d01912811" /><input type="hidden" name="WEB_FORM_ID" value="11" />
<table class="form-table data-table" data-form-type="POP">
<thead>
<tr>
<td colspan="3">
<h3>Çàêàçàòü çâîíîê</h3>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="label-p" nowrap>
ÔÈÎ<font color='red'><span class='form-required starrequired'>*</span></font> </td>
<td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_58" value="" size="0" /></td>
</tr>
<tr>
<td class="label-p" nowrap>
Êîíòàêòíûé òåëåôîí<font color='red'><span class='form-required starrequired'>*</span></font> </td>
<td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_61" value="" size="0" /></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3" class="requid-p">
<font color='red'><span class='form-required starrequired'>*</span></font> required fields </td>
</tr>
<tr>
<th colspan="3" class="b-but">
<div
data-event="REQUEST_CALL_MANAGER_SUBMIT"
type="submit"
value=""></div>
</th>
</tr>
</tfoot>
</table>
</form> </div>
</div>
</div> </div>
<div class="overlay"></div>
</div>
<div class="box-form" data-response="FEEDBACK_FORM">
<div class="window-form">
<div id="comp_eaa3de9237f63d7081266abaea00d051">
<div class="pop-reg">
<div class="cont-reg">
<div class="close-p"></div>
<form name="FEEDBACK_FORM" action="http://tsconsulting.ru/en/about/partners.php" method="POST" enctype="multipart/form-data"><input type="hidden" name="bxajaxid" id="bxajaxid_eaa3de9237f63d7081266abaea00d051_Ar8Szp" value="eaa3de9237f63d7081266abaea00d051" /><input type="hidden" name="AJAX_CALL" value="Y" /><script type="text/javascript">
function _processform_Ar8Szp(){
var obForm = top.BX('bxajaxid_eaa3de9237f63d7081266abaea00d051_Ar8Szp').form;
top.BX.bind(obForm, 'submit', function() {BX.ajax.submitComponentForm(this, 'comp_eaa3de9237f63d7081266abaea00d051', true)});
top.BX.removeCustomEvent('onAjaxSuccess', _processform_Ar8Szp);
}
if (top.BX('bxajaxid_eaa3de9237f63d7081266abaea00d051_Ar8Szp'))
_processform_Ar8Szp();
else
top.BX.addCustomEvent('onAjaxSuccess', _processform_Ar8Szp);
</script><input type="hidden" name="sessid" id="sessid_1" value="9e7cca378bd3f65bafdec15d01912811" /><input type="hidden" name="WEB_FORM_ID" value="13" />
<table class="form-table data-table" data-form-type="POP">
<thead>
<tr>
<td colspan="3">
<h3>Îáðàòíàÿ ñâÿçü</h3>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="label-p" nowrap>
ÔÈÎ<font color='red'><span class='form-required starrequired'>*</span></font> </td>
<td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_71" value="" size="0" /></td>
</tr>
<tr>
<td class="label-p" nowrap>
Êîìïàíèÿ<font color='red'><span class='form-required starrequired'>*</span></font> </td>
<td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_72" value="" size="0" /></td>
</tr>
<tr>
<td class="label-p" nowrap>
Äîëæíîñòü </td>
<td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_73" value="" size="0" /></td>
</tr>
<tr>
<td class="label-p" nowrap>
E-mail<font color='red'><span class='form-required starrequired'>*</span></font> </td>
<td colspan="2" class="field-p" data-type="email"><input type="text" class="inputtext" name="form_email_74" value="" size="0" /></td>
</tr>
<tr>
<td class="label-p" nowrap>
Êîíòàêòíûé òåëåôîí </td>
<td colspan="2" class="field-p" data-type="text"><input type="text" class="inputtext" name="form_text_75" value="" size="0" /></td>
</tr>
<tr>
<td class="label-p" nowrap>
Ïðåäìåò çàïðîñà<font color='red'><span class='form-required starrequired'>*</span></font> </td>
<td colspan="2" class="field-p" data-type="textarea"><textarea name="form_textarea_76" cols="40" rows="5" class="inputtextarea" ></textarea></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3" class="requid-p">
<font color='red'><span class='form-required starrequired'>*</span></font> required fields </td>
</tr>
<tr>
<th colspan="3" class="b-but">
<div
data-event="FEEDBACK_FORM_SUBMIT"
type="submit"
value=""></div>
</th>
</tr>
</tfoot>
</table>
</form> </div>
</div>
</div> </div>
<div class="overlay"></div>
</div>
</body>
<!-- Mirrored from tsconsulting.ru/en/about/partners.php by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 19 Aug 2017 18:54:31 GMT -->
</html> |
index.html | brainDeadCoder/brainDeadCoder.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css"/>
<title>Kacha Mukabe</title>
</head>
<body>
<header>
<h1>Kacha Mukabe</h1>
<aside><em>Full stack Python developer </em></aside>
</header>
<hr />
<h2>Projects I'm building</h2>
<p>
<a href="https://github.com/kMukabe/bozscraper">
Boz Scraper </br>
<span class="sub-link">A simple scraper that pulls bank exchange rates for banks in Zambia</span>
</a>
</p>
<p>
<a href="https://github.com/kMukabe/bozscraper">
nicotine </br>
<span class="sub-link">A simple youtube cli</span>
</a>
</p>
<hr />
<footer>
<small>© <span id="year"></span> Kacha Mukabe</small>
</footer>
<script>
document.getElementById("year").innerHTML = new Date().getFullYear()
</script>
</body>
</html>
|
ui/main/game/system_editor/system_editor.css | UberEnt/pa-ui | .btn_commit {
font-size: 1em;
font-weight: 700;
margin: 10px 20px 0 0;
padding: 20px 30px;
}
.div_body_cont {
border-width: 1px 1px 1px 0;
}
.div_header_bar {
min-width: 1270px;
display: flex;
flex-direction: column;
align-items: center;
}
.header_bar_cont {
width: 100%;
background: #000;
display: flex;
flex-direction: row;
align-items: center;
box-shadow: inset 0px 0px 10px rgba(255,255,255,.2);
border: 1px solid rgba(255,255,255,.1);
border-width: 0px 0px 1px 0px;
}
.header_bar_cont input[type="button"] {
}
.div_header_bar input[type="button"] {
font-size: 12px;
margin: 8px 8px 8px 0px;
}
.secondary_bar {
min-height: 10px;
width: 100%;
background: rgba(0,0,0,.6);
border: 1px solid rgba(255,255,255,.1);
border-width: 0px 0px 1px 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
.sys_editor_title {
width: 250px;
font-size: 20px;
font-family: 'Sansation Bold';
text-shadow: 0px 0px 20px #00b3ff;
text-transform: uppercase;
padding: 0px 0px 0px 8px;
display: flex;
align-items: center;
flex-grow: 1;
}
.sys_editor_error {
width: 100%;
font-family: 'Sansation Bold';
font-size: 16px;
color: #fff;
text-align: center;
background: linear-gradient(to bottom, #ff3236 0%,#A00000 100%);
border: 1px solid #B90000;
}
.div_planet_list_cont {
height: 400px;
width: 690px;
overflow: auto;
border: 1px solid #888;
background: #0E0E0E;
font-family: DINPRO-LIGHT;
padding: 0px 0px 12px 12px;
}
.div_planet_tile_item {
width: 120px;
display: inline-block;
margin: 12px 12px 0px 0px;
line-height: .9em;
text-align: center;
border: 1px solid transparent;
}
.div_planet_tile_item:hover {
}
.div_planet_tile_item image:hover {
background: rgba(0,255,255,.8);
}
.div_planet_tile_item:active {
background: rgba(0,255,255,.5);
border: 1px solid #00ffff;
}
.div_planet_tile_thumbnail {
display: inherit;
}
.div_planet_tile_title {
word-wrap: break-word;
font-size: .8em;
text-align: center;
text-shadow: 0 2px 2px #000;
padding: 0px 10px 4px;
}
#terrain_controls, #gameplay_controls {
min-height: 320px;
}
.div_settings_control {
width: 100%;
display: flex;
}
.div_settings_control.asteroid > div {
display: flex;
align-items: center;
margin: 0 0 12px 0;
}
.div_settings_control.subset_header {
color: #D4D4D4;
display: flex;
flex-grow: 1;
font-family: 'Sansation Regular TTF';
font-size: 13px;
margin-bottom: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 4px;
text-shadow: #000 0px 2px 2px;
text-transform: capitalize;
}
.div_settings_control.subset {
margin: 0px 0px 8px 0px;
}
.div_settings_control.border {
border-top: 1px solid #333;
padding-top: 10px;
}
.div_settings_control .div_settings_control_input {
margin: 4px 0px 0px 0;
display: flex;
flex-grow: 1;
}
.div_settings_control .div_settings_control_input.subset {
width: 173px;
flex-grow: 0;
}
.div_settings_control_input label,
.div_settings_control_input label input[type="checkbox"] {
font-weight: normal;
color: #00b3ff;
}
.div_settings_control_input label:hover,
.div_settings_control_input label input[type="checkbox"]:hover {
font-weight: normal;
color: #00ffff;
}
.div_settings_control_input label:active,
.div_settings_control_input label input[type="checkbox"]:active {
font-weight: normal;
color: #fff;
}
.div_settings_control_input label input[type="checkbox"] {
margin: 0px 2px 0px 0px;
}
.section_disabled,
.section_disabled label {
opacity: .5;
color: #666;
pointer-events: none;
}
.section_disabled input[type="checkbox"] {
background:#666;
}
.slider {
display: block;
}
.slider.slider-horizontal {
height:38px;
width: 100%;
background:#141414;
}
.slider.slider-horizontal .slider-track {
height: 16px;
border-radius: 0px;
margin-top: -9px;
border: 1px solid #666;
background: #131313;
box-shadow: 0px 0px 40px rgba(20, 122, 161, 0.3);
}
.slider.slider-horizontal .slider-track .slider-handle {
background: #FFF;
height: 30px;
opacity: 1;
width: 10px;
margin-left: -4px;
margin-top: -8px;
box-shadow: 0px 0px 40px rgba(20, 122, 161, 0.3);
}
.slider.slider-horizontal .slider-selection {
background: #131313;
}
.div_slider {
width: 100%;
}
.div_sys_editor_panel {
float: right;
margin: 0px 0px 0px 0px;
border-image: url(coui://ui/main/shared/img/panel/img_menu_panel_secondary.png) 14 22 22 22 fill;
border-width: 14px 22px 22px 22px;
}
.div_sys_editor_collapsed {
font-size: .8em;
float: right;
margin: 40px 0px 0px 0px;
}
.panel_cont_orbit_editor {
font-size: 1.0em;
}
.div_sys_editor_group {
display: block;
}
.div_sys_editor_group .account_form_error {
position: absolute;
right: 0px;
font-size: 1.5em;
font-weight: bold;
}
input[type="button"].btn_secondary {
margin: 0px 4px 0px 0px;
text-transform: uppercase;
font-size: 13px;
padding: 0 8px;
border-width: 0;
height: 28px;
width: 110px;
}
.div_planet_selector_cont {
width: 100%;
border-radius: 4px;
border-width: 1px;
padding: 10px 20px;
}
.img_planet_thumb {
display: inherit;
height: 80px;
margin: 8px;
}
.selected_planet {
background: rgba(0,255,255,.5);
border: 1px solid #00ffff;
}
body {
background: none;
}
.div_planet_build_warning {
width: 100%;
font-size: 16px;
line-height: 1.4em;
text-shadow: 0px 2px 2px black;
background: rgba(0,0,0,.8);
box-shadow: 0px 0px 20px #000;
border: 1px solid rgba(255,255,255,.1);
padding: 10px;
position: absolute;
top: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: -1;
}
.input_slider_value {
border: 0;
background: none;
color: #fff;
font-size: 1em;
margin: -1px 14px 14px 10px;
width: 40px;
}
.input_slider_value.subset {
margin-bottom: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.div_settings_control_lbl {
width: 100px;
text-transform: capitalize;
font-family: 'Sansation Regular TTF';
font-size: 1em;
color: #d4d4d4;
margin: 0px 16px 10px 0px;
flex-shrink: 0;
}
.div_settings_control_lbl.subset {
width: 120px;
margin: 0px 0px 0px 18px;
padding: 0px 10px 0px 0px;
}
.div_settings_control_lbl.text_input {
margin: 8px 16px 0px 0px;
}
.div_settings_control_lbl.twocol {
width: 200px;
}
.div_settings_control_lbl_no_slider {
width: 200px;
text-transform: uppercase;
font-family: 'Sansation Regular TTF';
font-size: 1em;
color: #fff;
}
.div_settings_control_form {
display: flex;
flex-shrink: 0;
}
.div_settings_control_form > div {
min-width: 54px;
display: flex;
align-items: center;
}
.div_settings_control_form.asteroid input {
margin-bottom: 0;
}
.div_body_cont_planet_load {
border-width: 1px 0px;
}
.tbl_planet_selector {
width: 100%;
}
.div_planet_item_detail_cont {
height: 100%;
padding: 10px;
margin: 0px 0px 0px 10px;
border: 1px solid #888;
background: #0E0E0E;
}
.div_planet_item_detail_title {
margin: 0px 0px 10px 0px;
}
.div_planet_item_detail_img {
text-align: center;
}
.planet_property_bar {
height: 4px;
background: rgba(0,255,255,.5);
border: 1px solid #00ffff;
}
.sys_editor_control_group {
display: flex;
align-items: center;
flex-shrink: 0;
}
.sys_editor_control_group.saveclose {
display: flex;
flex-grow: 1;
justify-content: flex-end;
}
.div_planet_details {
height: 40px;
font-size: 12px;
}
.div_planet_details td {
height: 10px;
}
.div_planet_details td.lbl_property {
text-transform: capitalize;
width: 60px;
}
.div_planet_details td.range_bar {
width: 100px;
padding-top: 2px;
}
.div_planet_details td.range_num {
width: 35px;
padding: 0px 0px 0px 2px;
color: #0ff;
}
.div_planet_property_bar {
height: 6px;
width: 100px;
margin: 0px;
background: rgba(255,255,255,.1);
}
.planet_property_bar {
height: 4px;
width: 50%;
background: rgba(0,255,255,.5);
border: 1px solid #00ffff;
}
/*----- BUILD BAR
-----------------------------------------------------------------*/
.div_bottom_bar {
position: absolute;
width: 100%;
bottom: 35px;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
}
.bottom-bar {
height: 30px;
width: 100%;
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 0;
border-top: 1px solid rgba(255, 255, 255, 0.15);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.div_build_grp {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.div_build_bar_cont {
height: auto;
width: 100%;
text-align: center;
border-width: 0px;
border-left: 1px solid rgba(255,255,255,.05);
border-top: 1px solid rgba(255,255,255,.05);
margin: 0px 0px 0px 0px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
.img_build_unit {
height: 48px;
width: 48px;
display: block;
margin: 6px auto;
}
.div_build_bar_hover {
width: 100%;
position: relative;
bottom: auto;
margin: 0px 0px -7px 0px;
text-align: center;
opacity: 1.0;
word-wrap: break-word;
}
.div_build_bar_hover_cont {
width: 400px;
height: auto;
margin: 0px auto 0px;
padding: 6px 10px 10px;
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,.85) 100%);
border-radius: 0px;
text-shadow: 0px 2px 2px black;
}
.div_planet_properties {
display: flex;
text-transform: capitalize;
margin: 4px 0px 0px 0px;
}
.planet_property {
display: flex;
}
.planet_property .label {
width: 70px;
font-family: 'Sansation Regular TTF';
font-size: 1em;
font-weight: normal;
color: #d4d4d4;
padding: 0px;
margin: 0px;
text-align: left;
flex-shrink: 0;
}
.planet_property .bar {
flex-shrink: 0;
margin: 4px 8px 0px 0px;
}
.planet_property .value {
width: 50px;
font-family: 'Trebuchet MS';
flex-shrink: 0;
margin-top: -2px;
}
.btn_random {
height: 24px;
font-size: 12px;
padding: 0px 6px 2px;
margin: 2px 0 0 0;
}
.btn_toggle {
min-width: 50px;
color: #00B3FF;
font-family: 'Sansation Regular';
text-align: center;
text-shadow: 0px 0px 0px;
background: #333;
border: 1px solid #808080;
box-shadow: none;
margin: 0px -3px 2px 0px;
padding: 2px 20px;
display: inline-block;
cursor: default;
user-select: none;
-webkit-user-select: none;
-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.3);
-webkit-animation: fadeout;
-webkit-transition: .3s ease-out;
}
.btn_toggle:hover, .btn_toggle_shared_army:hover {
color: #fff;
text-shadow: 0px 0px 0px;
background: #0b1a1f;
border: 1px solid #1e7aa1;
box-shadow: inset 0px 0px 10px #1e7aa1;
-webkit-animation: none;
-webkit-transition: none;
}
.btn_toggle:active, .btn_toggle.live, .btn_toggle_shared_army.on {
color: #FFFFFF;
text-shadow: 0px 0px 0px;
background: #1e7aa1;
border: 1px solid #00B3FF;
box-shadow: 0px 0px 20px #00B3FF;
-webkit-animation: none;
-webkit-transition: none;
}
.btn_toggle_disabled {
background: #333;
border: 1px solid #808080;
display: inline-block;
text-align: center;
padding: 2px 30px;
margin: 0px -3px 2px 0px;
cursor: default;
-webkit-user-select: none;
user-select: none;
-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.3);
pointer-events: none;
opacity: .3;
}
.btn_toggle:disabled {
opacity: .3;
}
.div_adv_edit_mode {
margin: 10px 0 0;
padding: 8px 0 0;
}
.div_adv_edit_mode_title {
font-family: 'Sansation Bold';
font-size: 13px;
text-shadow: rgb(0, 179, 255) 0px 0px 20px;
text-transform: uppercase;
margin: 0px 0px 8px;
}
.div_adv_edit_mode_ctrls {
display: flex;
}
.div_adv_edit_mode_ctrls .btn_toggle {
flex-grow: 1;
padding: 10px 0px;
}
.div_adv_edit_mode_ctrls .btn_toggle .btn_toggle_label {
margin: 0px;
}
.div_planet_info {
color: #999;
margin: 12px 0px 0px 0px;
border: 1px solid #333;
border-width: 1px 0px;
}
.div_planet_info_title {
text-transform: uppercase;
}
.div_planet_info_row {
display: flex;
margin: 4px 0px;
}
.div_planet_info_square {
width: 160px;
flex-direction: column;
border: 1px solid #333;
padding: 8px;
margin-right: 4px;
display: flex;
}
.div_planet_info_square > div {
margin: 0 0 4px 0;
}
.div_planet_info_square > .title {
}
.div_planet_info_square > .count {
color: #999;
}
.div_planet_info_col {
width: 180px;
flex-grow: 1;
display: flex;
text-transform: capitalize;
}
.div_planet_info_label {
width: 70px;
font-size: 13px;
}
.wrapper_build_bar_csg_hover_detail {
height: 30px;
width: 548px;
margin: 0 0 -5px 0;
overflow: hidden;
}
.wrapper_build_bar_csg_hover_detail.locked {
height: 60px;
}
.game_content_status {
padding: 12px;
}
/* BUILD BAR CUSTOMIZATIONS */
.div_build_bar_tab_background {
min-width: 680px;
}
.span_build_bar_tab {
width: auto;
padding: 0px 20px;
}
#csg_build_bar .div_build_bar_menu_cont {
width: 1211px;
}
#csg_build_bar .div_build_bar_tab_background {
width: 1288px;
}
#csg_build_bar .div_build_bar_menu_tabs {
margin: -10px;
display: flex;
flex-direction: column;
flex-flow: column-reverse;
}
#csg_build_bar .div_build_bar_sub_tabs {
display: flex;
justify-content: center;
}
#csg_build_bar .div_build_bar_sub_tabs > div {
min-width: 100px;
border: 1px solid #00b3ff;
margin: 8px 0 4px;
padding: 6px 20px;
}
#csg_build_bar .div_build_bar_page {
width: auto;
margin: 0;
}
.div_remove_item {
position: absolute;
top: 0px;
right: 0px;
border: 1px solid white;
}
.div_build_item.asteroid_belt {
}
.div_active_item {
opacity: .3;
pointer-events: none;
/*background: #1E7AA1;
border: 1px solid #00B3FF;
box-shadow: inset 0px 0px 20px #00B3FF;*/
}
.div_keyboard_msg {
height: 40px;
width: 100%;
position: absolute;
bottom: 35px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
background: linear-gradient(to bottom, rgba(0, 255, 0, 0.42) 0, rgba(0, 0, 0, 0.2) 100%);
border-top: 1px solid rgb(0, 255, 0);
}
.hotkey_title {
text-transform: uppercase;
font-weight: bold;
} |
src/app/psat/modify-conditions/adjustment-selected/adjustment-field-data/adjustment-field-data.component.html | kbeanblossom/nsis | <form class="form-group form-group-sm" [formGroup]="adjustmentForm">
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<input type="text" class="form-control input-sm" formControlName="operatingFraction" id="operatingFraction">
</div>
<app-control-messages [control]="adjustmentForm.controls.operatingFraction"></app-control-messages>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<input type="text" class="form-control input-sm" formControlName="costKwHr" id="costKwHr">
</div>
<app-control-messages [control]="adjustmentForm.controls.costKwHr"></app-control-messages>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<input type="text" class="form-control input-sm" formControlName="flowRate" id="flowRate">
</div>
<app-control-messages [control]="adjustmentForm.controls.flowRate"></app-control-messages>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<input type="text" class="form-control input-sm" formControlName="head" id="head">
</div>
<app-control-messages [control]="adjustmentForm.controls.head"></app-control-messages>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<select class="form-control input-sm" formControlName="loadEstimatedMethod" id="loadEstimatedMethod">
<option>Method 1</option>
<option>Method 2</option>
</select>
</div>
<app-control-messages [control]="adjustmentForm.controls.loadEstimatedMethod"></app-control-messages>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<input type="text" class="form-control input-sm" formControlName="motorKW" id="motorKW">
</div>
<app-control-messages [control]="adjustmentForm.controls.motorKW"></app-control-messages>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="input-group input-group-sm">
<input type="text" class="form-control input-sm" formControlName="voltage" id="voltage">
</div>
<app-control-messages [control]="adjustmentForm.controls.voltage"></app-control-messages>
</div>
</div>
</form> |
pages/iceland/index.html | richardp2/travel | ---
comments: false
layout: location
title: "Location: Iceland"
location: Iceland
permalink: /iceland/
---
|
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.dev/pautomata/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pautomata: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.dev / pautomata - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
pautomata
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-22 02:22:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-22 02:22:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.dev Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pautomata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PAutomata"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: p-automata"
"keyword: ABR"
"keyword: PGM"
"keyword: time"
"category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
]
authors: [
"Emmanuel Freund & Christine Paulin"
]
bug-reports: "https://github.com/coq-contribs/pautomata/issues"
dev-repo: "git+https://github.com/coq-contribs/pautomata.git"
synopsis: "Parameterized automata"
description: """
This contribution is a modelisation in Coq of the p-automata
designed in the CALIFE project (http://www.loria.fr/calife).
It contains an axiomatisation of time,
the definition of a p-automaton, the definition of binary and
arbitrary synchronisation of a family of p-automaton, the semantics of
a p-automaton as a labelled transition system. The description of the ABR
algorithm as a p-automaton is also given.
This work is reported in : P. Castéran, E. Freund, C. Paulin and
D. Rouillard ``Bibliothèques Coq et Isabelle-HOL pour les systèmes de
transitions et les p-automates''"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/pautomata/archive/v8.9.0.tar.gz"
checksum: "md5=ac22083aa7f43752637891ba0ab5f1d4"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-pautomata.8.9.0 coq.8.10.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.dev).
The following dependencies couldn't be met:
- coq-pautomata -> coq < 8.10~ -> ocaml < 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pautomata.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
build/style.css | searsaw/game-of-life | .container {
padding-top: 20px;
}
circle {
fill: steelblue;
transition: fill .5s;
}
circle.alive {
fill: red;
}
|
ec18131/html/classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html | v8-dox/v8-dox.github.io | <!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" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v5.10.0 - v5.10.1: v8::ScriptCompiler::ExternalSourceStream Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v5.10.0 - v5.10.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler.html">ScriptCompiler</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html">ExternalSourceStream</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ScriptCompiler::ExternalSourceStream Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ac3a0221b5725f0b612a6342d8e83d899"><td class="memItemLeft" align="right" valign="top">virtual size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#ac3a0221b5725f0b612a6342d8e83d899">GetMoreData</a> (const uint8_t **src)=0</td></tr>
<tr class="separator:ac3a0221b5725f0b612a6342d8e83d899"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6848508547b3508a2d016738f12561e8"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a6848508547b3508a2d016738f12561e8">SetBookmark</a> ()</td></tr>
<tr class="separator:a6848508547b3508a2d016738f12561e8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a425cf1ba265eeca194b805fe5c52bc19"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#a425cf1ba265eeca194b805fe5c52bc19">ResetToBookmark</a> ()</td></tr>
<tr class="separator:a425cf1ba265eeca194b805fe5c52bc19"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>For streaming incomplete script data to <a class="el" href="classv8_1_1V8.html">V8</a>. The embedder should implement a subclass of this class. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ac3a0221b5725f0b612a6342d8e83d899"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual size_t v8::ScriptCompiler::ExternalSourceStream::GetMoreData </td>
<td>(</td>
<td class="paramtype">const uint8_t ** </td>
<td class="paramname"><em>src</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1V8.html">V8</a> calls this to request the next chunk of data from the embedder. This function will be called on a background thread, so it's OK to block and wait for the data, if the embedder doesn't have data yet. Returns the length of the data returned. When the data ends, GetMoreData should return 0. Caller takes ownership of the data.</p>
<p>When streaming UTF-8 data, <a class="el" href="classv8_1_1V8.html">V8</a> handles multi-byte characters split between two data chunks, but doesn't handle multi-byte characters split between more than two data chunks. The embedder can avoid this problem by always returning at least 2 bytes of data.</p>
<p>If the embedder wants to cancel the streaming, they should make the next GetMoreData call return 0. <a class="el" href="classv8_1_1V8.html">V8</a> will interpret it as end of data (and most probably, parsing will fail). The streaming task will return as soon as <a class="el" href="classv8_1_1V8.html">V8</a> has parsed the data it received so far. </p>
</div>
</div>
<a class="anchor" id="a425cf1ba265eeca194b805fe5c52bc19"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void v8::ScriptCompiler::ExternalSourceStream::ResetToBookmark </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1V8.html">V8</a> calls this to return to a previously set bookmark. </p>
</div>
</div>
<a class="anchor" id="a6848508547b3508a2d016738f12561e8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool v8::ScriptCompiler::ExternalSourceStream::SetBookmark </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1V8.html">V8</a> calls this method to set a 'bookmark' at the current position in the source stream, for the purpose of (maybe) later calling ResetToBookmark. If ResetToBookmark is called later, then subsequent calls to GetMoreData should return the same data as they did when SetBookmark was called earlier.</p>
<p>The embedder may return 'false' to indicate it cannot provide this functionality. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
style.css | spittingtacks/HeladosDelSol | /*
99Lime.com HTML KickStart by Joshua Gatcke
style.css
*/
/*---------------------------------
IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
/*---------------------------------
OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Roboto Condensed", arial, verdana, sans-serif;
font-weight:normal;
}
thead th,
tbody th{
font-family: "Roboto Condensed", arial, verdana, sans-serif;
}
button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Roboto Condensed", arial, verdana, sans-serif;
}
.menu{
font-family: "Roboto Condensed", arial, verdana, sans-serif;
}
blockquote{
font-family: "Roboto Condensed", arial, verdana, sans-serif;
}
/*---------------------------------
LAYOUT
-----------------------------------*/
body{
width:990px;
margin:0 auto 0 auto;
padding:0 0 0 0;
color:#000;
background-color: #ffffff;
background-image: url(css/img/gray_jean.png) no-repeat;
font:normal 0.9em/150% 'Roboto Condensed', arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}
#wrap{
width: 990px;
background:#fff;
margin:30px auto 30px auto;
padding:0;
border:2px solid #ccc;
}
header{
background: #ffed3e; /* Old browsers */
background: -moz-linear-gradient(top, #ffed3e 0%, #fbce1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffed3e), color-stop(100%,#fbce1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffed3e 0%,#fbce1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffed3e 0%,#fbce1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffed3e 0%,#fbce1a 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffed3e 0%,#fbce1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed3e', endColorstr='#fbce1a',GradientType=0 ); /* IE6-9 */
float: left;
height: 200px;
width: 990px;
}
header #header-top {
background:url('images/bg-pattern.png') no-repeat;
float:left;
width: 990px;
border:0 0 5px #e04a24;}
header #header-logo{
float:left;
width: 445px;}
header #header-search{
float:left;
width:445px;
}
footer {
clear:both;
float:left;
width:990px;
height:200px;
border-top: 5px solid #6f92c5;
background: #008fd4; /* Old browsers */
background: -moz-linear-gradient(top, #008fd4 0%, #8531e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fd4), color-stop(100%,#8531e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #008fd4 0%,#8531e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #008fd4 0%,#8531e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #008fd4 0%,#8531e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fd4', endColorstr='#8531e9',GradientType=0 ); /* IE6-9 */
background-color: linear-gradient(;
fbackground-position: top;
}
footer #footer-bottom {
background: url(images/bg-pattern.png) no-repeat;
float:left;
width: 990px;
height: 200px;
}
#link-top{
display:none;
}
/* NAV BAR*/
.navbar{
/*position:fixed;*/
top:0;
left:0;
width: 990px;
float:left;
background: #f89e01;
color:#fff;
z-index:1000;
}
header .navbar {
border-top:5px solid #f8bc55;
padding-left:4em;
}
.navbar #logo{
position:absolute;
top:0;
right:0;
padding:0.5em 1em;
font-size: 1.7em;
color:#efefef;
text-decoration:none;
}
.navbar span{
color:#86dc00;
}
.navbar ul{
display:inline-block;
margin:0;
padding:0;
}
.navbar li{
margin:0;
padding:0;
list-style-type:0;
display:inline-block;
}
.navbar li a{
display:inline-block;
color:#efefef;
padding:1em 1.3em;
text-decoration:none;
line-height:100%;
font-size: 1.2em;
}
/*---------------------------------
MENU STYLES
EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{
background: #f89e01;
}
.menu li{}
.menu li a{
text-shadow:0px 1px 1px #fff;
padding:15px 20px;
text-decoration:none;
font-size: 0.9em;
line-height:90%;
color: #462d00;
}
.menu li.current>a,
.menu li.current>a:hover,
.menu li.current.hover>a{
background: #462d00; /* Old browsers */
color:#f89e01;
text-shadow:0px -1px 0px rgba(0,0,0,0.2);
cursor: default;
}
.menu li a:hover,
.menu li.hover>a{
background:#f5f5f5;
}
/* sub menus */
.menu ul{
background: #efefef;
/*border:1px solid #ccc;*/
}
.menu ul li{}
.menu ul li a{}
/* sub-sub menus */
.menu ul ul{}
.menu ul ul li{}
.menu ul ul li a{}
/* arrows */
/* arrow down */ .menu li.has-menu span.arrow{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}
/* arrow left */ .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
{border-color-left:#ccc;border-color:transparent transparent transparent #ccc;}
/* arrow right */ .menu.vertical.right li.has-menu span.arrow{border-color-right:#ccc;border-color:transparent #ccc transparent transparent;}
/* dividers */ .menu ul li.divider{border-top:1px solid #ccc;}
.menu ul li.divider a{border-top:1px solid #fff;}
.menu-2{
/*border:1px solid #ccc;*/
background: #f89e01;
}
.menu-2 li{}
.menu-2 li a{
text-shadow:0px 1px 1px #fff;
padding:15px 20px;
text-decoration:none;
font-size:0.9em;
color: #462d00;
}
.menu-2 li.current>a,
.menu-2 li.current>a:hover,
.menu-2 li.current.hover>a{
background: #462d00; /* Old browsers */
color:#f89e01;
text-shadow:0px -1px 0px rgba(0,0,0,0.2);
cursor: default;
}
.menu-2 li a:hover,
.menu-2 li.hover>a{
background:#f5f5f5;
}
/* sub menus */
.menu-2 ul{
background: #efefef;
/*border:1px solid #ccc;*/
}
.menu-2 ul li{}
.menu-2 ul li a{}
/* sub-sub menus */
.menu-2 ul ul{}
.menu-2 ul ul li{}
.menu-2 ul ul li a{}
/* arrows */
/* arrow down */ .menu-2 li.has-menu span.arrow{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}
/* arrow left */ .menu-2 li li.has-menu span.arrow, .menu-2.vertical li.has-menu span.arrow
{border-color-left:#ccc;border-color:transparent transparent transparent #ccc;}
/* arrow right */ .menu-2.vertical.right li.has-menu span.arrow{border-color-right:#ccc;border-color:transparent #ccc transparent transparent;}
/* dividers */ .menu-2 ul li.divider{border-top:1px solid #ccc;}
.menu-2 ul li.divider a{border-top:1px solid #fff;}
.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
.callout + div.grid{margin-top:50px;}
a.callout{cursor:pointer;}
.callout i.icon-4x{font-size:6em;}
.callout h4{margin-bottom:30px;}
.callout-top{margin:50px 0 0 0;}
.callout p{margin-bottom:0;}
.callout .button{margin-top:10px;}
.callout.green{background:#19ad0b;/*#86dc00;*/}
#mc_embed_signup{
padding:30px 0;
}
#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}
#wrap #top-gradient {
border-top:5px solid #f8bc55;
float:left;
width:990px;
height:40px;
margin-top: 29px;
background: #fbce1a; /* Old browsers */
background: -moz-linear-gradient(top, #fbce1a 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbce1a), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbce1a 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbce1a 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbce1a 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbce1a 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbce1a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#wrap #row_1 {
float:left;
width:990px;
}
#wrap #row_1 img{
float: right;
/*max-width: 500px*/;
}
#wrap #row_1 ul li h1,h2,h3 {
float:left;
/*color:#1b67d8;*/
width:440px;
}
#wrap #row_1 ul li {
float:left;
width:440px;
/*background-color: #ffffff;*/
}
#wrap #row_2 {
float: left;;
width: 990px;
background-color: #fff;
border-bottom: 5px solid #6f92c5;
}
#wrap #row_2 .col_6 {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1px solid #f89e01;
padding: 1em;
min-height: 390px;
color:#1b67d8;
}
#wrap h1 i{
color: #ccc;
padding-right:.3em;
}
#wrap #row_1 h2{
padding-top: .4em;
}
#wrap #bottom-gradient {
float:left;
width:990px;
height:40px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #008fd4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#008fd4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#008fd4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#008fd4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#008fd4 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#008fd4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008fd4',GradientType=0 ); /* IE6-9 */
}
#wrap h1,h2,h3 {
text-height:100%;
color: #4D99E0;
padding-left: .4em;
font-weight: 700;
}
#header-search {
margin-top: 2em;
}
#facebook-info i{
background-color:#fff;
padding: 1px;
-webkit-border-radius: 25px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #fff;
box-shadow: 0px 3px 3px 0px #bbb;
}
#search-field{
position: relative;
top:-6px;
background-color:#fff;
margin-left: .5em;
padding: 5px 8px 8px 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #fff;
box-shadow: 0px 3px 3px 0px #bbb;
}
#wrap p{
margin-left: 1.2em;
}
#wrap ul {
display: block;
}
#wrap ul li {
list-style: none;
}
#wrap a {
text-decoration: none;
}
#navbar-footer .navbar{
padding-left: 4em;
}
#navbar-footer ul a{
color: #fff;
background: #1b67d8;
}
#navbar-footer .current ul li a {
color: #fff;
background: #0d3269;
}
#navbar-footer ul .current li a:hover{
color: #0d3269;
background: #fff;
}
#navbar-footer .navbar .menu, #navbar-footer .navbar{
background: #1b67d8;
}
li .icon-facebook-sign {
line-height: 100%;
}
#navbar-footer .menu li a {
text-shadow: none;
}
#navbar-footer .menu li a:hover,
.menu li.hover>a {
background:#f5f5f5;
color:#1b67d8;
}
#navbar-footer
.menu li.current>a,
.menu li.current>a:hover,
.menu li.current.hover>a{
background: #0d3268; /* Old browsers */
color:#fff;
text-shadow:0px -1px 0px rgba(0,0,0,0.2);
cursor: default;
}
#wrap .col_6 img{
float:right;
}
body p, li .col_5, #wrap .col_6 li, #wrap .col_6 li a{
font-family: 'Trebuchet MS', arial, verdana, sans-serif;
color: #081f42;
}
#wrap .col_6 li a:hover{
border-bottom: 1px solid;
}
address {
float: left;
padding-left: 2.5em;
}
address h2{
font-style: "Roboto", arial, verdana, sans-serif;
color: #fff;
font-style: normal;
font-weight: 700;
}
address p{
font-style: "Roboto", arial, verdana, sans-serif;
color: #fff;
font-style: normal;
margin-left: .5em;
}
#row_2 .col_5{
padding-left: 2.5em;
}
|
2014/page/19.html | acloudburo/dognews | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" />
<title>dognews</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml" /><!--[if lt IE 9]><script src="../../js/ie8.js" type="text/javascript"></script><![endif]--><link href="../../css/all.css" media="screen" rel="stylesheet" type="text/css" /><script type="text/javascript">
(function(d,e,j,h,f,c,b){d.GoogleAnalyticsObject=f;d[f]=d[f]||function(){(d[f].q=d[f].q||[]).push(arguments)},d[f].l=1*new Date();c=e.createElement(j),b=e.getElementsByTagName(j)[0];c.async=1;c.src=h;b.parentNode.insertBefore(c,b)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create","UA-63279904-1", location.hostname);ga("send","pageview");
</script>
<link href="/favicon.png" rel="icon" type="image/png" />
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target=".navbar-ex1-collapse" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="/">dognews</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="/menu1.html"> Über Uns </a>
</li>
<li>
<a href="/menu2.html"> Newsletter! </a>
</li>
<li class="dropdown">
<a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Categories <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="/tags/businessidee.html">businessidee (38)</a>
</li>
<li>
<a href="/tags/deutschland.html">deutschland (596)</a>
</li>
<li>
<a href="/tags/erziehung.html">erziehung (35)</a>
</li>
<li>
<a href="/tags/fotografie.html">fotografie (5)</a>
</li>
<li>
<a href="/tags/freizeit.html">freizeit (83)</a>
</li>
<li>
<a href="/tags/gesetz.html">gesetz (38)</a>
</li>
<li>
<a href="/tags/gesundheit.html">gesundheit (116)</a>
</li>
<li>
<a href="/tags/herdenhunde.html">herdenhunde (10)</a>
</li>
<li>
<a href="/tags/hundesachkunde.html">hundesachkunde (13)</a>
</li>
<li>
<a href="/tags/hundesport.html">hundesport (12)</a>
</li>
<li>
<a href="/tags/kinder.html">kinder (9)</a>
</li>
<li>
<a href="/tags/kurioses.html">kurioses (29)</a>
</li>
<li>
<a href="/tags/oesterreich.html">oesterreich (63)</a>
</li>
<li>
<a href="/tags/rassen.html">rassen (8)</a>
</li>
<li>
<a href="/tags/ratgeber.html">ratgeber (161)</a>
</li>
<li>
<a href="/tags/rettungshunde.html">rettungshunde (3)</a>
</li>
<li>
<a href="/tags/schweiz.html">schweiz (99)</a>
</li>
<li>
<a href="/tags/senioren.html">senioren (10)</a>
</li>
<li>
<a href="/tags/stars.html">stars (11)</a>
</li>
<li>
<a href="/tags/urlaub.html">urlaub (39)</a>
</li>
<li>
<a href="/tags/veranstaltung.html">veranstaltung (1)</a>
</li>
<li>
<a href="/tags/wandern.html">wandern (17)</a>
</li>
<li>
<a href="/tags/wissen.html">wissen (200)</a>
</li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">By Year <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="/2017.html">2017 (8)</a>
</li>
<li>
<a href="/2016.html">2016 (55)</a>
</li>
<li>
<a href="/2015.html">2015 (458)</a>
</li>
<li>
<a href="/2014.html">2014 (273)</a>
</li>
</ul>
</li>
<ul class="list-unstyled list-inline nav navbar-nav navbar-right"></ul>
<li><a href="https://twitter.com/cbdognews">
<i class="fa fa-lg fa-inverse fa-twitter-square"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-9">
<h1>
Archive for 2014
</h1>
<p>
Page 19 of 28
</p>
<p>
<a href="/2014/page/18.html">Previous page</a>
</p>
<ul>
<h2>
<a href="/2014/09/27/herbstzeit-hund-am-meer-zeit.html">Herbstzeit - Hund-am-Meer-Zeit</a>
</h2>
<p>
<small class="label label-default">urlaub</small>
<small class="label label-default">deutschland</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 27
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Während man hierzulande leider schon im Herbst ist, genießt man im Süden Europas noch den Sommer. Mit Temperaturen, die Badespaß garantieren, jedoch nicht mehr so sehr den Schweiß treiben. Perfekte Voraussetzungen also für einen Urlaub...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/27/herbstzeit-hund-am-meer-zeit.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/27/die-beliebtesten-filmhunde.html">Die beliebtesten Filmhunde</a>
</h2>
<p>
<small class="label label-default">stars</small>
<small class="label label-default">oesterreich</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 27
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Tierfreunde haben es immer schon gewusst, nun liefern amerikanische Wissenschaftler den Beweis: Der Erfolg von Filmen, in denen Hunde eine tragende Rolle spielen, beeinflusst die Beliebtheit der Rassen auch abseits der Leinwand. Wem Lassie...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/27/die-beliebtesten-filmhunde.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/27/absolventin-des-unilehrgangs-angewandte-kynologie-erhalt-bundestierschutzpreis.html">Absolventin des Unilehrgangs Angewandte Kynologie erhält Bundestierschutzpreis</a>
</h2>
<p>
<small class="label label-default">wissen</small>
<small class="label label-default">oesterreich</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 27
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Barbara Benett erhielt am 18.9.2014 für ihre wissenschaftliche Arbeit über die Auswirkungen von TV-Serien zu Hundetrainings den Bundestierschutzpreis des Gesundheitsministeriums. Die Abschlussarbeit entstand im Universitätslehrgang Angewandte...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/27/absolventin-des-unilehrgangs-angewandte-kynologie-erhalt-bundestierschutzpreis.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/26/haustiere-per-doppelklick-zum-sittergluck.html">Haustiere: Per Doppelklick zum Sitterglück</a>
</h2>
<p>
<small class="label label-default">deutschland</small>
<small class="label label-default">freizeit</small>
<small class="label label-default">businessidee</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 26
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Mit Handy-Apps und Social Media werben Plattformen für private Tiersitter / Vorher sollten Besitzer die richtigen Fragen stellen
<a href="http://www.svz.de/nachrichten/ratgeber-uebersicht/digital/per-doppelklick-zum-sitterglueck-id7767141.html">Link</a></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/26/haustiere-per-doppelklick-zum-sittergluck.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/26/weinwanderung-mit-hunden.html">Weinwanderung mit Hunden</a>
</h2>
<p>
<small class="label label-default">deutschland</small>
<small class="label label-default">wandern</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 26
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Ehe die Lese so richtig beginnt, hat uns von der Hundegruppe der Rheingauer Weinbaupräsident, Peter Seyffardt, Gutsherr vom Weingut Diefenhardt, bei einem Rundgang über Wein und Lagen informiert.
Zuerst wurde uns allen das „ große...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/26/weinwanderung-mit-hunden.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/26/12-huskys-mit-127-ps-die-hausmanns-zeigen-ihren-hunde-schlitten.html">12 Huskys mit 127 PS: Die Hausmanns zeigen ihren Hunde-Schlitten</a>
</h2>
<p>
<small class="label label-default">schweiz</small>
<small class="label label-default">hundesport</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 26
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Die Schlittenhundeführer aus Zofingen AG besitzen zwölf Huskys. Der älteste ist zwölf Jahre alt, der jüngste knapp drei. Für Fahrten zu Wettbewerben und in die Ferien haben die Hausmanns eine Spezialanfertigung: ein Wohnmobil mit eingebauten...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/26/12-huskys-mit-127-ps-die-hausmanns-zeigen-ihren-hunde-schlitten.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/25/tierischer-jetset-in-der-nebensaison-herrscht-auf-sylt-hundezeit.html">Tierischer Jetset - in der Nebensaison herrscht auf Sylt Hundezeit</a>
</h2>
<p>
<small class="label label-default">urlaub</small>
<small class="label label-default">deutschland</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 25
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Ferien mit Hund liegen im Trend. Damit Menschen und Vierbeiner sich rundum erholen können, bietet die Insel Sylt etwa 17 ausgewiesene Hundestrände. Zum Übernachten finden sich auf der ganzen Insel tierfreundliche Gastgeber. Wenn Frauchen...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/25/tierischer-jetset-in-der-nebensaison-herrscht-auf-sylt-hundezeit.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/25/flohprophylaxe-hund-und-katze-winterfest-machen-oder-wer-will-im-winter-schon-ei.html">Flohprophylaxe: Hund und Katze winterfest machen / Oder wer will im Winter schon einen Sack Flöhe hüten?</a>
</h2>
<p>
<small class="label label-default">ratgeber</small>
<small class="label label-default">deutschland</small>
<small class="label label-default">gesundheit</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 25
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Flohprophylaxe: Hund sowie Katze “winterfest” machen / Oder wer möchte im Winter bereits einen Sack Flöhe hüten?
<a href="http://www.newswalk.info/flohprophylaxe-hund-und-katze-winterfest-machen-oder-wer-will-im-winter-schon-einen-sack-floehe-hueten-291220.html">Link</a></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/25/flohprophylaxe-hund-und-katze-winterfest-machen-oder-wer-will-im-winter-schon-ei.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/25/krank-durch-haustiere-die-wichtigsten-infektionen-im-uberblick.html">Krank durch Haustiere: Die wichtigsten Infektionen im Überblick</a>
</h2>
<p>
<small class="label label-default">ratgeber</small>
<small class="label label-default">deutschland</small>
<small class="label label-default">gesundheit</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 25
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Schätzungsweise 30 Millionen Haustiere leben als haarige, gefederte oder geschuppte Familienmitglieder in deutschen Haushalten. Fast immer sind sie eine Bereicherung für das Familienleben. In manchen Fällen bringen Hunde, Katzen und Co...</dummy></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/25/krank-durch-haustiere-die-wichtigsten-infektionen-im-uberblick.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
<h2>
<a href="/2014/09/24/vom-rudel-verlassen.html">Vom Rudel verlassen</a>
</h2>
<p>
<small class="label label-default">ratgeber</small>
<small class="label label-default">deutschland</small>
</p>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Sep 24
</p>
<hr />
<div class="row">
<div class="article">
<p><dummy> Zerstörte Sachen, Jaulen oder Pinkelpfütze: Hunde machen deutlich, dass sie das Alleinsein ablehnen. Doch sie können es erlernen.
<a href="http://www.moz.de/artikel-ansicht/dg/0/1/1328135">Link</a></p>
</div>
</div><a class="btn btn-primary" href="/2014/09/24/vom-rudel-verlassen.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a>
<hr />
</ul>
<p>
<a href="/2014/page/20.html">Next page</a>
</p>
<hr />
<aside>
<h3>
Recent Articles
</h3>
<ol>
<li>
<a href="/2017/12/05/nun-ist-es-raus-hunde-sind-kluger-als-katzen.html">Nun ist es raus: Hunde sind klüger als Katzen</a> <span>Dec 5</span>
</li>
<li>
<a href="/2017/07/27/die-macht-der-geruche.html">Die Macht der Gerüche</a> <span>Jul 27</span>
</li>
<li>
<a href="/2017/06/21/vorsicht-giftig-diese-lebensmittel-sollten-hunde-nicht-fressen.html">Vorsicht giftig! Diese Lebensmittel sollten Hunde nicht fressen</a> <span>Jun 21</span>
</li>
<li>
<a href="/2017/03/27/studie-schaferhunde-konnen-brustkrebs-diagnostizieren.html">Studie: Schäferhunde können Brustkrebs diagnostizieren</a> <span>Mar 27</span>
</li>
<li>
<a href="/2017/03/27/atopische-dermatitis-was-tun-wenn-es-juckt-und-kratzt-allergien-belasten-das-woh.html">Atopische Dermatitis: Was tun, wenn es juckt und kratzt? / Allergien belasten das Wohlbefinden ...</a> <span>Mar 27</span>
</li>
<li>
<a href="/2017/02/27/tiermedizin-epilepsie-gen-entdeckt.html">Tiermedizin - Epilepsie-Gen entdeckt</a> <span>Feb 27</span>
</li>
<li>
<a href="/2017/01/17/auch-haustiere-frieren-so-kommt-bello-durch-den-winter.html">Auch Haustiere frieren | So kommt Bello durch den Winter</a> <span>Jan 17</span>
</li>
<li>
<a href="/2017/01/17/hunde-sind-bei-minusgraden-schnell-unterkuhlt.html">Hunde sind bei Minusgraden schnell unterkühlt</a> <span>Jan 17</span>
</li>
<li>
<a href="/2016/12/08/venedig-wo-die-gondeln-hunde-tragen.html">Venedig: Wo die Gondeln Hunde tragen</a> <span>Dec 8</span>
</li>
<li>
<a href="/2016/11/01/hunde-heulten-halbe-stunde-vor-erdbeben.html">Hunde heulten halbe Stunde vor Erdbeben</a> <span>Nov 1</span>
</li>
</ol>
</aside>
<hr>
<p class="text-center">
©2018 <a href="/">dognews</a> - <a href="/footer1.html">Disclaimer</a><br /><span class="small">Powered by<a href="https://cloudburo.net/docs/products.html"> Cloudburo Curation Engine</a></span>
</p>
</hr>
</div>
<div class="col-lg-3 col-md-3">
<div class="well">
<h4>
Categories
</h4>
<ul class="list-unstyled">
<li>
<a href="/tags/businessidee.html">businessidee</a> (38)
</li>
<li>
<a href="/tags/deutschland.html">deutschland</a> (596)
</li>
<li>
<a href="/tags/erziehung.html">erziehung</a> (35)
</li>
<li>
<a href="/tags/fotografie.html">fotografie</a> (5)
</li>
<li>
<a href="/tags/freizeit.html">freizeit</a> (83)
</li>
<li>
<a href="/tags/gesetz.html">gesetz</a> (38)
</li>
<li>
<a href="/tags/gesundheit.html">gesundheit</a> (116)
</li>
<li>
<a href="/tags/herdenhunde.html">herdenhunde</a> (10)
</li>
<li>
<a href="/tags/hundesachkunde.html">hundesachkunde</a> (13)
</li>
<li>
<a href="/tags/hundesport.html">hundesport</a> (12)
</li>
<li>
<a href="/tags/kinder.html">kinder</a> (9)
</li>
<li>
<a href="/tags/kurioses.html">kurioses</a> (29)
</li>
<li>
<a href="/tags/oesterreich.html">oesterreich</a> (63)
</li>
<li>
<a href="/tags/rassen.html">rassen</a> (8)
</li>
<li>
<a href="/tags/ratgeber.html">ratgeber</a> (161)
</li>
<li>
<a href="/tags/rettungshunde.html">rettungshunde</a> (3)
</li>
<li>
<a href="/tags/schweiz.html">schweiz</a> (99)
</li>
<li>
<a href="/tags/senioren.html">senioren</a> (10)
</li>
<li>
<a href="/tags/stars.html">stars</a> (11)
</li>
<li>
<a href="/tags/urlaub.html">urlaub</a> (39)
</li>
<li>
<a href="/tags/veranstaltung.html">veranstaltung</a> (1)
</li>
<li>
<a href="/tags/wandern.html">wandern</a> (17)
</li>
<li>
<a href="/tags/wissen.html">wissen</a> (200)
</li>
</ul>
</div>
<div class="well">
<h4>
By year
</h4>
<ol>
<li>
<a href="/2017.html">2017</a> (8)
</li>
<li>
<a href="/2016.html">2016</a> (55)
</li>
<li>
<a href="/2015.html">2015</a> (458)
</li>
<li>
<a href="/2014.html">2014</a> (273)
</li>
</ol>
</div>
</div>
</div>
</div>
<script src="../../js/all.js" type="text/javascript"></script>
</body>
</html> |
ocr_extracted/W28935_text/page35.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28935_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page34.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 797px; margin-top: 330px;">
<p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Existing Wells Within Spacing Unit </p>
</div>
<div style="position: absolute; margin-left: 165px; margin-top: 495px;">
<p class="styleSans46.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Continental Resources, Inc. has identified the following weils which currently exist in the spacing unit consisting of: 19,30,31-T153N-R99W 81 3,N/2 10-T152N-R100W Williams County, ND <br/>API No We“ Name Welibore 19424 3310501935 NENW Sec 19, 153w, 99w Bud 1—19H 375 FNL 1855 FWL 22986 3310502632 NENW Sec 31, 153w, 99w Aifsvaag 1-31H 325 FNL 2100 FWL <br/>CRI has determined that the identified existing wells in the spacing unit specified above are not within 500' of the proposed Alfsvaag 3-31H1 weilbore and do not pose any collision threats during drilling or completion operations. <br/> </p>
</div>
<div style="position: absolute; margin-left: 385px; margin-top: 1952px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
|
doc/bibliotheque/Article.html | piatf/miniproject_java | <!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 (1.8.0_111) on Wed Dec 07 09:49:56 CET 2016 -->
<title>Article</title>
<meta name="date" content="2016-12-07">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Article";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Article.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../bibliotheque/BibliographieReader.html" title="class in bibliotheque"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?bibliotheque/Article.html" target="_top">Frames</a></li>
<li><a href="Article.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">bibliotheque</div>
<h2 title="Class Article" class="title">Class Article</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>bibliotheque.Article</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Article</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#abstracts">abstracts</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#author">author</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#doi">doi</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#id">id</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#journal">journal</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#keywords">keywords</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#month">month</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#number">number</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#pages">pages</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#pdf">pdf</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#tags">tags</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#title">title</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#url">url</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#volume">volume</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#year">year</a></span></code>
<div class="block">This class define all of the articles element.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#Article--">Article</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getAbstracts--">getAbstracts</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getAuthor--">getAuthor</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getDoi--">getDoi</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getId--">getId</a></span>()</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getJournal--">getJournal</a></span>()</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getKeywords--">getKeywords</a></span>()</code> </td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getMonth--">getMonth</a></span>()</code> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getNumber--">getNumber</a></span>()</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getPages--">getPages</a></span>()</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getPdf--">getPdf</a></span>()</code> </td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getTag--">getTag</a></span>()</code> </td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getTitle--">getTitle</a></span>()</code> </td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getUrl--">getUrl</a></span>()</code> </td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getVolume--">getVolume</a></span>()</code> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#getYear--">getYear</a></span>()</code> </td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setAbstracts-java.lang.String-">setAbstracts</a></span>(java.lang.String abstracts)</code> </td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setArticle-java.lang.String:A-">setArticle</a></span>(java.lang.String[] info)</code> </td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setAuthor-java.lang.String-">setAuthor</a></span>(java.lang.String author)</code> </td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setDoi-java.lang.String-">setDoi</a></span>(java.lang.String doi)</code> </td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setId-int-">setId</a></span>(int id)</code> </td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setJournal-java.lang.String-">setJournal</a></span>(java.lang.String journal)</code> </td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setKeywords-java.lang.String-">setKeywords</a></span>(java.lang.String keywords)</code> </td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setMonth-java.lang.String-">setMonth</a></span>(java.lang.String month)</code> </td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setNumber-java.lang.String-">setNumber</a></span>(java.lang.String number)</code> </td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setPages-java.lang.String-">setPages</a></span>(java.lang.String pages)</code> </td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setPdf-java.lang.String-">setPdf</a></span>(java.lang.String pdf)</code> </td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setTags-java.lang.String:A-int-">setTags</a></span>(java.lang.String[] tags,
int id)</code> </td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setTitle-java.lang.String-">setTitle</a></span>(java.lang.String title)</code> </td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setUrl-java.lang.String-">setUrl</a></span>(java.lang.String url)</code> </td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setVolume-java.lang.String-">setVolume</a></span>(java.lang.String volume)</code> </td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../bibliotheque/Article.html#setYear-java.lang.String-">setYear</a></span>(java.lang.String year)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="author">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>author</h4>
<pre>private java.lang.String author</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="title">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>title</h4>
<pre>private java.lang.String title</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="journal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>journal</h4>
<pre>private java.lang.String journal</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="year">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>year</h4>
<pre>private java.lang.String year</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="volume">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>volume</h4>
<pre>private java.lang.String volume</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="number">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>number</h4>
<pre>private java.lang.String number</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="pages">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pages</h4>
<pre>private java.lang.String pages</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="month">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>month</h4>
<pre>private java.lang.String month</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="doi">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doi</h4>
<pre>private java.lang.String doi</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="url">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>url</h4>
<pre>private java.lang.String url</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="keywords">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>keywords</h4>
<pre>private java.lang.String keywords</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="abstracts">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>abstracts</h4>
<pre>private java.lang.String abstracts</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="pdf">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pdf</h4>
<pre>private java.lang.String pdf</pre>
<div class="block">This class define all of the articles element. That contains reading accessor and writing accessor</div>
</li>
</ul>
<a name="tags">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tags</h4>
<pre>private java.lang.String[] tags</pre>
</li>
</ul>
<a name="id">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>id</h4>
<pre>public int id</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Article--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Article</h4>
<pre>public Article()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setId-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setId</h4>
<pre>public void setId(int id)</pre>
</li>
</ul>
<a name="setAuthor-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAuthor</h4>
<pre>public void setAuthor(java.lang.String author)</pre>
</li>
</ul>
<a name="setTitle-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTitle</h4>
<pre>public void setTitle(java.lang.String title)</pre>
</li>
</ul>
<a name="setJournal-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setJournal</h4>
<pre>public void setJournal(java.lang.String journal)</pre>
</li>
</ul>
<a name="setYear-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setYear</h4>
<pre>public void setYear(java.lang.String year)</pre>
</li>
</ul>
<a name="setVolume-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVolume</h4>
<pre>public void setVolume(java.lang.String volume)</pre>
</li>
</ul>
<a name="setNumber-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNumber</h4>
<pre>public void setNumber(java.lang.String number)</pre>
</li>
</ul>
<a name="setPages-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPages</h4>
<pre>public void setPages(java.lang.String pages)</pre>
</li>
</ul>
<a name="setMonth-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMonth</h4>
<pre>public void setMonth(java.lang.String month)</pre>
</li>
</ul>
<a name="setDoi-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDoi</h4>
<pre>public void setDoi(java.lang.String doi)</pre>
</li>
</ul>
<a name="setUrl-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUrl</h4>
<pre>public void setUrl(java.lang.String url)</pre>
</li>
</ul>
<a name="setKeywords-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setKeywords</h4>
<pre>public void setKeywords(java.lang.String keywords)</pre>
</li>
</ul>
<a name="setAbstracts-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAbstracts</h4>
<pre>public void setAbstracts(java.lang.String abstracts)</pre>
</li>
</ul>
<a name="setPdf-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPdf</h4>
<pre>public void setPdf(java.lang.String pdf)</pre>
</li>
</ul>
<a name="setTags-java.lang.String:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTags</h4>
<pre>public void setTags(java.lang.String[] tags,
int id)</pre>
</li>
</ul>
<a name="setArticle-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setArticle</h4>
<pre>public void setArticle(java.lang.String[] info)</pre>
</li>
</ul>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public int getId()</pre>
</li>
</ul>
<a name="getAuthor--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAuthor</h4>
<pre>public java.lang.String getAuthor()</pre>
</li>
</ul>
<a name="getTitle--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTitle</h4>
<pre>public java.lang.String getTitle()</pre>
</li>
</ul>
<a name="getJournal--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJournal</h4>
<pre>public java.lang.String getJournal()</pre>
</li>
</ul>
<a name="getYear--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getYear</h4>
<pre>public java.lang.String getYear()</pre>
</li>
</ul>
<a name="getVolume--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVolume</h4>
<pre>public java.lang.String getVolume()</pre>
</li>
</ul>
<a name="getNumber--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumber</h4>
<pre>public java.lang.String getNumber()</pre>
</li>
</ul>
<a name="getPages--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPages</h4>
<pre>public java.lang.String getPages()</pre>
</li>
</ul>
<a name="getMonth--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMonth</h4>
<pre>public java.lang.String getMonth()</pre>
</li>
</ul>
<a name="getDoi--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDoi</h4>
<pre>public java.lang.String getDoi()</pre>
</li>
</ul>
<a name="getUrl--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUrl</h4>
<pre>public java.lang.String getUrl()</pre>
</li>
</ul>
<a name="getKeywords--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getKeywords</h4>
<pre>public java.lang.String getKeywords()</pre>
</li>
</ul>
<a name="getAbstracts--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAbstracts</h4>
<pre>public java.lang.String getAbstracts()</pre>
</li>
</ul>
<a name="getPdf--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPdf</h4>
<pre>public java.lang.String getPdf()</pre>
</li>
</ul>
<a name="getTag--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getTag</h4>
<pre>public java.lang.String[] getTag()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Article.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../bibliotheque/BibliographieReader.html" title="class in bibliotheque"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?bibliotheque/Article.html" target="_top">Frames</a></li>
<li><a href="Article.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
web/src/app/shared/config/config-chrome/config-chrome.component.html | Dynatrace/davis-server | <div class="layout is-flex has-islands">
<div class="island--full-width" style="margin: 0px 0px 16px 0px; padding: 0">
<div class="config-title">
Voice Navigation
</div>
<a href="https://github.com/Dynatrace/davis-server/wiki/Setup-Voice-Navigator" target="_blank" class="config-help">
{{ iConfig.helpLinkText }}
</a>
</div>
<div class="island--full-width" style="margin: 16px 0px 16px 0px; padding: 0">
<button type="button" class="btn btn--secondary" (click)="iDavis.addToChrome()">
Add to Chrome
</button>
</div>
</div>
|
_site/2016/05/25/lstm-sine-wave/index.html | goelhardik/goelhardik.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Learning to predict a mathematical function using LSTM · Hardik Goel
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/hyde.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- fa-icon -->
<script src="https://use.fontawesome.com/dc0101c58b.js"></script>
</head>
<body class="layout-reverse theme-base-08">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<img src="/images/mugshot.png" height=150px width=auto style="margin-left: 50px; border-radius: 50%; border: 2px solid white;
-ms-transform: rotate(1deg); /* IE 9 */
-webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
transform: rotate(1deg);" />
<a href="/">
Hardik Goel
</a>
</h1>
<p class="lead">Computer Scientist & Graduate Student <h3 style="white-space: pre;"> <a href="https://github.com/goelhardik" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> <a href="https://twitter.com/virtualbaba" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> <a href="https://www.facebook.com/hardik.goel.549" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></h3></p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/about/">About Me</a>
<a class="sidebar-nav-item" href="https://github.com/goelhardik">Projects</a>
</nav>
<!--<p>© 2016. All rights reserved.</p>-->
</div>
</div>
<div class="content container">
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<div class="post">
<h1 class="post-title">Learning to predict a mathematical function using LSTM</h1>
<span class="post-date">25 May 2016 ▪
<a href="https://goelhardik.github.io/2016/05/25/lstm-sine-wave/#disqus_thread">0 Comments</a></span>
<div class="message">
<strong>Long Short-Term Memory (LSTM)</strong> is an RNN architecture that is used to learn time-series data over long intervals. Read more about it <a href="https://en.wikipedia.org/wiki/Long_short-term_memory">here</a> and <a href="http://colah.github.io/posts/2015-08-Understanding-LSTMs/">here</a>.
<br />
In this blog post, I'll share how I used an LSTM model to learn a <i>sine wave</i> over time and then how I used this model to generate a sine-wave on its own.
</div>
<p>In my <a href="/2016/05/25/sampling-sine-wave/">previous post</a>, I shared how I used Python to generate sequential and periodic data from a sine wave. I dumped this data into a file called <em>sinedata.md</em> last time, and we are going to use that dump in this post.</p>
<p>For the LSTM, I have used the library called <a href="https://github.com/Lasagne">Lasagne</a>. It is a great library for easily setting up deep learning models. Also, they provide some <a href="https://github.com/Lasagne/Recipes">"Recipes"</a> for quick setup. I have used the LSTM model they provided for text generation and modified it to suit my needs for learning a sine-wave. So I will only share the relevant code in this post to avoid the clutter.</p>
<p>First we'll use <em>pickle</em> to load the data that was generated earlier:</p>
<figure class="highlight"><pre><code class="language-python" data-lang="python"><span class="n">in_file</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="s">'sinedata.md'</span><span class="p">,</span> <span class="s">'rb'</span><span class="p">)</span>
<span class="n">in_text</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">in_file</span><span class="p">)</span></code></pre></figure>
<p>The parameters used for the LSTM are as below:</p>
<figure class="highlight"><pre><code class="language-python" data-lang="python"><span class="c"># Sequence Length</span>
<span class="n">SEQ_LENGTH</span> <span class="o">=</span> <span class="mi">50</span>
<span class="c"># Number of units in the two hidden (LSTM) layers</span>
<span class="n">N_HIDDEN</span> <span class="o">=</span> <span class="mi">32</span>
<span class="c"># Optimization learning rate</span>
<span class="n">LEARNING_RATE</span> <span class="o">=</span> <span class="o">.</span><span class="mo">01</span>
<span class="c"># All gradients above this will be clipped</span>
<span class="n">GRAD_CLIP</span> <span class="o">=</span> <span class="mi">100</span>
<span class="c"># How often should we check the output?</span>
<span class="n">PRINT_FREQ</span> <span class="o">=</span> <span class="mi">10</span>
<span class="c"># Number of epochs to train the net</span>
<span class="n">NUM_EPOCHS</span> <span class="o">=</span> <span class="mi">50</span>
<span class="c"># Batch Size</span>
<span class="n">BATCH_SIZE</span> <span class="o">=</span> <span class="mi">64</span></code></pre></figure>
<p>The LSTM architecture contains just 1 hidden layer with a <code>tanh</code> non-linearity. The output layer has <code>linear</code> non-linearity.
There is only 1 output unit. So given the last 50 sine wave samples at a distance of 0.1 <em>x-units</em> each, our network will learn to predict the 51st point. Then given the last 49 samples from the data and the generated sample as the 50th sample, our network will predict the 51st sample once again. It will keep doing this, moving forward in time, for ~200 time steps in our case.</p>
<p>So, for this experiment, I have generated sine-wave data for <code>x</code> ranging from 0 to 2000 at a gap of 0.1. I train the LSTM on this data.</p>
<p>The gif below shows what the network predicted after each training iteration.</p>
<p><img src="/images/sine-wave-prediction.gif" alt="placeholder" title="Sine wave predicted"></p>
<p>Some things to note:</p>
<blockquote>
<ul>
<li>The network does not take much time to train; probably because of the <em>sequence length</em> of 50 and 32 <em>hidden units</em></li>
<li>The prediction is almost perfect</li>
<li>The network can be trained using continuous data and also to predict continuous data</li>
</ul>
</blockquote>
<p>Let us track the variation of training time and number of required epochs with change in sequence length. The target training error is <code>< 0.0001</code>.</p>
<p><em>Time Taken</em> vs <em>Sequence Length</em></p>
<p><img src="/images/time-vs-seq.png" alt="placeholder" title="TrainingTime vs SeqLen"></p>
<p><em>Number of Epochs</em> vs <em>Sequence Length</em></p>
<p><img src="/images/epocs-vs-seq.png" alt="placeholder" title="Epochs vs SeqLen"></p>
<p>Some things to note:</p>
<blockquote>
<ul>
<li>Sequence length of 20 seems to be enough for training error of the order of 0.0001 </li>
<li>Time taken increases as sequence length goes beyond 20, which is expected because of the increased complexity of the model </li>
<li>Number of epochs remains the same more or less, for sequence length beyond 20</li>
</ul>
</blockquote>
<p>Let us now track the variation of training time and number of required epochs with change in the number of units in the hidden layer of the LSTM. The target training error is again <code>< 0.0001</code>.</p>
<p><em>Time Taken</em> vs <em># Hidden Units</em></p>
<p><img src="/images/times-vs-nhid.png" alt="placeholder" title="TrainingTime vs #Hidden"></p>
<p><em>Number of Epochs</em> vs <em># Hidden Units</em></p>
<p><img src="/images/epochs-vs-nhid.png" alt="placeholder" title="Epochs vs #Hidden"></p>
<p>Some things to note:</p>
<blockquote>
<ul>
<li>~15 seems to be a reasonable number of hidden units for training error of the order of 0.0001 </li>
<li>Time taken increases as number of hidden untis goes beyond 15, which is expected because of the increased complexity of the model </li>
<li>Number of epochs remains the same more or less </li>
</ul>
</blockquote>
<p>A possible explanation for these observations is that the sine-wave is pretty easy to learn. If the network knows the last ~20 values, it can predict what the next value should be. This optimal sequence length should be higher for more complex functions. Also the number of hidden units of ~15, seems to be good for learning to model a sine-wave.</p>
</div>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//http-goelhardik-github-io.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
<li>
<h3>
<a href="/2016/10/04/fishers-lda/">
Implementing Fisher’s LDA from scratch in Python
<small>04 Oct 2016</small>
</a>
</h3>
</li>
<li>
<h3>
<a href="/2016/06/04/mnist-autoencoder/">
Building autoencoders in Lasagne
<small>04 Jun 2016</small>
</a>
</h3>
</li>
<li>
<h3>
<a href="/2016/05/25/sampling-sine-wave/">
Generating and visualizing data from a sine wave in Python
<small>25 May 2016</small>
</a>
</h3>
</li>
</ul>
</div>
</div>
<script id="dsq-count-scr" src="//http-goelhardik-github-io.disqus.com/count.js" async></script>
</body>
</html>
|
tags/scaling/index.html | lsaravia/lsaravia.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.7.0">
<meta name="author" content="Leonardo A. Saravia">
<meta name="description" content="Professor/Researcher">
<link rel="alternate" hreflang="en-us" href="https://lsaravia.github.io/tags/scaling/">
<meta name="theme-color" content="hsl(339, 90%, 68%)">
<script src="/js/mathjax-config.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/github.min.css" crossorigin="anonymous" title="hl-light" disabled>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes.min.js" integrity="sha256-Md1qLToewPeKjfAHU1zyPwOutccPAm5tahnaw7Osw0A=" crossorigin="anonymous" async></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap">
<link rel="stylesheet" href="/css/academic.css">
<link rel="alternate" href="/tags/scaling/index.xml" type="application/rss+xml" title="Leonardo A. Saravia">
<link rel="manifest" href="/index.webmanifest">
<link rel="icon" type="image/png" href="/images/icon_hu17dd387f39160d9f5c698e37a6bf1f01_821_32x32_fill_lanczos_center_2.png">
<link rel="apple-touch-icon" type="image/png" href="/images/icon_hu17dd387f39160d9f5c698e37a6bf1f01_821_192x192_fill_lanczos_center_2.png">
<link rel="canonical" href="https://lsaravia.github.io/tags/scaling/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@larysar">
<meta property="twitter:creator" content="@larysar">
<meta property="og:site_name" content="Leonardo A. Saravia">
<meta property="og:url" content="https://lsaravia.github.io/tags/scaling/">
<meta property="og:title" content="Scaling | Leonardo A. Saravia">
<meta property="og:description" content="Professor/Researcher"><meta property="og:image" content="https://lsaravia.github.io/img/bio-photo.jpg">
<meta property="twitter:image" content="https://lsaravia.github.io/img/bio-photo.jpg"><meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2015-12-26T00:00:00+00:00">
<title>Scaling | Leonardo A. Saravia</title>
</head>
<body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" class="dark">
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main">
<div class="container">
<div class="d-none d-lg-inline-flex">
<a class="navbar-brand" href="/">Leonardo A. Saravia</a>
</div>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
<a class="navbar-brand" href="/">Leonardo A. Saravia</a>
</div>
<div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content">
<ul class="navbar-nav d-md-inline-flex">
<li class="nav-item">
<a class="nav-link " href="/#splash"><span>Inicial</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#posts"><span>Posts</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#projects"><span>Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#featured"><span>Publications</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#people"><span>People</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/courses/"><span>Courses</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#contact"><span>Contact</span></a>
</li>
</ul>
</div>
<ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2">
<li class="nav-item">
<a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
<li class="nav-item">
<a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</nav>
<div class="universal-wrapper pt-3">
<h1>Scaling</h1>
</div>
<div class="universal-wrapper">
<div>
<h2><a href="/post/2015-12-26/">Percolation and scaling in ecology</a></h2>
<div class="article-style">
Scaling is a central theme in ecology, well this is my opinion, but there are others that think like me, for example Brian Enquist, that organized a symposium for the 100th anniversary of the Ecological Society of America Scaling in Ecology. He mentioned that two of the most influential papers from ESA were about scaling: Simon Levin The Problem of Pattern and Scale in Ecology and J.H. Brown The Metabolic Theory of Ecology.
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js" integrity="sha256-1zu+3BnLYV9LdiY85uXMzii3bdrkelyp37e0ZyTAQh0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/r.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin="anonymous"></script>
<script>const code_highlighting = true;</script>
<script>
const search_config = {"indexURI":"/index.json","minLength":1,"threshold":0.3};
const i18n = {"no_results":"No results found","placeholder":"Search...","results":"results found"};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script id="dsq-count-scr" src="https://lsaravia.disqus.com/count.js" async></script>
<script src="/js/academic.min.a0d331bcd05dbe8b31e244f796710f08.js"></script>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"></a>Esta obra está bajo una <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Licencia Creative Commons Atribución 4.0 Internacional</a>. ·
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="float-right" aria-hidden="true">
<a href="#" class="back-to-top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>
|
index.html | pcclarke/nwhackathon | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/nwhack.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css"
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin=""/>
</head>
<body>
<div id="infoBox" class="hidden">
<p class="infoTitle"><span id="type"></span> Fountain</p>
<p class="info"><span class="infoLabel">Location</span>: <span class="infoData"><span id="area"></span></span></p>
<p class="info"><span class="infoLabel">Neighbourhood</span>: <span class="infoData"><span id="neighbourhood"></span></span></p>
<img id="infoImg" />
</div>
<div id="legend">
<div class="legTitle">Legend</div>
<div class="legItem"><img src="img/standard_fountain.png"> Standard drinking fountain</div>
<div class="legItem"><img src="img/dog_fountain.png"> Dog tap</div>
<div class="legItem"><img src="img/combo_fountain.png"> Combo standard/dog fountain</div>
<div class="legItem"><img src="img/tap_fountain.png"> Drinking tap</div>
<div class="legItem"><img src="img/decomissioned_fountain.png"> Decomissioned fountain</div>
</div>
<div id="map"></div>
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"
integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log=="
crossorigin=""></script>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="//d3js.org/d3-tile.v0.0.min.js"></script>
<script src="js/nwhack.js"></script>
</body>
</html> |
front/app/css/app.css | fhacktory/collablock | @font-face {
font-family: 'iomanoidregular';
src: url('../fonts/iomanoid-webfont.eot');
src: url('../fonts/iomanoid-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/iomanoid-webfont.woff2') format('woff2'),
url('../fonts/iomanoid-webfont.woff') format('woff'),
url('../fonts/iomanoid-webfont.ttf') format('truetype'),
url('../fonts/iomanoid-webfont.svg#iomanoidregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
margin: 0;
padding: 0;
background: #000;
font-size: 36px;
text-align: center;
}
h1 {
color: #b5b5b5;
margin: 20px 0;
font-family: 'Oswald', sans-serif;
text-shadow: 5px 5px 2px #333;
}
canvas {
margin: 0 auto;
}
|
old/src/external/asio-1.10.2/doc/asio/reference/basic_socket_acceptor/cancel/overload2.html | dhh1128/intent | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::cancel (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../index.html" title="Asio">
<link rel="up" href="../cancel.html" title="basic_socket_acceptor::cancel">
<link rel="prev" href="overload1.html" title="basic_socket_acceptor::cancel (1 of 2 overloads)">
<link rel="next" href="../close.html" title="basic_socket_acceptor::close">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../cancel.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../close.html"><img src="../../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="asio.reference.basic_socket_acceptor.cancel.overload2"></a><a class="link" href="overload2.html" title="basic_socket_acceptor::cancel (2 of 2 overloads)">basic_socket_acceptor::cancel
(2 of 2 overloads)</a>
</h5></div></div></div>
<p>
Cancel all asynchronous operations associated with the acceptor.
</p>
<pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">cancel</span><span class="special">(</span>
<span class="identifier">asio</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
<p>
This function causes all outstanding asynchronous connect, send and receive
operations to finish immediately, and the handlers for cancelled operations
will be passed the <code class="computeroutput"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">operation_aborted</span></code>
error.
</p>
<h6>
<a name="asio.reference.basic_socket_acceptor.cancel.overload2.h0"></a>
<span><a name="asio.reference.basic_socket_acceptor.cancel.overload2.parameters"></a></span><a class="link" href="overload2.html#asio.reference.basic_socket_acceptor.cancel.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
</p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload1.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../cancel.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../close.html"><img src="../../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
css/style.css | rahul-rajabhoj/picture-puzzle | /*
Snapshot Template
http://www.templatemo.com/tm-493-snapshot
*/
/* Body
------------------------------------- */
body {
background: #ffffff;
font-family: 'Source Sans Pro', sans-serif;
font-style: normal;
font-weight: 300;
position: relative;
}
html,body {
width: 100%;
overflow-x: hidden;
}
html {
font-size: 100%;
}
/*---------------------------------------
Typorgraphy
-----------------------------------------*/
h1,h2,h3,h4 {
font-weight: 300;
}
h1 {
font-size: 2rem;
line-height: 3rem;
letter-spacing: 12px;
text-transform: uppercase;
padding-bottom: 8px;
}
h2 {
color: #e44c65;
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 4px;
text-transform: uppercase;
}
h3 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 4px;
}
p {
color: #888;
font-size: 20px;
letter-spacing: 1px;
line-height: 34px;
}
#home p,
#contact p, footer p {
color: #f9f9f9;
}
.btn {
border:none;
border-radius: 4px;
transition: all 0.4s ease-in-out;
}
.btn:focus {
background: #e44c65;
border-color: transparent;
}
.btn-success {
background: #e44c65;
font-weight: 300;
letter-spacing: 2px;
padding: 14px 32px;
margin-top: 26px;
}
.btn-success:hover {
background: #222;
}
a {
color: #e44c65;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
text-decoration: none !important;
}
a:hover, a:active, a:focus {
color: #e44c65;
outline: none;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*---------------------------------------
All Section style
-----------------------------------------*/
.section-title {
padding-bottom: 62px;
}
#about .section-title {
padding-top: 82px;
}
#about .section-title h1 {
margin-bottom: 0px;
padding-bottom: 0px;
}
#about,
#gallery,
#contact {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
}
#gallery,
#contact, footer {
text-align: center;
}
.overlay {
background: #304352;
opacity: 0.9;
position: absolute;
width: 100%;
height: 100vh;
top: 0;
left: 0;
right: 0;
}
/*---------------------------------------
Pre Loader Style
-----------------------------------------*/
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
background: none repeat scroll 0 0 #fff;
}
.sk-spinner-pulse {
width: 60px;
height: 60px;
background-color: #e44c65;
border-radius: 100%;
margin: 40px auto;
-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
animation: sk-pulseScaleOut 1s infinite ease-in-out; }
@-webkit-keyframes sk-pulseScaleOut {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes sk-pulseScaleOut {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
/*---------------------------------------
Main Navigation
-----------------------------------------*/
.navbar-default {
background: #ffffff;
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
border: none;
margin-bottom: 0px !important;
}
.navbar-default .navbar-brand {
color: #304352;
font-size: 28px;
font-weight: bold;
letter-spacing: 2px;
margin: 0;
}
.navbar-default .navbar-nav li a {
color: #777;
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding-right: 22px;
padding-left: 22px;
}
.navbar-default .navbar-nav li a span {
position: relative;
display: block;
padding-bottom: 2px;
}
.navbar-default .navbar-nav li a span:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav li a:hover span:before {
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
.navbar-default .navbar-nav li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
background-color: #304352;
}
.navbar-default .navbar-nav > li a:hover {
color: #304352 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #777;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #304352;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border: none;
padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
@media screen and (max-width: 768px) {
.navbar-default .navbar-nav li a span:before {
background: transparent !important;
}
.navbar-default .navbar-nav li.active a {
background: transparent;
background: none;
color: #304352 !important;
}
.navbar-default .navbar-nav li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
/*---------------------------------------
Home Section
-----------------------------------------*/
#home {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
text-align: center;
}
#home h1 {
color: #ffffff;
}
#home .col-md-8 {
padding-left: 62px;
}
/*---------------------------------------
About Section
-----------------------------------------*/
#about {
background: #f0f0f0;
}
#about .item {
width: 100%;
display: block;
}
#about .about-thumb {
background: #ffffff;
border-radius: 4px;
padding: 100px;
position: relative;
}
#about .about-img img {
border: 8px solid #ffffff;
position: absolute;
left: -120px;
bottom: -325px;
padding: 12px;
}
#about .team-thumb {
width: 100%;
height: 400px;
margin: 32px 0;
text-align: center;
background: #ffffff;
border-radius: 4px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#about .team-thumb .image-holder {
position: relative;
top: 40px;
display: inline-block;
margin-bottom: 40px;
padding: 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#about .team-thumb .heading {
font-weight: bold;
position: relative;
top: 10px;
-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#about .team-thumb:hover {
background: #304352;
}
#about .team-thumb:hover .image-holder {
top: -40px;
margin-bottom: 0px;
}
#about .team-thumb:hover .heading {
top: -10px;
}
#about .team-thumb .description {
font-size: 18px;
width: 80%;
margin: 0 auto;
opacity: 0;
-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
#about .team-thumb:hover .description {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#about .team-thumb:hover p.description {
color: #ffffff;
}
/*---------------------------------------
Galllery section
-----------------------------------------*/
#gallery {
background: #ffffff;
}
#gallery .gallery-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
margin-bottom: 25px;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}
#gallery .gallery-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}
#gallery .gallery-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}
/*---------------------------------------
Contact section
-----------------------------------------*/
#contact, footer {
background: #304352;
color: #ffffff;
}
#contact .form-control {
background: transparent;
box-shadow: none;
border: 1px solid #f9f9f9;
color: #ccc;
font-size: 20px;
margin-top: 10px;
margin-bottom: 14px;
transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
border-color: #e44c65;
color: #ffffff;
}
#contact input {
height: 55px;
}
#contact input[type="submit"] {
background: #e44c65;
border:none;
color: #ffffff;
font-weight: 400;
letter-spacing: 1px;
}
#contact input[type="submit"]:hover {
background: #222;
color: #ffffff;
}
/*---------------------------------------
Footer section
-----------------------------------------*/
footer {
padding-bottom: 80px;
}
/*---------------------------------------
Social icons style
-----------------------------------------*/
.social-icon {
padding: 0;
margin: 0;
}
.social-icon li {
list-style: none;
display: inline-block;
}
.social-icon li a {
border-radius: 4px;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 10px 10px 42px 10px;
padding: 0px;
}
.social-icon li a:hover {
background: #ffffff;
color: #e44c65;
}
/*---------------------------------------
Back top
-----------------------------------------*/
.go-top {
background-color: #ffffff;
box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
transition : all 1s ease;
bottom: 2em;
right: 2em;
color: #222;
font-size: 26px;
display: none;
position: fixed;
text-decoration: none;
width: 40px;
height: 40px;
line-height: 35px;
text-align: center;
border-radius: 100%;
}
.go-top:hover {
background: #e44c65;
color: #ffffff;
}
/*---------------------------------------
Responsive Mobile
-----------------------------------------*/
@media (max-width: 980px) {
/*
#home, .overlay {
height: 50vh;
}
*/
#about .team-thumb {
margin-top: 32px;
}
}
@media (max-width: 767px) {
#home, .overlay {
height: 100vh;
}
#about .about-thumb {
padding: 32px;
margin-bottom: 32px;
text-align: center;
}
#about .col-md-3 img {
position: relative;
top: 0;
left: 0;
}
}
@media (max-width: 650px) {
h1 {
font-size: 1.6rem;
}
p {
font-size: 18px;
}
img {
width: 100%;
}
#about,
#gallery,
#contact {
padding-top: 80px;
padding-bottom: 80px;
}
}
|
vendor/poi-3.6/doc/apidocs/org/apache/poi/hwpf/sprm/class-use/SectionSprmUncompressor.html | tobyclemson/msci-project | <!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_13) on Mon Dec 14 15:25:10 MSK 2009 -->
<TITLE>
Uses of Class org.apache.poi.hwpf.sprm.SectionSprmUncompressor (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2009-12-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hwpf.sprm.SectionSprmUncompressor (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwpf/sprm/SectionSprmUncompressor.html" title="class in org.apache.poi.hwpf.sprm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hwpf/sprm/\class-useSectionSprmUncompressor.html" target="_top"><B>FRAMES</B></A>
<A HREF="SectionSprmUncompressor.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.hwpf.sprm.SectionSprmUncompressor</B></H2>
</CENTER>
No usage of org.apache.poi.hwpf.sprm.SectionSprmUncompressor
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwpf/sprm/SectionSprmUncompressor.html" title="class in org.apache.poi.hwpf.sprm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hwpf/sprm/\class-useSectionSprmUncompressor.html" target="_top"><B>FRAMES</B></A>
<A HREF="SectionSprmUncompressor.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2009 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
docs/html/classnetflex_1_1parsing_1_1start__line__parser-members.html | Cylix/NetFlex | <!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" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>NetFlex: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="netflex_logo.jpg"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">NetFlex
 <span id="projectnumber">0.0.0</span>
</div>
<div id="projectbrief">C++11 HTTP Server Library.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>netflex</b></li><li class="navelem"><b>parsing</b></li><li class="navelem"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">start_line_parser</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">netflex::parsing::start_line_parser Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a7b32cf1d39bfaa78d76dff258d984f95">is_done</a>(void) const</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html#a893c1abb768c2884318d7f35d315621b">m_request</a></td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html">netflex::parsing::parser_iface</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a9a573ace2b0c41171e5dda3c16fa71e8">operator<<</a>(std::string &data)</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a38a89b7c84cfcf444a519920f45b1b7e">operator=</a>(const start_line_parser &)=delete</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html#a3e1819d36fdab49c95da13c2411b1d21">parser_iface</a>(http::request &request)</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html">netflex::parsing::parser_iface</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a8a8554f0cfedc23f4955f5fcd4fa2a30">start_line_parser</a>(http::request &request)</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#ae86a3442c52945efb4868c0853d89be7">start_line_parser</a>(const start_line_parser &)=delete</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html#a51f338717940ff98c19c0298c45a0daa">~parser_iface</a>(void)=default</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1parser__iface.html">netflex::parsing::parser_iface</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html#a7daf79346b3de62c031b0fe262196910">~start_line_parser</a>(void)=default</td><td class="entry"><a class="el" href="classnetflex_1_1parsing_1_1start__line__parser.html">netflex::parsing::start_line_parser</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
about.html | zer0glitch/zer0glitch.github.io | ---
layout: null
section-type: about
title: About
---
## About
Jamie Whetsell is a Senior Consultant for Red Hat. Jamie primarily focuses on automation utilizing ansible for public and private cloud deployments. Jamie has a long history in working on Government Open Source Software.
|
tpls/post-single.html | eyasliu/EyasBlog | <div ui-view="single-header"></div>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="post-content">
<div class="single-header">
<h1 class="title">{{post[0].post_title}}</h1>
<div class="attrs">
<div class="attr">
<i class="glyphicon glyphicon-eye-open"></i>
<span>{{post[0].views}}</span>
</div>
<div class="attr">
<i class="glyphicon glyphicon-time"></i>
<span>{{post[0].post_date}}</span>
</div>
</div>
</div>
<div class="text">
{{post[0].post_content}}
</div>
</div>
</div>
<!--./col-xs-12-->
</div>
<!-- /row-->
</div>
|
blog-posts/week3_technical.html | valeriesmith/valeriesmith.github.io | <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/t2-css.css">
<title>Valerie Smith's DBC Adventure</title>
</head>
<body>
<div id="wrapper">
<!-- begin header div -->
<div id="header">
Valerie Smith: Aspiring Web Developer
<div id="top-nav">
<ul class="nav">
<li><a href="../index.html">Home</a>
<li class="nav"><a href="index.html">Blog</a>
<li class="nav"><a href="../dbc_proj_index.html">DBC Projects</a>
<li class="nav"><a href="../personal_proj_index.html">Personal Projects</a>
<li class="nav"><a href="../about_me.html">About Me</a>
</ul>
</div>
</div>
<div id="header_img_sub"></div>
<!-- begin post-content div -->
<div id="content">
<table width = "100%">
<tr><td class="post_date">14</td><td></td></tr>
<tr><td class="post_date">SEP</td><td></td></tr>
<tr><td class="post_date">2014</td><td class="post_title">All About Javascript</td></tr>
<tr><td class="post_content"></td><td class="post_content">
<p>Javascript's popularity stems from the fact that is able to be interpreted by most browsers without any action on the part of the user. From the perspective of a web developer, JavaScript is lightweight and easy to use. The code can be written in any text editor, and it is immediately ready to be tested and deployed without having to be compiled.</p>
<h3>What are the great things about JavaScript?</h3>
<p>Javascript is easy to learn, especially for people who have experience with other object oriented programming languages. The structure, syntax, and names of things in JavaScript will be familiar to a Ruby programmer, for instance.</p>
<p>As I mentioned above, JavaScript is embedded in most browsers. It will automatically work without requiring the user to download a plug-in. The exception to this is if a user has specifically disabled Javascript in the browser.</p>
<p>Javascript allows for client-side interactivity. What this means is that the page can change in response to user input, such as moving something around on the web page or clicking a button, without the page having to talk to the server and reload its contents.</p>
<p>From the standpoint of development, there are a lot of resources available to extend JavaScript's functionality and to make it fast and easy to build useful web sites.</p>
<h3>What are its limitations?</h3>
<p>Used by itself, JavaScript only works on the front end. This means that a page written in JavaScript can't take a user's information, and store it on a server. In order for server side interaction to happen, we have to use additional technology such as Ajax or Node.js.</p>
<p>For security reasons, JavaScript cannot change anything outside of the web page on which it exists. If this were possible, JavaScript could be programmed to look at other web pages and possibly make changes that could harm the user's system. Javascript CAN write to cookies, which are small files that are associated with a particular website.</p>
<p>If JavaScript is disabled on a particular browser, the page won't work. There is no way for the developer to control this.</p>
<p>Like HTML and CSS, JavaScript is not interpreted identically across all browsers. This means that developers have to test their scripts extensively and make allowances for how they work in all different browsers. Alternatively, developers can decide to make the scripts work only in the most popular browsers.</p>
</td></tr>
</table>
<p class="post_footer"><< <a href="t2-css.html">previous</a> | <a href="week3_cultural.html">next</a> >></a></p>
</div>
<br>
<!-- end content div -->
<!-- begin footer div -->
<div id="footer">
FIND ME ON
<a href="http://github.com/valeriesmith" target="_blank"><img src="../imgs/icons/GitHub-Mark-32px.png" width="24px"/></a>
<a href="http://twitter.com/valerie_g_smith" target="_blank"><img src="../imgs/icons/social-045_twitter.png"/></a>
<a href="https://www.facebook.com/shinyredshoes" target="_blank"><img src="../imgs/icons/social-046_facebook.png"/></a>
<a href="https://www.linkedin.com/pub/valerie-smith/2/482/b77" target="_blank"><img src="../imgs/icons/social-051_linkedin.png"/></a>
<a href="https://plus.google.com/118211542274486729726/posts" target="_blank"><img src="../imgs/icons/social-080_google_plus.png"/></a>
<a href="http://www.pinterest.com/shinyredshoes/" target="_blank"><img src="../imgs/icons/social-073_pinterest.png"/></a>
</div>
<!-- end footer div -->
</div>
</body>
</html> |
page-portfolio-profile.html | duck-learning/duck-learning.github.io | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>A. Sterling - Duck learning</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/icomoon-social.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Navigation & Logo-->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container" style="padding-bottom: 10px;">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo-wrapper navbar-brand"><a href="index.html"><img src="img/logos/duck.png" alt="Duck learning" style="top: -10px;"></a></div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="page-portfolio-3-columns-2.html" >Online courses</a>
</li>
<li>
<a href="page-services-1-column.html">Tutoring</a>
</li>
<li>
<a href="index.html">I want to teach</a>
</li>
<li>
<a href="page-contact-us.html">Contact</a>
</li>
<div class="menuextras" style="float: right; margin-top: 20px;">
<li>
<div class="dropdown choose-country">
<a class="#" data-toggle="dropdown" href="index.html"><img src="img/flags/us.png" alt="United States"> US</a>
<ul class="dropdown-menu" role="menu">
<li role="menuitem"><a href="index.html"><img src="img/flags/sk.png" alt="Slovakia"> SK</a></li>
<li role="menuitem"><a href="index.html"><img src="img/flags/de.png" alt="Germany"> DE</a></li>
<li role="menuitem"><a href="index.html"><img src="img/flags/es.png" alt="Spain"> ES</a></li>
<li role="menuitem"><a href="index.html"><img src="img/flags/sk.png" alt="Slovakia"> SK</a></li>
</ul>
</div>
</li>
<li><a href="page-login.html">Login</a></li>
</div>
</ul>
</div>
</div>
</nav>
<!-- Page Title -->
<div class="section section-breadcrumbs" style="margin-top: 5%;">
<div class="visible-xs" style="padding-top: 20px;"> </div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Anthony Sterling</h1>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<!-- Image Column -->
<div class="col-sm-6">
<div class="portfolio-item">
<div class="portfolio-image">
<a href="#"><img src="img/team1.jpg" alt="Project Name"></a>
</div>
</div>
</div>
<!-- End Image Column -->
<!-- Project Info Column -->
<div class="portfolio-item-description col-sm-6">
<h3>Anthony Sterling</h3>
<ul class="no-list-style">
<li><b>Full name:</b> Anthony J. Sterling</li>
<li><b>Place of work:</b> England, London, Addington square</li>
<li><b>Timezone:</b> Europe/United Kingdom GMT</li>
<li><b>Studies:</b> <p>University of Kentucky - 2003 (Linguistics),</p> <p>University of Aberdeen - 2008 (Germanic languages)</p></li>
<li><b>Certificates:</b> English (C2 level), Dutch (C1 level)</li>
<li><b>Available days:</b> Weekdays</li>
<li><b>Booking time:</b> 10:00 - 17:00</li>
<li><b>Email:</b> <a href="mailto:astreling@ducklearning.com">asterling@ducklearning.com</a></li>
<li><b>Telephone:</b> 0907 885 663</li>
<li><b>Price:</b> 15.00$/hr.</li>
<li class="portfolio-visit-btn"><a href="#" class="btn">Contact tutor</a></li>
</ul>
</div>
<!-- End Project Info Column -->
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-footer col-md-4">
<h3>Navigate</h3>
<ul class="no-list-style footer-navigate-section">
<li><a href="page-blog-posts.html">Home</a></li>
<li><a href="page-portfolio-3-columns-2.html">Online Courses</a></li>
<li><a href="page-products-3-columns.html">Tutoring</a></li>
<li><a href="page-services-3-columns.html">Contact</a></li>
</ul>
</div>
<div class="col-footer col-md-4">
<h3>Contacts</h3>
<p class="contact-us-details">
<b>Address:</b> FIIT STU<br/>
<b>Phone:</b> +44 123 654321<br/>
<b>Fax:</b> +44 123 654321<br/>
<b>Email:</b> <a href="mailto:admin@ducklearning.com">admin@ducklearning.com</a>
</p>
</div>
<div class="col-footer col-md-4">
<h3>Stay Connected</h3>
<ul class="footer-stay-connected no-list-style">
<li><a href="index.html" class="facebook" style="zoom: 0.6"></a></li>
<li><a href="index.html" class="twitter" style="zoom: 0.6"></a></li>
<li><a href="index.html" class="googleplus" style="zoom: 0.6"></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="footer-copyright">© 2014 Duck Learning. All rights reserved.</div>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.sequence-min.js"></script>
<script src="js/jquery.bxslider.js"></script>
<script src="js/main-menu.js"></script>
<script src="js/template.js"></script>
</body>
</html> |
_posts/2015-12-13-SlideTrigger1.html | Ballisticannon/ballisticannon.github.io | ---
layout: page-fullwidth
meta_teaser:
teaser: ""
header:
image: slidetrigger.jpg
background-color: "#262930"
caption: Slide trigger mechanism component
caption_url:
image:
thumb: slidetrigger.jpg
homepage:
caption:
caption_url: ""
categories:
- robotics
title: Slide Trigger
tags: [Mechanical, Design, Innovate]
section: Engineering
personhours: 2
rollcall: [Max]
---
<!--Read post guidelines! http://www.ironreignrobotics.com/postGuidelines/ ask questions in the Disqus below-->
<html>
<head>
<title> {{ page.title }} </title>
</head>
<body>
By {{ page.rollcall | array_to_sentence_string }} <br />
<h3>Task: Model a part that lets us hold back the slide with a trigger to release it</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/e1V_1Qdy4OQ?start=4" frameborder="0" allowfullscreen></iframe>
<p>
The beater bar mechanism was put on a slide so that we could restrain it until some point during the match, but we had yet to actually build a restraint and trigger to serve this purpose until now. Since the mechanism would likely include rubbing pieces and need customized parts, we chose to model and 3D print the part in nylon to minimize friction and allow for easy customization. The first version (seen below in PTC Creo) consists of 3 printed nylon parts, one being a restraint and the two others (the same model, printed twice) acting as the trigger, pushing up the restraint when pulled back by a string (or something similar) and allowing the slide to move forward.
</p>
<h3>Reflections</h3>
<p>
The mechanism generally works well, but the trigger will occasionally fail to push the restraint far enough for the slide to break free. This will need fixing at some point in the future with a new version for the trigger.
</p>
</body>
</html>
|
old/website/index.html | sonnylazuardi/alkitab-app | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alkitab App - Modern bible app with dramatic audio.</title>
<meta name="description" content="Alkitab App. Modern bible app with dramatic audio.">
<meta name="theme-color" content="#22223F">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Alkitab App">
<meta itemprop="description" content="Alkitab App. Modern bible app with dramatic audio.
">
<meta itemprop="image" content="https://i.imgur.com/EHnfh79.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@alkitabapp">
<meta name="twitter:title" content="Alkitab App">
<meta name="twitter:description" content="Alkitab App. Modern bible app with dramatic audio..
">
<meta name="twitter:creator" content="@sonnylazuardi">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image" content="https://i.imgur.com/EHnfh79.png">
<meta name="twitter:image:alt" content="Alkitab App. Modern bible app with dramatic audio..
">
<!-- Open Graph data -->
<meta property="og:title" content="Alkitab App" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://alkitabapp.sonnylab.com" />
<meta property="og:image" content="https://i.imgur.com/EHnfh79.png" />
<meta property="og:description" content="Alkitab App. Modern bible app with dramatic audio..
" />
<meta name="google-site-verification" content="zM4kuBQ-Op_GKDizRX0nr0eu_Dpx_Mav0mPB0Nat-Ak" />
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="canonical" href="">
<link rel="icon" href="/assets/favicon.ico">
</head>
<body>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="h6-l bt b--black-10 dark-gray lh-copy-ns ph2 ph5-m opensans bg-headline">
<div class="flex flex-column flex-row-l justify-center tc ph4 center">
<div class="flex h-inherit items-center mw6-l mr5-l tc tl-l">
<div class="flex flex-column flex-auto">
<div class="dn db-l">
<div class="dtc v-mid tc">
<div class="link pr4 w3 dib flex items-center mt5 justify-center">
<img class="w3" src="/assets/images/logo.png" alt="Alkitab Logo">
</div>
</div>
</div>
<div class="dn-l">
<div class="pv4">
</div>
<div class="flex dtc v-mid tc items-center justify-center">
<div class="link w3 flex h-100 items-center justify-center">
<img class="w3" src="/assets/images/logo.png" alt="Alkitab Logo">
</div>
</div>
</div>
<div class="mw5 mt3 mb5 pr5-l">
<p class="f2 f2-ns white lh-copy fw9 ts">
Modern bible<br />
app with<br />
dramatic audio
</p>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/sonnylazuardi/alkitab-app" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star sonnylazuardi/alkitab-app on GitHub">Star</a>
</div>
</div>
</div>
<div class="dn db-l">
<div class="flex mt5 h-100 items-center">
<img class="grow mw5" src="/assets/images/phone.png" alt="Alkitab App Mockup">
</div>
</div>
<div class="dn-l">
<div class="flex h-100 items-center justify-center">
<img class="grow mw5-m" src="/assets/images/phone.png" alt="Alkitab App Mockup">
</div>
</div>
</div>
</article>
<article class="bg-secondary ph4 ph5-m pv4 pv5-ns opensans nt5">
<div class="flex flex-column h-100 items-center justify-center mt3">
<p class="f4 f4-m f4-l fw7 black mb2">
Alkitab (Suara) App
</p>
<p class="f6 f6-ns dark-gray lh-copy mw5 mb4 tc">
Beautifully designed bible app that is optimized for speed.
This is an open source bible app built with the latest tech stack out there:
<strong>React Native & RealmJS</strong>
</p>
</div>
</article>
<article class="bg-primary h6-l dark-gray lh-copy-ns ph4 ph5-m pv4 pv5-ns opensans">
<div class="flex h-inherit tc-l justify-center">
<div class="flex flex-column mw8-l">
<div class="flex flex-column flex-row-l">
<div class="fl w-30-l pa2">
<p class="f6 f6-m f6-l fw7 white mb2">
Offline Access 🌩️
</p>
<p class="f6 f6-ns moon-gray lh-copy mw5 mb4">
Browse and read verses even if you are not connected to the internet
</p>
</div>
<div class="fl w-30-l pa2">
<p class="f6 f6-m f6-l fw7 white mb2">
Blazing Fast Search ⚡
</p>
<p class="f6 f6-ns moon-gray lh-copy mw5 mb4">
Search the verses by keyword, it will return as fast as you type
</p>
</div>
<div class="fl w-30-l pa2">
<p class="f6 f6-m f6-l fw7 white mb2">
Quick Jump 🏃
</p>
<p class="f6 f6-ns moon-gray lh-copy mw5 mb4">
Type the address and directly jump to that verse
</p>
</div>
<div class="fl w-30-l pa2">
<p class="f6 f6-m f6-l fw7 white mb2">
Dramatic Audio 🔊
</p>
<p class="f6 f6-ns moon-gray lh-copy mw5 mb4">
Play dramatic audio from alkitabsuara.com
</p>
</div>
</div>
</div>
</div>
</article>
<article class="bg-secondary ph4 ph5-m pv4 pv5-ns opensans team">
<div class="flex flex-column h-100 items-center justify-center mt3">
<p class="f4 f4-m f4-l fw7 black mb2">
Behind Alkitab App
</p>
<p class="f6 f6-ns dark-gray lh-copy mw6 mb4 tc">
I am a ux/frontend engineer who loves to design and create things.
I really want to build this thing since the alkitabsuara.com was launched because
they don't have any app (you need to download soundcloud app). This is one of the way to use
my talent for the Kingdom of God.
</p>
</div>
</article>
<article class="bg-primary h6-l dark-gray lh-copy-ns ph4 ph5-m pv4 pv5-ns opensans">
<div class="flex h-inherit tc-l justify-center">
<div class="flex flex-column mw8-l">
<div class="flex flex-column flex-row-l">
<div class="fl w-40-l pa2">
<a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1295808140&mt=8">
<img src="https://i.imgur.com/iEtbVXz.png" alt="ios" />
</a>
</div>
<div class="fl w-40-l pa2">
<a href="https://play.google.com/store/apps/details?id=com.sonnylab.alkitabapp">
<img src="https://i.imgur.com/EJBcqCg.png" alt="android" />
</a>
</div>
<div class="fl w-40-l pa2">
<a href="https://github.com/sonnylazuardi/alkitab-app">
<img src="https://i.imgur.com/uQyr7D4.png" alt="github" />
</a>
</div>
</div>
</div>
</div>
</article>
<footer class="pv4 ph4 ph5-m ph6-l bg-blue opensans">
<div class="flex flex-column h-100 items-center justify-center">
<p class="f6 f6-ns white lh-copy mw6 tc">
© 2017 by <a class="light-gray" href="https://github.com/sonnylazuardi">@sonnylazuardi</a> in Singapore with ❤️
</p>
</div>
</footer>
</div>
</main>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
|
plays/romeo-juliet.html | delventhalz/CSS-Shakespeare | <div class="text">
<div id="I1" class="anchor"><h2 class="act"><em>Actus Primus. Scoena Prima</em>.</h2>
<p><span class="direction"><em>Enter Sampson and Gregory, with Swords and Bucklers</em>,<span class="numbering"></span><br>
<em>of the House of Capulet</em>.</span><span class="numbering"></span></p>
<span class="character"><em>Sampson</em><span class="char-stop">.</span></span>
<p><em>Gregory</em><span class="colon major">:</span> A my word wee'l not carry coales<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> No<span class="comma minor">,</span> for then we should be Colliars<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> I mean<span class="comma minor">,</span> if we be in choller<span class="comma minor">,</span> wee'l draw<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">5</span> </span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> I<span class="comma minor">,</span> While you live<span class="comma minor">,</span> draw your necke out<span class="numbering"></span><br>
o'th Collar<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> I strike quickly<span class="comma minor">,</span> being mov'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> But thou art not quickly mov'd to strike<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> A dog of the house of <em>Mountague</em><span class="comma minor">,</span> moves me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">10</span> </span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> To move<span class="comma minor">,</span> is to stir<span class="colon major">:</span> and to be valiant<span class="comma minor">,</span> is to stand<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
Therefore<span class="comma minor">,</span> if thou art mov'd<span class="comma minor">,</span> thou runst away<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> A dogge of that house shall move me to stand<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>I will take the wall of any Man or Maid of <em>Mountagues</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">15</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> That shewes thee a weake slave<span class="comma minor">,</span> for the weakest<span class="numbering"> <span class="line-count">15</span> </span><br>
goes to the wall<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> True<span class="comma minor">,</span> and therefore women being the weaker<span class="numbering"> <span class="syllable-count">11</span></span><br>
Vessels<span class="comma minor">,</span> are ever thrust to the wall<span class="colon major">:</span> therefore I will push<span class="numbering"> <span class="syllable-count">15</span></span><br>
<em>Mountagues</em> men from the wall<span class="comma minor">,</span> and thrust his Maides to<span class="numbering"></span><br>
the wall<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">20</span> </span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> The Quarrell is betweene our Masters<span class="comma minor">,</span> and us their men<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">13</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> 'Tis all one<span class="comma minor">,</span> I will shew my selfe a tyrant<span class="colon major">:</span> when<span class="numbering"> <span class="syllable-count">12</span></span><br>
I have fought with the men<span class="comma minor">,</span> I will bee civill with the<span class="numbering"> <span class="syllable-count">13</span></span><br>
Maids<span class="comma minor">,</span> and cut off their heads<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> The heads of the Maids<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">25</span> </span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> I<span class="comma minor">,</span> the heads of the Maids<span class="comma minor">,</span> or their Maiden-heads<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Take it in what sence thou wilt<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> They must take it sence<span class="comma minor">,</span> that feele it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Me they shall feele while I am able to stand<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And 'tis knowne I am a pretty peece of flesh<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">30</span> </span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> 'Tis well thou art not Fish<span class="colon major">:</span> If thou had'st<span class="comma minor">,</span> thou<span class="numbering"></span><br>
had'st beene poore John<span class="mid-stop major">.</span> Draw thy Toole<span class="comma minor">,</span> here comes of<span class="numbering"></span><br>
the House of the <em>Mountagues</em><span class="end-stop major">.</span><span class="numbering"></span></p>
<span class="direction"><em>Enter two other Servingmen</em>.</span>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> My naked weapon is out<span class="colon major">:</span> quarrel<span class="comma minor">,</span> I wil back thee<span class="numbering"> <span class="syllable-count">13</span></span><br>
<span class="character"><em>Gregory</em><span class="char-stop">.</span></span> How<span class="mid-stop major">?</span> Turne thy backe<span class="comma minor">,</span> and run<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">35</span> </span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Feare me not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> No marry<span class="colon major">:</span> I feare thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Let us take the Law of our sides<span class="colon major">:</span> let them begin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> I wil frown as I passe by<span class="comma minor">,</span> & let them take it as they list<span class="numbering"> <span class="syllable-count">15</span></span><br>
<span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Nay<span class="comma minor">,</span> as they dare<span class="mid-stop major">.</span> I wil bite my Thumb at them<span class="comma minor">,</span><span class="numbering"> <span class="line-count">40</span> </span><br>
which is a disgrace to them<span class="comma minor">,</span> if they beare it<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Abraham</em><span class="char-stop">.</span></span> Do you bite your Thumbe at us sir<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> I do bite my Thumbe<span class="comma minor">,</span> sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Abraham</em><span class="char-stop">.</span></span> Do you bite your Thumb at us<span class="comma minor">,</span> sir<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Is the Law of our side<span class="comma minor">,</span> if I say I<span class="mid-stop major">?</span> <span class="character"><em>Gregory</em><span class="char-stop">.</span></span> No<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">45</span> </span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> No sir<span class="comma minor">,</span> I do not bite my Thumbe at you sir<span class="colon major">:</span> but<span class="numbering"> <span class="syllable-count">12</span></span><br>
I bite my Thumbe sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> Do you quarrell sir<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Abraham</em><span class="char-stop">.</span></span> Quarrell sir<span class="mid-stop major">?</span> no sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> If you do sir<span class="comma minor">,</span> I am for you<span class="comma minor">,</span> I serve as good a man as you<span class="numbering"> <span class="syllable-count">16</span> <span class="line-count">50</span> </span><br>
<span class="character"><em>Abraham</em><span class="char-stop">.</span></span> No better<span class="mid-stop major">?</span> <span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Well sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<span class="direction"><em>Enter Benvolio</em>.</span>
<p><span class="character"><em>Gregory</em><span class="char-stop">.</span></span> Say better<span class="colon major">:</span> here comes one of my masters kinsmen<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Yes<span class="comma minor">,</span> better<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Abraham</em><span class="char-stop">.</span></span> You Lye<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Sampson</em><span class="char-stop">.</span></span> Draw if you be men<span class="mid-stop major">.</span> <em>Gregory</em><span class="comma minor">,</span> remember thy<span class="numbering"> <span class="line-count">55</span> </span><br>
washing blow<span class="mid-stop major">.</span> <span class="direction"><em>They Fight</em>.</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Part Fooles<span class="comma minor">,</span> put up your Swords<span class="comma minor">,</span> you know not<span class="numbering"></span><br>
what you do<span class="end-stop major">.</span><span class="numbering"></span></p>
<span class="direction"><em>Enter Tibalt</em>.</span>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> What art thou drawne<span class="comma minor">,</span> among these heartlesse<span class="numbering"> <span class="syllable-count">9</span></span><br>
Hindes<span class="mid-stop major">?</span> Turne thee <em>Benvolio</em><span class="comma minor">,</span> looke upon thy death<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">60</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> I do but keepe the peace<span class="comma minor">,</span> put up thy Sword<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or manage it to part these men with me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> What draw<span class="comma minor">,</span> and talke of peace<span class="mid-stop major">?</span> I hate the word<span class="numbering"> <span class="syllable-count">10</span></span><br>
As I hate hell<span class="comma minor">,</span> all <em>Mountagues</em><span class="comma minor">,</span> and thee<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Have at thee Coward<span class="mid-stop major">.</span> <span class="direction"><em>Fight</em>.</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">65</span> </span></p>
<span class="direction"><em>Enter three or foure Citizens with Clubs</em>.</span>
<p><span class="character"><em>Officer</em><span class="char-stop">.</span></span> Clubs<span class="comma minor">,</span> Bils<span class="comma minor">,</span> and Partisons<span class="comma minor">,</span> strike<span class="comma minor">,</span> beat them down<span class="numbering"> <span class="syllable-count">10</span></span><br>
Downe with the <em>Capulets</em><span class="comma minor">,</span> downe with the <em>Mountagues</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<span class="direction"><em>Enter old Capulet in his Gowne, and his wife</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> What noise is this<span class="mid-stop major">?</span> Give me my long Sword ho<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> A crutch<span class="comma minor">,</span> a crutch<span class="colon major">:</span> why call you for a Sword<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> My Sword I say<span class="colon major">:</span> Old <em>Mountague</em> is come<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">70</span> </span><br>
And flourishes his Blade in spight of me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<span class="direction"><em>Enter old Mountague, & his wife</em>.</span>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> Thou villaine <em>Capulet</em><span class="mid-stop major">.</span> Hold me not<span class="comma minor">,</span> let me go<span class="numbering"> <span class="syllable-count">12</span></span><br>
<span class="character"><em>Second <span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> Thou shalt not stir a foote to seeke a Foe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Prince Eskales, with his Traine</em>.</span>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Rebellious Subjects<span class="comma minor">,</span> Enemies to peace<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Prophaners of this Neighbor-stained Steele<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">75</span> </span><br>
Will they not heare<span class="mid-stop major">?</span> What hoe<span class="comma minor">,</span> you Men<span class="comma minor">,</span> you Beasts<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That quench the fire of your pernitious Rage<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With purple Fountaines issuing from your Veines<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
On paine of Torture<span class="comma minor">,</span> from those bloody hands<span class="numbering"> <span class="syllable-count">10</span></span><br>
Throw your mistemper'd Weapons to the ground<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">80</span> </span><br>
And heare the Sentence of your mooved Prince<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Three civill Broyles<span class="comma minor">,</span> bred of an Ayery word<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By thee old <em>Capulet</em> and <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Have thrice disturb'd the quiet of our streets<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And made <em>Verona's</em> ancient Citizens<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">85</span> </span><br>
Cast by their Grave beseeming Ornaments<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To wield old Partizans<span class="comma minor">,</span> in hands as old<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Cankred with peace<span class="comma minor">,</span> to part your Cankred hate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
If ever you disturbe our streets againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Your lives shall pay the forfeit of the peace<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">90</span> </span></p>
<p>For this time all the rest depart away<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
You <em>Capulet</em> shall goe along with me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And <em>Mountague</em> come you this afternoone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To know our Fathers pleasure in this case<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To old Free-towne<span class="comma minor">,</span> our common judgement place<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">95</span> </span><br>
Once more on paine of death<span class="comma minor">,</span> all men depart<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> Who set this auncient quarrell new abroach<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Speake Nephew<span class="comma minor">,</span> were you by<span class="comma minor">,</span> when it began<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Heere were the servants of your adversarie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And yours close fighting ere I did approach<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">100</span> </span><br>
I drew to part them<span class="comma minor">,</span> in the instant came<span class="numbering"> <span class="syllable-count">10</span></span><br>
The fiery <em>Tibalt</em><span class="comma minor">,</span> with his sword prepar'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which as he breath'd defiance to my eares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
He swong about his head<span class="comma minor">,</span> and cut the windes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Who nothing hurt withall<span class="comma minor">,</span> hist him in scorne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">105</span> </span></p>
<p>While we were enterchanging thrusts and blowes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Came more and more<span class="comma minor">,</span> and fought on part and part<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Till the Prince came<span class="comma minor">,</span> who parted either part<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> O where is <em>Romeo</em><span class="comma minor">,</span> saw you him to day<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Right glad am I<span class="comma minor">,</span> he was not at this fray<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">110</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Madam<span class="comma minor">,</span> an houre before the worshipt Sun<span class="numbering"> <span class="syllable-count">10</span></span><br>
Peer'd forth the golden window of the East<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A troubled mind drave me to walke abroad<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where underneath the grove of Sycamour<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That West-ward rooteth from this City side<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">115</span> </span><br>
So earely walking did I see your Sonne<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Towards him I made<span class="comma minor">,</span> but he was ware of me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And stole into the covert of the wood<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I measuring his affections by my owne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Which then most sought<span class="comma minor">,</span> wher most might not be found<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">120</span> </span><br>
Being one too many by my weary selfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Pursued my Honour<span class="comma minor">,</span> not pursuing his<span class="numbering"> <span class="syllable-count">9</span></span><br>
And gladly shunn'd<span class="comma minor">,</span> who gladly fled from me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> Many a morning hath he there beene seene<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With teares augmenting the fresh mornings deaw<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">125</span> </span><br>
Adding to cloudes<span class="comma minor">,</span> more cloudes with his deepe sighes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But all so soone as the all-cheering Sunne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Should in the farthest East begin to draw<span class="numbering"> <span class="syllable-count">10</span></span><br>
The shadie Curtaines from <em>Auroras</em> bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Away from light steales home my heavy Sonne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">130</span> </span><br>
And private in his Chamber pennes himselfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shuts up his windowes<span class="comma minor">,</span> lockes faire day-light out<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And makes himselfe an artificiall night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Blacke and portendous must this humour prove<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Unlesse good counsell may the cause remove<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">135</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> My Noble Uncle doe you know the cause<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> I neither know it<span class="comma minor">,</span> nor can learne of him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Have you importun'd him by any meanes<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> Both by my selfe and many other Friends<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But he his owne affections counseller<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">140</span> </span><br>
Is to himselfe <span class="paren minor">(</span>I will not say how true<span class="paren minor">)</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But to himselfe so secret and so close<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
So farre from sounding and discovery<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
As is the bud bit with an envious worme<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ere he can spread his sweete leaves to the ayre<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">145</span> </span><br>
Or dedicate his beauty to the same<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Could we but learne from whence his sorrowes grow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
We would as willingly give cure<span class="comma minor">,</span> as know<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Romeo</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> See where he comes<span class="comma minor">,</span> so please you step aside<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ile know his greevance<span class="comma minor">,</span> or be much denide<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">150</span> </span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> I would thou wert so happy by thy stay<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To heare true shrift<span class="mid-stop major">.</span> Come Madam let's away<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Good morrow Cousin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Is the day so young<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> But new strooke nine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">155</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Aye me<span class="comma minor">,</span> sad houres seeme long<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Was that my Father that went hence so fast<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> It was<span class="colon major">:</span> what sadnes lengthens <em>Romeo's</em> houres<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Not having that<span class="comma minor">,</span> which having<span class="comma minor">,</span> makes them short<span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> In love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span> <span class="line-count">160</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Out<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">1</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Of love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Out of her favour where I am in love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Alas that love so gentle in his view<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Should be so tyrannous and rough in proofe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">165</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Alas that love<span class="comma minor">,</span> whose view is muffled still<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Should without eyes<span class="comma minor">,</span> see path-wayes to his will<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where shall we dine<span class="mid-stop major">?</span> O me<span class="colon major">:</span> what fray was heere<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Yet tell me not<span class="comma minor">,</span> for I have heard it all<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Heere's much to do with hate<span class="comma minor">,</span> but more with love<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">170</span> </span><br>
Why then<span class="comma minor">,</span> O brawling love<span class="comma minor">,</span> O loving hate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O any thing<span class="comma minor">,</span> of nothing first created<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O heavie lightnesse<span class="comma minor">,</span> serious vanity<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Mishapen Chaos of welseeming formes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Feather of lead<span class="comma minor">,</span> bright smoake<span class="comma minor">,</span> cold fire<span class="comma minor">,</span> sicke health<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">175</span> </span><br>
Still waking sleepe<span class="comma minor">,</span> that is not what it is<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
This love feele I<span class="comma minor">,</span> that feele no love in this<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Doest thou not laugh<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> No Coze<span class="comma minor">,</span> I rather weepe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Good heart<span class="comma minor">,</span> at what<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">180</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> At thy good hearts oppression<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Why such is loves transgression<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p>Griefes of mine owne lie heavie in my breast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which thou wilt propagate to have it preast<span class="numbering"> <span class="syllable-count">10</span></span><br>
With more of thine<span class="comma minor">,</span> this love that thou hast showne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">185</span> </span><br>
Doth adde more griefe<span class="comma minor">,</span> to too much of mine owne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Love<span class="comma minor">,</span> is a smoake made with the fume of sighes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being purg'd<span class="comma minor">,</span> a fire sparkling in Lovers eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being vext<span class="comma minor">,</span> a Sea nourisht with loving teares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What is it else<span class="mid-stop major">?</span> a madnesse<span class="comma minor">,</span> most discreet<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">190</span> </span><br>
A choking gall<span class="comma minor">,</span> and a preserving sweet<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Farewell my Coze<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Soft I will goe along<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>And if you leave me so<span class="comma minor">,</span> you do me wrong<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Tut I have lost my selfe<span class="comma minor">,</span> I am not here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">195</span> </span><br>
This is not <em>Romeo</em><span class="comma minor">,</span> hee's some other where<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Tell me in sadnesse<span class="comma minor">,</span> who is that you love<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What shall I grone and tell thee<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Grone<span class="comma minor">,</span> why no<span class="colon major">:</span> but sadly tell me who<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> A sicke man in sadnesse makes his will<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">200</span> </span><br>
A word ill urg'd to one that is so ill<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In sadnesse Cozin<span class="comma minor">,</span> I do love a woman<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> I aym'd so neare<span class="comma minor">,</span> when I suppos'd you lov'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> A right good marke man<span class="comma minor">,</span> and shee's faire I love<span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> A right faire marke<span class="comma minor">,</span> faire Coze<span class="comma minor">,</span> is soonest hit<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">205</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Well in that hit you misse<span class="comma minor">,</span> sheel not be hit<span class="numbering"> <span class="syllable-count">10</span></span><br>
With Cupids arrow<span class="comma minor">,</span> she hath <em>Dians</em> wit<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And in strong proofe of chastity well arm'd<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
From loves weake childish Bow<span class="comma minor">,</span> she lives uncharm'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Shee will not stay the siege of loving tearmes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">210</span> </span><br>
Nor bid th' encounter of assailing eyes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Nor open her lap to Sainct-seducing Gold<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
O she is rich in beautie<span class="comma minor">,</span> onely poore<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
That when she dies<span class="comma minor">,</span> with beautie dies her store<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Then she hath sworne<span class="comma minor">,</span> that she will still live chast<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">215</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> She hath<span class="comma minor">,</span> and in that sparing make huge wast<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>For beauty sterv'd with her severity<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Cuts beauty off from all posteritie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>She is too faire<span class="comma minor">,</span> too wise<span class="colon major">:</span> wisely too faire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To merit blisse by making me dispaire<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">220</span> </span><br>
She hath forsworne to love<span class="comma minor">,</span> and in that vow<span class="numbering"> <span class="syllable-count">10</span></span><br>
Do I live dead<span class="comma minor">,</span> that live to tell it now<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Be rul'd by me<span class="comma minor">,</span> forget to thinke of her<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O teach me how I should forget to thinke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> By giving liberty unto thine eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">225</span> </span><br>
Examine other beauties<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> 'Tis the way to cal hers <span class="paren minor">(</span>exquisit<span class="paren minor">)</span> in question more<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
These happy maskes that kisse faire Ladies browes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being blacke<span class="comma minor">,</span> puts us in mind they hide the faire<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
He that is strooken blind<span class="comma minor">,</span> cannot forget<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">230</span> </span><br>
The precious treasure of his eye-sight lost<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shew me a Mistresse that is passing faire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What doth her beauty serve but as a note<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where I may read who past that passing faire<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Farewell thou can'st not teach me to forget<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">235</span> </span><br>
<span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Ile pay that doctrine<span class="comma minor">,</span> or else die in debt<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em></span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Capulet, Countie Paris, and the Clowne</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> <em>Mountague</em> is bound as well as I<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
In penalty alike<span class="comma minor">,</span> and 'tis not hard I thinke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
For men so old as wee<span class="comma minor">,</span> to keepe the peace<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Of Honourable reckoning are you both<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">240</span> </span><br>
And pittie 'tis you liv'd at ods so long<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But now my Lord<span class="comma minor">,</span> what say you to my sute<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> But saying ore what I have said before<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
My Child is yet a stranger in the world<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shee hath not seene the change of fourteene yeares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">245</span> </span><br>
Let two more Summers wither in their pride<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ere we may thinke her ripe to be a Bride<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Younger then she<span class="comma minor">,</span> are happy mothers made<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> And too soone mar'd are those so early made<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Earth hath swallowed all my hopes but she<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">250</span> </span><br>
Shee's the hopefull Lady of my earth<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But wooe her gentle <em>Paris</em><span class="comma minor">,</span> get her heart<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My will to her consent<span class="comma minor">,</span> is but a part<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And shee agree<span class="comma minor">,</span> within her scope of choise<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Lyes my consent<span class="comma minor">,</span> and faire according voice<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">255</span> </span><br>
This night I hold an old accustom'd Feast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Whereto I have invited many a Guest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Such as I love<span class="comma minor">,</span> and you among the store<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
One more<span class="comma minor">,</span> most welcome makes my number more<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
At my poore house<span class="comma minor">,</span> looke to behold this night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">260</span> </span><br>
Earth-treading starres<span class="comma minor">,</span> that make darke heaven light<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Such comfort as do lusty young men feele<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
When well apparrel'd Aprill on the heele<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of limping Winter treads<span class="comma minor">,</span> even such delight<span class="numbering"> <span class="syllable-count">11</span></span><br>
Among fresh Fennell buds shall you this night<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">265</span> </span><br>
Inherit at my house<span class="colon major">:</span> heare all<span class="comma minor">,</span> all see<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And like her most<span class="comma minor">,</span> whose merit most shall be<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which one more veiw<span class="comma minor">,</span> of many<span class="comma minor">,</span> mine being one<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
May stand in number<span class="comma minor">,</span> though in reckning none<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Come<span class="comma minor">,</span> goe with me<span class="colon major">:</span> goe sirrah trudge about<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">270</span> </span><br>
Through faire <em>Verona</em><span class="comma minor">,</span> find those persons out<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Whose names are written there<span class="comma minor">,</span> and to them say<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My house and welcome<span class="comma minor">,</span> on their pleasure stay<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Find them out whose names are written<span class="mid-stop major">.</span> Heere it<span class="numbering"></span><br>
is written<span class="comma minor">,</span> that the Shoo-maker should meddle with his<span class="numbering"> <span class="line-count">275</span> </span><br>
Yard<span class="comma minor">,</span> and the Tayler with his Last<span class="comma minor">,</span> the Fisher with his<span class="numbering"></span><br>
Pensill<span class="comma minor">,</span> and the Painter with his Nets<span class="mid-stop major">.</span> But I am sent to<span class="numbering"></span><br>
find those persons whose names are writ<span class="comma minor">,</span> & can never find<span class="numbering"></span><br>
what names the writing person hath here writ <span class="paren minor">(</span>I must to<span class="numbering"></span><br>
the learned<span class="paren minor">)</span> in good time<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">280</span> </span></p>
<span class="direction"><em>Enter Benvolio, and Romeo</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Tut man<span class="comma minor">,</span> one fire burnes out anothers burning<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
One paine is lesned by anothers anguish<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Turne giddie<span class="comma minor">,</span> and be holpe by backward turning<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
One desparate greefe<span class="comma minor">,</span> cures with anothers languish<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Take thou some new infection to the eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">285</span> </span><br>
And the rank poyson of the old wil die<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Your Plantan leafe is excellent for that<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> For what I pray thee<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> For your broken shin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Why <em>Romeo</em> art thou mad<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">290</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Not mad<span class="comma minor">,</span> but bound more then a mad man is<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shut up in prison<span class="comma minor">,</span> kept without my foode<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Whipt and tormented<span class="colon major">:</span> and Godden good fellow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
<span class="character"><em>Servant</em><span class="char-stop">.</span></span> Godgigoden<span class="comma minor">,</span> I pray sir can you read<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I mine owne fortune in my miserie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">295</span> </span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Perhaps you have learn'd it without booke<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
But I pray can you read any thing you see<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I<span class="comma minor">,</span> if I know the Letters and the Language<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Ye say honestly<span class="comma minor">,</span> rest you merry<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Stay fellow<span class="comma minor">,</span> I can read<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">300</span> </span></p>
<span class="direction">He reades the Letter.</span>
<p><em>Seigneur Martino<span class="comma minor">,</span> and his wife and daughter<span class="colon major">:</span> County Anselme</em><span class="numbering"> <span class="syllable-count">15</span></span><br>
<em>and his beautious sisters<span class="colon major">:</span> the Lady widdow of Vtruvio</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">14</span></span><br>
<em>Seigneur Placentio<span class="comma minor">,</span> and his lovely Neeces<span class="colon major">:</span> Mercutio and</em><span class="numbering"> <span class="syllable-count">15</span></span><br>
<em>his brother Valentine<span class="colon major">:</span> mine uncle Capulet his wife and daughters</em><span class="colon major">:</span><span class="numbering"> <span class="syllable-count">17</span></span><br>
<em>my faire Neece Rosaline<span class="comma minor">,</span> Livia<span class="comma minor">,</span> Seigneur Valentio<span class="comma minor">,</span> & his</em><span class="numbering"> <span class="syllable-count">14</span> <span class="line-count">305</span> </span><br>
<em>Cosen Tybalt<span class="colon major">:</span> Lucio and the lively Helena</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">14</span></span></p>
<p>A faire assembly<span class="comma minor">,</span> whither should they come<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Up<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">1</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Whither<span class="mid-stop major">?</span> to supper<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> To our house<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span> <span class="line-count">310</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Whose house<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> My Maisters<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Indeed I should have askt you that before<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Now Ile tell you without asking<span class="mid-stop major">.</span> My maister is<span class="numbering"></span><br>
the great rich <em>Capulet</em><span class="comma minor">,</span> and if you be not of the house of<span class="numbering"> <span class="line-count">315</span> </span><br>
<em>Mountagues</em> I pray come and crush a cup of wine<span class="mid-stop major">.</span> Rest<span class="numbering"></span><br>
you merry<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> At this same auncient Feast of <em>Capulets</em><span class="numbering"> <span class="syllable-count">10</span></span><br>
Sups the faire <em>Rosaline</em><span class="comma minor">,</span> whom thou so loves<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With all the admired Beauties of <em>Verona</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">320</span> </span><br>
Go thither and with unattainted eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Compare her face with some that I shall show<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And I will make thee thinke thy Swan a Crow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> When the devout religion of mine eye<span class="numbering"> <span class="syllable-count">10</span></span><br>
Maintaines such falshood<span class="comma minor">,</span> then turne teares to fire<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">325</span> </span><br>
And these who often drown'd could never die<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Transparent Heretiques be burnt for liers<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>One fairer then my love<span class="colon major">:</span> the all-seeing Sun<span class="numbering"> <span class="syllable-count">10</span></span><br>
Nere saw her match<span class="comma minor">,</span> since first the world begun<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Tut<span class="comma minor">,</span> you saw her faire<span class="comma minor">,</span> none else being by<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">330</span> </span><br>
Herselfe poys'd with herselfe in either eye<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But in that Christall scales<span class="comma minor">,</span> let there be waid<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Your Ladies love against some other Maid<span class="numbering"> <span class="syllable-count">10</span></span><br>
That I will show you<span class="comma minor">,</span> shining at this Feast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And she shew scant shell<span class="comma minor">,</span> well<span class="comma minor">,</span> that now shewes best<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">335</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Ile goe along<span class="comma minor">,</span> no such sight to be showne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But to rejoyce in splendor of mine owne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Capulets Wife and Nurse</em>.</span>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> Nurse wher's my daughter<span class="mid-stop major">?</span> call her forth to me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Now by my Maidenhead<span class="comma minor">,</span> at twelve yeare old<span class="numbering"> <span class="syllable-count">10</span></span><br>
I bad her come<span class="comma minor">,</span> what Lamb<span class="colon major">:</span> what Ladi-bird<span class="comma minor">,</span> God forbid<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span> <span class="line-count">340</span> </span><br>
Where's this Girle<span class="mid-stop major">?</span> what <em>Juliet</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<span class="direction"><em>Enter Juliet</em>.</span>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> How now<span class="comma minor">,</span> who calls<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Your Mother<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Madam I am heere<span class="comma minor">,</span> what is your will<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> This is the matter<span class="colon major">:</span> Nurse give me leave awhile<span class="comma minor">,</span> we<span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">345</span> </span><br>
must talke in secret<span class="mid-stop major">.</span> Nurse come backe againe<span class="comma minor">,</span> I have remembred<span class="numbering"></span><br>
me<span class="comma minor">,</span> thou'se heare our counsell<span class="mid-stop major">.</span> Thou knowest<span class="numbering"></span><br>
my daughter's of a prety age<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Faith I can tell her age unto an houre<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> Shee's not fourteene<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">350</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Ile lay fourteene of my teeth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
And yet to my teene be it spoken<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
I have but foure<span class="comma minor">,</span> shee's not fourteene<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p>How long is it now to <em>Lammas</em> tide<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> A fortnight and odde dayes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">355</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Even or odde<span class="comma minor">,</span> of all daies in the yeare come<span class="numbering"> <span class="syllable-count">11</span></span><br>
<em>Lammas</em> Eve at night shall she be fourteene<span class="mid-stop major">.</span> <em>Susan</em> & she<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
God rest all Christian soules<span class="comma minor">,</span> were of an age<span class="mid-stop major">.</span> Well <em>Susan</em><span class="numbering"></span><br>
is with God<span class="comma minor">,</span> she was too good for me<span class="mid-stop major">.</span> But as I said<span class="comma minor">,</span> on <em>Lamas</em><span class="numbering"></span><br>
Eve at night shall she be fourteene<span class="comma minor">,</span> that shall she marie<span class="comma minor">,</span><span class="numbering"> <span class="line-count">360</span> </span><br>
I remember it well<span class="mid-stop major">.</span> 'Tis since the Earth-quake now<span class="numbering"></span><br>
eleven yeares<span class="comma minor">,</span> and she was wean'd I never shall forget it<span class="comma minor">,</span><span class="numbering"></span><br>
of all the daies of the yeare<span class="comma minor">,</span> upon that day<span class="colon major">:</span> for I had then<span class="numbering"></span><br>
laid Worme-wood to my Dug sitting in the Sunne under<span class="numbering"></span><br>
the Dovehouse wall<span class="comma minor">,</span> my Lord and you were then at<span class="numbering"> <span class="line-count">365</span> </span><br>
<em>Mantua</em><span class="comma minor">,</span> nay I doe beare a braine<span class="mid-stop major">.</span> But as I said<span class="comma minor">,</span> when it<span class="numbering"></span><br>
did tast the Worme-wood on the nipple of my Dugge<span class="comma minor">,</span><span class="numbering"></span><br>
and felt it bitter<span class="comma minor">,</span> pretty foole<span class="comma minor">,</span> to see it teachie<span class="comma minor">,</span> and fall out<span class="numbering"></span><br>
with the Dugge<span class="comma minor">,</span> Shake quoth the Dove-house<span class="comma minor">,</span> 'twas no<span class="numbering"></span><br>
neede I trow to bid mee trudge<span class="comma minor">,</span> and since that time it is<span class="numbering"> <span class="line-count">370</span> </span><br>
a eleven yeares<span class="comma minor">,</span> for then she could stand alone<span class="comma minor">,</span> nay bi'th'<span class="numbering"></span><br>
roode she could have runne<span class="comma minor">,</span> & wadled all about<span class="colon major">:</span> for even<span class="numbering"></span><br>
the day before she broke her brow<span class="comma minor">,</span> & then my Husband<span class="numbering"></span><br>
God be with his soule<span class="comma minor">,</span> a was a merrie man<span class="comma minor">,</span> tooke up the<span class="numbering"></span><br>
Child<span class="comma minor">,</span> yea quoth hee<span class="comma minor">,</span> doest thou fall upon thy face<span class="mid-stop major">?</span> thou<span class="numbering"> <span class="line-count">375</span> </span><br>
wilt fall backeward when thou hast more wit<span class="comma minor">,</span> wilt thou<span class="numbering"></span><br>
not <em>Jule</em><span class="mid-stop major">?</span> And by my holy-dam<span class="comma minor">,</span> the pretty wretch lefte<span class="numbering"></span><br>
crying<span class="comma minor">,</span> & said I<span class="colon major">:</span> to see now how a Jest shall come about<span class="end-stop major">.</span><span class="numbering"></span></p>
<p>I warrant<span class="comma minor">,</span> & I shall live a thousand yeares<span class="comma minor">,</span> I never should<span class="numbering"></span><br>
forget it<span class="colon major">:</span> wilt thou not <em>Jule</em> quoth he<span class="mid-stop major">?</span> and pretty foole it<span class="numbering"> <span class="line-count">380</span> </span><br>
stinted<span class="comma minor">,</span> and said I<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Inough of this<span class="comma minor">,</span> I pray thee hold thy peace<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Yes Madam<span class="comma minor">,</span> yet I cannot chuse but laugh<span class="comma minor">,</span> to<span class="numbering"></span><br>
thinke it should leave crying<span class="comma minor">,</span> & say I<span class="colon major">:</span> and yet I warrant<span class="numbering"></span><br>
it had upon it brow<span class="comma minor">,</span> a bumpe as big as a young Cockrels<span class="numbering"> <span class="line-count">385</span> </span><br>
stone<span class="mid-stop major">?</span> A perilous knock<span class="comma minor">,</span> and it cryed bitterly<span class="mid-stop major">.</span> Yea quoth<span class="numbering"></span><br>
my husband<span class="comma minor">,</span> fall'st upon thy face<span class="comma minor">,</span> thou wilt fall backward<span class="numbering"></span><br>
when thou commest to age<span class="colon major">:</span> wilt thou not <em>Jule</em><span class="mid-stop major">?</span> It<span class="numbering"></span><br>
stinted<span class="colon major">:</span> and said I<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> And stint thou too<span class="comma minor">,</span> I pray thee <em>Nurse</em><span class="comma minor">,</span> say I<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">390</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Peace I have done<span class="colon major">:</span> God marke thee too his grace<span class="numbering"></span><br>
thou wast the prettiest Babe that ere I nurst<span class="comma minor">,</span> and I might<span class="numbering"></span><br>
live to see thee married once<span class="comma minor">,</span> I have my wish<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Marry that marry is the very theame<span class="numbering"> <span class="syllable-count">10</span></span><br>
I came to talke of<span class="comma minor">,</span> tell me daughter <em>Juliet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">395</span> </span><br>
How stands your disposition to be Married<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> It is an houre that I dreame not of<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> An houre<span class="comma minor">,</span> were I not thine onely Nurse<span class="comma minor">,</span> I would<span class="numbering"></span><br>
say thou had'st suckt wisedome from thy teat<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Well thinke of marriage now<span class="comma minor">,</span> yonger then you<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">400</span> </span><br>
Heere in <em>Verona</em><span class="comma minor">,</span> Ladies of esteeme<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Are made already Mothers<span class="mid-stop major">.</span> By my count<span class="numbering"> <span class="syllable-count">10</span></span><br>
I was your Mother<span class="comma minor">,</span> much upon these yeares<span class="numbering"> <span class="syllable-count">10</span></span><br>
That you are now a Maide<span class="comma minor">,</span> thus then in briefe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The valiant <em>Paris</em> seekes you for his love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">405</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> A man young Lady<span class="comma minor">,</span> Lady<span class="comma minor">,</span> such a man as all<span class="numbering"></span><br>
the world<span class="mid-stop major">.</span> Why hee's a man of waxe<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> <em>Veronas</em> Summer hath not such a flower<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Nay hee's a flower<span class="comma minor">,</span> infaith a very flower<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> What say you<span class="comma minor">,</span> can you love the Gentleman<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">410</span> </span></p>
<p>This night you shall behold him at our Feast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Read ore the volume of young <em>Paris</em> face<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And find delight<span class="comma minor">,</span> writ there with Beauties pen<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Examine every severall liniament<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
And see how one another lends content<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">415</span> </span><br>
And what obscur'd in this faire volume lies<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Find written in the Margent of his eyes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>This precious Booke of Love<span class="comma minor">,</span> this unbound Lover<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To Beautifie him<span class="comma minor">,</span> onely lacks a Cover<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p>The fish lives in the Sea<span class="comma minor">,</span> and 'tis much pride<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">420</span> </span><br>
For faire without<span class="comma minor">,</span> the faire within to hide<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That Booke in manies eyes doth share the glorie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
That in Gold claspes<span class="comma minor">,</span> Lockes in the Golden storie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
So shall you share all that he doth possesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By having him<span class="comma minor">,</span> making your selfe no lesse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">425</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> No lesse<span class="comma minor">,</span> nay bigger<span class="colon major">:</span> women grow by men<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Speake briefly<span class="comma minor">,</span> can you like of <em>Paris</em> love<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Ile looke to like<span class="comma minor">,</span> if looking liking move<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But no more deepe will I endart mine eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then your consent gives strength to make flye<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">430</span> </span></p>
<span class="direction"><em>Enter a Serving man</em>.</span>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Madam<span class="comma minor">,</span> the guests are come<span class="comma minor">,</span> supper serv'd up<span class="comma minor">,</span> you<span class="numbering"></span><br>
cal'd<span class="comma minor">,</span> my young Lady askt for<span class="comma minor">,</span> the Nurse cur'st in the Pantery<span class="comma minor">,</span><span class="numbering"></span><br>
and every thing in extremitie<span class="colon major">:</span> I must hence to wait<span class="comma minor">,</span> <span class="numbering"></span><br>
beseech you follow straight<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> We follow thee<span class="comma minor">,</span> <em>Juliet</em><span class="comma minor">,</span> the Countie staies<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">435</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Goe Gyrle<span class="comma minor">,</span> seeke happie nights to happy daies<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Exeunt</em>.</span>
<p><span class="direction"><em>Enter Romeo, Mercutio, Benvolio, with five or sixe</em><span class="numbering"></span><br>
<em>other Maskers, Torch-bearers</em>.</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What shall this spech be spoke for our excuse<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Or shall we on without Apologie<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">440</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> The date is out of such prolixitie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Weele have no <em>Cupid</em><span class="comma minor">,</span> hood winkt with a skarfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Bearing a Tartars painted Bow of lath<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Skaring the Ladies like a Crow-keeper<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But let them measure us by what they will<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">445</span> </span><br>
Weele measure them with a Measure<span class="comma minor">,</span> and be gone<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Give me a Torch<span class="comma minor">,</span> I am not for this ambling<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Being but heavy I will beare the light<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Nay gentle <em>Romeo</em><span class="comma minor">,</span> we must have you dance<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Not I beleeve me<span class="comma minor">,</span> you have dancing shooes<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">450</span> </span><br>
With nimble soles<span class="comma minor">,</span> I have a soale of Lead<span class="numbering"> <span class="syllable-count">10</span></span><br>
So stakes me to the ground<span class="comma minor">,</span> I cannot move<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> You are a Lover<span class="comma minor">,</span> borrow <em>Cupids</em> wings<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And soare with them above a common bound<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I am too sore enpearced with his shaft<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">455</span> </span><br>
To soare with his light feathers<span class="comma minor">,</span> and to bound<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I cannot bound a pitch above dull woe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Under loves heavy burthen doe I sinke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> And to sinke in it should you burthen love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Too great oppression for a tender thing<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">460</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Is love a tender thing<span class="mid-stop major">?</span> it is too rough<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Too rude<span class="comma minor">,</span> too boysterous<span class="comma minor">,</span> and it pricks like thorne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> If love be rough with you<span class="comma minor">,</span> be rough with love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Pricke love for pricking<span class="comma minor">,</span> and you beat love downe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Give me a Case to put my visage in<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">465</span> </span><br>
A Visor for a Visor<span class="comma minor">,</span> what care <span class="numbering"> <span class="syllable-count">9</span></span><br>
What curious eye doth quote deformities<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Here are the Beetle-browes shall blush for me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Come knocke and enter<span class="comma minor">,</span> and no sooner in<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But every man betake him to his legs<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">470</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> A Torch for me<span class="comma minor">,</span> let wantons light of heart<span class="numbering"> <span class="syllable-count">10</span></span><br>
Tickle the sencelesse rushes with their heeles<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For I am proverb'd with a Grandsier Phrase<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ile be a Candle-holder and looke on<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The game was nere so faire<span class="comma minor">,</span> and I am done<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">475</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Tut<span class="comma minor">,</span> duns the Mouse<span class="comma minor">,</span> the Constables owne word<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
If thou art dun<span class="comma minor">,</span> weele draw thee from the mire<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Or save your reverence love<span class="comma minor">,</span> wherein thou stickest<span class="numbering"> <span class="syllable-count">12</span></span><br>
Up to the eares<span class="comma minor">,</span> come we burne day-light ho<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Nay that's not so<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">480</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> I meane sir I delay<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
We wast our lights in vaine<span class="comma minor">,</span> lights<span class="comma minor">,</span> lights<span class="comma minor">,</span> by day<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Take our good meaning<span class="comma minor">,</span> for our Judgement sits<span class="numbering"> <span class="syllable-count">11</span></span><br>
Five times in that<span class="comma minor">,</span> ere once in our five wits<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> And we meane well in going to this Maske<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">485</span> </span><br>
But 'tis no wit to go<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Why may one aske<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I dreampt a dreame to night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> And so did I<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Well what was yours<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">490</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> That dreamers often lye<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> In bed a sleepe while they do dreame things true<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> O then I see Queene Mab hath beene with you<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
She is the Fairies Midwife<span class="comma minor">,</span> & she comes in shape no bigger<span class="numbering"></span><br>
then Agat-stone<span class="comma minor">,</span> on the fore-finger of an Alderman<span class="comma minor">,</span><span class="numbering"> <span class="line-count">495</span> </span><br>
drawne with a teeme of little Atomies<span class="comma minor">,</span> over mens noses as<span class="numbering"></span><br>
they lie asleepe<span class="colon major">:</span> her Waggon Spokes made of long Spinners<span class="numbering"></span><br>
legs<span class="colon major">:</span> the Cover of the wings of Grashoppers<span class="comma minor">,</span> her<span class="numbering"></span><br>
Traces of the smallest Spiders web<span class="comma minor">,</span> her coullers of the<span class="numbering"></span><br>
Moonshines watry Beames<span class="comma minor">,</span> her Whip of Crickets bone<span class="comma minor">,</span><span class="numbering"> <span class="line-count">500</span> </span><br>
the Lash of Philome<span class="comma minor">,</span> her Waggoner<span class="comma minor">,</span> a small gray-coated<span class="numbering"></span><br>
Gnat<span class="comma minor">,</span> not halfe so bigge as a round little Worme<span class="comma minor">,</span> prickt<span class="numbering"></span><br>
from the Lazie-finger of a man<span class="mid-stop major">.</span> Her Chariot is an emptie<span class="numbering"></span><br>
Haselnut<span class="comma minor">,</span> made by the Joyner Squirrel or old Grub<span class="comma minor">,</span> time<span class="numbering"></span><br>
out a mind<span class="comma minor">,</span> the Faries Coach-makers<span class="colon major">:</span> & in this state she<span class="numbering"> <span class="line-count">505</span> </span><br>
gallops night by night<span class="comma minor">,</span> through Lovers braines<span class="colon major">:</span> and then<span class="numbering"></span><br>
they dreame of Love<span class="mid-stop major">.</span> On Courtiers knees<span class="comma minor">,</span> that dreame on<span class="numbering"></span><br>
Cursies strait<span class="colon major">:</span> ore Lawyers fingers<span class="comma minor">,</span> who strait dreampt on<span class="numbering"></span><br>
Fees<span class="comma minor">,</span> ore Ladies lips<span class="comma minor">,</span> who strait on kisses dreame<span class="comma minor">,</span> which<span class="numbering"></span><br>
oft the angry Mab with blisters plagues<span class="comma minor">,</span> because their<span class="numbering"> <span class="line-count">510</span> </span><br>
breath with Sweet meats tainted are<span class="mid-stop major">.</span> Sometime she gallops<span class="numbering"></span><br>
ore a Courtiers nose<span class="comma minor">,</span> & then dreames he of smelling<span class="numbering"></span><br>
out a sute<span class="colon major">:</span> & somtime comes she with Tith pigs tale<span class="comma minor">,</span> tickling<span class="numbering"></span><br>
a Parsons nose as a lies asleepe<span class="comma minor">,</span> then he dreames of<span class="numbering"></span><br>
another Benefice<span class="mid-stop major">.</span> Sometime she driveth ore a Souldiers<span class="numbering"> <span class="line-count">515</span> </span><br>
necke<span class="comma minor">,</span> & then dreames he of cutting Forraine throats<span class="comma minor">,</span> of<span class="numbering"></span><br>
Breaches<span class="comma minor">,</span> Ambuscados<span class="comma minor">,</span> Spanish Blades<span class="colon major">:</span> Of Healths five<span class="numbering"></span><br>
Fadome deepe<span class="comma minor">,</span> and then anon drums in his eares<span class="comma minor">,</span> at which<span class="numbering"></span><br>
he startes and wakes<span class="colon major">;</span> and being thus frighted<span class="comma minor">,</span> sweares <span class="numbering"></span><br>
prayer or two & sleepes againe<span class="colon major">:</span> this is that very Mab that<span class="numbering"> <span class="line-count">520</span> </span><br>
plats the manes of Horses in the night<span class="colon major">:</span> & bakes the Elklocks<span class="numbering"></span><br>
in foule sluttish haires<span class="comma minor">,</span> which once untangled<span class="comma minor">,</span> much<span class="numbering"></span><br>
misfortune bodes<span class="comma minor">,</span><span class="numbering"></span><br>
This is the hag<span class="comma minor">,</span> when Maides lie on their backs<span class="comma minor">,</span><span class="numbering"></span><br>
That presses them<span class="comma minor">,</span> and learnes them first to beare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">525</span> </span><br>
Making them women of good carriage<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
This is she<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Peace<span class="comma minor">,</span> peace<span class="comma minor">,</span> <em>Mercutio</em> peace<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Thou talk'st of nothing<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> True<span class="comma minor">,</span> I talke of dreames<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">530</span> </span><br>
Which are the children of an idle braine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Begot of nothing<span class="comma minor">,</span> but vaine phantasie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which is as thin of substance as the ayre<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And more inconstant then the wind<span class="comma minor">,</span> who wooes<span class="numbering"> <span class="syllable-count">10</span></span><br>
Even now the frozen bosome of the North<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">535</span> </span><br>
And being anger'd<span class="comma minor">,</span> puffes away from thence<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Turning his side to the dew dropping South<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> This wind you talke of blowes us from our selves<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Supper is done<span class="comma minor">,</span> and we shall come too late<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I feare too early<span class="comma minor">,</span> for my mind misgives<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">540</span> </span><br>
Some consequence yet hanging in the starres<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall bitterly begin his fearefull date<span class="numbering"> <span class="syllable-count">11</span></span><br>
With this nights revels<span class="comma minor">,</span> and expire the tearme<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of a despised life clos'd in my brest<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By some vile forfeit of untimely death<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">545</span> </span></p>
<p>But he that hath the stirrage of my course<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Direct my sute<span class="colon major">:</span> on lustie Gentlemen<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Strike Drum<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="direction"><em>They march about the Stage, and Servingmen come forth</em><span class="numbering"></span><br>
<em>with their napkins</em>.</span><span class="numbering"> <span class="line-count">550</span> </span></p>
<span class="direction"><em>Enter Servant</em>.</span>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Where's <em>Potpan</em><span class="comma minor">,</span> that he helpes not to take away<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p>He shift a Trencher<span class="mid-stop major">?</span> he scrape a Trencher<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character">First </span> When good manners<span class="comma minor">,</span> shall lie in one or two mens<span class="numbering"></span><br>
hands<span class="comma minor">,</span> and they unwasht too<span class="comma minor">,</span> 'tis a foule thing<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Away with the Joynstooles<span class="comma minor">,</span> remove the Courtcubbord<span class="comma minor">,</span><span class="numbering"> <span class="line-count">555</span> </span><br>
looke to the Plate<span class="colon major">:</span> good thou<span class="comma minor">,</span> save mee a piece<span class="numbering"></span><br>
of Marchpane<span class="comma minor">,</span> and as thou lovest me<span class="comma minor">,</span> let the Porter let in<span class="numbering"></span><br>
<em>Susan Grindstone</em><span class="comma minor">,</span> and <em>Nell</em><span class="comma minor">,</span> <em>Anthonie</em> and <em>Potpan</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character">Second </span> I Boy readie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> You are lookt for<span class="comma minor">,</span> and cal'd for<span class="comma minor">,</span> askt for<span class="comma minor">,</span> & sought<span class="numbering"> <span class="line-count">560</span> </span><br>
for<span class="comma minor">,</span> in the great Chamber<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character">First </span> We cannot be here and there too<span class="comma minor">,</span> chearly Boyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Be brisk awhile<span class="comma minor">,</span> and the longer liver take all<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<span class="direction"><em>Exeunt</em>.</span>
<p><span class="direction"><em>Enter all the Guests and Gentlewomen to the</em><span class="numbering"></span><br>
<em>Maskers</em>.</span><span class="numbering"> <span class="line-count">565</span> </span></p>
<p><span class="character">First <em>Capulet</em><span class="char-stop">.</span></span> Welcome Gentlemen<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Ladies that have their toes<span class="numbering"> <span class="syllable-count">6</span></span><br>
Unplagu'd with Cornes<span class="comma minor">,</span> will walke about with you<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Ah my Mistresses<span class="comma minor">,</span> which of you all<span class="numbering"> <span class="syllable-count">8</span></span><br>
Will now deny to dance<span class="mid-stop major">?</span> She that makes dainty<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">570</span> </span><br>
She Ile sweare hath Cornes<span class="colon major">:</span> am I come neare ye now<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Welcome Gentlemen<span class="comma minor">,</span> I have seene the day<span class="numbering"> <span class="syllable-count">10</span></span><br>
That I have worne a Visor<span class="comma minor">,</span> and could tell<span class="numbering"> <span class="syllable-count">10</span></span><br>
A whispering tale in a faire Ladies eare<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Such as would please<span class="colon major">:</span> 'tis gone<span class="comma minor">,</span> 'tis gone<span class="comma minor">,</span> 'tis gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">575</span> </span><br>
You are welcome Gentlemen<span class="comma minor">,</span> come Musitians play<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
<span class="direction"><em>Musicke plaies: and they dance</em>.</span>
<p>A Hall<span class="comma minor">,</span> Hall<span class="comma minor">,</span> give roome<span class="comma minor">,</span> and foote it Girles<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
More light you knaves<span class="comma minor">,</span> and turne the Tables up<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And quench the fire<span class="comma minor">,</span> the Roome is growne too hot<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Ah sirrah<span class="comma minor">,</span> this unlookt for sport comes well<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">580</span> </span><br>
Nay sit<span class="comma minor">,</span> nay sit<span class="comma minor">,</span> good Cozin <em>Capulet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For you and I are past our dauncing daies<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
How long 'ist now since last your selfe and <span class="numbering"> <span class="syllable-count">9</span></span><br>
Were in a Maske<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character">Second <em>Capulet</em><span class="char-stop">.</span></span> Berlady thirty yeares<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">585</span> </span></p>
<p><span class="character">First <em>Capulet</em><span class="char-stop">.</span></span> What man<span class="colon major">:</span> 'tis not so much<span class="comma minor">,</span> 'tis not so much<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
'Tis since the Nuptiall of <em>Lucentio</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Come Pentycost as quickely as it will<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Some five and twenty yeares<span class="comma minor">,</span> and then we Maskt<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character">Second <em>Capulet</em><span class="char-stop">.</span></span> 'Tis more<span class="comma minor">,</span> 'tis more<span class="comma minor">,</span> his Sonne is elder sir<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">590</span> </span><br>
His Sonne is thirty<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character">Third <em>Capulet</em><span class="char-stop">.</span></span> Will you tell me that<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>His Sonne was but a Ward two yeares agoe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What Ladie is that which doth inrich the hand<span class="numbering"> <span class="syllable-count">11</span></span><br>
Of yonder Knight<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">595</span> </span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> I know not sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O she doth teach the Torches to burne bright<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
It seemes she hangs upon the cheeke of night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As a rich Jewel in an Aethiops eare<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Beauty too rich for use<span class="comma minor">,</span> for earth too deare<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">600</span> </span><br>
So shewes a Snowy Dove trooping with Crowes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As yonder Lady ore her fellowes showes<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The measure done<span class="comma minor">,</span> Ile watch her place of stand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And touching hers<span class="comma minor">,</span> make blessed my rude hand<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Did my heart love till now<span class="comma minor">,</span> forsweare it sight<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">605</span> </span><br>
For I never saw true Beauty till this night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> This by his voice<span class="comma minor">,</span> should be a <em>Mountague</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Fetch me my Rapier Boy<span class="comma minor">,</span> what dares the slave<span class="numbering"> <span class="syllable-count">10</span></span><br>
Come hither cover'd with an antique face<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To fleere and scorne at our Solemnitie<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">610</span> </span></p>
<p>Now by the stocke and Honour of my kin<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To strike him dead I hold it not a sin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Why how now kinsman<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Wherefore storme you so<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Uncle this is a <em>Mountague</em><span class="comma minor">,</span> our foe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">615</span> </span><br>
A Villaine that is hither come in spight<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To scorne at our Solemnitie this night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Young <em>Romeo</em> is it<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> 'Tis he<span class="comma minor">,</span> that Villaine <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Content thee gentle Coz<span class="comma minor">,</span> let him alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">620</span> </span><br>
A beares him like a portly Gentleman<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And to say truth<span class="comma minor">,</span> <em>Verona</em> brags of him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To be a vertuous and well govern'd youth<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I would not for the wealth of all the towne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Here in my house do him disparagement<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">625</span> </span><br>
Therfore be patient<span class="comma minor">,</span> take no note of him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It is my will<span class="comma minor">,</span> the which if thou respect<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shew a faire presence<span class="comma minor">,</span> and put off these frownes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
An ill beseeming semblance for a Feast<span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> It fits when such a Villaine is a guest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">630</span> </span><br>
Ile not endure him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> He shall be endur'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>What goodman boy<span class="comma minor">,</span> I say he shall<span class="comma minor">,</span> go too<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Am I the Maister here or you<span class="mid-stop major">?</span> go too<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Youle not endure him<span class="comma minor">,</span> God shall mend my soule<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">635</span> </span><br>
Youle make a Mutinie among the Guests<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
You will set cocke a hoope<span class="comma minor">,</span> youle be the man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Why Uncle<span class="comma minor">,</span> 'tis a shame<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Go too<span class="comma minor">,</span> go too<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
You are a sawcy Boy<span class="comma minor">,</span> 'ist so indeed<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">640</span> </span></p>
<p>This tricke may chance to scath you<span class="comma minor">,</span> I know what<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
You must contrary me<span class="comma minor">,</span> marry 'tis time<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Well said my hearts<span class="comma minor">,</span> you are a Princox<span class="comma minor">,</span> goe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Be quiet<span class="comma minor">,</span> or more light<span class="comma minor">,</span> more light for shame<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Ile make you quiet<span class="mid-stop major">.</span> What<span class="comma minor">,</span> chearely my hearts<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">645</span> </span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Patience perforce<span class="comma minor">,</span> with wilfull choler meeting<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Makes my flesh tremble in their different greeting<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
I will withdraw<span class="comma minor">,</span> but this intrusion shall<span class="numbering"> <span class="syllable-count">10</span></span><br>
Now seeming sweet<span class="comma minor">,</span> convert to bitter gall<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> If I prophane with my unworthiest hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">650</span> </span><br>
This holy shrine<span class="comma minor">,</span> the gentle sin is this<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My lips to blushing Pilgrims did ready stand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To smooth that rough touch<span class="comma minor">,</span> with a tender kisse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Good Pilgrime<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
You do wrong your hand too much<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">655</span> </span></p>
<p>Which mannerly devotion shewes in this<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For Saints have hands<span class="comma minor">,</span> that Pilgrims hands do tuch<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And palme to palme<span class="comma minor">,</span> is holy Palmers kisse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Have not Saints lips<span class="comma minor">,</span> and holy Palmers too<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I Pilgrim<span class="comma minor">,</span> lips that they must use in prayer<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">660</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O then deare Saint<span class="comma minor">,</span> let lips do what hands do<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
They pray <span class="paren minor">(</span>grant thou<span class="paren minor">)</span> least faith turne to dispaire<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Saints do not move<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Though grant for prayers sake<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Then move not while my prayers effect I take<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">665</span> </span><br>
Thus from my lips<span class="comma minor">,</span> by thine my sin is purg'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Then have my lips the sin that they have tooke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Sin from my lips<span class="mid-stop major">?</span> O trespasse sweetly urg'd<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Give me my sin againe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> You kisse by'th' booke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">670</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Madam your Mother craves a word with you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What is her Mother<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Marrie Batcheler<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Her Mother is the Lady of the house<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And a good Lady<span class="comma minor">,</span> and a wise<span class="comma minor">,</span> and Vertuous<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">675</span> </span><br>
I Nur'st her Daughter that you talkt withall<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I tell you<span class="comma minor">,</span> he that can lay hold of her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall have the chincks<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Is she a <em>Capulet</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>O deare account<span class="mid-stop major">!</span> My life is my foes debt<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">680</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Away<span class="comma minor">,</span> be gone<span class="comma minor">,</span> the sport is at the best<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I so I feare<span class="comma minor">,</span> the more is my unrest<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Nay Gentlemen prepare not to be gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
We have a trifling foolish Banquet towards<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Is it e'ne so<span class="mid-stop major">?</span> why then I thanke you all<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">685</span> </span></p>
<p>I thanke you honest Gentlemen<span class="comma minor">,</span> good night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
More Torches here<span class="colon major">:</span> come on<span class="comma minor">,</span> then let's to bed<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Ah sirrah<span class="comma minor">,</span> by my faie it waxes late<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Ile to my rest<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Come hither Nurse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">690</span> </span><br>
What is yond Gentleman<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
<span class="character"><em>Nurse</em><span class="char-stop">.</span></span> The Sonne and Heire of old <em>Tyberio</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What's he that now is going out of doore<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Marrie that I thinke be young <em>Petruchio</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What's he that follows here that would not dance<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">695</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I know not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Go aske his name<span class="colon major">:</span> if he be married<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
My grave is like to be my wedded bed<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> His name is <em>Romeo</em><span class="comma minor">,</span> and a <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The onely Sonne of your great Enemie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">700</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> My onely Love sprung from my onely hate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Too early seene<span class="comma minor">,</span> unknowne<span class="comma minor">,</span> and knowne too late<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Prodigious birth of Love it is to me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That I must love a loathed Enemie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> What's this<span class="mid-stop major">?</span> whats this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">705</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> A rime<span class="comma minor">,</span> I learne even now<span class="numbering"> <span class="syllable-count">7</span></span><br>
Of one I dan'st withall<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<span class="direction"><em>One cals within, Juliet</em>.</span>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Anon<span class="comma minor">,</span> anon<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Come let's away<span class="comma minor">,</span> the strangers all are gone<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Exeunt</em>.</span>
<span class="character"><em>Chorus</em><span class="char-stop">.</span></span>
<p>Now old desire doth in his death bed lie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">710</span> </span><br>
And yong affection gapes to be his Heire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That faire<span class="comma minor">,</span> for which Love gron'd for and would die<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With tender <em>Juliet</em> matcht<span class="comma minor">,</span> is now not faire<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Now <em>Romeo</em> is beloved<span class="comma minor">,</span> and Loves againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
A like bewitched by the charme of lookes<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">715</span> </span><br>
But to his foe suppos'd he must complaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And she steale Loves sweet bait from fearefull hookes<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Being held a foe<span class="comma minor">,</span> he may not have accesse<span class="numbering"> <span class="syllable-count">10</span></span><br>
To breath such vowes as Lovers use to sweare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And she as much in Love<span class="comma minor">,</span> her meanes much lesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">720</span> </span><br>
To meete her new Beloved any where<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But passion lends them Power<span class="comma minor">,</span> time<span class="comma minor">,</span> meanes to meete<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Temp'ring extremities with extreame sweete<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Romeo alone</em>.</span>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Can I goe forward when my heart is here<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Turne backe dull earth<span class="comma minor">,</span> and find thy Center out<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">725</span> </span></p>
<span class="direction"><em>Enter Benvolio, with Mercutio</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="comma minor">,</span> my Cozen <em>Romeo</em><span class="comma minor">,</span> <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> He is wise<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
And on my life hath stolne him home to bed<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> He ran this way and leapt this Orchard wall<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Call good <em>Mercutio</em><span class="colon major">:</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">730</span> </span><br>
Nay<span class="comma minor">,</span> Ile conjure too<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="comma minor">,</span> Humours<span class="comma minor">,</span> Madman<span class="comma minor">,</span> Passion<span class="comma minor">,</span> Lover<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Appeare thou in the likenesse of a sigh<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Speake but one time<span class="comma minor">,</span> and I am satisfied<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Cry me but ay me<span class="comma minor">,</span> Provant<span class="comma minor">,</span> but Love and day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">735</span> </span><br>
Speake to my goship <em>Venus</em> one faire word<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
One Nickname for her purblind Sonne and her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Young <em>Abraham Cupid</em> he that shot so true<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
When King <em>Cophetua</em> lov'd the begger Maid<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
He heareth not<span class="comma minor">,</span> he stirreth not<span class="comma minor">,</span> he moveth not<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">740</span> </span><br>
The Ape is dead<span class="comma minor">,</span> I must conjure him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
I conjure thee by <em>Rosalines</em> bright eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By her High forehead<span class="comma minor">,</span> and her Scarlet lip<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
By her Fine foote<span class="comma minor">,</span> Straight leg<span class="comma minor">,</span> and Quivering thigh<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And the Demeanes<span class="comma minor">,</span> that there Adjacent lie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">745</span> </span><br>
That in thy likenesse thou appeare to us<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> And if he heare thee thou wilt anger him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> This cannot anger him<span class="comma minor">,</span> t'would anger him<span class="numbering"> <span class="syllable-count">10</span></span><br>
To raise a spirit in his Mistresse circle<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Of some strange nature<span class="comma minor">,</span> letting it stand<span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">750</span> </span><br>
Till she had laid it<span class="comma minor">,</span> and conjured it downe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
That were some spight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p>My invocation is faire and honest<span class="comma minor">,</span> & in his Mistris name<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">15</span></span><br>
I conjure onely but to raise up him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Come<span class="comma minor">,</span> he hath hid himselfe among these Trees<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">755</span> </span><br>
To be consorted with the Humerous night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Blind is his Love<span class="comma minor">,</span> and best befits the darke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> If Love be blind<span class="comma minor">,</span> Love cannot hit the marke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Now will he sit under a Medler tree<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And wish his Mistresse were that kind of Fruite<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">760</span> </span><br>
As Maides cal Medlers when they laugh alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O <em>Romeo</em> that she were<span class="comma minor">,</span> O that she were<span class="numbering"> <span class="syllable-count">10</span></span><br>
An open<span class="comma minor">,</span> or thou a Poprin Peare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
<em>Romeo</em> goodnight<span class="comma minor">,</span> Ile to my Truckle bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
This Field-bed is to cold for me to sleepe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">765</span> </span><br>
Come shall we go<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Go then<span class="comma minor">,</span> for 'tis in vaine to seeke him here<span class="numbering"> <span class="syllable-count">10</span></span><br>
That meanes not to be found<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> He jeasts at Scarres that never felt a wound<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But soft<span class="comma minor">,</span> what light through yonder window breaks<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">770</span> </span></p>
<p>It is the East<span class="comma minor">,</span> and <em>Juliet</em> is the Sunne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Arise faire Sun and kill the envious Moone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Who is already sicke and pale with griefe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That thou her Maid art far more faire then she<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Be not her Maid since she is envious<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">775</span> </span><br>
Her Vestal livery is but sicke and greene<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And none but fooles do weare it<span class="comma minor">,</span> cast it off<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It is my Lady<span class="comma minor">,</span> O it is my Love<span class="comma minor">,</span> O that she knew she were<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">16</span></span><br>
She speakes<span class="comma minor">,</span> yet she sayes nothing<span class="comma minor">,</span> what of that<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Her eye discourses<span class="comma minor">,</span> I will answere it<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">780</span> </span><br>
I am too bold 'tis not to me she speakes<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Two of the fairest starres in all the Heaven<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Having some businesse do entreat her eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To twinckle in their Spheres till they returne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What if her eyes were there<span class="comma minor">,</span> they in her head<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">785</span> </span><br>
The brightnesse of her cheeke would shame those starres<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As day-light doth a Lampe<span class="comma minor">,</span> her eye in heaven<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Would through the ayrie Region streame so bright<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That Birds would sing<span class="comma minor">,</span> and thinke it were not night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
See how she leanes her cheeke upon her hand<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">790</span> </span></p>
<p>O that I were a Glove upon that hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That I might touch that cheeke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Ay me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> She speakes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>Oh speake againe bright Angell<span class="comma minor">,</span> for thou art<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">795</span> </span><br>
As glorious to this night being ore my head<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As is a winged messenger of heaven<span class="numbering"> <span class="syllable-count">11</span></span><br>
Unto the white upturned wondring eyes<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of mortalls that fall backe to gaze on him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
When he bestrides the lazie puffing Cloudes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">800</span> </span><br>
And sailes upon the bosome of the ayre<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O <em>Romeo</em><span class="comma minor">,</span> <em>Romeo</em><span class="comma minor">,</span> wherefore art thou <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p>Denie thy Father and refuse thy name<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or if thou wilt not<span class="comma minor">,</span> be but sworne to my Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And Ile no longer be a <em>Capulet</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">805</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Shall I heare more<span class="comma minor">,</span> or shall I speake at this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> 'Tis but thy name that is my Enemy<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou art thy selfe<span class="comma minor">,</span> though not a <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What's <em>Mountague</em><span class="mid-stop major">?</span> it is nor hand nor foote<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Nor arme<span class="comma minor">,</span> nor face<span class="comma minor">,</span> O be some other name<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">810</span> </span><br>
Belonging to a man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>What<span class="mid-stop major">?</span> in a names that which we call a Rose<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By any other word would smell as sweete<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
So <em>Romeo</em> would<span class="comma minor">,</span> were he not <em>Romeo</em> cal'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Retaine that deare perfection which he owes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">815</span> </span><br>
Without that title <em>Romeo</em><span class="comma minor">,</span> doffe thy name<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And for thy name which is no part of thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Take all my selfe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I take thee at thy word<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Call me but Love<span class="comma minor">,</span> and Ile be new baptiz'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">820</span> </span><br>
Hence foorth I never will be <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What man art thou<span class="comma minor">,</span> that thus bescreen'd in night<span class="numbering"> <span class="syllable-count">10</span></span><br>
So stumblest on my counsell<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> By a name<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
I know not how to tell thee who I am<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">825</span> </span><br>
My name deare Saint<span class="comma minor">,</span> is hatefull to my selfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Because it is an Enemy to thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Had I it written<span class="comma minor">,</span> I would teare the word<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> My eares have yet not drunke a hundred words<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of thy tongues uttering<span class="comma minor">,</span> yet I know the sound<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">830</span> </span></p>
<p>Art thou not <em>Romeo</em><span class="comma minor">,</span> and a <em>Montague</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Neither faire Maid<span class="comma minor">,</span> if either thee dislike<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> How cam'st thou hither<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>Tell me<span class="comma minor">,</span> and wherefore<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>The Orchard walls are high<span class="comma minor">,</span> and hard to climbe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">835</span> </span><br>
And the place death<span class="comma minor">,</span> considering who thou art<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
If any of my kinsmen find thee here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> With Loves light wings<span class="numbering"> <span class="syllable-count">4</span></span><br>
Did I ore-perch these Walls<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
For stony limits cannot hold Love out<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">840</span> </span><br>
And what Love can do<span class="comma minor">,</span> that dares Love attempt<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Therefore thy kinsmen are no stop to me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> If they do see thee<span class="comma minor">,</span> they will murther thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Alacke there lies more perill in thine eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then twenty of their Swords<span class="comma minor">,</span> looke thou but sweete<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">845</span> </span><br>
And I am proofe against their enmity<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I would not for the world they saw thee here<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I have nights cloake to hide me from their eyes<span class="numbering"> <span class="syllable-count">10</span></span><br>
And but thou love me<span class="comma minor">,</span> let them finde me here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My life were better ended by their hate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">850</span> </span><br>
Then death proroged wanting of thy Love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> By whose direction found'st thou out this place<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> By Love that first did prompt me to enquire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
He lent me counsell<span class="comma minor">,</span> and I lent him eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I am no Pylot<span class="comma minor">,</span> yet wert thou as far<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">855</span> </span><br>
As that vast-shore-washet with the farthest Sea<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
I should adventure for such Marchandise<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Thou knowest the maske of night is on my face<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Else would a Maiden blush bepaint my cheeke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For that which thou hast heard me speake to night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">860</span> </span><br>
Faine would I dwell on forme<span class="comma minor">,</span> faine<span class="comma minor">,</span> faine<span class="comma minor">,</span> denie<span class="numbering"> <span class="syllable-count">10</span></span><br>
What I have spoke<span class="comma minor">,</span> but farewell Complement<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Doest thou Love<span class="mid-stop major">?</span> I know thou wilt say I<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And I will take thy word<span class="comma minor">,</span> yet if thou swear'st<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou maiest prove false<span class="colon major">:</span> at Lovers perjuries<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">865</span> </span><br>
They say <em>Jove</em> laught<span class="comma minor">,</span> oh gentle <em>Romeo</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
If thou dost Love<span class="comma minor">,</span> pronounce it faithfully<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or if thou thinkest I am too quickly wonne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Ile frowne and be perverse<span class="comma minor">,</span> and say thee nay<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
So thou wilt wooe<span class="colon major">:</span> But else not for the world<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">870</span> </span></p>
<p>In truth faire <em>Mountague</em> I am too fond<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And therefore thou maiest thinke my behaviour light<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
But trust me Gentleman<span class="comma minor">,</span> Ile prove more true<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then those that have coying to be strange<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span></span><br>
I should have beene more strange<span class="comma minor">,</span> I must confesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">875</span> </span><br>
But that thou over heard'st ere I was ware<span class="numbering"> <span class="syllable-count">10</span></span><br>
My true Loves passion<span class="comma minor">,</span> therefore pardon me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And not impute this yeelding to light Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which the darke night hath so discovered<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Lady<span class="comma minor">,</span> by yonder Moone I vow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span> <span class="line-count">880</span> </span><br>
That tips with silver all these Fruite tree tops<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O sweare not by the Moone<span class="comma minor">,</span> th' inconstant Moone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That monethly changes in her circled Orbe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Least that thy Love prove likewise variable<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What shall I sweare by<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">885</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Do not sweare at all<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Or if thou wilt sweare by thy gratious selfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which is the God of my Idolatry<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And Ile beleeve thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> If my hearts deare love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">890</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Well do not sweare<span class="comma minor">,</span> although I joy in thee<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I have no joy of this contract to night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It is too rash<span class="comma minor">,</span> too unadvis'd<span class="comma minor">,</span> too sudden<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Too like the lightning which doth cease to be<span class="numbering"> <span class="syllable-count">10</span></span><br>
Ere<span class="comma minor">,</span> one can say<span class="comma minor">,</span> it lightens<span class="comma minor">,</span> Sweete good night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">895</span> </span><br>
This bud of Love by Summers ripening breath<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
May prove a beautious Flower when next we meete<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Goodnight<span class="comma minor">,</span> goodnight<span class="comma minor">,</span> as sweete repose and rest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Come to thy heart<span class="comma minor">,</span> as that within my brest<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O wilt thou leave me so unsatisfied<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">900</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What satisfaction can'st thou have to night<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Th' exchange of thy Loves faithfull vow for mine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I gave thee mine before thou did'st request it<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And yet I would it were to give againe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Would'st thou withdraw it<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">905</span> </span><br>
For what purpose Love<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> But to be franke and give it thee againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And yet I wish but for the thing I have<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My bounty is as boundlesse as the Sea<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My Love as deepe<span class="comma minor">,</span> the more I give to thee<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">910</span> </span><br>
The more I have<span class="comma minor">,</span> for both are Infinite<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I heare some noyse within deare Love adue<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="direction"><em>Cals within</em>.</span>
<p>Anon good Nurse<span class="comma minor">,</span> sweet <em>Mountague</em> be true<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Stay but a little<span class="comma minor">,</span> I will come againe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O blessed blessed night<span class="comma minor">,</span> I am afear'd<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">915</span> </span><br>
Being in night<span class="comma minor">,</span> all this is but a dreame<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Too flattering sweet to be substantiall<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Three words deare <em>Romeo</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
And goodnight indeed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
If that thy bent of Love be Honourable<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">920</span> </span><br>
Thy purpose marriage<span class="comma minor">,</span> send me word to morrow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
By one that Ile procure to come to thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where and what time thou wilt performe the right<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And all my Fortunes at thy foote Ile lay<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And follow thee my Lord throughout the world<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">925</span> </span></p>
<p><span class="direction"><em>Within:</em></span> Madam<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>I come<span class="comma minor">,</span> anon<span class="colon major">:</span> but if thou meanest not well<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
I do beseech thee <span class="direction"><em>Within</em>:</span> Madam<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="paren minor">(</span>By and by I come<span class="paren minor">)</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
To cease thy strife<span class="comma minor">,</span> and leave me to my griefe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">930</span> </span><br>
To morrow will I send<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> So thrive my soule<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> A thousand times goodnight<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> A thousand times the worse to want thy light<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Love goes toward Love as school-boyes from their books<span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">935</span> </span><br>
But Love from Love<span class="comma minor">,</span> towards schoole with heavie lookes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<span class="direction"><em>Enter Juliet againe</em>.</span>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Hist <em>Romeo</em> hist<span class="colon major">:</span> O for a Falkners voice<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To lure this Tassell gentle backe againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Bondage is hoarse<span class="comma minor">,</span> and may not speake aloud<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Else would I teare the Cave where Eccho lies<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">940</span> </span><br>
And make her ayrie tongue more hoarse<span class="comma minor">,</span> then<span class="numbering"> <span class="syllable-count">10</span></span><br>
With repetition of my <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> It is my soule that calls upon my name<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>How silver sweet<span class="comma minor">,</span> sound Lovers tongues by night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Like softest Musicke to attending eares<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">945</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> My Neece<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What a clock to morrow<span class="numbering"> <span class="syllable-count">6</span></span><br>
Shall I send to thee<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> By the houre of nine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">950</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I will not faile<span class="comma minor">,</span> 'tis twenty yeares till then<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I have forgot why I did call thee backe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Let me stand here till thou remember it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I shall forget<span class="comma minor">,</span> to have thee still stand there<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Remembring how I Love thy company<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">955</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> And Ile still stay<span class="comma minor">,</span> to have thee still forget<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Forgetting any other home but this<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> 'Tis almost morning<span class="comma minor">,</span> I would have thee gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And yet no further then a wantons Bird<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That let's it hop a little from his hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">960</span> </span><br>
Like a poore prisoner in his twisted Gyves<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And with a silken thred plucks it backe againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
So loving Jealous of his liberty<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I would I were thy Bird<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Sweet so would I<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">965</span> </span><br>
Yet I should kill thee with much cherishing<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Good night<span class="comma minor">,</span> good night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Parting is such sweete sorrow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
That I shall say goodnight<span class="comma minor">,</span> till it be morrow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Sleepe dwell upon thine eyes<span class="comma minor">,</span> peace in thy brest<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">970</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Would I were sleepe and peace so sweet to rest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The gray ey'd morne smiles on the frowning night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Checkring the Easterne Clouds with streakes of light<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And darkenesse fleckel'd like a drunkard reeles<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
From forth dayes pathway<span class="comma minor">,</span> made by <em>Titans</em> wheeles<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">975</span> </span></p>
<p>Hence will I to my ghostly Friers close Cell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
His helpe to crave<span class="comma minor">,</span> and my deare hap to tell<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Frier alone with a basket</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> The gray ey'd morne smiles on the frowning night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Checkring the Easterne Cloudes with streaks of light<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And fleckled darknesse like a drunkard reeles<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">980</span> </span><br>
From forth daies path<span class="comma minor">,</span> and <em>Titans</em> burning wheeles<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Now ere the Sun advance his burning eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The day to cheere<span class="comma minor">,</span> and nights danke dew to dry<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I must upfill this Osier Cage of ours<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With balefull weedes<span class="comma minor">,</span> and precious Juiced flowers<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">985</span> </span><br>
The earth that's Natures mother<span class="comma minor">,</span> is her Tombe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What is her burying grave that is her wombe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And from her wombe children of divers kind<span class="numbering"> <span class="syllable-count">10</span></span><br>
We sucking on her naturall bosome find<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Many for many vertues excellent<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">990</span> </span><br>
None but for some<span class="comma minor">,</span> and yet all different<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O mickle is the powerfull grace that lies<span class="numbering"> <span class="syllable-count">11</span></span><br>
In Plants<span class="comma minor">,</span> Hearbs<span class="comma minor">,</span> stones<span class="comma minor">,</span> and their true qualities<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For nought so vile<span class="comma minor">,</span> that on earth doth live<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
But to the earth some speciall good doth give<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">995</span> </span></p>
<p>Nor ought so good<span class="comma minor">,</span> but strain'd from that faire use<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Revolts from true birth<span class="comma minor">,</span> stumbling on abuse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Vertue it selfe turnes vice being misapplied<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And vice sometime by action dignified<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Enter Romeo</em>.</span>
<p>Within the infant rind of this weake flower<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1000</span> </span><br>
Poyson hath residence<span class="comma minor">,</span> and medicine power<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
For this being smelt<span class="comma minor">,</span> with that part cheares each part<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being tasted stayes all sences with the heart<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Two such opposed Kings encampe them still<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In man as well as Hearbes<span class="comma minor">,</span> grace and rude will<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1005</span> </span><br>
And where the worser is predominant<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Full soone the Canker death eates up that Plant<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Good morrow Father<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Benedecite<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p>What early tongue so sweet saluteth me<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1010</span> </span></p>
<p>Young Sonne<span class="comma minor">,</span> it argues a distempered head<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
So soone to bid goodmorrow to thy bed<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Care keepes his watch in every old mans eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And where Care lodges<span class="comma minor">,</span> sleepe will never lye<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
But where unbrused youth with unstuft braine<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1015</span> </span><br>
Doth couch his lims<span class="comma minor">,</span> there<span class="comma minor">,</span> golden sleepe doth raigne<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Therefore thy earlinesse doth me assure<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Thou art uprous'd with some distemprature<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or if not so<span class="comma minor">,</span> then here I hit it right<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Our <em>Romeo</em> hath not beene in bed to night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1020</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> That last is true<span class="comma minor">,</span> the sweeter rest was mine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> God pardon sin<span class="colon major">:</span> wast thou with <em>Rosaline</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> With <em>Rosaline</em><span class="comma minor">,</span> my ghostly Father<span class="mid-stop major">?</span> No<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I have forgot that name<span class="comma minor">,</span> and that names woe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> That's my good Son<span class="comma minor">,</span> but wher hast thou bin then<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1025</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Ile tell thee ere thou aske it me agen<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I have beene feasting with mine enemie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where on a sudden one hath wounded me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That's by me wounded<span class="colon major">:</span> both our remedies<span class="numbering"> <span class="syllable-count">10</span></span><br>
Within thy helpe and holy phisicke lies<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1030</span> </span><br>
I beare no hatred<span class="comma minor">,</span> blessed man<span class="colon major">:</span> for loe<span class="numbering"> <span class="syllable-count">10</span></span><br>
My intercession likewise steads my foe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Be plaine good Son<span class="comma minor">,</span> rest homely in thy drift<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Ridling confession<span class="comma minor">,</span> findes but ridling shrift<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Then plainly know my hearts deare Love is set<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1035</span> </span><br>
On the faire daughter of rich <em>Capulet</em><span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As mine on hers<span class="comma minor">,</span> so hers is set on mine<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And all combin'd<span class="comma minor">,</span> save what thou must combine<span class="numbering"> <span class="syllable-count">10</span></span><br>
By holy marriage<span class="colon major">:</span> when and where<span class="comma minor">,</span> and how<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
We met<span class="comma minor">,</span> we wooed<span class="comma minor">,</span> and made exchange of vow<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1040</span> </span><br>
Ile tell thee as we passe<span class="comma minor">,</span> but this I pray<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That thou consent to marrie us to day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Holy Saint<span class="mid-stop major">.</span> <em>Francis</em><span class="comma minor">,</span> what a change is heere<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Is <em>Rosaline</em> that thou didst Love so deare<span class="numbering"> <span class="syllable-count">10</span></span><br>
So soone forsaken<span class="mid-stop major">?</span> young mens Love then lies<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1045</span> </span><br>
Not truely in their hearts<span class="comma minor">,</span> but in their eyes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Jesu <em>Maria</em><span class="comma minor">,</span> what a deale of brine<span class="numbering"> <span class="syllable-count">9</span></span><br>
Hath washt thy sallow cheekes for <em>Rosaline</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>How much salt water throwne away in wast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To season Love that of it doth not tast<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1050</span> </span></p>
<p>The Sun not yet thy sighes<span class="comma minor">,</span> from heaven cleares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thy old grones yet ringing in my auncient eares<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Lo here upon thy cheeke the staine doth sit<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Of an old teare that is not washt off yet<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>If ere thou wast thy selfe<span class="comma minor">,</span> and these woes thine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1055</span> </span><br>
Thou and these woes<span class="comma minor">,</span> were all for <em>Rosaline</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>And art thou chang'd<span class="mid-stop major">?</span> pronounce this sentence then<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Women may fall<span class="comma minor">,</span> when there's no strength in men<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Thou chid'st me oft for loving <em>Rosaline</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> For doting<span class="comma minor">,</span> not for loving pupill mine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1060</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> And bad'st me bury Love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Not in a grave<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
To lay one in<span class="comma minor">,</span> another out to have<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I pray thee chide me not<span class="comma minor">,</span> her I Love now<span class="numbering"> <span class="syllable-count">10</span></span><br>
Doth grace for grace<span class="comma minor">,</span> and Love for Love allow<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1065</span> </span><br>
The other did not so<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> O she knew well<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Thy Love did read by rote<span class="comma minor">,</span> that could not spell<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But come young waverer<span class="comma minor">,</span> come goe with me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In one respect<span class="comma minor">,</span> Ile thy assistant be<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1070</span> </span><br>
For this alliance may so happy prove<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
To turne your houshould rancor to pure Love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O let us hence<span class="comma minor">,</span> I stand on sudden hast<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Wisely and slow<span class="comma minor">,</span> they stumble that run fast<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Exeunt</em></span>
<span class="direction"><em>Enter Benvolio and Mercutio</em>.</span>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Where the devle should this <em>Romeo</em> be<span class="mid-stop major">?</span> came he<span class="numbering"> <span class="line-count">1075</span> </span><br>
not home to night<span class="end-stop major">?</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Not to his Fathers<span class="comma minor">,</span> I spoke with his man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Why that same pale hard-harted wench<span class="comma minor">,</span> that <em>Rosaline</em><span class="numbering"></span><br>
torments him so<span class="comma minor">,</span> that he will sure run mad<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> <em>Tibalt</em><span class="comma minor">,</span> the kinsman to old <em>Capulet</em><span class="comma minor">,</span> hath sent a Letter<span class="numbering"> <span class="line-count">1080</span> </span><br>
to his Fathers house<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> A challenge on my life<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> <em>Romeo</em> will answere it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Any man that can write<span class="comma minor">,</span> may answere a Letter<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Nay<span class="comma minor">,</span> he will answere the Letters Maister how he<span class="numbering"> <span class="line-count">1085</span> </span><br>
dares<span class="comma minor">,</span> being dared<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Alas poore <em>Romeo</em><span class="comma minor">,</span> he is already dead stab'd with<span class="numbering"></span><br>
a white wenches blacke eye<span class="comma minor">,</span> runne through the eare with<span class="numbering"></span><br>
a Love song<span class="comma minor">,</span> the very pinne of his heart<span class="comma minor">,</span> cleft with the<span class="numbering"></span><br>
blind Bowe-boyes but-shaft<span class="comma minor">,</span> and is he a man to encounter<span class="numbering"> <span class="line-count">1090</span> </span><br>
<em>Tybalt</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Why what is <em>Tibalt</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> More then Prince of Cats<span class="mid-stop major">.</span> Oh hee's the Couragious<span class="numbering"> <span class="syllable-count">11</span></span><br>
Captaine of Complements<span class="colon major">:</span> he fights as you sing<span class="numbering"></span><br>
pricksong<span class="comma minor">,</span> keeps time<span class="comma minor">,</span> distance<span class="comma minor">,</span> and proportion<span class="comma minor">,</span> he rests<span class="numbering"> <span class="line-count">1095</span> </span><br>
his minum<span class="comma minor">,</span> one<span class="comma minor">,</span> two<span class="comma minor">,</span> and the third in your bosom<span class="colon major">:</span> the very<span class="numbering"></span><br>
butcher of a silk button<span class="comma minor">,</span> a Dualist<span class="comma minor">,</span> a Dualist<span class="colon major">:</span> a Gentleman<span class="numbering"></span><br>
of the very first house of the first and second cause<span class="colon major">:</span> ah the<span class="numbering"></span><br>
immortall Passado<span class="comma minor">,</span> the Punto reverso<span class="comma minor">,</span> the Hay<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> The what<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">2</span> <span class="line-count">1100</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> The Pox of such antique lisping affecting phantacies<span class="comma minor">,</span><span class="numbering"></span><br>
these new tuners of accent<span class="colon major">:</span> Jesu a very good blade<span class="comma minor">,</span><span class="numbering"></span><br>
a very tall man<span class="comma minor">,</span> a very good whore<span class="mid-stop major">.</span> Why is not this a lamentable<span class="numbering"></span><br>
thing Grandsire<span class="comma minor">,</span> that we should be thus afflicted<span class="numbering"></span><br>
with these strange flies<span class="colon major">:</span> these fashion Mongers<span class="comma minor">,</span> these pardon-mee's<span class="comma minor">,</span><span class="numbering"> <span class="line-count">1105</span> </span><br>
who stand so much on the new form<span class="comma minor">,</span> that they<span class="numbering"></span><br>
cannot sit at ease on the old bench<span class="mid-stop major">.</span> O their bones<span class="comma minor">,</span> their<span class="numbering"></span><br>
bones<span class="end-stop major">.</span><span class="numbering"></span></p>
<span class="direction"><em>Enter Romeo</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Here comes <em>Romeo</em><span class="comma minor">,</span> here comes <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Without his Roe<span class="comma minor">,</span> like a dryed Hering<span class="mid-stop major">.</span> O flesh<span class="comma minor">,</span><span class="numbering"> <span class="line-count">1110</span> </span><br>
flesh<span class="comma minor">,</span> how art thou fishified<span class="mid-stop major">?</span> Now is he for the numbers<span class="numbering"></span><br>
that <em>Petrarch</em> flowed in<span class="colon major">:</span> <em>Laura</em> to his Lady<span class="comma minor">,</span> was a kitchen<span class="numbering"></span><br>
wench<span class="comma minor">,</span> marrie she had a better Love to berime her<span class="colon major">:</span> <em>Dido</em><span class="numbering"></span><br>
a dowdie<span class="comma minor">,</span> <em>Cleopatra</em> a Gipsie<span class="comma minor">,</span> <em>Hellen</em> and <em>Hero</em><span class="comma minor">,</span> hildings<span class="numbering"></span><br>
and Harlots<span class="colon major">:</span> <em>Thisbie</em> a gray eie or so<span class="comma minor">,</span> but not to the purpose<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1115</span> </span></p>
<p>Signior <em>Romeo</em><span class="comma minor">,</span> <em>Bon jour</em><span class="comma minor">,</span> there's a French salutation to your<span class="numbering"></span><br>
French slop<span class="colon major">:</span> you gave us the counterfait fairely last<span class="numbering"></span><br>
night<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Good morrow to you both<span class="comma minor">,</span> what counterfeit<span class="numbering"></span><br>
did I give you<span class="end-stop major">?</span><span class="numbering"> <span class="line-count">1120</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> The slip sir<span class="comma minor">,</span> the slip<span class="comma minor">,</span> can you not conceive<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Pardon <em>Mercutio</em><span class="comma minor">,</span> my businesse was great<span class="comma minor">,</span> and in<span class="numbering"></span><br>
such a case as mine<span class="comma minor">,</span> a man may straine curtesie<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> That's as much as to say<span class="comma minor">,</span> such a case as yours constrains<span class="numbering"></span><br>
a man to bow in the hams<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1125</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Meaning to cursie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Thou hast most kindly hit it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> A most curteous exposition<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Nay<span class="comma minor">,</span> I am the very pinck of curtesie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Pinke for flower<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">1130</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Right<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">1</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Why then is my Pump well flowr'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Sure wit<span class="comma minor">,</span> follow me this jeast<span class="comma minor">,</span> now till thou hast<span class="numbering"></span><br>
worne out thy Pump<span class="comma minor">,</span> that when the single sole of it is<span class="numbering"></span><br>
worne<span class="comma minor">,</span> the jeast may remaine after the wearing<span class="comma minor">,</span> sole-singular<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1135</span> </span></p>
<p><span class="numbering"></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O single sol'd jeast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Soly singular for the singlenesse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Come betweene us good <em>Benvolio</em><span class="comma minor">,</span> my wits faints<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Swits and spurs<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">3</span> <span class="line-count">1140</span> </span><br>
Swits and spurs<span class="comma minor">,</span> or Ile crie a match<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Nay<span class="comma minor">,</span> if our wits run the Wild-Goose chase<span class="comma minor">,</span> I am<span class="numbering"></span><br>
done<span class="colon major">:</span> For thou hast more of the Wild-Goose in one of<span class="numbering"></span><br>
thy wits<span class="comma minor">,</span> then I am sure I have in my whole five<span class="mid-stop major">.</span> Was <span class="numbering"></span><br>
with you there for the Goose<span class="end-stop major">?</span><span class="numbering"> <span class="line-count">1145</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Thou wast never with mee for any thing<span class="comma minor">,</span> when<span class="numbering"></span><br>
thou wast not there for the Goose<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> I will bite thee by the eare for that jest<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Nay<span class="comma minor">,</span> good Goose bite not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Thy wit is a very Bitter-sweeting<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1150</span> </span><br>
It is a most sharpe sawce<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> And is it not well serv'd into a Sweet-Goose<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Oh here's a wit of Cheverell<span class="comma minor">,</span> that stretches from<span class="numbering"></span><br>
an ynch narrow<span class="comma minor">,</span> to an ell broad<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I stretch it out for that word<span class="comma minor">,</span> broad<span class="comma minor">,</span> which added<span class="numbering"> <span class="line-count">1155</span> </span><br>
to the Goose<span class="comma minor">,</span> proves thee farre and wide<span class="comma minor">,</span> abroad Goose<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Why is not this better now<span class="comma minor">,</span> then groning for<span class="numbering"> <span class="syllable-count">11</span></span><br>
Love<span class="comma minor">,</span> now art thou sociable<span class="comma minor">,</span> now art thou <em>Romeo</em><span class="colon major">:</span> now art<span class="numbering"></span><br>
thou what thou art<span class="comma minor">,</span> by Art as well as by Nature<span class="comma minor">,</span> for this<span class="numbering"></span><br>
driveling Love is like a great Naturall<span class="comma minor">,</span> that runs lolling<span class="numbering"> <span class="line-count">1160</span> </span><br>
up and downe to hid his bable in a hole<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Stop there<span class="comma minor">,</span> stop there<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Thou desir'st me to stop in my tale against the haire<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">13</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Thou would'st else have made thy tale large<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> O thou art deceiv'd<span class="comma minor">,</span> I would have made it short<span class="comma minor">,</span><span class="numbering"> <span class="line-count">1165</span> </span><br>
or I was come to the whole depth of my tale<span class="comma minor">,</span> and meant<span class="numbering"></span><br>
indeed to occupie the argument no longer<span class="end-stop major">.</span><span class="numbering"></span></p>
<span class="direction"><em>Enter Nurse and her man</em>.</span>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Here's a goodly geare<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>A sayle<span class="comma minor">,</span> a sayle<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Two<span class="comma minor">,</span> two<span class="colon major">:</span> a Shirt and a Smocke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">1170</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> <em>Peter</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> Anon<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> My Fan <em>Peter</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Good <em>Peter</em> to hide her face<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p>For her Fans the fairer face<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">1175</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> God ye good morrow Gentlemen<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> God ye gooden faire Gentlewoman<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Is it gooden<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> 'Tis no lesse I tell you<span class="colon major">:</span> for the bawdy hand of the<span class="numbering"> <span class="syllable-count">13</span></span><br>
Dyall is now upon the pricke of Noone<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1180</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Out upon you<span class="colon major">:</span> what a man are you<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> One Gentlewoman<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
That God hath made<span class="comma minor">,</span> himselfe to mar<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> By my troth it is said<span class="comma minor">,</span> for himselfe to<span class="comma minor">,</span> mar quatha<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
Gentlemen<span class="comma minor">,</span> can any of you tel me where I may find<span class="numbering"> <span class="line-count">1185</span> </span><br>
the young <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I can tell you<span class="colon major">:</span> but young <em>Romeo</em> will be older<span class="numbering"></span><br>
when you have found him<span class="comma minor">,</span> then he was when you sought<span class="numbering"></span><br>
him<span class="colon major">:</span> I am the youngest of that name<span class="comma minor">,</span> for fault of a worse<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> You say well<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span> <span class="line-count">1190</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Yea is the worst well<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Very well tooke<span class="colon major">:</span> Ifaith<span class="comma minor">,</span> wisely<span class="comma minor">,</span> wisely<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> If you be he sir<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
I desire some confidence with you<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> She will endite him to some Supper<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1195</span> </span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> A baud<span class="comma minor">,</span> a baud<span class="comma minor">,</span> a baud<span class="mid-stop major">.</span> So ho<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What hast thou found<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> No Hare sir<span class="comma minor">,</span> unlesse a Hare sir in a Lenten pie<span class="comma minor">,</span><span class="numbering"></span><br>
that is something stale and hoare ere it be spent<span class="end-stop major">.</span><span class="numbering"></span></p>
<p>An old Hare hoare<span class="comma minor">,</span> and an old Hare hoare is very good<span class="numbering"> <span class="line-count">1200</span> </span><br>
meat in Lent<span class="end-stop major">.</span><span class="numbering"></span></p>
<p>But a Hare that is hoare is too much for a score<span class="comma minor">,</span> when it<span class="numbering"></span><br>
hoares ere it be spent<span class="comma minor">,</span><span class="numbering"></span><br>
<em>Romeo</em> will you come to your Fathers<span class="mid-stop major">?</span> Weele to dinner<span class="numbering"></span><br>
thither<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1205</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I will follow you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Farewell auncient Lady<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
Farewell Lady<span class="comma minor">,</span> Lady<span class="comma minor">,</span> Lady<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<span class="direction"><em>Exit. Mercutio, Benvolio</em>.</span>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I pray you sir<span class="comma minor">,</span> what sawcie Merchant was this<span class="numbering"></span><br>
that was so full of his roperie<span class="end-stop major">?</span><span class="numbering"> <span class="line-count">1210</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> A Gentleman Nurse<span class="comma minor">,</span> that loves to heare himselfe<span class="numbering"></span><br>
talke<span class="comma minor">,</span> and will speake more in a minute<span class="comma minor">,</span> then he will stand<span class="numbering"></span><br>
to in a Moneth<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> And a speake any thing against me<span class="comma minor">,</span> Ile take him<span class="numbering"></span><br>
downe<span class="comma minor">,</span> z a were lustier then he is<span class="comma minor">,</span> and twentie such Jacks<span class="colon major">:</span><span class="numbering"> <span class="line-count">1215</span> </span><br>
and if I cannot<span class="comma minor">,</span> Ile finde those that shall<span class="colon major">:</span> scurvie knave<span class="comma minor">,</span> <span class="numbering"></span><br>
am none of his flurt-gils<span class="comma minor">,</span> I am none of his skaines mates<span class="comma minor">,</span><span class="numbering"></span><br>
and thou must stand by too and suffer every knave to use<span class="numbering"></span><br>
me at his pleasure<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> I saw no man use you at his pleasure<span class="colon major">:</span> if I had<span class="comma minor">,</span> my<span class="numbering"> <span class="line-count">1220</span> </span><br>
weapon should quickly have beene out<span class="comma minor">,</span> I warrant you<span class="comma minor">,</span> <span class="numbering"></span><br>
dare draw assoone as another man<span class="comma minor">,</span> if I see occasion in <span class="numbering"></span><br>
good quarrell<span class="comma minor">,</span> and the law on my side<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Now afore God<span class="comma minor">,</span> I am so vext<span class="comma minor">,</span> that every part about<span class="numbering"></span><br>
me quivers<span class="comma minor">,</span> skurvy knave<span class="colon major">:</span> pray you sir a word<span class="colon major">:</span> and as <span class="numbering"> <span class="line-count">1225</span> </span><br>
told you<span class="comma minor">,</span> my young Lady bid me enquire you out<span class="comma minor">,</span> what<span class="numbering"></span><br>
she bid me say<span class="comma minor">,</span> I will keepe to my selfe<span class="colon major">:</span> but first let me<span class="numbering"></span><br>
tell ye<span class="comma minor">,</span> if ye should leade her in a fooles paradise<span class="comma minor">,</span> as they<span class="numbering"></span><br>
say<span class="comma minor">,</span> it were a very grosse kind of behaviour<span class="comma minor">,</span> as they say<span class="colon major">:</span><span class="numbering"></span><br>
for the Gentlewoman is yong<span class="colon major">:</span> & therefore<span class="comma minor">,</span> if you should<span class="numbering"> <span class="line-count">1230</span> </span><br>
deale double with her<span class="comma minor">,</span> truely it were an ill thing to be offered<span class="numbering"></span><br>
to any Gentlewoman<span class="comma minor">,</span> and very weake dealing<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Nurse commend me to thy Lady and Mistresse<span class="comma minor">,</span> <span class="numbering"></span><br>
protest unto thee<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Good heart<span class="comma minor">,</span> and yfaith I will tell her as much<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1235</span> </span><br>
Lord<span class="comma minor">,</span> Lord she will be a joyfull woman<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What wilt thou tell her Nurse<span class="mid-stop major">?</span> thou doest not<span class="numbering"></span><br>
marke me<span class="end-stop major">?</span><span class="numbering"></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I will tell her sir<span class="comma minor">,</span> that you do protest<span class="comma minor">,</span> which as <span class="numbering"></span><br>
take it<span class="comma minor">,</span> is a Gentleman-like offer<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1240</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Bid her devise some meanes to come to shrift this afternoone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">14</span></span><br>
And there she shall at Frier <em>Lawrence</em> Cell<span class="numbering"> <span class="syllable-count">9</span></span><br>
Be shriv'd and married<span class="colon major">:</span> here is for thy paines<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> No truly sir not a penny<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Go too<span class="comma minor">,</span> I say you shall<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">1245</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> This afternoone sir<span class="mid-stop major">?</span> well she shall be there<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> And stay thou good Nurse behind the Abbey wall<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Within this houre my man shall be with thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And bring thee Cords made like a tackled staire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which to the high top gallant of my joy<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1250</span> </span><br>
Must be my convoy in the secret night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Farewell<span class="comma minor">,</span> be trustie and Ile quite thy paines<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Farewell<span class="comma minor">,</span> commend me to thy Mistresse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Now God in heaven blesse thee<span class="colon major">:</span> harke you sir<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What saist thou my deare Nurse<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">1255</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Is your man secret<span class="comma minor">,</span> did you nere heare say two<span class="numbering"></span><br>
may keepe counsell putting one away<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Warrant thee my man is true as steele<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Well sir<span class="comma minor">,</span> my Mistresse is the sweetest Lady<span class="comma minor">,</span> Lord<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Lord<span class="comma minor">,</span> when 'twas a little prating thing<span class="mid-stop major">.</span> O there is a Noble<span class="numbering"> <span class="line-count">1260</span> </span><br>
man in Towne one <em>Paris</em><span class="comma minor">,</span> that would faine lay knife aboard<span class="colon major">:</span><span class="numbering"></span><br>
but she good soule had as leeve see a Toade<span class="comma minor">,</span> a very<span class="numbering"></span><br>
Toade as see him<span class="colon major">:</span> I anger her sometimes<span class="comma minor">,</span> and tell her that<span class="numbering"></span><br>
<em>Paris</em> is the properer man<span class="comma minor">,</span> but Ile warrant you<span class="comma minor">,</span> when I say<span class="numbering"></span><br>
so<span class="comma minor">,</span> shee lookes as pale as any clout in the versall world<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1265</span> </span></p>
<p>Doth not Rosemarie and <em>Romeo</em> begin both with a letter<span class="end-stop major">?</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I Nurse<span class="comma minor">,</span> what of that<span class="mid-stop major">?</span> Both with an <em>R</em><span class="numbering"> <span class="syllable-count">9</span></span><br>
<span class="character"><em>Nurse</em><span class="char-stop">.</span></span> A mocker that's the dogs name<span class="mid-stop major">.</span> <em>R</em><span class="mid-stop major">.</span> is for the no<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
I know it begins with some other letter<span class="comma minor">,</span> and she hath the<span class="numbering"></span><br>
prettiest sententious of it<span class="comma minor">,</span> of you and Rosemary<span class="comma minor">,</span> that it<span class="numbering"> <span class="line-count">1270</span> </span><br>
would do you good to heare it<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Commend me to thy Lady<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I a thousand times<span class="mid-stop major">.</span> <em>Peter</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> Anon<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Before and apace<span class="mid-stop major">.</span> <span class="direction"><em>Exit Nurse and Peter</em>.</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">1275</span> </span></p>
<span class="direction"><em>Enter Juliet</em>.</span>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> The clocke strook nine<span class="comma minor">,</span> when I did send the Nurse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In halfe an houre she promised to returne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Perchance she cannot meete him<span class="colon major">:</span> that's not so<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Oh she is lame<span class="comma minor">,</span> Loves Herauld should be thoughts<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which ten times faster glides then the Sunnes beames<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1280</span> </span><br>
Driving backe shadowes over lowring hils<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Therefore do nimble Pinion'd Doves draw Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And therefore hath the wind-swift <em>Cupid</em> wings<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Now is the Sun upon the highmost hill<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of this daies journey<span class="comma minor">,</span> and from nine till twelve<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1285</span> </span><br>
Is three long houres<span class="comma minor">,</span> yet she is not come<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Had she affections and warme youthfull blood<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
She would be as swift in motion as a ball<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
My words would bandy her to my sweete Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And his to me<span class="comma minor">,</span> but old folkes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">1290</span> </span><br>
Many faine as they were dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
Unwieldie<span class="comma minor">,</span> slow<span class="comma minor">,</span> heavy<span class="comma minor">,</span> and pale as lead<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Nurse</em>.</span>
<p>O God she comes<span class="comma minor">,</span> O hony Nurse what newes<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Hast thou met with him<span class="mid-stop major">?</span> send thy man away<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> <em>Peter</em> stay at the gate<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">1295</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Now good sweet Nurse<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
O Lord<span class="comma minor">,</span> why lookest thou sad<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p>Though newes<span class="comma minor">,</span> be sad<span class="comma minor">,</span> yet tell them merrily<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>If good thou sham'st the musicke of sweet newes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By playing it to me<span class="comma minor">,</span> with so sower a face<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1300</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I am a weary<span class="comma minor">,</span> give me leave awhile<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Fie how my bones ake<span class="comma minor">,</span> what a jaunt have I had<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I would thou had'st my bones<span class="comma minor">,</span> and I thy newes<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Nay come I pray thee speake<span class="comma minor">,</span> good good Nurse speake<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Jesu what hast<span class="mid-stop major">?</span> can you not stay a while<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1305</span> </span></p>
<p>Do you not see that I am out of breath<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> How art thou out of breath<span class="comma minor">,</span> when thou hast breth<span class="numbering"> <span class="syllable-count">10</span></span><br>
To say to me<span class="comma minor">,</span> that thou art out of breath<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>The excuse that thou dost make in this delay<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Is longer then the tale thou dost excuse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1310</span> </span></p>
<p>Is thy newes good or bad<span class="mid-stop major">?</span> answere to that<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Say either<span class="comma minor">,</span> and Ile stay the circumstance<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Let me be satisfied<span class="comma minor">,</span> ist good or bad<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Well<span class="comma minor">,</span> you have made a simple choice<span class="comma minor">,</span> you know<span class="numbering"></span><br>
not how to chuse a man<span class="colon major">:</span> <em>Romeo</em><span class="comma minor">,</span> no not he though his face<span class="numbering"> <span class="line-count">1315</span> </span><br>
be better then any mans<span class="comma minor">,</span> yet his legs excels all mens<span class="comma minor">,</span> and<span class="numbering"></span><br>
for a hand<span class="comma minor">,</span> and a foote<span class="comma minor">,</span> and a body<span class="comma minor">,</span> though they be not to<span class="numbering"></span><br>
be talkt on<span class="comma minor">,</span> yet they are past compare<span class="colon major">:</span> he is not the flower<span class="numbering"></span><br>
of curtesie<span class="comma minor">,</span> but Ile warrant him as gentle a Lambe<span class="colon major">:</span> go thy<span class="numbering"></span><br>
waies wench<span class="comma minor">,</span> serve God<span class="mid-stop major">.</span> What have you din'd at home<span class="end-stop major">?</span><span class="numbering"> <span class="line-count">1320</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> No no<span class="colon major">:</span> but all this did I know before<span class="numbering"> <span class="syllable-count">10</span></span><br>
What saies he of our marriage<span class="mid-stop major">?</span> what of that<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Lord how my head akes<span class="comma minor">,</span> what a head have I<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>It beates as it would fall in twenty peeces<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>My backe a tother side<span class="colon major">:</span> o my backe<span class="comma minor">,</span> my backe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1325</span> </span><br>
Beshrew your heart for sending me about<span class="numbering"> <span class="syllable-count">10</span></span><br>
To catch my death with jaunting up and downe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Ifaith<span class="colon major">:</span> I am sorrie that thou art so well<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Sweet sweet<span class="comma minor">,</span> sweet Nurse<span class="comma minor">,</span> tell me what saies my Love<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Your Love saies like an honest Gentleman<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1330</span> </span><br>
And a courteous<span class="comma minor">,</span> and a kind<span class="comma minor">,</span> and a handsome<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And I warrant a vertuous<span class="colon major">:</span> where is your Mother<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Where is my Mother<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>Why she is within<span class="comma minor">,</span> where should she be<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>How odly thou repli'st<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">1335</span> </span><br>
Your Love saies like an honest Gentleman<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where is your Mother<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O Gods Lady deare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Are you so hot<span class="mid-stop major">?</span> marrie come up I trow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Is this the Poultis for my aking bones<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1340</span> </span></p>
<p>Henceforward do your messages your selfe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Heere's such a coile<span class="comma minor">,</span> come what saies <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Have you got leave to go to shift to day<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I have<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Then high you hence to Frier <em>Lawrence</em> Cell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1345</span> </span><br>
There staies a Husband to make you a wife<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Now comes the wanton bloud up in your cheekes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thei'le be in Scarlet straight at any newes<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Hie you to Church<span class="comma minor">,</span> I must an other way<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To fetch a Ladder by the which your Love<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1350</span> </span><br>
Must climde a birds nest Soone when it is darke<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I am the drudge<span class="comma minor">,</span> and toile in your delight<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But you shall beare the burthen soone at night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Go Ile to dinner<span class="comma minor">,</span> hie you to the Cell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Hie to high Fortune<span class="comma minor">,</span> honest Nurse<span class="comma minor">,</span> farewell<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1355</span> </span></p>
<span class="direction"><em>Enter Frier and Romeo</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> So smile the heavens upon this holy act<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
That after houres<span class="comma minor">,</span> with sorrow chide us not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Amen<span class="comma minor">,</span> amen<span class="comma minor">,</span> but come what sorrow can<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It cannot countervaile the exchange of joy<span class="numbering"> <span class="syllable-count">11</span></span><br>
That one short minute gives me in her sight<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1360</span> </span><br>
Do thou but close our hands with holy words<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Then Love-devouring death do what he dare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
It is inough<span class="mid-stop major">.</span> I may call her mine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> These violent delights have violent endes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And in their triumph<span class="colon major">:</span> die like fire and powder<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1365</span> </span><br>
Which as they kisse consume<span class="mid-stop major">.</span> The sweetest honey<span class="numbering"> <span class="syllable-count">11</span></span><br>
Is loathsome in his owne deliciousnesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And in the taste confoundes the appetite<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Therefore Love moderately<span class="comma minor">,</span> long Love doth so<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
Too swift arrives as tardie as too slow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1370</span> </span></p>
<span class="direction"><em>Enter Juliet</em>.</span>
<p>Here comes the Lady<span class="mid-stop major">.</span> Oh so light a foot<span class="numbering"> <span class="syllable-count">10</span></span><br>
Will nere weare out the everlasting flint<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A Lover may bestride the Gossamours<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That ydles in the wanton Summer ayre<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And yet not fall<span class="comma minor">,</span> so light is vanitie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1375</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Good even to my ghostly Confessor<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> <em>Romeo</em> shall thanke thee Daughter for us both<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> As much to him<span class="comma minor">,</span> else in his thanks too much<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Ah <em>Juliet</em><span class="comma minor">,</span> if the measure of thy joy<span class="numbering"> <span class="syllable-count">10</span></span><br>
Be heapt like mine<span class="comma minor">,</span> and that thy skill be more<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1380</span> </span><br>
To blason it<span class="comma minor">,</span> then sweeten with thy breath<span class="numbering"> <span class="syllable-count">10</span></span><br>
This neighbour ayre<span class="comma minor">,</span> and let rich musickes tongue<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Unfold the imagin'd happinesse that both<span class="numbering"> <span class="syllable-count">11</span></span><br>
Receive in either<span class="comma minor">,</span> by this deere encounter<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Conceit more rich in matter then in words<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1385</span> </span><br>
Brags of his substance<span class="comma minor">,</span> not of Ornament<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
They are but beggers that can count their worth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But my true Love is growne to such excesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I cannot sum up some of halfe my wealth<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Come<span class="comma minor">,</span> come with me<span class="comma minor">,</span> & we will make short worke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1390</span> </span><br>
For by your leaves<span class="comma minor">,</span> you shall not stay alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Till holy Church incorporate two in one<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Enter Mercutio, Benvolio, and men</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> I pray thee good <em>Mercutio</em> lets retire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The day is hot<span class="comma minor">,</span> the <em>Capulets</em> abroad<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And if we meet<span class="comma minor">,</span> we shal not scape a brawle<span class="comma minor">,</span> for now these<span class="numbering"> <span class="line-count">1395</span> </span><br>
hot dayes<span class="comma minor">,</span> is the mad blood stirring<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Thou art like one of these fellowes<span class="comma minor">,</span> that when he<span class="numbering"></span><br>
enters the confines of a Taverne<span class="comma minor">,</span> claps me his Sword upon<span class="numbering"></span><br>
the Table<span class="comma minor">,</span> and sayes<span class="comma minor">,</span> God send me no need of thee<span class="colon major">:</span> and by<span class="numbering"></span><br>
the operation of the second cup<span class="comma minor">,</span> drawes him on the Drawer<span class="comma minor">,</span><span class="numbering"> <span class="line-count">1400</span> </span><br>
when indeed there is no need<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Am I like such a Fellow<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Come<span class="comma minor">,</span> come<span class="comma minor">,</span> thou art as hot a Jacke in thy mood<span class="comma minor">,</span><span class="numbering"></span><br>
as any in <em>Italie</em><span class="colon major">:</span> and assoone moved to be moodie<span class="comma minor">,</span> and assoone<span class="numbering"></span><br>
moodie to be mov'd<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1405</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> And what too<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Nay<span class="comma minor">,</span> and there were two such<span class="comma minor">,</span> we should have<span class="numbering"></span><br>
none shortly<span class="comma minor">,</span> for one would kill the other<span class="colon major">:</span> thou<span class="comma minor">,</span> why thou<span class="numbering"></span><br>
wilt quarrell with a man that hath a haire more<span class="comma minor">,</span> or a haire<span class="numbering"></span><br>
lesse in his beard<span class="comma minor">,</span> then thou hast<span class="colon major">:</span> thou wilt quarrell with <span class="numbering"> <span class="line-count">1410</span> </span><br>
man for cracking Nuts<span class="comma minor">,</span> having no other reason<span class="comma minor">,</span> but because<span class="numbering"></span><br>
thou hast hasell eyes<span class="colon major">:</span> what eye<span class="comma minor">,</span> but such an eye<span class="comma minor">,</span><span class="numbering"></span><br>
would spie out such a quarrell<span class="mid-stop major">?</span> thy head is full of quarrels<span class="comma minor">,</span><span class="numbering"></span><br>
as an egge is full of meat<span class="comma minor">,</span> and yet thy head hath bin<span class="numbering"></span><br>
beaten as addle as an egge for quarreling<span class="colon major">:</span> thou hast quarrel'd<span class="numbering"> <span class="line-count">1415</span> </span><br>
with a man for coffing in the street<span class="comma minor">,</span> because he hath<span class="numbering"></span><br>
wakened thy Dog that hath laine asleepe in the Sun<span class="mid-stop major">.</span> Did'st<span class="numbering"></span><br>
thou not fall out with a Tailor for wearing his new Doublet<span class="numbering"></span><br>
before Easter<span class="mid-stop major">?</span> with another<span class="comma minor">,</span> for tying his new shooes<span class="numbering"></span><br>
with old Riband<span class="comma minor">,</span> and yet thou wilt Tutor me from quarrelling<span class="end-stop major">?</span><span class="numbering"> <span class="line-count">1420</span> </span></p>
<p><span class="numbering"></span><br>
<span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> And I were so apt to quarell as thou art<span class="comma minor">,</span> any man<span class="numbering"></span><br>
should buy the Fee-simple of my life<span class="comma minor">,</span> for an houre and <span class="numbering"></span><br>
quarter<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> The Fee-simple<span class="mid-stop major">?</span> O simple<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">1425</span> </span></p>
<span class="direction"><em>Enter Tybalt, Petruchio, and others</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> By my head here comes the <em>Capulets</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> By my heele I care not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Follow me close<span class="comma minor">,</span> for I will speake to them<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Gentlemen<span class="comma minor">,</span> Good den<span class="comma minor">,</span> a word with one of you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> And but one word with one of us<span class="mid-stop major">?</span> couple it with<span class="numbering"> <span class="line-count">1430</span> </span><br>
something<span class="comma minor">,</span> make it a word and a blow<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> You shall find me apt inough to that sir<span class="comma minor">,</span> and you<span class="numbering"></span><br>
will give me occasion<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Could you not take some occasion without<span class="numbering"></span><br>
giving<span class="end-stop major">?</span><span class="numbering"> <span class="line-count">1435</span> </span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> <em>Mercutio</em> thou consort'st with <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Consort<span class="mid-stop major">?</span> what dost thou make us Minstrels<span class="mid-stop major">?</span> &<span class="numbering"></span><br>
thou make Minstrels of us<span class="comma minor">,</span> looke to heare nothing but discords<span class="colon major">:</span><span class="numbering"></span><br>
heere's my fiddlesticke<span class="comma minor">,</span> heere's that shall make you<span class="numbering"></span><br>
daunce<span class="mid-stop major">.</span> Come consort<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1440</span> </span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> We talke here in the publike haunt of men<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Either withdraw unto some private place<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or reason coldly of your greevances<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Or else depart<span class="comma minor">,</span> here all eies gaze on us<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Mens eyes were made to looke<span class="comma minor">,</span> and let them gaze<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1445</span> </span></p>
<p>I will not budge for no mans pleasure I<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Romeo</em>.</span>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Well peace be with you sir<span class="comma minor">,</span> here comes my man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> But Ile be hang'd sir if he weare your Livery<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p>Marry go before to field<span class="comma minor">,</span> heele be your follower<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
Your worship in that sense<span class="comma minor">,</span> may call him man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1450</span> </span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="comma minor">,</span> the love I beare thee<span class="comma minor">,</span> can affoord<span class="numbering"> <span class="syllable-count">10</span></span><br>
No better terme then this<span class="colon major">:</span> Thou art a Villaine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> <em>Tibalt</em><span class="comma minor">,</span> the reason that I have to love thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Doth much excuse the appertaining rage<span class="numbering"> <span class="syllable-count">10</span></span><br>
To such a greeting<span class="colon major">:</span> Villaine am I none<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1455</span> </span><br>
Therefore farewell<span class="comma minor">,</span> I see thou know'st me not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Boy<span class="comma minor">,</span> this shall not excuse the injuries<span class="numbering"> <span class="syllable-count">10</span></span><br>
That thou hast done me<span class="comma minor">,</span> therefore turne and draw<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I do protest I never injur'd thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But lov'd thee better then thou can'st devise<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1460</span> </span><br>
Till thou shalt know the reason of my love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And so good <em>Capulet</em><span class="comma minor">,</span> which name I tender<span class="numbering"> <span class="syllable-count">11</span></span><br>
As dearely as my owne<span class="comma minor">,</span> be satisfied<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> O calme<span class="comma minor">,</span> dishonourable<span class="comma minor">,</span> vile submission<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
<em>Alla stucatho</em> carries it away<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1465</span> </span></p>
<p><em>Tybalt</em><span class="comma minor">,</span> you Rat-catcher<span class="comma minor">,</span> will you walke<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> What wouldst thou have with me<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Good King of Cats<span class="comma minor">,</span> nothing but one of your nine<span class="numbering"></span><br>
lives<span class="comma minor">,</span> that I meane to make bold withall<span class="comma minor">,</span> and as you shall<span class="numbering"></span><br>
use me hereafter dry beate the rest of the eight<span class="mid-stop major">.</span> Will you<span class="numbering"> <span class="line-count">1470</span> </span><br>
pluck your Sword out of his Pilcher by the eares<span class="mid-stop major">?</span> Make<span class="numbering"></span><br>
hast<span class="comma minor">,</span> least mine be about your eares ere it be out<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> I am for you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Gentle <em>Mercutio</em><span class="comma minor">,</span> put thy Rapier up<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Come sir<span class="comma minor">,</span> your Passado<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">1475</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Draw <em>Benvolio</em><span class="comma minor">,</span> beat downe their weapons<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Gentlemen<span class="comma minor">,</span> for shame forbeare this outrage<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<em>Tibalt</em><span class="comma minor">,</span> <em>Mercutio</em><span class="comma minor">,</span> the Prince expresly hath<span class="numbering"> <span class="syllable-count">11</span></span><br>
Forbidden bandying in <em>Verona</em> streetes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Hold <em>Tybalt</em><span class="comma minor">,</span> good <em>Mercutio</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">1480</span> </span></p>
<span class="direction"><em>Exit Tybalt</em>.</span>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> I am hurt<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p>A plague a both the Houses<span class="comma minor">,</span> I am sped<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Is he gone and hath nothing<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> What art thou hurt<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> I<span class="comma minor">,</span> I<span class="comma minor">,</span> a scratch<span class="comma minor">,</span> a scratch<span class="comma minor">,</span> marry 'tis inough<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1485</span> </span><br>
Where is my Page<span class="mid-stop major">?</span> go Villaine fetch a Surgeon<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Courage man<span class="comma minor">,</span> the hurt cannot be much<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> No<span class="colon major">:</span> 'tis not so deepe as a well<span class="comma minor">,</span> nor so wide as <span class="numbering"> <span class="syllable-count">12</span></span><br>
Church doore<span class="comma minor">,</span> but 'tis inough<span class="comma minor">,</span> 'twill serve<span class="colon major">:</span> aske for me to<span class="numbering"></span><br>
morrow<span class="comma minor">,</span> and you shall find me a grave man<span class="mid-stop major">.</span> I am pepper'd<span class="numbering"> <span class="line-count">1490</span> </span><br>
I warrant<span class="comma minor">,</span> for this world<span class="colon major">:</span> a plague a both your houses<span class="end-stop major">.</span><span class="numbering"></span></p>
<p>What<span class="comma minor">,</span> a Dog<span class="comma minor">,</span> a Rat<span class="comma minor">,</span> a Mouse<span class="comma minor">,</span> a Cat to scratch a man to<span class="numbering"></span><br>
death<span class="colon major">:</span> a Braggart<span class="comma minor">,</span> a Rogue<span class="comma minor">,</span> a Villaine<span class="comma minor">,</span> that fights by the<span class="numbering"></span><br>
booke of Arithmeticke<span class="comma minor">,</span> why the dev'le came you betweene<span class="numbering"></span><br>
us<span class="mid-stop major">?</span> I was hurt under your arme<span class="end-stop major">.</span><span class="numbering"> <span class="line-count">1495</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I thought all for the best<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Mercutio</em><span class="char-stop">.</span></span> Helpe me into some house <em>Benvolio</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Or I shall faint<span class="colon major">:</span> a plague a both your houses<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>They have made wormesmeat of me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span></span><br>
I have it<span class="comma minor">,</span> and soundly to your Houses<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1500</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> This Gentleman the Princes neere Alie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
My very Friend hath got his mortall hurt<span class="numbering"> <span class="syllable-count">10</span></span><br>
In my behalfe<span class="comma minor">,</span> my reputation stain'd<span class="numbering"> <span class="syllable-count">10</span></span><br>
With <em>Tibalts</em> slaunder<span class="comma minor">,</span> <em>Tybalt</em> that an houre<span class="numbering"> <span class="syllable-count">10</span></span><br>
Hath beene my Cozin<span class="colon major">:</span> O Sweet <em>Juliet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1505</span> </span><br>
Thy Beauty hath made me Effeminate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And in my temper softned Valours steele<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Benvolio</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> O <em>Romeo</em><span class="comma minor">,</span> <em>Romeo</em><span class="comma minor">,</span> brave <em>Mercutio</em>'s is dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
That Gallant spirit hath aspir'd the Cloudes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which too untimely here did scorne the earth<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1510</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> This daies blacke Fate<span class="comma minor">,</span> on mo daies depend<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
This but begins<span class="comma minor">,</span> the wo others must end<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Tybalt</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Here comes the Furious <em>Tybalt</em> backe againe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> He gon in triumph<span class="comma minor">,</span> and <em>Mercutio</em> slaine<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Away to heaven respective Lenitie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1515</span> </span><br>
And fire and Fury<span class="comma minor">,</span> be my conduct now<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Now <em>Tybalt</em> take the Villaine backe againe<span class="numbering"> <span class="syllable-count">10</span></span><br>
That late thou gav'st me<span class="comma minor">,</span> for <em>Mercutios</em> soule<span class="numbering"> <span class="syllable-count">10</span></span><br>
Is but a little way above our heads<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Staying for thine to keepe him companie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1520</span> </span><br>
Either thou or I<span class="comma minor">,</span> or both<span class="comma minor">,</span> must goe with him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Tybalt</em><span class="char-stop">.</span></span> Thou wretched Boy that didst consort him here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shalt with him hence<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> This shall determine that<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<span class="direction"><em>They fight. Tybalt falles</em>.</span>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="comma minor">,</span> away be gone<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">1525</span> </span><br>
The Citizens are up<span class="comma minor">,</span> and <em>Tybalt</em> slaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Stand not amaz'd<span class="comma minor">,</span> the Prince will Doome thee death<span class="numbering"> <span class="syllable-count">10</span></span><br>
If thou art taken<span class="colon major">:</span> hence<span class="comma minor">,</span> be gone<span class="comma minor">,</span> away<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O<span class="mid-stop major">!</span> I am Fortunes foole<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> Why dost thou stay<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">1530</span> </span></p>
<span class="direction"><em>Exit Romeo</em>.</span>
<span class="direction"><em>Enter Citizens</em>.</span>
<p><span class="character"><em>Citizen</em><span class="char-stop">.</span></span> Which way ran he that kild <em>Mercutio</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Tybalt</em></span> that Murtherer<span class="comma minor">,</span> which way ran he<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> There lies that <em>Tybalt</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Citizen</em><span class="char-stop">.</span></span> Up sir go with me<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
I charge thee in the Princes names obey<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1535</span> </span></p>
<p><span class="direction"><em>Enter Prince, old Montague, Capulet, their</em><span class="numbering"></span><br>
<em>Wives and all</em>.</span><span class="numbering"></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Where are the vile beginners of this Fray<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> O Noble Prince<span class="comma minor">,</span> I can discover all<span class="numbering"> <span class="syllable-count">10</span></span><br>
The unluckie Mannage of this fatall brall<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1540</span> </span><br>
There lies the man slaine by young <em>Romeo</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
That slew thy kinsman brave <em>Mercutio</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span> <span class="direction"><em>Within</em></span><span class="char-stop">.</span></span> <em>Tybalt</em><span class="comma minor">,</span> my Cozin<span class="mid-stop major">?</span> O my Brothers Child<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O Prince<span class="comma minor">,</span> O Cozin<span class="comma minor">,</span> Husband<span class="comma minor">,</span> O the blood is spild<span class="numbering"> <span class="syllable-count">12</span></span><br>
Of my deare kinsman<span class="mid-stop major">.</span> Prince as thou art true<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1545</span> </span><br>
For bloud of ours<span class="comma minor">,</span> shed bloud of <em>Mountague</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O Cozin<span class="comma minor">,</span> Cozin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> <em>Benvolio</em><span class="comma minor">,</span> who began this Fray<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Benvolio</em><span class="char-stop">.</span></span> <em>Tybalt</em> here slaine<span class="comma minor">,</span> whom <em>Romeo's</em> hand did slay<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<em>Romeo</em> that spoke him faire<span class="comma minor">,</span> bid him bethinke<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1550</span> </span><br>
How nice the Quarrell was<span class="comma minor">,</span> and urg'd withall<span class="numbering"> <span class="syllable-count">10</span></span><br>
Your high displeasure<span class="colon major">:</span> all this uttered<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With gentle breath<span class="comma minor">,</span> calme looke<span class="comma minor">,</span> knees humbly bow'd<span class="numbering"> <span class="syllable-count">10</span></span><br>
Could not take truce with the unruly spleene<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of <em>Tybalts</em> deafe to peace<span class="comma minor">,</span> but that he Tilts<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1555</span> </span><br>
With Peircing steele at bold <em>Mercutio's</em> breast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Who all as hot<span class="comma minor">,</span> turnes deadly point to point<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And with a Martiall scorne<span class="comma minor">,</span> with one hand beates<span class="numbering"> <span class="syllable-count">10</span></span><br>
Cold death aside<span class="comma minor">,</span> and with the other sends<span class="numbering"> <span class="syllable-count">10</span></span><br>
It back to <em>Tybalt</em><span class="comma minor">,</span> whose dexterity<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1560</span> </span><br>
Retorts it<span class="colon major">:</span> <em>Romeo</em> he cries aloud<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Hold Friends<span class="comma minor">,</span> Friends part<span class="comma minor">,</span> and swifter then his tongue<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
His aged arme<span class="comma minor">,</span> beats downe their fatall points<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And twixt them rushes<span class="comma minor">,</span> underneath whose arme<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
An envious thrust from <em>Tybalt</em><span class="comma minor">,</span> hit the life<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1565</span> </span><br>
Of stout <em>Mercutio</em><span class="comma minor">,</span> and then <em>Tybalt</em> fled<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But by and by comes backe to <em>Romeo</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Who had but newly entertained Revenge<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And too't they goe like lightning<span class="comma minor">,</span> for ere <span class="numbering"> <span class="syllable-count">9</span></span><br>
Could draw to part them<span class="comma minor">,</span> was stout <em>Tybalt</em> slaine<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1570</span> </span><br>
And as he fell<span class="comma minor">,</span> did <em>Romeo</em> turne and flie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
This is the truth<span class="comma minor">,</span> or let <em>Benvolio</em> die<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span> <span class="direction"><em>Within</em></span><span class="char-stop">.</span></span> He is a kinsman to the <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Affection makes him false<span class="comma minor">,</span> he speakes not true<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Some twenty of them fought in this blacke strife<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1575</span> </span><br>
And all those twenty could but kill one life<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>I beg for Justice<span class="comma minor">,</span> which thou Prince must give<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<em>Romeo</em> slew <em>Tybalt</em><span class="comma minor">,</span> <em>Romeo</em> must not live<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> <em>Romeo</em> slew him<span class="comma minor">,</span> he slew <em>Mercutio</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Who now the price of his deare blood doth owe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1580</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Not <em>Romeo</em> Prince<span class="comma minor">,</span> he was <em>Mercutios</em> Friend<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
His fault concludes<span class="comma minor">,</span> but what the law should end<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The life of <em>Tybalt</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> And for that offence<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Immediately we doe exile him hence<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1585</span> </span><br>
I have an interest in your hearts proceeding<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
My bloud for your rude brawles doth lie a bleeding<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>But Ile Amerce you with so strong a fine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That you shall all repent the losse of mine<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>It will be deafe to pleading and excuses<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1590</span> </span><br>
Nor teares<span class="comma minor">,</span> nor prayers shall purchase our abuses<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Therefore use none<span class="comma minor">,</span> let <em>Romeo</em> hence in hast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Else when he is found<span class="comma minor">,</span> that houre is his last<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Beare hence his body<span class="comma minor">,</span> and attend our will<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Mercy not Murders<span class="comma minor">,</span> pardoning those that kill<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1595</span> </span></p>
<span class="direction"><em>Exeunt</em>.</span>
<span class="direction"><em>Enter Juliet alone</em>.</span>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Gallop apace<span class="comma minor">,</span> you fiery footed steedes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Towards <em>Phoebus</em> lodging<span class="comma minor">,</span> such a Wagoner<span class="numbering"> <span class="syllable-count">11</span></span><br>
As <em>Phaeton</em> would whip you to the west<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And bring in Cloudie night immediately<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Spred thy close Curtaine Love-performing night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1600</span> </span><br>
That run-awayes eyes may wincke<span class="comma minor">,</span> and <em>Romeo</em><span class="numbering"> <span class="syllable-count">10</span></span><br>
Leape to these armes<span class="comma minor">,</span> untalkt of and unseene<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Lovers can see to doe their Amorous rights<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And by their owne Beauties<span class="colon major">:</span> or if Love be blind<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
It best agrees with night<span class="colon major">:</span> come civill night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1605</span> </span><br>
Thou sober suted Matron all in blacke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And learne me how to loose a winning match<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Plaid for a paire of stainlesse Maidenhoods<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hood my unman'd blood bayting in my Cheekes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With thy Blacke mantle<span class="comma minor">,</span> till strange Love grow bold<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1610</span> </span><br>
Thinke true Love acted simple modestie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Come night<span class="comma minor">,</span> come <em>Romeo</em><span class="comma minor">,</span> come thou day in night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For thou wilt lie upon the wings of night<span class="numbering"> <span class="syllable-count">10</span></span><br>
Whiter then new Snow upon a Ravens backe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Come gentle night<span class="comma minor">,</span> come loving blackebrow'd night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1615</span> </span></p>
<p>Give me my <em>Romeo</em><span class="comma minor">,</span> and when I shall die<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Take him and cut him out in little starres<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And he will make the Face of heaven so fine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
That all the world will be in Love with night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And pay no worship to the Garish Sun<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1620</span> </span></p>
<p>O I have bought the Mansion of a Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But not possest it<span class="comma minor">,</span> and though I am sold<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Not yet enjoy'd<span class="comma minor">,</span> so tedious is this day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As is the night before some Festivall<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To an impatient child that hath new robes<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1625</span> </span><br>
And may not weare them<span class="comma minor">,</span> O here comes my Nurse<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="direction"><em>Enter Nurse with cords</em>.</span>
<p>And she brings newes and every tongue that speaks<span class="numbering"> <span class="syllable-count">12</span></span><br>
But <em>Romeos</em> name<span class="comma minor">,</span> speakes heavenly eloquence<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Now Nurse<span class="comma minor">,</span> what newes<span class="mid-stop major">?</span> what hast thou there<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p>The Cords that <em>Romeo</em> bid thee fetch<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span> <span class="line-count">1630</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I<span class="comma minor">,</span> I<span class="comma minor">,</span> the Cords<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Ay me<span class="comma minor">,</span> what newes<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p>Why dost thou wring thy hands<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> A weladay<span class="comma minor">,</span> hee's dead<span class="comma minor">,</span> hee's dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span></span><br>
We are undone Lady<span class="comma minor">,</span> we are undone<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1635</span> </span></p>
<p>Alacke the day<span class="comma minor">,</span> hee's gone<span class="comma minor">,</span> hee's kil'd<span class="comma minor">,</span> he's dead<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Can heaven be so envious<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> <em>Romeo</em> can<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
Though heaven cannot<span class="mid-stop major">.</span> O <em>Romeo</em><span class="comma minor">,</span> <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Who ever would have thought it <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1640</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What divell art thou<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
That dost torment me thus<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>This torture should be roar'd in dismall hell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hath <em>Romeo</em> slaine himselfe<span class="mid-stop major">?</span> say thou but I<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And that bare vowell I shall poyson more<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1645</span> </span><br>
Then the death-darting eye of Cockatrice<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I am not I<span class="comma minor">,</span> if there be such an I<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Or those eyes shot<span class="comma minor">,</span> that makes thee answere I<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
If he be slaine say I<span class="comma minor">,</span> or if not<span class="comma minor">,</span> no<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Briefe<span class="comma minor">,</span> sounds<span class="comma minor">,</span> determine of my weale or wo<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1650</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I saw the wound<span class="comma minor">,</span> I saw it with mine eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
God save the marke<span class="comma minor">,</span> here on his manly brest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A pitteous Coarse<span class="comma minor">,</span> a bloody piteous Coarse<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Pale<span class="comma minor">,</span> pale as ashes<span class="comma minor">,</span> all bedawb'd in blood<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
All in gore blood I sounded at the sight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1655</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O breake my heart<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Poore Banckrout breake at once<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
To prison eyes<span class="comma minor">,</span> nere looke on libertie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Vile earth to earth resigne<span class="comma minor">,</span> end motion here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And thou and <em>Romeo</em> presse on heavie beere<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1660</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O <em>Tybalt</em><span class="comma minor">,</span> <em>Tybalt</em><span class="comma minor">,</span> the best Friend I had<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O curteous <em>Tybalt</em> honest Gentleman<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That ever I should live to see thee dead<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What storme is this that blowes so contrarie<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Is <em>Romeo</em> slaughtred<span class="mid-stop major">?</span> and is <em>Tybalt</em> dead<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1665</span> </span></p>
<p>My dearest Cozen<span class="comma minor">,</span> and my dearer Lord<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then dreadfull Trumpet sound the generall doome<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
For who is living<span class="comma minor">,</span> if those two are gone<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> <em>Tybalt</em> is gone<span class="comma minor">,</span> and <em>Romeo</em> banished<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<em>Romeo</em> that kil'd him<span class="comma minor">,</span> he is banished<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1670</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O God<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>Did <em>Romeo's</em> hand shed <em>Tybalts</em> blood<span class="numbering"> <span class="syllable-count">8</span></span><br>
It did<span class="comma minor">,</span> it did<span class="comma minor">,</span> alas the day<span class="comma minor">,</span> it did<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O Serpent heart hid with a flowring face<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Did ever Dragon keepe so faire a Cave<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1675</span> </span></p>
<p>Beautifull Tyrant<span class="comma minor">,</span> fiend Angelicall<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ravenous Dove-feather'd Raven<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Wolvish-ravening Lambe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Dispised substance of Divinest show<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Just opposite to what thou justly seem'st<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1680</span> </span><br>
A dimne Saint<span class="comma minor">,</span> an Honourable Villaine<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O Nature<span class="mid-stop major">!</span> what had'st thou to doe in hell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
When thou did'st bower the spirit of a fiend<span class="numbering"> <span class="syllable-count">11</span></span><br>
In mortall paradise of such sweet flesh<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Was ever booke containing such vile matter<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1685</span> </span><br>
So fairely bound<span class="mid-stop major">?</span> O that deceit should dwell<span class="numbering"> <span class="syllable-count">11</span></span><br>
In such a gorgeous Pallace<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> There's no trust<span class="comma minor">,</span> no faith<span class="comma minor">,</span> no honestie in men<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
All perjur'd<span class="comma minor">,</span> all forsworne<span class="comma minor">,</span> all naught<span class="comma minor">,</span> all dissemblers<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Ah where's my man<span class="mid-stop major">?</span> give me some Aqua-vitae<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">1690</span> </span></p>
<p>These griefes<span class="comma minor">,</span> these woes<span class="comma minor">,</span> these sorrowes make me old<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shame come to <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Blister'd be thy tongue<span class="numbering"> <span class="syllable-count">6</span></span><br>
For such a wish<span class="comma minor">,</span> he was not borne to shame<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Upon his brow shame is asham'd to sit<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1695</span> </span><br>
For 'tis a throane where Honour may be Crown'd<span class="numbering"> <span class="syllable-count">10</span></span><br>
Sole Monarch of the universall earth<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O what a beast was I to chide him<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Will you speake well of him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
That kil'd your Cozen<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">1700</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Shall I speake ill of him that is my husband<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Ah poore my Lord<span class="comma minor">,</span> what tongue shall smooth thy name<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
When I thy three houres wife have mangled it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But wherefore Villaine did'st thou kill my Cozin<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p>That Villaine Cozin would have kil'd my husband<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1705</span> </span><br>
Backe foolish teares<span class="comma minor">,</span> backe to your native spring<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Your tributarie drops belong to woe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which you mistaking offer up to joy<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My husband lives that <em>Tibalt</em> would have slaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And <em>Tibalt</em> dead that would have slaine my husband<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1710</span> </span><br>
All this is comfort<span class="comma minor">,</span> wherefore weepe I then<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Some words there was worser then <em>Tybalts</em> death<span class="numbering"> <span class="syllable-count">10</span></span><br>
That murdered me<span class="comma minor">,</span> I would forget it feine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
But oh<span class="comma minor">,</span> it presses to my memory<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Like damned guilty deedes to sinners minds<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1715</span> </span><br>
<em>Tybalt</em> is dead and <em>Romeo</em> banished<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That banished<span class="comma minor">,</span> that one word banished<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hath slaine ten thousand <em>Tibalts</em><span class="colon major">:</span> <em>Tibalts</em> death<span class="numbering"> <span class="syllable-count">10</span></span><br>
Was woe inough if it had ended there<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or if sower woe delights in fellowship<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1720</span> </span><br>
And needly will be rankt with other griefes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Why followed not when she said <em>Tibalt</em>s dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Thy Father or thy Mother<span class="comma minor">,</span> nay or both<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which moderne lamentation might have mov'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But which a rere-ward following <em>Tybalts</em> death<span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">1725</span> </span><br>
<em>Romeo</em> is banished to speake that word<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Is Father<span class="comma minor">,</span> Mother<span class="comma minor">,</span> <em>Tybalt</em><span class="comma minor">,</span> <em>Romeo</em><span class="comma minor">,</span> <em>Juliet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
All slaine<span class="comma minor">,</span> all dead<span class="colon major">:</span> <em>Romeo</em> is banished<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
There is no end<span class="comma minor">,</span> no limit<span class="comma minor">,</span> measure<span class="comma minor">,</span> bound<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In that words death<span class="comma minor">,</span> no words can that woe sound<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1730</span> </span></p>
<p>Where is my Father and my Mother Nurse<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Weeping and wailing over <em>Tybalts</em> Coarse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Will you go to them<span class="mid-stop major">?</span> I will bring you thither<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Wash they his wounds with tears<span class="colon major">:</span> mine shal be spent<span class="numbering"> <span class="syllable-count">10</span></span><br>
When theirs are drie for <em>Romeo's</em> banishment<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1735</span> </span></p>
<p>Take up those Cordes<span class="comma minor">,</span> poore ropes you are beguil'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Both you and I for <em>Romeo</em> is exild<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
He made you for a high-way to my bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But I a Maid<span class="comma minor">,</span> die Maiden widowed<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Come Cord<span class="comma minor">,</span> come Nurse<span class="comma minor">,</span> Ile to my wedding bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1740</span> </span><br>
And death not <em>Romeo</em><span class="comma minor">,</span> take my Maiden head<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Hie to your Chamber<span class="comma minor">,</span> Ile find <em>Romeo</em><span class="numbering"> <span class="syllable-count">9</span></span><br>
To comfort you<span class="comma minor">,</span> I wot well where he is<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Harke ye your <em>Romeo</em> will be heere at night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ile to him<span class="comma minor">,</span> he is hid at <em>Lawrence</em> Cell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1745</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O find him<span class="comma minor">,</span> give this Ring to my true Knight<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And bid him come<span class="comma minor">,</span> to take his last farewell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Exit</em></span>
<span class="direction"><em>Enter Frier and Romeo</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> <em>Romeo</em> come forth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Come forth thou fearfull man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Affliction is enamor'd of thy parts<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1750</span> </span><br>
And thou art wedded to calamitie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Father what newes<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p>What is the Princes Doome<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>What sorrow craves acquaintance at my hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That I yet know not<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">1755</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Too familiar<span class="numbering"> <span class="syllable-count">4</span></span><br>
Is my deare Sonne with such sowre Company<span class="numbering"> <span class="syllable-count">11</span></span><br>
I bring thee tydings of the Princes Doome<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> What lesse then Doomesday<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Is the Princes Doome<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">1760</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> A gentler judgement vanisht from his lips<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Not bodies death<span class="comma minor">,</span> but bodies banishment<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Ha<span class="comma minor">,</span> banishment<span class="mid-stop major">?</span> be mercifull<span class="comma minor">,</span> say death<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For exile hath more terror in his looke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Much more then death<span class="colon major">:</span> do not say banishment<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1765</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Here from <em>Verona</em> art thou banished<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Be patient<span class="comma minor">,</span> for the world is broad and wide<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> There is no world without <em>Verona</em> walles<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But Purgatorie<span class="comma minor">,</span> Torture<span class="comma minor">,</span> hell it selfe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hence banished<span class="comma minor">,</span> is banisht from the world<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1770</span> </span><br>
And worlds exile is death<span class="mid-stop major">.</span> Then banished<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Is death<span class="comma minor">,</span> mistearm'd<span class="comma minor">,</span> calling death banished<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou cut'st my head off with a golden Axe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And smilest upon the stroke that murders me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> O deadly sin<span class="comma minor">,</span> O rude unthankefulnesse<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1775</span> </span></p>
<p>Thy falt our Law calles death<span class="comma minor">,</span> but the kind Prince<span class="numbering"> <span class="syllable-count">10</span></span><br>
Taking thy part<span class="comma minor">,</span> hath rusht aside the Law<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And turn'd that blacke word death<span class="comma minor">,</span> to banishment<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>This is deare mercy<span class="comma minor">,</span> and thou seest it not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> 'Tis Torture and not mercy<span class="comma minor">,</span> heaven is here<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1780</span> </span><br>
Where <em>Juliet</em> lives<span class="comma minor">,</span> and every Cat and Dog<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And little Mouse<span class="comma minor">,</span> every unworthy thing<span class="numbering"> <span class="syllable-count">11</span></span><br>
Live here in Heaven and may looke on her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But <em>Romeo</em> may not<span class="mid-stop major">.</span> More Validitie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
More Honourable state<span class="comma minor">,</span> more Courtship lives<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1785</span> </span><br>
In carrion Flies<span class="comma minor">,</span> then <em>Romeo</em><span class="colon major">:</span> they may seaze<span class="numbering"> <span class="syllable-count">10</span></span><br>
On the white wonder of deare <em>Juliets</em> hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And steale immortall blessing from her lips<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Who even in pure and vestall modestie<span class="numbering"> <span class="syllable-count">11</span></span><br>
Still blush<span class="comma minor">,</span> as thinking their owne kisses sin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">1790</span> </span></p>
<p>This may Flies doe<span class="comma minor">,</span> when I from this must flie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And saist thou yet<span class="comma minor">,</span> that exile is not death<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But <em>Romeo</em> may not<span class="comma minor">,</span> hee is banished<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Had'st thou no poyson mixt<span class="comma minor">,</span> no sharpe ground knife<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
No sudden meane of death<span class="comma minor">,</span> though nere so meane<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1795</span> </span><br>
But banished to kill me<span class="mid-stop major">?</span> Banished<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O Frier<span class="comma minor">,</span> the damned use that word in hell<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Howlings attends it<span class="comma minor">,</span> how hast then the hart<span class="numbering"> <span class="syllable-count">10</span></span><br>
Being a Divine<span class="comma minor">,</span> a Ghostly Confessor<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A Sin-Absolver<span class="comma minor">,</span> and my Friend profest<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1800</span> </span><br>
To mangle me with that word<span class="comma minor">,</span> banished<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Then fond Mad man<span class="comma minor">,</span> heare me speake<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> O thou wilt speake againe of banishment<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Ile give thee Armour to keepe off that word<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Adversities sweete milke<span class="comma minor">,</span> Philosophie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1805</span> </span><br>
To comfort thee<span class="comma minor">,</span> though thou art banished<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Yet banished<span class="mid-stop major">?</span> hang up Philosophie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Unlesse Philosophie can make a <em>Juliet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Displant a Towne<span class="comma minor">,</span> reverse a Princes Doome<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
It helpes not<span class="comma minor">,</span> it prevailes not<span class="comma minor">,</span> talke no more<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1810</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> O then I see<span class="comma minor">,</span> that Mad men have no eares<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> How should they<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
When wisemen have no eyes<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Let me dispaire with thee of thy estate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Thou can'st not speake of that y dost not feele<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1815</span> </span><br>
Wert thou as young as <em>Juliet</em> my Love<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
An houre but married<span class="comma minor">,</span> <em>Tybalt</em> murdered<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Doting like me<span class="comma minor">,</span> and like me banished<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then mightest thou speake<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Then mightest thou teare thy hayre<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">1820</span> </span><br>
And fall upon the ground as I doe now<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Taking the measure of an unmade grave<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Nurse, and knockes</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Arise one knockes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Good <em>Romeo</em> hide thy selfe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Not I<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">2</span> <span class="line-count">1825</span> </span><br>
Unlesse the breath of Hartsicke groanes<span class="numbering"> <span class="syllable-count">8</span></span><br>
Mist-like infold me from the search of eyes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Knocke</em></span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Harke how they knocke<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
<span class="paren minor">(</span>Who's there<span class="paren minor">)</span> <em>Romeo</em> arise<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Thou wilt be taken<span class="comma minor">,</span> stay a while<span class="comma minor">,</span> stand up<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1830</span> </span><br>
<span class="direction"><em>Knocke</em>.</span>
<p>Run to my study<span class="colon major">:</span> by and by<span class="comma minor">,</span> Gods will<span class="numbering"> <span class="syllable-count">10</span></span><br>
What simplenesse is this<span class="colon major">:</span> I come<span class="comma minor">,</span> I come<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Knocke</em>.</span>
<p>Who knocks so hard<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p>Whence come you<span class="mid-stop major">?</span> what's your will<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<span class="direction"><em>Enter Nurse</em>.</span>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Let me come in<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">1835</span> </span><br>
And you shall know my errand<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
I come from Lady <em>Juliet</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Welcome then<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O holy Frier<span class="comma minor">,</span> O tell me holy Frier<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where's my Ladies Lord<span class="mid-stop major">?</span> where's <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1840</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> There on the ground<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
With his owne teares made drunke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O he is even in my Mistresse case<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Just in her case<span class="mid-stop major">.</span> O wofull simpathy<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Pittious predicament<span class="comma minor">,</span> even so lies she<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1845</span> </span><br>
Blubbring and weeping<span class="comma minor">,</span> weeping and blubbring<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Stand up<span class="comma minor">,</span> stand up<span class="comma minor">,</span> stand and you be a man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For <em>Juliets</em> sake<span class="comma minor">,</span> for her sake rise and stand<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Why should you fall into so deepe an O<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Nurse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">1</span> <span class="line-count">1850</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Ah sir<span class="comma minor">,</span> ah sir<span class="comma minor">,</span> deaths the end of all<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Speak'st thou of <em>Juliet</em><span class="mid-stop major">?</span> how is it with her<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Doth not she thinke me an old Murtherer<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Now I have stain'd the Childhood of our joy<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With blood removed<span class="comma minor">,</span> but little from her owne<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1855</span> </span></p>
<p>Where is she<span class="mid-stop major">?</span> and how doth she<span class="mid-stop major">?</span> and what sayes<span class="numbering"> <span class="syllable-count">10</span></span><br>
My conceal'd Lady to our conceal'd Love<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Oh she sayes nothing sir<span class="comma minor">,</span> but weeps and weeps<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And now fals on her bed<span class="comma minor">,</span> and then starts up<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And <em>Tybalt</em> calls<span class="comma minor">,</span> and then on <em>Romeo</em> cries<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1860</span> </span><br>
And then downe falls againe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> As if that name shot from the dead levell of a Gun<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span></span><br>
Did murder her<span class="comma minor">,</span> as that names cursed hand<span class="numbering"> <span class="syllable-count">10</span></span><br>
Murdred her kinsman<span class="mid-stop major">.</span> Oh tell me Frier<span class="comma minor">,</span> tell me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
In what vile part of this Anatomie<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1865</span> </span><br>
Doth my name lodge<span class="mid-stop major">?</span> Tell me<span class="comma minor">,</span> that I may sacke<span class="numbering"> <span class="syllable-count">10</span></span><br>
The hatefull Mansion<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Hold thy desperate hand<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Art thou a man<span class="mid-stop major">?</span> thy forme cries out thou art<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thy teares are womanish<span class="comma minor">,</span> thy wild acts denote<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1870</span> </span><br>
The unreasonable Furie of a beast<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Unseemely woman<span class="comma minor">,</span> in a seeming man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And ill beseeming beast in seeming both<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou hast amaz'd me<span class="mid-stop major">.</span> By my holy order<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
I thought thy disposition better temper'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1875</span> </span></p>
<p>Hast thou slaine <em>Tybalt</em><span class="mid-stop major">?</span> wilt thou slay thy selfe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>And slay thy Lady<span class="comma minor">,</span> that in thy life lies<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By doing damned hate upon thy selfe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Why rayl'st thou on thy birth<span class="mid-stop major">?</span> the heaven and earth<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Since birth<span class="comma minor">,</span> and heaven and earth<span class="comma minor">,</span> all three do meete<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1880</span> </span><br>
In thee at once<span class="comma minor">,</span> which thou at once would'st loose<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Fie<span class="comma minor">,</span> fie<span class="comma minor">,</span> thou sham'st thy shape<span class="comma minor">,</span> thy love<span class="comma minor">,</span> thy wit<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which like a Usurer abound'st in all<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And usest none in that true use indeed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which should bedecke thy shape<span class="comma minor">,</span> thy love<span class="comma minor">,</span> thy wit<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1885</span> </span><br>
Thy Noble shape<span class="comma minor">,</span> is but a forme of waxe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Digressing from the Valour of a man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thy deare Love sworne but hollow perjurie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Killing that Love which thou hast vow'd to cherish<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Thy wit<span class="comma minor">,</span> that Ornament<span class="comma minor">,</span> to shape and Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1890</span> </span><br>
Mishapen in the conduct of them both<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Like powder in a skillesse Souldiers flaske<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Is set a fire by thine owne ignorance<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And thou dismembred with thine owne defence<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What<span class="comma minor">,</span> rowse thee man<span class="comma minor">,</span> thy <em>Juliet</em> is alive<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1895</span> </span><br>
For whose deare sake thou wast but lately dead<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>There art thou happy<span class="mid-stop major">.</span> <em>Tybalt</em> would kill thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But thou slew'st <em>Tybalt</em><span class="comma minor">,</span> there art thou happie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>The law that threatned death became thy Friend<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>And turn'd it to exile<span class="comma minor">,</span> there art thou happy<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1900</span> </span></p>
<p>A packe or blessing light upon thy backe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Happinesse Courts thee in her best array<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But like a mishaped and sullen wench<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou puttest up thy Fortune and thy Love<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Take heed<span class="comma minor">,</span> take heed<span class="comma minor">,</span> for such die miserable<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1905</span> </span></p>
<p>Goe get thee to thy Love as was decreed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ascend her Chamber<span class="comma minor">,</span> hence and comfort her<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But looke thou stay not till the watch be set<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For then thou canst not passe to <em>Mantua</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Where thou shalt live till we can finde a time<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1910</span> </span><br>
To blaze your marriage<span class="comma minor">,</span> reconcile your Friends<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Beg pardon of thy Prince<span class="comma minor">,</span> and call thee backe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With twenty hundred thousand times more joy<span class="numbering"> <span class="syllable-count">10</span></span><br>
Then thou went'st forth in lamentation<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Goe before Nurse<span class="comma minor">,</span> commend me to thy Lady<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1915</span> </span><br>
And bid her hasten all the house to bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which heavy sorrow makes them apt unto<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><em>Romeo</em> is comming<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O Lord<span class="comma minor">,</span> I could have staid here all night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
To heare good counsell<span class="colon major">:</span> oh what learning is<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1920</span> </span></p>
<p>My Lord Ile tell my Lady you will come<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Do so<span class="comma minor">,</span> and bid my Sweete prepare to chide<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Heere sir<span class="comma minor">,</span> a Ring she bid me give you sir<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hie you<span class="comma minor">,</span> make hast<span class="comma minor">,</span> for it growes very late<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> How well my comfort is reviv'd by this<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1925</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Go hence<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">2</span></span><br>
Goodnight<span class="comma minor">,</span> and here stands all your state<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">8</span></span><br>
Either be gone before the watch be set<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or by the breake of day disguis'd from hence<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Sojourne in <em>Mantua</em><span class="comma minor">,</span> Ile find out your man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1930</span> </span><br>
And he shall signifie from time to time<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Every good hap to you<span class="comma minor">,</span> that chaunces heere<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Give me thy hand<span class="comma minor">,</span> 'tis late<span class="comma minor">,</span> farewell<span class="comma minor">,</span> goodnight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> But that a joy past joy<span class="comma minor">,</span> calls out on me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It were a griefe<span class="comma minor">,</span> so briefe to part with thee<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1935</span> </span><br>
Farewell<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<span class="direction"><em>Enter old Capulet, his Wife and Paris</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Things have falne out sir so unluckily<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That we have had no time to move our Daughter<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Looke you<span class="comma minor">,</span> she Lov'd her kinsman <em>Tybalt</em> dearely<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
And so did I<span class="mid-stop major">.</span> Well<span class="comma minor">,</span> we were borne to die<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1940</span> </span></p>
<p>'Tis very late<span class="comma minor">,</span> she'l not come downe to night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I promise you<span class="comma minor">,</span> but for your company<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I would have bin a bed an houre ago<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> These times of wo<span class="comma minor">,</span> affoord no times to wooe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Madam goodnight<span class="comma minor">,</span> commend me to your Daughter<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1945</span> </span></p>
<p><span class="character"><em>Lady</em><span class="char-stop">.</span></span> I will<span class="comma minor">,</span> and know her mind early to morrow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To night<span class="comma minor">,</span> she is mewed up to her heavinesse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Sir <em>Paris</em><span class="comma minor">,</span> I will make a desperate tender<span class="numbering"> <span class="syllable-count">12</span></span><br>
Of my Childes love<span class="colon major">:</span> I thinke she will be rul'd<span class="numbering"> <span class="syllable-count">10</span></span><br>
In all respects by me<span class="colon major">:</span> nay more<span class="comma minor">,</span> I doubt it not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">1950</span> </span></p>
<p>Wife<span class="comma minor">,</span> go you to her ere you go to bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Acquaint her here<span class="comma minor">,</span> of my Sonne <em>Paris</em> Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And bid her<span class="comma minor">,</span> marke you me<span class="comma minor">,</span> on Wendsday next<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But soft<span class="comma minor">,</span> what day is this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Monday my Lord<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">1955</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Monday<span class="comma minor">,</span> ha ha<span class="colon major">:</span> well Wendsday is too soone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A Thursday let it be<span class="colon major">:</span> a Thursday tell her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
She shall be married to this Noble Earle<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Will you be ready<span class="mid-stop major">?</span> do you like this hast<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Weele keepe no great adoe<span class="comma minor">,</span> a Friend or two<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1960</span> </span><br>
For harke you<span class="comma minor">,</span> <em>Tybalt</em> being slaine so late<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
It may be thought we held him carelesly<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Being our kinsman<span class="comma minor">,</span> if we revell much<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Therefore weele have some halfe a dozen Friends<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And there an end<span class="mid-stop major">.</span> But what say you to Thursday<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1965</span> </span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> My Lord<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">2</span></span><br>
I would that Thursday were to morrow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Well<span class="comma minor">,</span> get you gone<span class="comma minor">,</span> a Thursday<span class="comma minor">,</span> be it then<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Go you to <em>Juliet</em> ere you go to bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Prepare her wife<span class="comma minor">,</span> against this wedding day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1970</span> </span></p>
<p>Farewell my Lord<span class="comma minor">,</span> light to my Chamber hoa<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Afore me<span class="comma minor">,</span> it is so late<span class="comma minor">,</span> that we may call it early by and by<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">17</span></span><br>
Goodnight<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<span class="direction"><em>Enter Romeo and Juliet aloft</em>.</span>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Wilt thou be gone<span class="mid-stop major">?</span> It is not yet neere day<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It was the Nightingale<span class="comma minor">,</span> and not the Larke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1975</span> </span><br>
That pier'st the fearefull hollow of thine eare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Nightly she sings on yond Pomgranet tree<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Beleeve me Love<span class="comma minor">,</span> it was the Nightingale<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> It was the Larke the Herauld of the Morne<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
No Nightingale<span class="colon major">:</span> looke Love what envious streakes<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1980</span> </span><br>
Do lace the severing Cloudes in yonder East<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Nights Candles are burnt out<span class="comma minor">,</span> and Jocond day<span class="numbering"> <span class="syllable-count">9</span></span><br>
Stands tipto on the mistie Mountaines tops<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I must be gone and live<span class="comma minor">,</span> or stay and die<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Yond light is not daylight<span class="comma minor">,</span> I know it I<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1985</span> </span><br>
It is some Meteor that the Sun exhales<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To be to thee this night a Torch-bearer<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And light thee on thy way to <em>Mantua</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Therefore stay yet<span class="comma minor">,</span> thou need'st not be gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Let me be tane<span class="comma minor">,</span> let me be put to death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">1990</span> </span><br>
I am content<span class="comma minor">,</span> so thou wilt have it so<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Ile say yon gray is not the mornings eye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
'Tis but the pale reflexe of <em>Cinthias</em> brow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Nor that is not Larke whose noates do beate<span class="numbering"> <span class="syllable-count">9</span></span><br>
The vaulty heaven so high above our heads<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">1995</span> </span><br>
I have more care to stay<span class="comma minor">,</span> then will to go<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Come death and welcome<span class="comma minor">,</span> <em>Juliet</em> wills it so<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>How ist my soule<span class="comma minor">,</span> lets talke<span class="comma minor">,</span> it is not day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> It is<span class="comma minor">,</span> it is<span class="comma minor">,</span> hie hence be gone away<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It is the Larke that sings so out of tune<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2000</span> </span><br>
Straining harsh Discords<span class="comma minor">,</span> and unpleasing Sharpes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Some say the Larke makes sweete Division<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
This doth not so<span class="colon major">:</span> for she divideth us<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Some say<span class="comma minor">,</span> the Larke and loathed Toad change eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O now I would they had chang'd voyces too<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2005</span> </span><br>
Since arme from arme that voyce doth us affray<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hunting thee hence<span class="comma minor">,</span> with Hunts-vp to the day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
O now be gone<span class="comma minor">,</span> more light and it light growes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> More light & light<span class="comma minor">,</span> more darke & darke our woes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<span class="direction"><em>Enter Madam and Nurse</em>.</span>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Madam<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span> <span class="line-count">2010</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Nurse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">1</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Your Lady Mother is comming to your chamber<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
The day is broke<span class="comma minor">,</span> be wary<span class="comma minor">,</span> looke about<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Then window let day in<span class="comma minor">,</span> and let life out<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Farewell<span class="comma minor">,</span> farewell<span class="comma minor">,</span> one kisse and Ile descend<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">2015</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Art thou gone so<span class="mid-stop major">?</span> Love<span class="comma minor">,</span> Lord<span class="comma minor">,</span> ay Husband<span class="comma minor">,</span> Friend<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I must heare from thee every day in the houre<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
For in a minute there are many dayes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O by this count I shall be much in yeares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ere I againe behold my <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2020</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Farewell<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
I will omit no oportunitie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That may convey my greetings Love<span class="comma minor">,</span> to thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O thinkest thou we shall ever meet againe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I doubt it not<span class="comma minor">,</span> and all these woes shall serve<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2025</span> </span><br>
For sweet discourses in our time to come<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O God<span class="mid-stop major">!</span> I have an ill Divining soule<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Me thinkes I see thee now<span class="comma minor">,</span> thou art so lowe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As one dead in the bottome of a Tombe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Either my eye-sight failes<span class="comma minor">,</span> or thou look'st pale<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2030</span> </span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> And trust me Love<span class="comma minor">,</span> in my eye so do you<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Drie sorrow drinkes our blood<span class="mid-stop major">.</span> Adue<span class="comma minor">,</span> adue<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O Fortune<span class="comma minor">,</span> Fortune<span class="comma minor">,</span> all men call thee fickle<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
If thou art fickle<span class="comma minor">,</span> what dost thou with him<span class="numbering"> <span class="syllable-count">10</span></span><br>
That is renown'd for faith<span class="mid-stop major">?</span> be fickle Fortune<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2035</span> </span><br>
For then I hope thou wilt not keepe him long<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But send him backe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<span class="direction"><em>Enter Mother</em>.</span>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Ho Daughter<span class="comma minor">,</span> are you up<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Who ist that calls<span class="mid-stop major">?</span> Is it my Lady Mother<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Is she not downe so late<span class="comma minor">,</span> or up so early<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2040</span> </span></p>
<p>What unaccustom'd cause procures her hither<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Why how now <em>Juliet</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Madam I am not well<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Evermore weeping for your Cozins death<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What wilt thou wash him from his grave with teares<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2045</span> </span></p>
<p>And if thou could'st<span class="comma minor">,</span> thou could'st not make him live<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Therefore have done<span class="comma minor">,</span> some griefe shewes much of Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
But much of griefe<span class="comma minor">,</span> shewes still some want of wit<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Yet let me weepe<span class="comma minor">,</span> for such a feeling losse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> So shall you feele the losse<span class="comma minor">,</span> but not the Friend<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2050</span> </span><br>
Which you weepe for<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Feeling so the losse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
I cannot chuse but ever weepe the Friend<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Well Girle<span class="comma minor">,</span> thou weep'st not so much for his death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
As that the Villaine lives which slaughter'd him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2055</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What Villaine<span class="comma minor">,</span> Madam<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> That same Villaine <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Villaine and he<span class="comma minor">,</span> be many miles assunder<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
God pardon<span class="comma minor">,</span> I doe with all my heart<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And yet no man like he<span class="comma minor">,</span> doth grieve my heart<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2060</span> </span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> That is because the Traitor lives<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I Madam from the reach of these my hands<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Would none but I might venge my Cozins death<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> We will have vengeance for it<span class="comma minor">,</span> feare thou not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Then weepe no more<span class="comma minor">,</span> Ile send to one in <em>Mantua</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2065</span> </span><br>
Where that same banisht Run-agate doth live<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall give him such an unaccustom'd dram<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That he shall soone keepe <em>Tybalt</em> company<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And then I hope thou wilt be satisfied<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Indeed I never shall be satisfied<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2070</span> </span><br>
With <em>Romeo</em><span class="comma minor">,</span> till I behold him<span class="mid-stop major">.</span> Dead<span class="numbering"> <span class="syllable-count">9</span></span><br>
Is my poore heart so for a kinsman vext<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Madam<span class="comma minor">,</span> if you could find out but a man<span class="numbering"> <span class="syllable-count">10</span></span><br>
To beare a poyson<span class="comma minor">,</span> I would temper it<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That <em>Romeo</em> should upon receit thereof<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2075</span> </span><br>
Soone sleepe in quiet<span class="mid-stop major">.</span> O how my heart abhors<span class="numbering"> <span class="syllable-count">10</span></span><br>
To heare him nam'd<span class="comma minor">,</span> and cannot come to him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To wreake the Love I bore my Cozin<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Upon his body that hath slaughter'd him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Find thou the meanes<span class="comma minor">,</span> and Ile find such a man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2080</span> </span></p>
<p>But now Ile tell thee joyfull tidings Gyrle<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> And joy comes well<span class="comma minor">,</span> in such a needy time<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What are they<span class="comma minor">,</span> beseech your Ladyship<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Well<span class="comma minor">,</span> well<span class="comma minor">,</span> thou hast a carefull Father Child<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>One who to put thee from thy heavinesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2085</span> </span><br>
Hath sorted out a sudden day of joy<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That thou expects not<span class="comma minor">,</span> nor I lookt not for<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Madam in happy time<span class="comma minor">,</span> what day is this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Marry my Child<span class="comma minor">,</span> early next Thursday morne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The gallant<span class="comma minor">,</span> young<span class="comma minor">,</span> and Noble Gentleman<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2090</span> </span><br>
The Countie <em>Paris</em> at Saint <em>Peters</em> Church<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall happily make thee a joyfull Bride<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Now by Saint <em>Peters</em> Church<span class="comma minor">,</span> and <em>Peter</em> too<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
He shall not make me there a joyfull Bride<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>I wonder at this hast<span class="comma minor">,</span> that I must wed<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2095</span> </span><br>
Ere he that should be Husband comes to woe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I pray you tell my Lord and Father Madam<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
I will not marrie yet<span class="comma minor">,</span> and when I doe<span class="comma minor">,</span> I sweare<span class="numbering"> <span class="syllable-count">12</span></span><br>
It shall be <em>Romeo</em><span class="comma minor">,</span> whom you know I hate<span class="numbering"> <span class="syllable-count">10</span></span><br>
Rather then <em>Paris</em><span class="mid-stop major">.</span> These are newes indeed<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2100</span> </span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Here comes your Father<span class="comma minor">,</span> tell him so your selfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And see how he will take it at your hands<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Capulet and Nurse</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> When the Sun sets<span class="comma minor">,</span> the earth doth drizzle deaw<span class="numbering"> <span class="syllable-count">10</span></span><br>
But for the Sunset of my Brothers Sonne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It raines downright<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2105</span> </span></p>
<p>How now<span class="mid-stop major">?</span> A Conduit Gyrle<span class="comma minor">,</span> what still in teares<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Evermore showring in one little body<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Thou counterfaits a Barke<span class="comma minor">,</span> a Sea<span class="comma minor">,</span> a Wind<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For still thy eyes<span class="comma minor">,</span> which I may call the Sea<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Do ebbe and flow with teares<span class="comma minor">,</span> the Barke thy body is<span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">2110</span> </span><br>
Sayling in this salt floud<span class="comma minor">,</span> the windes thy sighes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Who raging with the teares and they with them<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Without a sudden calme will over set<span class="numbering"> <span class="syllable-count">10</span></span><br>
Thy tempest tossed body<span class="mid-stop major">.</span> How now wife<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Have you delivered to her our decree<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2115</span> </span></p>
<p><span class="character"><em>Lady</em><span class="char-stop">.</span></span> I sir<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">2</span></span><br>
But she will none<span class="comma minor">,</span> she gives you thankes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span></span><br>
I would the foole were married to her grave<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Soft<span class="comma minor">,</span> take me with you<span class="comma minor">,</span> take me with you wife<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
How<span class="comma minor">,</span> will she none<span class="mid-stop major">?</span> doth she not give us thanks<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2120</span> </span></p>
<p>Is she not proud<span class="mid-stop major">?</span> doth she not count her blest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Unworthy as she is<span class="comma minor">,</span> that we have wrought<span class="numbering"> <span class="syllable-count">10</span></span><br>
So worthy a Gentleman<span class="comma minor">,</span> to be her Bridegroome<span class="numbering"> <span class="syllable-count">13</span></span><br>
<span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Not proud you have<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
But thankfull that you have<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2125</span> </span><br>
Proud can I never be of what I have<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But thankfull even for hate<span class="comma minor">,</span> that is meant Love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> How now<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>How now<span class="mid-stop major">?</span> Chopt Logicke<span class="mid-stop major">?</span> what is this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p>Proud<span class="comma minor">,</span> and I thanke you<span class="colon major">:</span> and I thanke you not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2130</span> </span></p>
<p>Thanke me no thankings<span class="comma minor">,</span> nor proud me no prouds<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But fettle your fine joints 'gainst Thursday next<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To go with <em>Paris</em> to Saint <em>Peters</em> Church<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or I will drag thee<span class="comma minor">,</span> on a Hurdle thither<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Out you greene sicknesse carrion<span class="comma minor">,</span> out you baggage<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2135</span> </span><br>
You tallow face<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Lady</em><span class="char-stop">.</span></span> Fie<span class="comma minor">,</span> fie<span class="comma minor">,</span> what are you mad<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Good Father<span class="comma minor">,</span> I beseech you on my knees<span class="numbering"> <span class="syllable-count">10</span></span><br>
Heare me with patience<span class="comma minor">,</span> but to speake a word<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Hang thee young baggage<span class="comma minor">,</span> disobedient wretch<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2140</span> </span><br>
I tell thee what<span class="comma minor">,</span> get thee to Church a Thursday<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Or never after looke me in the face<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Speake not<span class="comma minor">,</span> reply not<span class="comma minor">,</span> do not answere me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>My fingers itch<span class="comma minor">,</span> wife<span class="colon major">:</span> we scarce thought us blest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That God had lent us but this onely Child<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2145</span> </span><br>
But now I see this one is one too much<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And that we have a curse in having her<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Out on her Hilding<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> God in heaven blesse her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
You are too blame my Lord to rate her so<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2150</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> And why my Lady wisedome<span class="mid-stop major">?</span> hold your tongue<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Good Prudence<span class="comma minor">,</span> smatter with your gossip<span class="comma minor">,</span> go<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I speak no treason<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Father<span class="comma minor">,</span> O Godigoden<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
May not one speake<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2155</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Peace you mumbling foole<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Utter your gravitie ore a Gossips bowles<span class="numbering"> <span class="syllable-count">11</span></span><br>
For here we need it not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> You are too hot<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Gods bread<span class="comma minor">,</span> it makes me mad<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2160</span> </span><br>
Day<span class="comma minor">,</span> night<span class="comma minor">,</span> houre<span class="comma minor">,</span> ride<span class="comma minor">,</span> time<span class="comma minor">,</span> worke<span class="comma minor">,</span> play<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
Alone in companie<span class="comma minor">,</span> still my care hath bin<span class="numbering"> <span class="syllable-count">11</span></span><br>
To have her matcht<span class="comma minor">,</span> and having now provided<span class="numbering"> <span class="syllable-count">11</span></span><br>
A Gentleman of Noble Parentage<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Of faire Demeanes<span class="comma minor">,</span> Youthfull<span class="comma minor">,</span> and Nobly Allied<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2165</span> </span><br>
Stuft as they say with Honourable parts<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Proportion'd as ones thought would wish a man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And then to have a wretched puling foole<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A whining mammet<span class="comma minor">,</span> in her Fortunes tender<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To answer<span class="comma minor">,</span> Ile not wed<span class="comma minor">,</span> I cannot Love<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2170</span> </span><br>
I am too young<span class="comma minor">,</span> I pray you pardon me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But<span class="comma minor">,</span> and you will not wed<span class="comma minor">,</span> Ile pardon you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Graze where you will<span class="comma minor">,</span> you shall not house with me<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Looke too't<span class="comma minor">,</span> thinke on't<span class="comma minor">,</span> I do not use to jest<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Thursday is neere<span class="comma minor">,</span> lay hand on heart<span class="comma minor">,</span> advise<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2175</span> </span><br>
And you be mine<span class="comma minor">,</span> Ile give you to my Friend<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And you be not<span class="comma minor">,</span> hang<span class="comma minor">,</span> beg<span class="comma minor">,</span> starve<span class="comma minor">,</span> die in the streets<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
For by my soule<span class="comma minor">,</span> Ile nere acknowledge thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Nor what is mine shall never do thee good<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Trust too't<span class="comma minor">,</span> bethinke you<span class="comma minor">,</span> Ile not be forsworne <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2180</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Is there no pittie sitting in the Cloudes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That sees into the bottome of my griefe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O sweet my Mother cast me not away<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Delay this marriage<span class="comma minor">,</span> for a month<span class="comma minor">,</span> a weeke<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or if you do not<span class="comma minor">,</span> make the Bridall bed<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2185</span> </span><br>
In that dim Monument where <em>Tybalt</em> lies<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Talke not to me<span class="comma minor">,</span> for Ile not speake a word<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Do as thou wilt<span class="comma minor">,</span> for I have done with thee<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O God<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>O Nurse<span class="comma minor">,</span> how shall this be prevented<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2190</span> </span></p>
<p>My Husband is on earth<span class="comma minor">,</span> my faith in heaven<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
How shall that faith returne againe to earth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Unlesse that Husband send it me from heaven<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
By leaving earth<span class="mid-stop major">?</span> Comfort me<span class="comma minor">,</span> counsaile me<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Alacke<span class="comma minor">,</span> alacke<span class="comma minor">,</span> that heaven should practise stratagems<span class="numbering"> <span class="syllable-count">13</span> <span class="line-count">2195</span> </span><br>
Upon so soft a subject as my selfe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What saist thou<span class="mid-stop major">?</span> hast thou not a word of joy<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Some comfort Nurse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Faith here it is<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
<em>Romeo</em> is banished<span class="comma minor">,</span> and all the world to nothing<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">13</span> <span class="line-count">2200</span> </span><br>
That he dares nere come backe to challenge you<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or if he do<span class="comma minor">,</span> it needs must be by stealth<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Then since the case so stands as now it doth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I thinke it best you married with the Countie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
O hee's a Lovely Gentleman<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2205</span> </span><br>
<em>Romeo</em>s a dish-clout to him<span class="colon major">:</span> an Eagle Madam<span class="numbering"> <span class="syllable-count">13</span></span><br>
Hath not so greene<span class="comma minor">,</span> so quicke<span class="comma minor">,</span> so faire an eye<span class="numbering"> <span class="syllable-count">10</span></span><br>
As <em>Paris</em> hath<span class="comma minor">,</span> beshrow my very heart<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I thinke you are happy in this second match<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
For it excels your first<span class="colon major">:</span> or if it did not<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2210</span> </span><br>
Your first is dead<span class="comma minor">,</span> or 'twere as good he were<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As living here and you no use of him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Speakest thou from thy heart<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> And from my soule too<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Or else beshrew them both<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2215</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Amen<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> What<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">1</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Well<span class="comma minor">,</span> thou hast comforted me marve'lous much<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Go in<span class="comma minor">,</span> and tell my Lady I am gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Having displeas'd my Father<span class="comma minor">,</span> to <em>Lawrence</em> Cell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2220</span> </span><br>
To make confession<span class="comma minor">,</span> and to be absolv'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Marrie I will<span class="comma minor">,</span> and this is wisely done<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Auncient damnation<span class="comma minor">,</span> O most wicked fiend<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>It is more sin to wish me thus forsworne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or to dispraise my Lord with that same tongue<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2225</span> </span><br>
Which she hath prais'd him with above compare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
So many thousand times<span class="mid-stop major">?</span> Go Counsellor<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou and my bosom henceforth shall be twaine<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Ile to the Frier to know his remedie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
If all else faile<span class="comma minor">,</span> my selfe have power to die<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2230</span> </span></p>
<span class="direction"><em>Enter Frier and Countie Paris</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> On Thursday sir<span class="mid-stop major">?</span> the time is very short<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> My Father <em>Capulet</em> will have it so<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And I am nothing slow to slack his hast<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> You say you do not know the Ladies mind<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Uneven is the course<span class="comma minor">,</span> I like it not<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2235</span> </span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Immoderately she weepes for <em>Tybalts</em> death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
And therfore have I little talke of Love<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For <em>Venus</em> smiles not in a house of teares<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Now sir<span class="comma minor">,</span> her Father counts it dangerous<span class="numbering"> <span class="syllable-count">10</span></span><br>
That she doth give her sorrow so much sway<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2240</span> </span><br>
And in his wisedome<span class="comma minor">,</span> hasts our marriage<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To stop the inundation of her teares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which too much minded by her selfe alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
May be put from her by societie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Now doe you know the reason of this hast<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2245</span> </span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> I would I knew not why it should be slow'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Looke sir<span class="comma minor">,</span> here comes the Lady towards my Cell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Enter Juliet</em>.</span>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Happily met<span class="comma minor">,</span> my Lady and my wife<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> That may be sir<span class="comma minor">,</span> when I may be a wife<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> That may be<span class="comma minor">,</span> must be Love<span class="comma minor">,</span> on Thursday next<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2250</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> What must be shall be<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> That's a certaine text<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Come you to make confession to this Father<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> To answere that<span class="comma minor">,</span> I should confesse to you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Do not denie to him<span class="comma minor">,</span> that you Love me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2255</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I will confesse to you that I Love him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> So will ye<span class="comma minor">,</span> I am sure that you Love me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> If I do so<span class="comma minor">,</span> it will be of more price<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being spoke behind your backe<span class="comma minor">,</span> then to your face<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Poore soule<span class="comma minor">,</span> thy face is much abus'd with teares<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2260</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> The teares have got small victorie by that<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For it was bad inough before their spight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Thou wrong'st it more then teares with that report<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> That is no slaunder sir<span class="comma minor">,</span> which is a truth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And what I spake<span class="comma minor">,</span> I spake it to thy face<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2265</span> </span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Thy face is mine<span class="comma minor">,</span> and thou hast slaundred it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> It may be so<span class="comma minor">,</span> for it is not mine owne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Are you at leisure<span class="comma minor">,</span> Holy Father now<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or shall I come to you at evening Masse<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> My leisure serves me pensiue daughter now<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2270</span> </span></p>
<p>My Lord you must intreat the time alone<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Godsheild<span class="colon major">:</span> I should disturbe Devotion<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
<em>Juliet</em><span class="comma minor">,</span> on Thursday early will I rowse yee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Till then adue<span class="comma minor">,</span> and keepe this holy kisse<span class="mid-stop major">.</span> <span class="direction"><em>Exit Paris</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O shut the doore<span class="comma minor">,</span> and when thou hast done so<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2275</span> </span><br>
Come weepe with me<span class="comma minor">,</span> past hope<span class="comma minor">,</span> past care<span class="comma minor">,</span> past helpe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> O <em>Juliet</em><span class="comma minor">,</span> I alreadie know thy griefe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It streames me past the compasse of my wits<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I heare thou must and nothing may prorogue it<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
On Thursday next be married to this Countie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2280</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Tell me not Frier that thou hearest of this<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Unlesse thou tell me how I may prevent it<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
If in thy wisedome<span class="comma minor">,</span> thou canst give no helpe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Do thou but call my resolution wise<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And with this knife<span class="comma minor">,</span> Ile helpe it presently<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2285</span> </span></p>
<p>God joyn'd my heart<span class="comma minor">,</span> and <em>Romeos</em><span class="comma minor">,</span> thou our hands<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And ere this hand by thee to <em>Romeo</em> seal'd<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall be the Labell to another Deede<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or my true heart with trecherous revolt<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Turne to another<span class="comma minor">,</span> this shall slay them both<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2290</span> </span><br>
Therefore out of thy long experien'st time<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Give me some present counsell<span class="comma minor">,</span> or behold<span class="numbering"> <span class="syllable-count">10</span></span><br>
Twixt my extreames and me<span class="comma minor">,</span> this bloody knife<span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall play the umpeere<span class="comma minor">,</span> arbitrating that<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which the commission of thy yeares and art<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2295</span> </span><br>
Could to no issue of true honour bring<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Be not so long to speak<span class="comma minor">,</span> I long to die<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
If what thou speak'st<span class="comma minor">,</span> speake not of remedy<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Hold Daughter<span class="comma minor">,</span> I doe spie a kind of hope<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which craves as desperate an execution<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2300</span> </span><br>
As that is desperate which we would prevent<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>If rather then to marrie Countie <em>Paris</em><span class="numbering"> <span class="syllable-count">11</span></span><br>
Thou hast the strength of will to slay thy selfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then is it likely thou wilt undertake<span class="numbering"> <span class="syllable-count">11</span></span><br>
A thing like death to chide away this shame<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2305</span> </span><br>
That coap'st with death himselfe<span class="comma minor">,</span> to scape fro it<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And if thou dar'st<span class="comma minor">,</span> Ile give thee remedie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Oh bid me leape<span class="comma minor">,</span> rather then marrie <em>Paris</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
From of the Battlements of any Tower<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Or walke in theevish waies<span class="comma minor">,</span> or bid me lurke<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2310</span> </span><br>
Where Serpents are<span class="colon major">:</span> chaine me with roaring Beares<span class="numbering"> <span class="syllable-count">10</span></span><br>
Or hide me nightly in a Charnell house<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Orecovered quite with dead mens ratling bones<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
With reckie shankes and yellow chappels sculls<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or bid me go into a new made grave<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2315</span> </span><br>
And hide me with a dead man in his grave<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Things that to heare them told<span class="comma minor">,</span> have made me tremble<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And I will doe it without feare or doubt<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To live an unstained wife to my sweet Love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Hold then<span class="colon major">:</span> goe home<span class="comma minor">,</span> be merrie<span class="comma minor">,</span> give consent<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2320</span> </span><br>
To marrie <em>Paris</em><span class="colon major">:</span> wensday is to morrow<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To morrow night looke that thou lie alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Let not thy Nurse lie with thee in thy Chamber<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Take thou this Violl being then in bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span></span><br>
And this distilling liquor drinke thou off<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2325</span> </span><br>
When presently through all thy veines shall run<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A cold and drowsie humour<span class="colon major">:</span> for no pulse<span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall keepe his native progresse<span class="comma minor">,</span> but surcease<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
No warmth<span class="comma minor">,</span> no breath shall testifie thou livest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
The Roses in thy lips and cheekes shall fade<span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2330</span> </span><br>
To many ashes<span class="comma minor">,</span> the eyes windowes fall<span class="numbering"> <span class="syllable-count">9</span></span><br>
Like death when he shut up the day of life<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Each part depriv'd of supple government<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall stiffe and starke<span class="comma minor">,</span> and cold appeare like death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And in this borrowed likenesse of shrunke death<span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">2335</span> </span><br>
Thou shalt continue two and forty houres<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And then awake<span class="comma minor">,</span> as from a pleasant sleepe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Now when the Bridegroome in the morning comes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To rowse thee from thy bed<span class="comma minor">,</span> there art thou dead<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then as the manner of our country is<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2340</span> </span><br>
In thy best Robes uncover'd on the Beere<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Be borne to buriall in thy kindreds grave<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou shalt be borne to that same ancient vault<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where all the kindred of the <em>Capulets</em> lie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
In the meane time against thou shalt awake<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2345</span> </span><br>
Shall <em>Romeo</em> by my Letters know our drift<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And hither shall he come<span class="comma minor">,</span> and that very night<span class="numbering"> <span class="syllable-count">11</span></span><br>
Shall <em>Romeo</em> beare thee hence to <em>Mantua</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>And this shall free thee from this present shame<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
If no inconstant toy nor womanish feare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2350</span> </span><br>
Abate thy valour in the acting it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Give me<span class="comma minor">,</span> give me<span class="comma minor">,</span> O tell me not of care<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Hold get you gone<span class="comma minor">,</span> be strong and prosperous<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In this resolve<span class="comma minor">,</span> Ile send a Frier with speed<span class="numbering"> <span class="syllable-count">10</span></span><br>
To <em>Mantua</em> with my Letters to thy Lord<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2355</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Love give me strength<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
And the strength shall helpe afford<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
Farewell deare father<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em></span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="direction"><em>Enter Father Capulet, Mother, Nurse, and</em><span class="numbering"></span><br>
<em>Serving men, two or three</em>.</span><span class="numbering"> <span class="line-count">2360</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> So many guests invite as here are writ<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Sirrah<span class="comma minor">,</span> go hire me twenty cunning Cookes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> You shall have none ill sir<span class="comma minor">,</span> for Ile trie if they can<span class="numbering"></span><br>
licke their fingers<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> How canst thou trie them so<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2365</span> </span></p>
<p><span class="character"><em>Servant</em><span class="char-stop">.</span></span> Marrie sir<span class="comma minor">,</span> 'tis an ill Cooke that cannot licke his<span class="numbering"></span><br>
owne fingers<span class="colon major">:</span> therefore he that cannot licke his fingers<span class="numbering"></span><br>
goes not with me<span class="end-stop major">.</span><span class="numbering"></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Go be gone<span class="comma minor">,</span> we shall be much unfurnisht for this<span class="numbering"></span><br>
time<span class="colon major">:</span> what is my Daughter gone to Frier <em>Lawrence</em><span class="end-stop major">?</span><span class="numbering"> <span class="line-count">2370</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> I forsooth<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Well he may chance to do some good on her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A peevish selfe-wild harlotry it is<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Enter Juliet</em>.</span>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> See where she comes from shrift<span class="numbering"> <span class="syllable-count">6</span></span><br>
With merrie looke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2375</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> How now my headstrong<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Where have you bin gadding<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Where I have learnt me to repent the sin<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of disobedient opposition<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
To you and your behests<span class="comma minor">,</span> and am enjoyn'd<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2380</span> </span><br>
By holy <em>Lawrence</em><span class="comma minor">,</span> to fall prostrate here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To beg your pardon<span class="colon major">:</span> pardon I beseech you<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Henceforward I am ever rul'd by you<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Send for the Countie<span class="comma minor">,</span> goe tell him of this<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ile have this knot knit up to morrow morning<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2385</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I met the youthfull Lord at <em>Lawrence</em> Cell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And gave him what becomed Love I might<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Not stepping ore the bounds of modestie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Why I am glad on't<span class="comma minor">,</span> this is well<span class="comma minor">,</span> stand up<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
This is as't should be<span class="comma minor">,</span> let me see the County<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2390</span> </span><br>
I marrie go I say<span class="comma minor">,</span> and fetch him hither<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Now afore God<span class="comma minor">,</span> this reveren'd holy Frier<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
All our whole Cittie is much bound to him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Nurse will you goe with me into my Closet<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To helpe me sort such needfull ornaments<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2395</span> </span><br>
As you thinke fit to furnish me to morrow<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> No not till Thursday<span class="comma minor">,</span> there's time inough<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Go Nurse<span class="comma minor">,</span> go with her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Weele to Church to morrow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<span class="direction"><em>Exeunt Juliet and Nurse</em>.</span>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> We shall be short in our provision<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2400</span> </span><br>
'Tis now neere night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Tush<span class="comma minor">,</span> I will stirre about<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
And all things shall be well<span class="comma minor">,</span> I warrant thee wife<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Go thou to <em>Juliet</em><span class="comma minor">,</span> helpe to decke up her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ile not to bed to night<span class="comma minor">,</span> let me alone<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2405</span> </span><br>
Ile play the huswife for this once<span class="mid-stop major">.</span> What ho<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>They are all forth<span class="comma minor">,</span> well I will walke my selfe<span class="numbering"> <span class="syllable-count">10</span></span><br>
To Countie <em>Paris</em><span class="comma minor">,</span> to prepare him up<span class="numbering"> <span class="syllable-count">10</span></span><br>
Against to morrow<span class="comma minor">,</span> my heart is wondrous light<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Since this same way-ward Gyrle is so reclaim'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2410</span> </span></p>
<span class="direction"><em>Exeunt Father and Mother</em>.</span>
<span class="direction"><em>Enter Juliet and Nurse</em>.</span>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> I those attires are best<span class="comma minor">,</span> but gentle Nurse<span class="numbering"> <span class="syllable-count">10</span></span><br>
I pray thee leave me to my selfe to night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For I have need of many Orysons<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To move the heavens to smile upon my state<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Which well thou know'st<span class="comma minor">,</span> is crosse and full of sin<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2415</span> </span></p>
<span class="direction"><em>Enter Mother</em>.</span>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> What are you busie ho<span class="mid-stop major">?</span> need you my help<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> No Madam<span class="comma minor">,</span> we have cul'd such necessaries<span class="numbering"> <span class="syllable-count">11</span></span><br>
As are behoovefull for our state to morrow<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
So please you<span class="comma minor">,</span> let me now be left alone<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And let the Nurse this night sit up with you<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2420</span> </span><br>
For I am sure<span class="comma minor">,</span> you have your hands full all<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
In this so sudden businesse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Goodnight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>Get thee to bed and rest<span class="comma minor">,</span> for thou hast need<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Farewell<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">3</span> <span class="line-count">2425</span> </span><br>
God knowes when we shall meete againe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p>I have a faint cold feare thrills through my veines<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That almost freezes up the heate of fire<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Ile call them backe againe to comfort me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Nurse<span class="comma minor">,</span> what should she do here<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2430</span> </span></p>
<p>My dismall Sceane<span class="comma minor">,</span> I needs must act alone<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Come Viall<span class="comma minor">,</span> what if this mixture do not worke at all<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">12</span></span></p>
<p>Shall I be married then to morrow morning<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>No<span class="comma minor">,</span> no<span class="comma minor">,</span> this shall forbid it<span class="mid-stop major">.</span> Lie thou there<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What if it be a poyson which the Frier<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2435</span> </span><br>
Subtilly hath ministred to have me dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Least in this marriage he should be dishonour'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Because he married me before to <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>I feare it is<span class="comma minor">,</span> and yet me thinkes it should not<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
For he hath still beene tried a holy man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2440</span> </span></p>
<p>How<span class="comma minor">,</span> if when I am laid into the Tombe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I wake before the time that <em>Romeo</em><span class="numbering"> <span class="syllable-count">9</span></span><br>
Come to redeeme me<span class="mid-stop major">?</span> There's a fearefull point<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Shall I not then be stifled in the Vault<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>To whose foule mouth no healthsome ayre breaths in<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2445</span> </span><br>
And there die strangled ere my <em>Romeo</em> comes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Or if I live<span class="comma minor">,</span> is it not very like<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The horrible conceit of death and night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Together with the terror of the place<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As in a Vaulte<span class="comma minor">,</span> an ancient receptacle<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2450</span> </span><br>
Where for these many hundred yeeres the bones<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of all my buried Auncestors are packt<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Where bloody <em>Tybalt</em><span class="comma minor">,</span> yet but greene in earth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Lies festring in his shrow'd<span class="comma minor">,</span> where as they say<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
At some houres in the night<span class="comma minor">,</span> Spirits resort<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2455</span> </span><br>
Alacke<span class="comma minor">,</span> alacke<span class="comma minor">,</span> is it not like that <span class="numbering"> <span class="syllable-count">9</span></span><br>
So early waking<span class="comma minor">,</span> what with loathsome smels<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And shrikes like Mandrakes torne out of the earth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That living mortalls hearing them<span class="comma minor">,</span> run mad<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O if I wake<span class="comma minor">,</span> shall I not be distraught<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2460</span> </span><br>
Invironed with all these hidious feares<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And madly play with my forefathers joynts<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>And plucke the mangled <em>Tybalt</em> from his shrow'd<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>And in this rage<span class="comma minor">,</span> with some great kinsmans bone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As <span class="paren minor">(</span>with a club<span class="paren minor">)</span> dash out my desperate braines<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2465</span> </span></p>
<p>O looke<span class="comma minor">,</span> me thinks I see my Cozins Ghost<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Seeking out <em>Romeo</em> that did spit his body<span class="numbering"> <span class="syllable-count">11</span></span><br>
Upon my Rapiers point<span class="colon major">:</span> stay <em>Tybalt</em><span class="comma minor">,</span> stay<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<em>Romeo</em><span class="comma minor">,</span> <em>Romeo</em><span class="comma minor">,</span> <em>Romeo</em><span class="comma minor">,</span> here's drinke<span class="colon major">:</span> I drinke to thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">13</span></span></p>
<span class="direction"><em>Enter Lady of the house, and Nurse</em>.</span>
<p><span class="character"><em>Lady</em><span class="char-stop">.</span></span> Hold<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">1</span> <span class="line-count">2470</span> </span><br>
Take these keies<span class="comma minor">,</span> and fetch more spices Nurse<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> They call for Dates and Quinces in the Pastrie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter old Capulet</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Come<span class="comma minor">,</span> stir<span class="comma minor">,</span> stir<span class="comma minor">,</span> stir<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
The second Cocke hath Crow'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
The Curphew Bell hath rung<span class="comma minor">,</span> 'tis three a clocke<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2475</span> </span><br>
Looke to the bakte meates<span class="comma minor">,</span> good <em>Angelica</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Spare not for cost<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Go you Cot-queane<span class="comma minor">,</span> go<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Get you to bed<span class="comma minor">,</span> faith youle be sicke to morrow<span class="numbering"> <span class="syllable-count">11</span></span><br>
For this nights watching<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span> <span class="line-count">2480</span> </span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> No not a whit<span class="colon major">:</span> what<span class="mid-stop major">?</span> I have watcht ere now<span class="numbering"> <span class="syllable-count">10</span></span><br>
All night for lesse cause<span class="comma minor">,</span> and nere beene sicke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> I you have bin a Mouse-hunt in your time<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
But I will watch you from such watching now<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Exit Lady and Nurse</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> A jealous hood<span class="comma minor">,</span> a jealous hood<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">8</span> <span class="line-count">2485</span> </span><br>
Now fellow<span class="comma minor">,</span> what there<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<span class="direction"><em>Enter three or foure with spits, and logs, and baskets</em>.</span>
<p><span class="character"><em>Fellow</em><span class="char-stop">.</span></span> Things for the Cooke sir<span class="comma minor">,</span> but I know not what<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Make hast<span class="comma minor">,</span> make hast<span class="comma minor">,</span> sirrah<span class="comma minor">,</span> fetch drier Logs<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Call <em>Peter</em><span class="comma minor">,</span> he will shew thee where they are<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Fellow</em><span class="char-stop">.</span></span> I have a head sir<span class="comma minor">,</span> that will find out logs<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2490</span> </span><br>
And never trouble <em>Peter</em> for the matter<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Masse and well said<span class="comma minor">,</span> a merrie horson<span class="comma minor">,</span> ha<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thou shalt be loggerhead<span class="colon major">;</span> good Father<span class="comma minor">,</span> 'tis day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Play Musicke</em></span>
<p>The Countie will be here with Musicke straight<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For so he said he would<span class="comma minor">,</span> I heare him neere<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2495</span> </span><br>
Nurse<span class="comma minor">,</span> wife<span class="comma minor">,</span> what ho<span class="mid-stop major">?</span> what Nurse I say<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<span class="direction"><em>Enter Nurse</em>.</span>
<p>Go waken <em>Juliet</em><span class="comma minor">,</span> go and trim her up<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ile go and chat with <em>Paris</em><span class="colon major">:</span> hie<span class="comma minor">,</span> make hast<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Make hast<span class="comma minor">,</span> the Bridegroome<span class="comma minor">,</span> he is come already<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Make hast I say<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2500</span> </span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Mistris<span class="comma minor">,</span> what Mistris<span class="mid-stop major">?</span> <em>Juliet</em><span class="mid-stop major">?</span> Fast I warrant her she<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">13</span></span></p>
<p>Why Lambe<span class="comma minor">,</span> why Lady<span class="mid-stop major">?</span> fie you sluggabed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Why Love I say<span class="mid-stop major">?</span> Madam<span class="comma minor">,</span> sweet heart<span class="colon major">:</span> why Bride<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What not a word<span class="mid-stop major">?</span> You take your peniworths now<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Sleepe for a weeke<span class="comma minor">,</span> for the next night I warrant<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2505</span> </span><br>
The Countie <em>Paris</em> hath set up his rest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That you shall rest but little<span class="comma minor">,</span> God forgive me<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Marrie and Amen<span class="colon major">:</span> how sound is she a sleepe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>I must needs wake her<span class="colon major">:</span> Madam<span class="comma minor">,</span> Madam<span class="comma minor">,</span> Madam<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
I<span class="comma minor">,</span> let the Countie take you in your bed<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2510</span> </span><br>
Heele fright you up yfaith<span class="mid-stop major">.</span> Will it not be<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What drest<span class="comma minor">,</span> and in your clothes<span class="comma minor">,</span> and downe againe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>I must needs wake you<span class="colon major">:</span> Lady<span class="comma minor">,</span> Lady<span class="comma minor">,</span> Lady<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Alas<span class="comma minor">,</span> alas<span class="comma minor">,</span> helpe<span class="comma minor">,</span> helpe<span class="comma minor">,</span> my Ladyes dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Oh weladay<span class="comma minor">,</span> that ever I was borne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2515</span> </span><br>
Some Aqua-vitae ho<span class="comma minor">,</span> my Lord<span class="comma minor">,</span> my Lady<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> What noise is heere<span class="mid-stop major">?</span> <span class="direction"><em>Enter Mother</em>.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O lamentable day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> What is the matter<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Looke<span class="comma minor">,</span> looke<span class="comma minor">,</span> oh heavie day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2520</span> </span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> O me<span class="comma minor">,</span> O me<span class="comma minor">,</span> my Child<span class="comma minor">,</span> my onely life<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Revive<span class="comma minor">,</span> looke up<span class="comma minor">,</span> or I will die with thee<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Helpe<span class="comma minor">,</span> helpe<span class="comma minor">,</span> call helpe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<span class="direction"><em>Enter Father</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> For shame bring <em>Juliet</em> forth<span class="comma minor">,</span> her Lord is come<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Shee's dead<span class="colon major">:</span> deceast<span class="comma minor">,</span> shee's dead<span class="colon major">:</span> alacke the day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2525</span> </span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> Alacke the day<span class="comma minor">,</span> shee's dead<span class="comma minor">,</span> shee's dead<span class="comma minor">,</span> shee's dead<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Ha<span class="mid-stop major">?</span> Let me see her<span class="colon major">:</span> out alas shee's cold<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Her blood is setled and her joynts are stiffe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Life and these lips have long bene seperated<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Death lies on her like an untimely frost<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2530</span> </span><br>
Upon the swetest flower of all the field<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O Lamentable day<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> O wofull time<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Death that hath tane her hence to make me waile<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Ties up my tongue<span class="comma minor">,</span> and will not let me speake<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2535</span> </span></p>
<span class="direction"><em>Enter Frier and the Countie</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Come<span class="comma minor">,</span> is the Bride ready to go to Church<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Ready to go<span class="comma minor">,</span> but never to returne<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O Sonne<span class="comma minor">,</span> the night before thy wedding day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hath death laine with thy wife<span class="colon major">:</span> there she lies<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Flower as she was<span class="comma minor">,</span> deflowred by him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2540</span> </span></p>
<p>Death is my Sonne in law<span class="comma minor">,</span> death is my Heire<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
My Daughter he hath wedded<span class="mid-stop major">.</span> I will die<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And leave him all life living<span class="comma minor">,</span> all is deaths<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Have I thought long to see this mornings face<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And doth it give me such a sight as this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2545</span> </span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Capulet</span></em><span class="char-stop">.</span></span> Accur'st<span class="comma minor">,</span> unhappie<span class="comma minor">,</span> wretched hatefull day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Most miserable houre<span class="comma minor">,</span> that ere time saw<span class="numbering"> <span class="syllable-count">10</span></span><br>
In lasting labour of his Pilgrimage<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>But one<span class="comma minor">,</span> poore one<span class="comma minor">,</span> one poore and loving Child<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But one thing to rejoyce and solace in<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2550</span> </span><br>
And cruell death hath catcht it from my sight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> O wo<span class="comma minor">,</span> O wofull<span class="comma minor">,</span> wofull<span class="comma minor">,</span> wofull day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Most lamentable day<span class="comma minor">,</span> most wofull day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That ever<span class="comma minor">,</span> ever<span class="comma minor">,</span> I did yet behold<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O day<span class="comma minor">,</span> O day<span class="comma minor">,</span> O day<span class="comma minor">,</span> O hatefull day<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2555</span> </span><br>
Never was seene so blacke a day as this<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O wofull day<span class="comma minor">,</span> O wofull day<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Beguild<span class="comma minor">,</span> divorced<span class="comma minor">,</span> wronged<span class="comma minor">,</span> spighted<span class="comma minor">,</span> slaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Most detestable death<span class="comma minor">,</span> by thee beguil'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By cruell<span class="comma minor">,</span> cruell thee<span class="comma minor">,</span> quite overthrowne<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">8</span> <span class="line-count">2560</span> </span><br>
O love<span class="comma minor">,</span> O life<span class="colon major">;</span> not life<span class="comma minor">,</span> but love in death<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> Despis'd<span class="comma minor">,</span> distressed<span class="comma minor">,</span> hated<span class="comma minor">,</span> martir'd<span class="comma minor">,</span> kil'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Uncomfortable time<span class="comma minor">,</span> why cam'st thou now<span class="numbering"> <span class="syllable-count">10</span></span><br>
To murther<span class="comma minor">,</span> murther our solemnitie<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O Child<span class="comma minor">,</span> O Child<span class="colon major">;</span> my soule<span class="comma minor">,</span> and not my Child<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2565</span> </span><br>
Dead art thou<span class="comma minor">,</span> alacke my Child is dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And with my Child<span class="comma minor">,</span> my joyes are buried<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Peace ho for shame<span class="comma minor">,</span> confusions<span class="colon major">:</span> Care lives not<span class="numbering"> <span class="syllable-count">10</span></span><br>
In these confusions<span class="comma minor">,</span> heaven and your selfe<span class="numbering"> <span class="syllable-count">10</span></span><br>
Had part in this faire Maid<span class="comma minor">,</span> now heaven hath all<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2570</span> </span><br>
And all the better is it for the Maid<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Your part in her<span class="comma minor">,</span> you could not keepe from death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But heaven keepes his part in eternall life<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
The most you sought was her promotion<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
For 'twas your heaven<span class="comma minor">,</span> she shouldst be advan'st<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2575</span> </span><br>
And weepe ye now<span class="comma minor">,</span> seeing she is advan'st<span class="numbering"> <span class="syllable-count">9</span></span><br>
Above the Cloudes<span class="comma minor">,</span> as high as Heaven it selfe<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>O in this love<span class="comma minor">,</span> you love your Child so ill<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That you run mad<span class="comma minor">,</span> seeing that she is well<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Shee's not well married<span class="comma minor">,</span> that lives married long<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2580</span> </span><br>
But shee's best married<span class="comma minor">,</span> that dies married yong<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Drie up your teares<span class="comma minor">,</span> and sticke your Rosemarie<span class="numbering"> <span class="syllable-count">11</span></span><br>
On this faire Coarse<span class="comma minor">,</span> and as the custome is<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And in her best array beare her to Church<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For though some Nature bids all us lament<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2585</span> </span><br>
Yet Natures teares are Reasons merriment<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> All things that we ordained Festivall<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Turne from their office to blacke Funerall<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Our instruments to melancholy Bells<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Our wedding cheare<span class="comma minor">,</span> to a sad buriall Feast<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2590</span> </span><br>
Our solemne Hymnes<span class="comma minor">,</span> to sullen Dyrges change<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Our Bridall flowers serve for a buried Coarse<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And all things change them to the contrarie<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Sir go you in<span class="colon major">;</span> and Madam<span class="comma minor">,</span> go with him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And go sir <em>Paris</em><span class="comma minor">,</span> every one prepare<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2595</span> </span><br>
To follow this faire Coarse unto her grave<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The heavens do lowre upon you<span class="comma minor">,</span> for some ill<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Move them no more<span class="comma minor">,</span> by crossing their high will<span class="mid-stop major">.</span> <span class="direction"><em>Exeunt</em></span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> Faith we may put up our Pipes and be gone<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Nurse</em><span class="char-stop">.</span></span> Honest goodfellowes<span class="colon major">:</span> Ah put up<span class="comma minor">,</span> put up<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2600</span> </span><br>
For well you know<span class="comma minor">,</span> this is a pitifull case<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> I by my troth<span class="comma minor">,</span> the case may be amended<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<span class="direction"><em>Enter Peter</em>.</span>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> Musitions<span class="comma minor">,</span> oh Musitions<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
Hearts ease<span class="comma minor">,</span> hearts ease<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
O<span class="comma minor">,</span> and you will have me live<span class="comma minor">,</span> play hearts ease<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2605</span> </span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> Why hearts ease<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">3</span></span><br>
<span class="character"><em>Quince</em><span class="char-stop">.</span></span> O Musitions<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Because my heart it selfe plaies<span class="comma minor">,</span> my heart is full<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> Not a dump we<span class="comma minor">,</span> 'tis no time to play now<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> You will not then<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2610</span> </span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> No<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">1</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> I will then give it you soundly<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> What will you give us<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> No money on my faith<span class="comma minor">,</span> but the gleeke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>I will give you the Minstrell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">2615</span> </span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> Then will I give you the Serving creature<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> Then will I lay the serving Creatures Dagger<span class="numbering"></span><br>
on your pate<span class="mid-stop major">.</span> I will carie no Crochets<span class="comma minor">,</span> Ile Re you<span class="comma minor">,</span> Ile Fa<span class="numbering"></span><br>
you<span class="comma minor">,</span> do you note me<span class="end-stop major">?</span><span class="numbering"></span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> And you Re us<span class="comma minor">,</span> and Fa us<span class="comma minor">,</span> you Note us<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2620</span> </span></p>
<p><span class="character"><em>Second Man</em><span class="char-stop">.</span></span> Pray you put up your Dagger<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">7</span></span><br>
And put out your wit<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>Then have at you with my wit<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> I will drie-beate you with an yron wit<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And put up my yron Dagger<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">8</span> <span class="line-count">2625</span> </span></p>
<p>Answere me like men<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
When griping griefes the heart doth wound<span class="comma minor">,</span> then Musicke<span class="numbering"></span><br>
with her silver sound<span class="end-stop major">.</span><span class="numbering"></span></p>
<p>Why silver sound<span class="mid-stop major">?</span> why Musicke with her silver sound<span class="end-stop major">?</span><span class="numbering"></span></p>
<p>what say you <em>Simon Catling</em><span class="end-stop major">?</span><span class="numbering"> <span class="line-count">2630</span> </span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> Mary sir<span class="comma minor">,</span> because silver hath a sweet sound<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> Pratest<span class="comma minor">,</span> what say you <em>Hugh Rebicke</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Second Man</em><span class="char-stop">.</span></span> I say silver sound<span class="comma minor">,</span> because Musitions sound for silver<span class="numbering"> <span class="syllable-count">14</span></span><br>
<span class="character"><em>Quince</em><span class="char-stop">.</span></span> Pratest to<span class="comma minor">,</span> what say you <em>James Sound-Post</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Third Musition</em><span class="char-stop">.</span></span> Faith I know not what to say<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span> <span class="line-count">2635</span> </span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> O I cry you mercy<span class="comma minor">,</span> you are the Singer<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>I will say for you<span class="colon major">;</span> it is Musicke with her silver sound<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">14</span></span><br>
Because Musitions have no gold for sounding<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Then Musicke with her silver sound<span class="comma minor">,</span> with speedy helpe<span class="numbering"></span><br>
doth lend redresse<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="line-count">2640</span> </span></p>
<p><span class="character"><em>Musition</em><span class="char-stop">.</span></span> What a pestilent knave is this same<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span>2<span class="char-stop">.</span></span> Hang him Jacke<span class="comma minor">,</span> come weele in here<span class="comma minor">,</span> tarrie for<span class="numbering"></span><br>
the Mourners<span class="comma minor">,</span> and stay dinner<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"></span></p>
<span class="direction"><em>Enter Romeo</em>.</span>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> If I may trust the flattering truth of sleepe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
My dreames presage some joyfull newes at hand<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2645</span> </span><br>
My bosomes Lord<span class="mid-stop major">.</span> sits lightly in his throne<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And all this day an unaccustom'd spirit<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Lifts me above the ground with cheerefull thoughts<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>I dreamt my Lady came and found me dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="paren minor">(</span>Strange dreame that gives a dead man leave to thinke<span class="comma minor">,</span><span class="paren minor">)</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2650</span> </span><br>
And breath'd such life with kisses in my lips<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
That I reviv'd and was an Emperour<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Ah me<span class="comma minor">,</span> how sweet is love it selfe possest<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
When but loves shadowes are so rich in joy<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Romeo's man</em>.</span>
<p>Newes from <em>Verona</em><span class="comma minor">,</span> how now <em>Balthazer</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2655</span> </span></p>
<p>Dost thou not bring me Letters from the Frier<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>How doth my Lady<span class="mid-stop major">?</span> Is my Father well<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>How doth my Lady <em>Juliet</em><span class="mid-stop major">?</span> that I aske againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
For nothing can be ill<span class="comma minor">,</span> is she be well<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> Then she is well<span class="comma minor">,</span> and nothing can be ill<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2660</span> </span></p>
<p>Her body sleepes in <em>Capels</em> Monument<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And her immortall part with Angels live<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I saw her laid low in her kindreds Vault<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And presently tooke Poste to tell it you<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
O pardon me for bringing these ill newes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2665</span> </span><br>
Since you did leave it for my office Sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Is it even so<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p>Then I denie you Starres<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>Thou knowest my lodging<span class="comma minor">,</span> get me inke and paper<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
And hire Post-Horses<span class="comma minor">,</span> I will hence to night<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2670</span> </span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> I do beseech you sir<span class="comma minor">,</span> have patience<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Your lookes are pale and wild<span class="comma minor">,</span> and do import<span class="numbering"> <span class="syllable-count">10</span></span><br>
Some misadventure<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Tush<span class="comma minor">,</span> thou art deceiv'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Leave me<span class="comma minor">,</span> and do the thing I bid thee do<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2675</span> </span></p>
<p>Hast thou no Letters to me from the Frier<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> No my good Lord<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<span class="direction"><em>Exit Man</em>.</span>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> No matter<span class="colon major">:</span> Get thee gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
And hyre those Horses<span class="comma minor">,</span> Ile be with thee straight<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Well <em>Juliet</em><span class="comma minor">,</span> I will lie with thee to night<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2680</span> </span><br>
Lets see for meanes<span class="comma minor">,</span> O mischiefe thou art swift<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To enter in the thoughts of desperate men<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
I do remember an Appothecarie<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And here abouts dwells<span class="comma minor">,</span> which late I noted<span class="numbering"> <span class="syllable-count">10</span></span><br>
In tattred weeds<span class="comma minor">,</span> with overwhelming browes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2685</span> </span><br>
Culling of Simples<span class="comma minor">,</span> meager were his lookes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Sharp miserie had worne him to the bones<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And in his needie shop a Tortoyrs hung<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
An Allegater stuft<span class="comma minor">,</span> and other skins<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of ill shap'd fishes<span class="comma minor">,</span> and about his shelves<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2690</span> </span><br>
A beggerly account of emptie boxes <span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Greene earthen pots<span class="comma minor">,</span> Bladders<span class="comma minor">,</span> and mustie seedes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Remnants of packthred<span class="comma minor">,</span> and old cakes of Roses<span class="numbering"> <span class="syllable-count">10</span></span><br>
Were thinly scattered<span class="comma minor">,</span> to make up a shew<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Noting this penury<span class="comma minor">,</span> to my selfe I said<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2695</span> </span><br>
An if a man did need a poyson now<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Whose sale is present death in <em>Mantua</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Here lives a Caitiffe wretch would sell it him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O this same thought did but fore-run my need<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And this same needie man must sell it me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2700</span> </span></p>
<p>As I remember<span class="comma minor">,</span> this should be the house<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being holy day<span class="comma minor">,</span> the beggers shop is shut<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What ho<span class="mid-stop major">?</span> Appothecarie<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<span class="direction"><em>Enter Appothecarie</em>.</span>
<p><span class="character"><em>Appothecarie</em><span class="char-stop">.</span></span> Who call's so low'd<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Come hither man<span class="comma minor">,</span> I see that thou art poore<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2705</span> </span><br>
Hold<span class="comma minor">,</span> there is fortie Duckets<span class="comma minor">,</span> let me have<span class="numbering"> <span class="syllable-count">10</span></span><br>
A dram of poyson<span class="comma minor">,</span> such soone speeding geare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As will disperse it selfe through all the veines<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That the life-wearie-taker may fall dead<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And that the Trunke may be discharg'd of breath<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2710</span> </span><br>
As violently<span class="comma minor">,</span> as hastie powder fier'd<span class="numbering"> <span class="syllable-count">10</span></span><br>
Doth hurry from the fatall Canons wombe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Appothecarie</em><span class="char-stop">.</span></span> Such mortall drugs I have<span class="comma minor">,</span> but <em>Mantuas</em> law<span class="numbering"> <span class="syllable-count">10</span></span><br>
Is death to any he<span class="comma minor">,</span> that utters them<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Art thou so bare and full of wretchednesse<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2715</span> </span><br>
And fear'st to die<span class="mid-stop major">?</span> Famine is in thy cheekes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Need and opression starveth in thy eyes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Contempt and beggery hangs upon thy backe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
The world is not thy friend<span class="comma minor">,</span> nor the worlds law<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The world affords no law to make thee rich<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2720</span> </span></p>
<p>Then be not poore<span class="comma minor">,</span> but breake it<span class="comma minor">,</span> and take this<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Appothecarie</em><span class="char-stop">.</span></span> My poverty<span class="comma minor">,</span> but not my will consents<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I pray thy poverty<span class="comma minor">,</span> and not thy will<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Appothecarie</em><span class="char-stop">.</span></span> Put this in any liquid thing you will<span class="numbering"> <span class="syllable-count">10</span></span><br>
And drinke it off<span class="comma minor">,</span> and if you had the strength<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2725</span> </span><br>
Of twenty men<span class="comma minor">,</span> it would dispatch you straight<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> There's thy Gold<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span></span><br>
Worse poyson to mens soules<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
Doing more murther in this loathsome world<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Then these poore compounds that thou maiest not sell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2730</span> </span></p>
<p>I sell thee poyson<span class="comma minor">,</span> thou hast sold me none<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Farewell<span class="comma minor">,</span> buy food<span class="comma minor">,</span> and get thy selfe in flesh<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Come Cordiall<span class="comma minor">,</span> and not poyson<span class="comma minor">,</span> go with me<span class="numbering"> <span class="syllable-count">10</span></span><br>
To <em>Juliets</em> grave<span class="comma minor">,</span> for there must I use thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Exeunt</em>.</span>
<span class="direction"><em>Enter Frier John to Frier Lawrence</em>.</span>
<p><span class="character"><em>John</em><span class="char-stop">.</span></span> Holy <em>Franciscan</em> Frier<span class="comma minor">,</span> Brother<span class="comma minor">,</span> ho<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2735</span> </span></p>
<span class="direction"><em>Enter Frier Lawrence</em>.</span>
<p><span class="character"><em>Lawrence</em><span class="char-stop">.</span></span> This same should be the voice of Frier <em>John</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Welcome from <em>Mantua</em><span class="comma minor">,</span> what sayes <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Or if his mind be writ<span class="comma minor">,</span> give me his Letter<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>John</em><span class="char-stop">.</span></span> Going to find a bare-foote Brother out<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
One of our order to associate me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2740</span> </span><br>
Here in this Citie visiting the sick<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And finding him<span class="comma minor">,</span> the Searchers of the Towne<span class="numbering"> <span class="syllable-count">10</span></span><br>
Suspecting that we both were in a house<span class="numbering"> <span class="syllable-count">10</span></span><br>
Where the infectious pestilence did raigne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Seal'd up the doores<span class="comma minor">,</span> and would not let us forth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2745</span> </span><br>
So that my speed to <em>Mantua</em> there was staid<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Lawrence</em><span class="char-stop">.</span></span> Who bare my Letter then to <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>John</em><span class="char-stop">.</span></span> I could not send it<span class="comma minor">,</span> here it is againe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Nor get a messenger to bring it thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
So fearefull were they of infection<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2750</span> </span></p>
<p><span class="character"><em>Lawrence</em><span class="char-stop">.</span></span> Unhappie Fortune<span class="colon major">:</span> by my Brotherhood<span class="numbering"> <span class="syllable-count">10</span></span><br>
The Letter was not nice<span class="colon major">;</span> but full of charge<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Of deare import<span class="colon major">;</span> and the neglecting it<span class="numbering"> <span class="syllable-count">10</span></span><br>
May do much danger<span class="colon major">:</span> Frier <em>John</em> go hence<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Get me an Iron Crow<span class="comma minor">,</span> and bring it straight<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2755</span> </span><br>
Unto my Cell<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>John</em><span class="char-stop">.</span></span> Brother Ile go and bring it thee<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p><span class="character"><em>Lawrence</em><span class="char-stop">.</span></span> Now must I to the Monument alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Within this three houres will faire <em>Juliet</em> wake<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shee will beshrew me much that <em>Romeo</em><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2760</span> </span><br>
Hath had no notice of these accidents<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But I will write againe to <em>Mantua</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And keepe her at my Cell till <em>Romeo</em> come<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Poore living Coarse<span class="comma minor">,</span> clos'd in a dead mans Tombe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="direction"><em>Exit</em>.</span>
<span class="direction"><em>Enter Paris and his Page</em>.</span>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Give me thy Torch Boy<span class="comma minor">,</span> hence and stand aloft<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2765</span> </span><br>
Yet put it out<span class="comma minor">,</span> for I would not be seene<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Under yond young Trees lay thee all along<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Holding thy eare close to the hollow ground<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
So shall no foot upon the Churchyard tread<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Being loose<span class="comma minor">,</span> unfirme with digging up of Graves<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2770</span> </span><br>
But thou shalt heare it<span class="colon major">:</span> whistle then to me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As signall that thou hearest some thing approach<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Give me those flowers<span class="mid-stop major">.</span> Do as I bid thee<span class="comma minor">,</span> go<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Page</em><span class="char-stop">.</span></span> I am almost afraid to stand alone<span class="numbering"> <span class="syllable-count">10</span></span><br>
Here in the Churchyard<span class="comma minor">,</span> yet I will adventure<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2775</span> </span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> Sweet Flower with flowers thy Bridall bed I strew<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
O woe<span class="comma minor">,</span> thy Canopie is dust and stones<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Which with sweet water nightly I will dewe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Or wanting that<span class="comma minor">,</span> with teares destil'd by mones<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The obsequies that I for thee will keepe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2780</span> </span><br>
Nightly shall be<span class="comma minor">,</span> to strew thy grave<span class="comma minor">,</span> and weepe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Whistle Boy</em>.</span>
<p>The Boy gives warning<span class="comma minor">,</span> something doth approach<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
What cursed foot wanders this wayes to night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To crosse my obsequies<span class="comma minor">,</span> and true loves right<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What with a Torch<span class="mid-stop major">?</span> Muffle me night a while<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2785</span> </span></p>
<span class="direction"><em>Enter Romeo, and Peter</em>.</span>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Give me that Mattocke<span class="comma minor">,</span> & the wrenching Iron<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hold take this Letter<span class="comma minor">,</span> early in the morning<span class="numbering"> <span class="syllable-count">11</span></span><br>
See thou deliver it to my Lord and Father<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Give me the light<span class="colon major">;</span> upon thy life I charge thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
What ere thou hear'st or seest<span class="comma minor">,</span> stand all aloofe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2790</span> </span><br>
And do not interrupt me in my course<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Why I descend into this bed of death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Is partly to behold my Ladies face<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
But chiefly to take thence from her dead finger<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
A precious Ring<span class="comma minor">,</span> a Ring that I must use<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2795</span> </span><br>
In deare employment<span class="comma minor">,</span> therefore hence be gone<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
But if thou jealous dost returne to prie<span class="numbering"> <span class="syllable-count">10</span></span><br>
In what I further shall intend to do<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By heaven I will teare thee joynt by joynt<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And strew this hungry Churchyard with thy limbs<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2800</span> </span><br>
The time<span class="comma minor">,</span> and my intents are savage wilde<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
More fierce and more inexorable farre<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Them emptie Tygers<span class="comma minor">,</span> or the roaring Sea<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> I will be gone sir<span class="comma minor">,</span> and not trouble you<span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> So shalt thou shew me friendship<span class="colon major">:</span> take thou that<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2805</span> </span><br>
Live and be prosperous<span class="comma minor">,</span> and farewell good fellow<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">13</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> For all this same<span class="comma minor">,</span> Ile hide me here about<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
His lookes I feare<span class="comma minor">,</span> and his intents I doubt<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Thou detestable mawe<span class="comma minor">,</span> thou wombe of death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Gorg'd with the dearest morsell of the earth<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2810</span> </span><br>
Thus I enforce thy rotten Jawes to open<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And in despight<span class="comma minor">,</span> Ile cram thee with more food<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> This is that banisht haughtie <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That murdred my Loves Cozin<span class="colon major">;</span> with which griefe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It is supposed the faire Creature died<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2815</span> </span><br>
And here is come to do some villanous shame<span class="numbering"> <span class="syllable-count">11</span></span><br>
To the dead bodies<span class="colon major">:</span> I will apprehend him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Stop thy unhallowed toyle<span class="comma minor">,</span> vile <em>Mountague</em><span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Can vengeance be pursued further then death<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Condemned villaine<span class="comma minor">,</span> I do apprehend thee<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2820</span> </span></p>
<p>Obey and go with me<span class="comma minor">,</span> for thou must die<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<span class="character"><em>Romeo</em><span class="char-stop">.</span></span> I must indeed<span class="comma minor">,</span> and therfore came I hither<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Good gentle youth<span class="comma minor">,</span> tempt not a desperate man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Flie hence and leave me<span class="comma minor">,</span> thinke upon those gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Let them affright thee<span class="mid-stop major">.</span> I beseech thee Youth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2825</span> </span><br>
Put not an other sin upon my head<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By urging me to furie<span class="mid-stop major">.</span> O be gone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
By heaven I love thee better then my selfe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
For I come hither arm'd against my selfe<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Stay not<span class="comma minor">,</span> be gone<span class="comma minor">,</span> live<span class="comma minor">,</span> and hereafter say<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2830</span> </span><br>
A mad mans mercy bid thee run away<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> I do defie thy commisseration<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And apprehend thee for a Fellon here<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> Wilt thou provoke me<span class="mid-stop major">?</span> Then have at thee Boy<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Quince</em><span class="char-stop">.</span></span> O Lord they fight<span class="comma minor">,</span> I will go call the Watch<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2835</span> </span></p>
<p><span class="character"><em>Paris</em><span class="char-stop">.</span></span> O I am slaine<span class="comma minor">,</span> if thou be mercifull<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Open the Tombe<span class="comma minor">,</span> lay me with <em>Juliet</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Romeo</em><span class="char-stop">.</span></span> In faith I will<span class="comma minor">,</span> let me peruse this face<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
<em>Mercutius</em> kinsman<span class="comma minor">,</span> Noble Countie <em>Paris</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
What said my man<span class="comma minor">,</span> when my betossed soule<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2840</span> </span><br>
Did not attend him as we rode<span class="mid-stop major">?</span> I thinke<span class="numbering"> <span class="syllable-count">10</span></span><br>
He told me <em>Paris</em> should have married <em>Juliet</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Said he not so<span class="mid-stop major">?</span> Or did I dreame it so<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Or am I mad<span class="comma minor">,</span> hearing him talke of <em>Juliet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To thinke it was so<span class="mid-stop major">?</span> O give me thy hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2845</span> </span><br>
One<span class="comma minor">,</span> writ with me in sowre misfortunes booke<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Ile burie thee in a triumphant grave<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>A Grave<span class="colon major">;</span> O no<span class="comma minor">,</span> a Lanthorne<span class="colon major">;</span> slaughtred Youth<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
For here lies <em>Juliet</em><span class="comma minor">,</span> and her beautie makes<span class="numbering"> <span class="syllable-count">10</span></span><br>
This Vault a feasting presence full of light<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2850</span> </span></p>
<p>Death lie thou there<span class="comma minor">,</span> by a dead man inter'd<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
How oft when men are at the point of death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Have they beene merrie<span class="mid-stop major">?</span> Which their Keepers call<span class="numbering"> <span class="syllable-count">10</span></span><br>
A lightning before death<span class="mid-stop major">?</span> Oh how may <span class="numbering"> <span class="syllable-count">9</span></span><br>
Call this a lightning<span class="mid-stop major">?</span> O my Love<span class="comma minor">,</span> my Wife<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2855</span> </span><br>
Death that hath suckt the honey of thy breath<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Hath had no power yet upon thy Beautie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Thou are not conquer'd<span class="colon major">:</span> Beauties ensigne yet<span class="numbering"> <span class="syllable-count">10</span></span><br>
Is Crymson in thy lips<span class="comma minor">,</span> and in thy cheekes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And Deaths pale flag is not advanced there<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2860</span> </span></p>
<p><em>Tybalt</em><span class="comma minor">,</span> ly'st thou there in thy bloudy sheet<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>O what more favour can I do to thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then with that hand that cut thy youth in twaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To sunder his that was thy enemie<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Forgive me Cozen<span class="mid-stop major">.</span> Ah deare <em>Juliet</em><span class="colon major">:</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">2865</span> </span><br>
Why art thou yet so faire<span class="mid-stop major">?</span> I will beleeve<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Shall I beleeve<span class="comma minor">,</span> that unsubstantiall death is amorous<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">14</span></span></p>
<p>And that the leane abhorred Monster keepes<span class="numbering"> <span class="syllable-count">10</span></span><br>
Thee here in darke to be his Paramour<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>For feare of that<span class="comma minor">,</span> I still will stay with thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2870</span> </span><br>
And never from this Pallace of dym night<span class="numbering"> <span class="syllable-count">10</span></span><br>
Depart againe<span class="colon major">:</span> come lie thou in my armes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Heere's to thy health<span class="comma minor">,</span> where ere thou tumblest in<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>O true Appothecarie<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p>Thy drugs are quicke<span class="mid-stop major">.</span> Thus with a kisse I die<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2875</span> </span></p>
<p>Depart againe<span class="colon major">;</span> here<span class="comma minor">,</span> here will I remaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With Wormes that are thy Chambermaides<span class="colon major">:</span> O here<span class="numbering"> <span class="syllable-count">10</span></span><br>
Will I set up my everlasting rest<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And shake the yoke of inauspicious starres<span class="numbering"> <span class="syllable-count">10</span></span><br>
From this world-wearied flesh<span class="colon major">:</span> Eyes looke your last<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2880</span> </span><br>
Armes take your last embrace<span class="colon major">:</span> And lips<span class="comma minor">,</span> O you<span class="numbering"> <span class="syllable-count">10</span></span><br>
The doores of breath<span class="comma minor">,</span> seale with a righteous kisse<span class="numbering"> <span class="syllable-count">10</span></span><br>
A datelesse bargaine to ingrossing death<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Come bitter conduct<span class="comma minor">,</span> come unsavory guide<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Thou desperate Pilot<span class="comma minor">,</span> now at once run on<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2885</span> </span><br>
The dashing Rocks<span class="comma minor">,</span> thy Sea-sicke wearie Barke<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Heere's to my Love<span class="mid-stop major">.</span> O true Appothecary<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
Thy drugs are quicke<span class="mid-stop major">.</span> Thus with a kisse I die<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Frier with a Lanthorne, Crow, and Spade</em>.</span>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> St<span class="mid-stop major">.</span> Francis be my speed<span class="comma minor">,</span> how oft to night<span class="numbering"> <span class="syllable-count">10</span></span><br>
Have my old feet stumbled at graves<span class="mid-stop major">?</span> Who's there<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2890</span> </span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> Here's one<span class="comma minor">,</span> a Friend<span class="comma minor">,</span> & one that knowes you well<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Blisse be upon you<span class="mid-stop major">.</span> Tell me good my Friend<span class="numbering"> <span class="syllable-count">10</span></span><br>
What Torch is yond that vainely lends his light<span class="numbering"> <span class="syllable-count">11</span></span><br>
To grubs<span class="comma minor">,</span> and eyelesse Sculles<span class="mid-stop major">?</span> As I discerne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
It burneth in the <em>Capels</em> Monument<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2895</span> </span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> It doth so holy sir<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
And there's my Master<span class="comma minor">,</span> one that you love<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Who is it<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">3</span></span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> How long hath he bin there<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">6</span> <span class="line-count">2900</span> </span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> Full halfe an houre<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Go with me to the Vault<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> I dare not Sir<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p>My Master knowes not but I am gone hence<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And fearefully did menace me with death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2905</span> </span><br>
If I did stay to looke on his entents<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> Stay<span class="comma minor">,</span> then Ile go alone<span class="comma minor">,</span> feares comes upon me<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>O much I feare some ill unluckie thing<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Man</em><span class="char-stop">.</span></span> As I did sleepe under this young tree here<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I dreamt my maister and another fought<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2910</span> </span><br>
And that my Maister slew him<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>Alacke<span class="comma minor">,</span> alacke<span class="comma minor">,</span> what blood is this which staines<span class="numbering"> <span class="syllable-count">10</span></span><br>
The stony entrance of this Sepulcher<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>What meane these Masterlesse<span class="comma minor">,</span> and goarie Swords<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2915</span> </span><br>
To lie discolour'd by this place of peace<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><em>Romeo</em><span class="comma minor">,</span> oh pale<span class="colon major">:</span> who else<span class="mid-stop major">?</span> what <em>Paris</em> too<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>And steept in blood<span class="mid-stop major">?</span> Ah what an unkind houre<span class="numbering"> <span class="syllable-count">10</span></span><br>
Is guiltie of this lamentable chance<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>The Lady stirs<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2920</span> </span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> O comfortable Frier<span class="comma minor">,</span> where's my Lord<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>I do remember well where I should be<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And there I am<span class="comma minor">,</span> where is my <em>Romeo</em><span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> I heare some noyse Lady<span class="comma minor">,</span> come from that nest<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of death<span class="comma minor">,</span> contagion<span class="comma minor">,</span> and unnaturall sleepe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2925</span> </span><br>
A greater power then we can contradict<span class="numbering"> <span class="syllable-count">11</span></span><br>
Hath thwarted our entents<span class="comma minor">,</span> come<span class="comma minor">,</span> come away<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Thy husband in thy bosome there lies dead<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And <em>Paris</em> too<span class="colon major">:</span> come Ile dispose of thee<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Among a Sisterhood of holy Nunnes<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2930</span> </span><br>
Stay not to question<span class="comma minor">,</span> for the watch is comming<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Come<span class="comma minor">,</span> go good <em>Juliet</em><span class="comma minor">,</span> I dare no longer stay<span class="mid-stop major">.</span> <span class="direction"><em>Exit</em>.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Go get thee hence<span class="comma minor">,</span> for I will not away<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
What's here<span class="comma minor">,</span> A cup clos'd in my true loves hand<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Poyson I see hath bin his timelesse end<span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2935</span> </span><br>
O churle<span class="comma minor">,</span> drinke all<span class="mid-stop major">?</span> and left no friendly drop<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
To helpe me after<span class="comma minor">,</span> I will kisse thy lips<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Happlie some poyson yet doth hang on them<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To make me die with a restorative<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Thy lips are warme<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2940</span> </span></p>
<span class="direction"><em>Enter Boy and Watch</em>.</span>
<p><span class="character"><em>Watch</em><span class="char-stop">.</span></span> Lead Boy<span class="comma minor">,</span> which way<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Juliet</em><span class="char-stop">.</span></span> Yea noise<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">2</span></span></p>
<p>Then ile be briefe<span class="mid-stop major">.</span> O happy Dagger<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>'Tis in thy sheath<span class="comma minor">,</span> there rust and let me die<span class="mid-stop major">.</span> <span class="direction"><em>Kils herselfe</em>.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Boy</em><span class="char-stop">.</span></span> This is the place<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">4</span> <span class="line-count">2945</span> </span><br>
There where the Torch doth burne<span class="numbering"> <span class="syllable-count">6</span></span><br>
<span class="character"><em>Watch</em><span class="char-stop">.</span></span> The ground is bloody<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
Search about the Churchyard<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">6</span></span></p>
<p>Go some of you<span class="comma minor">,</span> who ere you find attach<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Pittifull sight<span class="comma minor">,</span> here lies the Countie slaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2950</span> </span><br>
And <em>Juliet</em> bleeding<span class="comma minor">,</span> warme and newly dead<span class="numbering"> <span class="syllable-count">10</span></span><br>
Who here hath laine these two dayes buried<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>Go tell the Prince<span class="comma minor">,</span> runne to the <em>Capulets</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Raise up the <em>Mountagues</em><span class="comma minor">,</span> some others search<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
We see the ground whereon these woes do lye<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2955</span> </span><br>
But the true ground of all these piteous woes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
We cannot without circumstance descry<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Romeo's man</em>.</span>
<p><span class="character"><em>Watch</em><span class="char-stop">.</span></span> Here's <em>Romeo's</em> man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">5</span></span><br>
We found him in the Churchyard<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">7</span></span></p>
<p><span class="character"><em>Constable</em><span class="char-stop">.</span></span> Hold him in safety<span class="comma minor">,</span> till the Prince come hither<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">12</span> <span class="line-count">2960</span> </span></p>
<span class="direction"><em>Enter Frier, and another Watchman</em>.</span>
<p><span class="character"><em>Third Watch</em><span class="char-stop">.</span></span> Here is a Frier that trembles<span class="comma minor">,</span> sighes<span class="comma minor">,</span> and weepes<span class="numbering"> <span class="syllable-count">9</span></span><br>
We tooke this Mattocke and this Spade from him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
As he was comming from this Church-yard side<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Constable</em><span class="char-stop">.</span></span> A great suspition<span class="comma minor">,</span> stay the Frier too<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<span class="direction"><em>Enter the Prince</em>.</span>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> What misadventure is so earely up<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2965</span> </span><br>
That calls our person from our mornings rest<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Capulet and his Wife</em>.</span>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> What should it be that they so shrike abroad<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> O the people in the streete crie <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Some <em>Juliet</em><span class="comma minor">,</span> and some <em>Paris</em><span class="comma minor">,</span> and all runne<span class="numbering"> <span class="syllable-count">10</span></span><br>
With open outcry toward our Monument<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">2970</span> </span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> What feare is this which startles in your eares<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Watch</em><span class="char-stop">.</span></span> Soveraigne<span class="comma minor">,</span> here lies the Countie <em>Paris</em> slaine<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And <em>Romeo</em> dead<span class="comma minor">,</span> and <em>Juliet</em> dead before<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Warme and new kil'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Search<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">1</span> <span class="line-count">2975</span> </span><br>
Seeke<span class="comma minor">,</span> and know how<span class="comma minor">,</span> this foule murder comes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Watch</em><span class="char-stop">.</span></span> Here is a Frier<span class="comma minor">,</span> and Slaughter'd <em>Romeos</em> man<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
With Instruments upon them fit to open<span class="numbering"> <span class="syllable-count">11</span></span><br>
These dead mens Tombes<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> O heaven<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">3</span> <span class="line-count">2980</span> </span></p>
<p>O wife looke how our Daughter bleedes<span class="end-stop major">!</span><span class="numbering"> <span class="syllable-count">8</span></span></p>
<p>This Dagger hath mistaine<span class="comma minor">,</span> for loe his house<span class="numbering"> <span class="syllable-count">10</span></span><br>
Is empty on the backe of <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And is misheathed in my Daughters bosome<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em><span class="sub-honorific">Lady</span> <span class="sub-name addendum">Mountague</span></em><span class="char-stop">.</span></span> O me<span class="comma minor">,</span> this sight of death<span class="comma minor">,</span> is as a Bell<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2985</span> </span><br>
That warnes my old age to a Sepulcher<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<span class="direction"><em>Enter Mountague</em>.</span>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Come <em>Mountague</em><span class="comma minor">,</span> for thou art early up<span class="numbering"> <span class="syllable-count">10</span></span><br>
To see thy Sonne and Heire<span class="comma minor">,</span> now early downe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> Alas my liege<span class="comma minor">,</span> my wife is dead to night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Griefe of my Sonnes exile hath stopt her breath<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2990</span> </span><br>
What further woe conspires against my age<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Looke<span class="colon major">:</span> and thou shalt see<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">5</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> O thou untaught<span class="comma minor">,</span> what manners is in this<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To presse before thy Father to a grave<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Seale up the mouth of outrage for a while<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">2995</span> </span><br>
Till we can cleare these ambiguities<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
And know their spring<span class="comma minor">,</span> their head<span class="comma minor">,</span> their true descent<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And then I will be generall of your woes<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And lead you even to death<span class="mid-stop major">?</span> meane time forbeare<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And let mischance be slave to patience<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">3000</span> </span><br>
Bring forth the parties of suspition<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> I am the greatest<span class="comma minor">,</span> able to doe least<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Yet most suspected as the time and place<span class="numbering"> <span class="syllable-count">10</span></span><br>
Doth make against me of this direfull murther<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
And heere I stand both to impeach and purge<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3005</span> </span><br>
My selfe condemned<span class="comma minor">,</span> and my selfe excus'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Then say at once<span class="comma minor">,</span> what thou dost know in this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Frier</em><span class="char-stop">.</span></span> I will be briefe<span class="comma minor">,</span> for my short date of breath<span class="numbering"> <span class="syllable-count">10</span></span><br>
Is not so long as is a tedious tale<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><em>Romeo</em> there dead<span class="comma minor">,</span> was husband to that <em>Juliet</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">3010</span> </span><br>
And she there dead<span class="comma minor">,</span> that's <em>Romeos</em> faithfull wife<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
I married them<span class="colon major">;</span> and their stolne marriage day<span class="numbering"> <span class="syllable-count">10</span></span><br>
Was <em>Tybalts</em> Doomesday<span class="colon major">:</span> whose untimely death<span class="numbering"> <span class="syllable-count">12</span></span><br>
Banish'd the new-made Bridegroome from this Citie<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
For whom <span class="paren minor">(</span>and not for <em>Tybalt</em><span class="paren minor">)</span> <em>Juliet</em> pinde<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3015</span> </span></p>
<p>You<span class="comma minor">,</span> to remove that siege of Greefe from her<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Betroth'd<span class="comma minor">,</span> and would have married her perforce<span class="numbering"> <span class="syllable-count">10</span></span><br>
To Countie <em>Paris</em><span class="mid-stop major">.</span> Then comes she to me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And <span class="paren minor">(</span>with wilde lookes<span class="paren minor">)</span> bid me devise some meanes<span class="numbering"> <span class="syllable-count">10</span></span><br>
To rid her from this second Marriage<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span> <span class="line-count">3020</span> </span><br>
Or in my Cell there would she kill her selfe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Then gave I her <span class="paren minor">(</span>so Tutor'd by my Art<span class="paren minor">)</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
A sleeping Potion<span class="comma minor">,</span> which so tooke effect<span class="numbering"> <span class="syllable-count">10</span></span><br>
As I intended<span class="comma minor">,</span> for it wrought on her<span class="numbering"> <span class="syllable-count">10</span></span><br>
The forme of death<span class="mid-stop major">.</span> Meane time<span class="comma minor">,</span> I writ to <em>Romeo</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">3025</span> </span><br>
That he should hither come<span class="comma minor">,</span> as this dyre night<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
To helpe to take her from her borrowed grave<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Being the time the Potions force should cease<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p>But he which bore my Letter<span class="comma minor">,</span> Frier <em>John</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Was stay'd by accident<span class="colon major">;</span> and yesternight<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3030</span> </span><br>
Return'd my Letter backe<span class="mid-stop major">.</span> Then all alone<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
At the prefixed houre of her waking<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Came I to take her from her Kindreds vault<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Meaning to keepe her closely at my Cell<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
Till I conveniently could send to <em>Romeo</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">3035</span> </span></p>
<p>But when I came <span class="paren minor">(</span>some Minute ere the time<span class="numbering"> <span class="syllable-count">10</span></span><br>
Of her awaking<span class="paren minor">)</span> heere untimely lay<span class="numbering"> <span class="syllable-count">11</span></span><br>
The Noble <em>Paris</em><span class="comma minor">,</span> and true <em>Romeo</em> dead<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Shee wakes<span class="comma minor">,</span> and I intreated her come foorth<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And beare this worke of Heaven<span class="comma minor">,</span> with patience<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3040</span> </span><br>
But then<span class="comma minor">,</span> a noyse did scarre me from the Tombe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And she <span class="paren minor">(</span>too desperate<span class="paren minor">)</span> would not go with me<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
But <span class="paren minor">(</span>as it seemes<span class="paren minor">)</span> did violence on her selfe<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>All this I know<span class="comma minor">,</span> and to the Marriage her Nurse is privy<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">14</span></span><br>
And if ought in this miscarried by my fault<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">11</span> <span class="line-count">3045</span> </span><br>
Let my old life be sacrific'd<span class="comma minor">,</span> some houre before the time<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">14</span></span><br>
Unto the rigour of severest Law<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> We still have knowne thee for a Holy man<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Where's <em>Romeo's</em> man<span class="mid-stop major">?</span> What can he say to this<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Boy</em><span class="char-stop">.</span></span> I brought my Master newes of <em>Juliets</em> death<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3050</span> </span><br>
And then in poste he came from <em>Mantua</em><span class="numbering"> <span class="syllable-count">9</span></span><br>
To this same place<span class="comma minor">,</span> to this same Monument<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>This Letter he early bid me give his Father<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
And threatned me with death<span class="comma minor">,</span> going in the Vault<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
If I departed not<span class="comma minor">,</span> and left him there<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3055</span> </span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> Give me the Letter<span class="comma minor">,</span> I will look on it<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Where is the Counties Page that rais'd the Watch<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>Sirra<span class="comma minor">,</span> what made your Master in this place<span class="end-stop major">?</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Page</em><span class="char-stop">.</span></span> He came with flowres to strew his Ladies grave<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And bid me stand aloofe<span class="comma minor">,</span> and so I did<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3060</span> </span><br>
Anon comes one with light to ope the Tombe<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And by and by my Maister drew on him<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
And then I ran away to call the Watch<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> This Letter doth make good the Friers words<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">9</span></span><br>
Their course of Love<span class="comma minor">,</span> the tydings of her death<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3065</span> </span><br>
And heere he writes<span class="comma minor">,</span> that he did buy a poyson<span class="numbering"> <span class="syllable-count">11</span></span><br>
Of a poore Pothecarie<span class="comma minor">,</span> and therewithall<span class="numbering"> <span class="syllable-count">12</span></span><br>
Came to this Vault to dye<span class="comma minor">,</span> and lye with <em>Juliet</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p>Where be these Enemies<span class="mid-stop major">?</span> <em>Capulet</em><span class="comma minor">,</span> <em>Mountague</em><span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">12</span></span><br>
See what a scourge is laide upon your hate<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3070</span> </span><br>
That Heaven finds meanes to kill your joyes with Love<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">11</span></span><br>
And I<span class="comma minor">,</span> for winking at your discords too<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Have lost a brace of Kinsmen<span class="colon major">:</span> All are punish'd<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">11</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> O Brother <em>Mountague</em><span class="comma minor">,</span> give me thy hand<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
This is my Daughters joynture<span class="comma minor">,</span> for no more<span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3075</span> </span><br>
Can I demand<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">4</span></span></p>
<p><span class="character"><em>Mountague</em><span class="char-stop">.</span></span> But I can give thee more<span class="colon major">:</span><span class="numbering"> <span class="syllable-count">6</span></span><br>
For I will raise her Statue in pure Gold<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
That whiles <em>Verona</em> by that name is knowne<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
There shall no figure at that Rate be set<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3080</span> </span><br>
As that of True and Faithfull <em>Juliet</em><span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Capulet</em><span class="char-stop">.</span></span> As rich shall <em>Romeo</em> by his Lady ly<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Poore sacrifices of our enmity<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><span class="character"><em>Prince</em><span class="char-stop">.</span></span> A glooming peace this morning with it brings<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
The Sunne for sorrow will not shew his head<span class="colon major">;</span><span class="numbering"> <span class="syllable-count">10</span> <span class="line-count">3085</span> </span><br>
Go hence<span class="comma minor">,</span> to have more talke of these sad things<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Some shall be pardon'd<span class="comma minor">,</span> and some punished<span class="end-stop major">.</span><span class="numbering"> <span class="syllable-count">10</span></span></p>
<p>For never was a Storie of more Wo<span class="comma minor">,</span><span class="numbering"> <span class="syllable-count">10</span></span><br>
Then this of <em>Juliet</em><span class="comma minor">,</span> and her <em>Romeo</em><span class="mid-stop major">.</span> <span class="direction"><em>Exeunt omnes</em></span><span class="numbering"> <span class="syllable-count">9</span></span></p>
<p><div class="finis" id="end">FINIS.<span class="numbering"></span><br>
THE TRAGEDIE OF<span class="numbering"></span><br>
ROMEO and JULIET</div><span class="numbering"></span></p>
</div>
</div> |
igpa.nat.gov.tw/fpb693.html | cipas-tw/old-website | <?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="zh-TW" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-namespace-here" xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from igpa.nat.gov.tw/fp.asp?xItem=821&ctNode=6&mp=1 by HTTrack Website Copier/3.x [XR&CO'2007], Wed, 26 Mar 2008 09:01:20 GMT -->
<head>
<title>清查不當黨產,向人民交代-國家資產經營管理委員會黨產處理小組</title>
<link rel="stylesheet" type="text/css" href="xslgip/style1/css/content.css"/>
</head>
<body>
<table cellpadding="0" cellspacing="0" id="middle" summary="二欄排版表格" width="100%" height="100%">
<tr>
<td valign="top" id="main"><a href="#" title="主要內容區" class="Accesskey" accesskey="C">:::</a>
<div class="PageTitle">相關報導</div>
<div class="Article">
<h1>國民黨三芝黨部 470萬賣了(2005/01/01)</h1>
<div class="Date">張貼日期:2005/1/1</div>
<div class="Body"><P> 聯合報記者胡清暉/三芝報導
<P> 位於淡金路的國民黨三芝鄉黨部前天出售,占地160坪的土地與建物以470萬元賣出。地方人士表示,整件交易由國民黨中央主導,黨中央已決定在黨產條例立法通過前,儘速出清沒有爭議的部分,未來金山、八里鄉黨部也將出售。
<P> 位於淡金路一段的國民黨三芝鄉黨部,10多年前由國民黨中央黨部向台北縣農會購買,多年來一直作為三芝鄉黨部、三芝鄉民眾服務社、三芝鄉青年工作委員會、救國團三芝團委會及國民黨民代聯誼會。
<P> 新買家考慮規畫為咖啡廳,三芝鄉民眾服務社則遷到長勤街9巷12弄2號,機車考照、急難救助服務照舊,也為婚喪喜慶的民眾申請輓聯、喜幛。 </P></div>
</div><DIV id=footer >使用 IE 6.0 以上 最佳觀看解析度 1024x768 . <A href="contenta6c6.html?CuItem=39">網站免責條款</A> <BR>
<font color="#990000"><strong>國家資產經營管理委員會—黨產處理小組</strong></font> 本網站所載之新聞報導、學者研究等內容,其著作權屬各該著作權人所有,其內容不代表政府立場。其餘資料,依<a href="http://data.gov.tw/license" target="_blank">政府資料開放授權條款</a>釋出。本網站原始碼,<a href="https://github.com/cipas-tw/old-website" target="_blank">依MIT授權條款釋出</a>。<br>
<img alt=IGPA src="site/igpa/public/MMO/IGPA/IPGA-banner7.gif" mmoid="1585">歡迎連結</DIV></td>
</tr>
</table>
</body>
<!-- Mirrored from igpa.nat.gov.tw/fp.asp?xItem=821&ctNode=6&mp=1 by HTTrack Website Copier/3.x [XR&CO'2007], Wed, 26 Mar 2008 09:01:20 GMT -->
</html>
|
modulo-tienda/css/style.css | ebenites/tecsup-santa-beatriz | html {
position: relative;
min-height: 100%;
}
body{
font-family: arial;
font-size: 12px;
margin-bottom: 60px; /* Margin bottom by footer height */
}
.header{
background: #00aeef;
color: white;
}
.header .logo-header{
padding: 20px 0px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.footer .text-footer{
padding: 20px 0px;
line-height: 20px;
text-align: center;
}
|
gallery_submission.php-id=667.html | heyitsgarrett/envelopecollective | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Submission 667</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<img src="gallery/submissions/667.jpg" height="400">
</body>
</html>
|
handouts/qt-creator-usage.html | chrispiech/cs106b-fall-2016-website | <head>
<title>CS106B</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<link href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/plugins/bootstrap-custom/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/style.css">
<!-- Java Script -->
<script src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/plugins/jquery.min.js"></script>
<script src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/plugins/moment.min.js"></script>
<script src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/plugins/bootstrap-custom/js/bootstrap.min.js"></script>
<script src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/plugins/ace/ace.js" type="text/javascript"></script>
<!-- Stanford -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-inverse">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand brand" href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/">CS106B</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<!--<li><a href="#">Lectures</a></li>-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Lectures <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/1-Welcome/">1 Welcome</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/2-Functions/">2 Functions</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/3-Strings/">3 Strings</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/4-Vectors_Grid/">4 Vectors and Grid</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/5-Stacks_Queues/">5 Stacks and Queues</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/6-Sets_Maps/">6 Sets and Maps </a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/7-IntroRecursion/">7 Recursive Thinking</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/8-Fractals/">8 Fractals</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/9-RecursiveTrees/">9 Recursive Trees</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/10-RecursiveBacktracking/">10 Exhaustive Search and Recursive Backtracking</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/11-BigO/">11 Big-O, Asymptotic Analysis, Computational Complexity</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/12-Sorting/">12 Sorting</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/13-Memoization/">13 Memoization</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/14-Classes/">14 Classes</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/15-Pointers/">15 Pointers</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/16-DynamicAllocation/">16 DynamicAllocation</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/17-ImplementingVector/">17 Implementing Vector</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/18-LinkedLists/">18 Linked Lists</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/19-Trees/">19 Trees</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/20-BinaryHeaps/">20 Binary Heaps</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/21-BinarySearchTrees/">21 Binary Search Trees</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/22-Hashing/">22 Hashing</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/23-Graphs/">23 Graphs</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/24-GraphsII/">24 Graphs II</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/25-BFS_DFS/">25 Breadth First Search and Depth First Search</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/26-Dijkstra/">26 Dijkstra and A*</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/27-MSTs/">27 Minimum Spanning Trees</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/28-NeuralNetworks/">28 Neural Networks</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/29-EsotericDataStructures/">29 Esoteric Data Structures</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//lectures/30-LastClass/">30 Last Class</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Handouts <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/1-GeneralInformation.pdf">1 - General Information</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/2-CoursePlacement.pdf">2 - Course Placement</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/3-NameHash.pdf">3 - Name Hash</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/4-Fauxtoshop.pdf">4 - Fauxtoshop</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/5-HonorCode.pdf">5 - Honor Code</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/velociraptorSafety.html">6 - Velociraptor Safety</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/bananagrams.html">7 - Bananagrams</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/midterm.html">8 - Midterm</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/search.html">9 - Search</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/final.html">10 - Final</a></li>
<!--<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/honor-code.pdf">Honor Code</a></li>-->
<!--<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/velociraptorSafety.html">Grids and Raptor Safety</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/bananagrams.html">Bananagrams</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/duoslango.html">Duoslango</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/midterm.html">Midterm Info</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/search.html">Search</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/final.html">Final Info</a></li>-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Assignments <span class="caret"></span></a>
<ul class="dropdown-menu">
<!--<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/serafini.html">2 Serafini</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/pqueue.html">5 PQueue</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/huffman.html">6 Huffman</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/trailblazer.html">7 Trailblazer</a></li>
<li role="separator" class="divider"></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/contest.html">Contest</a></li>-->
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/3-NameHash.pdf">0 - Name Hash</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/assignments.html">1 - Fauxtoshop</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/assn/serafini.html">2 - Serafini</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/metaAcademy.html">3 - Meta Academy</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/boggle.html">4 - Boggle</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/pqueue.html">5 - PQueue</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/huffman.html">6 - Huffman Encoding</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//assn/trailblazer.html">7 - Trailblazer</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sections <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section01.pdf">Section 01</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section01-solutions.pdf">Section 01 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section02.pdf">Section 02</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section02-solutions.pdf">Section 02 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section03.pdf">Section 03</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section03-solutions.pdf">Section 03 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section04.pdf">Section 04</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section04-solutions.pdf">Section 04 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section05.pdf">Section 05</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section05-solutions.pdf">Section 05 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section06.pdf">Section 06</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section06-solutions.pdf">Section 06 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section07.pdf">Section 07</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section07-solutions.pdf">Section 07 Soln</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section08.pdf">Section 08</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section08-solutions.pdf">Section 08 Soln</a></li>
<!--<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section09.pdf">Optional 09</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//sections/section09-solutions.pdf">Optional 09 Soln</a></li>-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tools <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/overview.html">Course Overview</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/help.html">Help Hours Calendar</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/qt-creator.html">QT Creator</a></li>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/styleguide.html">Style Guide</a></li>
<!--<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/diff.html">Example Diff Tool</a></li>-->
<!--<li><a href=""><i>None yet!</i></a></li>-->
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/overview.html"><span class="glyphicon glyphicon-apple" aria-hidden="true"></span> Overview</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<!-- Header -->
<div class="row">
<div class="col-sm-12">
<div id="pageHeader">
<h1>
How to Use QT Creator
</h1>
</div>
<hr/>
</div>
</div>
<!--<p>
<center>
<img style="width:500px" src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172/img/handouts/whatsNext/next.png">
</center>
</p>-->
<div class="row">
<div class="col-sm-12">
<div id="howtoopen">
<h3>Opening a Project or Assignment</h3>
<p>
Once you've installed Qt Creator, you can download any of the assignment projects available on the assignment page.
Note that to open the project, you have 2 options:
</p>
<ol>
<li>
<p>
Open Qt Creator.
Go to File->Open File or Project... <br/><br/>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/openFileOrProject.png" class="img-thumbnail"><br/><br/>
Then navigate to the project you wish to open and click on the .pro file, i.e. Life.pro.
Note, if you directly open the *.h files or *.cpp files instead, this will not work, because it will not open the entire project.
</p>
<div>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/openProFile.png" class="img-thumbnail">
</div>
</li>
<li>
<p>
Navigate to the project you wish to open in your file system, then just double-click on the .pro file i.e. Life.pro.
This will open Qt Creator for you with this project.
</p>
</li>
</ol>
<div>
<div>
<h3>Using Qt Creator</h3>
<p>
Below is a screenshot of what Qt Creator should look like when you open a project.
</p>
<div>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/qtCreatorFullScreenshot.png" class="img-thumbnail" />
</div>
<p>
Let's breakdown what buttons are where and how you actually edit and run the code.
First in the picture below is the View menu.
This menu allows you to change how qt creator will look, which can help you in different tasks.
You'll mainly use the Edit view and the Debug view. Projects will open in Edit view.
</p>
<div>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/editDebugViews.png" class="img-thumbnail">
</div>
<p>
The files inside of this project will be displayed in the project files window which can be seen below.
Note, if you can't see this window, hold down the Alt key and press 0 (zero, the number key) on Windows or the Meta key and press 0 on Mac.
The code files for the project can be found in the Headers → src folder and the Sources → src folder.
The files in the lib/StanfordCPPLib folders are the code files for the Stanford Library which includes classes like Vector, Grid, and Map.
Feel free to open up these files and take a look.
Just make sure not to change them since your assignments will be graded with a clean copy of those files.
</p>
<div>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/projectFilesWindow.png" class="img-thumbnail" />
</div>
<p>
But how do you run your programs?
First, you'll need to build the project by clicking the Build button which is marked by the hammer icon in the picture below.
If the project builds, then you can run the project by clicking the play button which is the plain green triangle button shown in the picture below.
If you want to debug your project, you should click the debug button which is the green triangle with a bug on it shown in the picture below.
Note, your project must be built in debug mode in order to debug your program.
You can change the build mode by clicking the computer icon shown in the picture below and selecting the debug option.
Most projects by default are built in debug mode.
</p>
<div>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/playBuildWindow.png" class="img-thumbnail" />
</div>
<p>
The last thing to mention is where to view compiler errors, issues, and application output.
At the bottom of your screen, you'll see the Issues, Application Output, and Compiler Output options.
You can open these windows to see the corresponding information.
Sometimes the explanations in the Issues window is not that helpful.
In these cases, you should look at the Compile Output or Application Output to see if that gives you more helpful information.
</p>
<div>
<img src="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//img/qt/issuesOutputWindow.png" class="img-thumbnail" />
</div>
</div>
<div>
<h3>How to Debug</h3>
<p>
If you have having trouble finding bugs in your program or just want to learn how to debug with Qt Creator's Debugging Tools, here's a handout for you.
</p>
<ul>
<li><a href="//web.stanford.edu/class/archive/cs/cs106b/cs106b.1172//handouts/debugging-with-qt-creator.pdf">Debugging Handout</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
<div class="footer">
<p class="pull-left">
© Stanford 2016 | Created by Chris Piech and Chris Gregg.
CS106B has been developed over decades by many talented teachers.
</p>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74362126-1', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
|
assignment_1_client/doc/help-doc.html | ljzca/TicTacToe | <!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 (1.8.0_102) on Fri Oct 07 10:46:20 MDT 2016 -->
<title>API Help</title>
<meta name="date" content="2016-10-07">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Overview</h2>
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
</li>
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<li class="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
</li>
<li class="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Use</h2>
<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
</li>
<li class="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
</ul>
</li>
<li class="blockList">
<h2>Deprecated API</h2>
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
</li>
<li class="blockList">
<h2>Index</h2>
<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
</li>
<li class="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<li class="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<li class="blockList">
<h2>All Classes</h2>
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
</li>
<li class="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
</li>
<li class="blockList">
<h2>Constant Field Values</h2>
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
</li>
</ul>
<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
vendor/poi-3.6/doc/apidocs/org/apache/poi/poifs/dev/POIFSViewEngine.html | tobyclemson/msci-project | <!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_13) on Mon Dec 14 15:24:43 MSK 2009 -->
<TITLE>
POIFSViewEngine (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2009-12-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="POIFSViewEngine (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/POIFSViewEngine.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/poi/poifs/dev/POIFSViewable.html" title="interface in org.apache.poi.poifs.dev"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/poifs/dev/POIFSViewer.html" title="class in org.apache.poi.poifs.dev"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/poifs/dev/POIFSViewEngine.html" target="_top"><B>FRAMES</B></A>
<A HREF="POIFSViewEngine.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.poi.poifs.dev</FONT>
<BR>
Class POIFSViewEngine</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.poifs.dev.POIFSViewEngine</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>POIFSViewEngine</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
This class contains methods used to inspect POIFSViewable objects
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Marc Johnson (mjohnson at apache dot org)</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/poifs/dev/POIFSViewEngine.html#POIFSViewEngine()">POIFSViewEngine</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.util.List</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/poifs/dev/POIFSViewEngine.html#inspectViewable(java.lang.Object, boolean, int, java.lang.String)">inspectViewable</A></B>(java.lang.Object viewable,
boolean drilldown,
int indentLevel,
java.lang.String indentString)</CODE>
<BR>
Inspect an object that may be viewable, and drill down if told
to</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="POIFSViewEngine()"><!-- --></A><H3>
POIFSViewEngine</H3>
<PRE>
public <B>POIFSViewEngine</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="inspectViewable(java.lang.Object, boolean, int, java.lang.String)"><!-- --></A><H3>
inspectViewable</H3>
<PRE>
public static java.util.List <B>inspectViewable</B>(java.lang.Object viewable,
boolean drilldown,
int indentLevel,
java.lang.String indentString)</PRE>
<DL>
<DD>Inspect an object that may be viewable, and drill down if told
to
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>viewable</CODE> - the object to be viewed<DD><CODE>drilldown</CODE> - if true, and the object implements
POIFSViewable, inspect the objects' contents
(recursively)<DD><CODE>indentLevel</CODE> - how far in to indent each string<DD><CODE>indentString</CODE> - string to use for indenting
<DT><B>Returns:</B><DD>a List of Strings holding the content</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/POIFSViewEngine.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/poi/poifs/dev/POIFSViewable.html" title="interface in org.apache.poi.poifs.dev"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/poifs/dev/POIFSViewer.html" title="class in org.apache.poi.poifs.dev"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/poifs/dev/POIFSViewEngine.html" target="_top"><B>FRAMES</B></A>
<A HREF="POIFSViewEngine.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2009 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
html/234567047508.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Bourne's Electric Limited -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492270485541&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=6636&V_SEARCH.docsStart=6635&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=6634&V_DOCUMENT.docRank=6635&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492270501675&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456270018&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=6636&V_DOCUMENT.docRank=6637&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492270501675&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=208040190000&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Bourne's Electric Limited
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Bourne's Electric Limited</p>
<p><a href="mailto:bourne.electric@nf.aibn.com" title="bourne.electric@nf.aibn.com">bourne.electric@nf.aibn.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
27 Goff Ave<br/>
CARBONEAR,
Newfoundland and Labrador<br/>
A1Y 1A6
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
27 Goff Ave<br/>
CARBONEAR,
Newfoundland and Labrador<br/>
A1Y 1A6
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(709) 596-3985
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(709) 596-2828</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Brenda
Slade
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Office Manager <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(709) 596-3985
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(709) 596-2828
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
bournes.electric@nf.aibn.com
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
238210 - Electrical Contractors and Other Wiring Installation Contractors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
electrical <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Electrical contracting and maintenance<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
4120-Air Conditioning Equipment
<br>
4140-Fans, Air Circulators, and Blower Equipment
<br>
5920-Fuses, Arresters, Absorbers, and Protectors
<br>
5925-Circuit Breakers
<br>
5930-Switches
<br>
5932-Electrical Connectors
<br>
5935-Connectors, Electrical
<br>
5940-Lugs, Terminals, and Terminal Strips
<br>
5945-Relays and Solenoids
<br>
5950-Coils and Transformers
<br>
5961-Semiconductor Devices and Associated Hardware
<br>
5970-Electrical Insulators and Insulating Materials
<br>
5975-Electrical Hardware and Supplies
<br>
5999-Miscellaneous Electrical and Electronic Components
<br>
6105-Motors, Electrical
<br>
6117-Solar Electric Power Systems
<br>
6145-Wire and Cable, Electrical
<br>
6150-Miscellaneous Electric Power and Distribution Equipment
<br>
6210-Indoor and Outdoor Electric Lighting Fixtures
<br>
6220-Electric Vehicular Lights and Fixtures
<br>
6230-Electric Portable and Hand Lighting Equipment
<br>
6240-Electric Lamps
<br>
6250-Ballasts, Lampholders, and Starters
<br>
6260-Nonelectrical Lighting Fixtures
<br>
J000-Maintenance, Repair, Modification, Rebuilding and Installation of Goods/Equipment
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Brenda
Slade
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Office Manager <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(709) 596-3985
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(709) 596-2828
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
bournes.electric@nf.aibn.com
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
238210 - Electrical Contractors and Other Wiring Installation Contractors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
electrical <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Electrical contracting and maintenance<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
4120-Air Conditioning Equipment
<br>
4140-Fans, Air Circulators, and Blower Equipment
<br>
5920-Fuses, Arresters, Absorbers, and Protectors
<br>
5925-Circuit Breakers
<br>
5930-Switches
<br>
5932-Electrical Connectors
<br>
5935-Connectors, Electrical
<br>
5940-Lugs, Terminals, and Terminal Strips
<br>
5945-Relays and Solenoids
<br>
5950-Coils and Transformers
<br>
5961-Semiconductor Devices and Associated Hardware
<br>
5970-Electrical Insulators and Insulating Materials
<br>
5975-Electrical Hardware and Supplies
<br>
5999-Miscellaneous Electrical and Electronic Components
<br>
6105-Motors, Electrical
<br>
6117-Solar Electric Power Systems
<br>
6145-Wire and Cable, Electrical
<br>
6150-Miscellaneous Electric Power and Distribution Equipment
<br>
6210-Indoor and Outdoor Electric Lighting Fixtures
<br>
6220-Electric Vehicular Lights and Fixtures
<br>
6230-Electric Portable and Hand Lighting Equipment
<br>
6240-Electric Lamps
<br>
6250-Ballasts, Lampholders, and Starters
<br>
6260-Nonelectrical Lighting Fixtures
<br>
J000-Maintenance, Repair, Modification, Rebuilding and Installation of Goods/Equipment
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-11-26
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
css/components.css | colinquinn/smellysocksproject1 | /*
* Components CSS - v4 - 2016-07-08
* https://www.myresponsee.com
* Copyright 2016, Vision Design - graphic zoo
* Free to use under the MIT license.
*/
/* Tabs */
.tab-item {
background: none repeat scroll 0 0 #fff;
display: none;
padding: 1.25rem 0;
}
.tab-item.tab-active {
display: block;
}
.tab-content > .tab-label {
display: none;
}
.tab-nav > .tab-label {
float: left;
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover {
background: none repeat scroll 0 0 #262626;
color: #fff;
margin-right: 1px;
padding: 0.625rem 1.25rem;
transition: background 0.20s linear 0s;
-o-transition: background 0.20s linear 0s;
-ms-transition: background 0.20s linear 0s;
-moz-transition: background 0.20s linear 0s;
-webkit-transition: background 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
background: none repeat scroll 0 0 #999;
}
.tab-label.active-btn {
cursor: default;
}
.tab-content {
text-align: left;
}
@media screen and (max-width:768px) {
.tab-nav > .tab-label {
margin: 0.5px 0;
width: 100%;
}
}
/* Custom forms */
form.customform input, form.customform select, form.customform textarea, form.customform button {
font-size: 0.9rem;
font-family: inherit;
margin-bottom: 1.25rem;
}
form.customform input, form.customform select {
height: 2.7rem;
}
form.customform input, form.customform textarea, form.customform select {
background: none repeat scroll 0 0 #F5F5F5;
transition: background 0.20s linear 0s;
-o-transition: background 0.20s linear 0s;
-ms-transition: background 0.20s linear 0s;
-moz-transition: background 0.20s linear 0s;
-webkit-transition: background 0.20s linear 0s;
}
form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
background: none repeat scroll 0 0 #fff;
}
form.customform input, form.customform textarea, form.customform select {
background: none repeat scroll 0 0 #F5F5F5;
border: 1px solid #E0E0E0;
padding: 0.625rem;
width: 100%;
}
form.customform input[type="file"] {
border: 1px solid #E0E0E0;
height: auto;
max-height: 2.7rem;
min-height: 2.7rem;
padding: 0.4rem;
width: 100%;
}
form.customform input[type="radio"], form.customform input[type="checkbox"] {
margin-right: 0.625rem;
width: auto;
padding: 0;
height: auto;
}
form.customform option {
padding: 0.625rem;
}
form.customform select[multiple="multiple"] {
height: auto;
}
form.customform button {
width: 100%;
background: none repeat scroll 0 0 #152732;
border: 0 none;
color: #fff;
height: 2.7rem;
padding: 0.625rem;
cursor: pointer;
width: 100%;
transition: background 0.20s linear 0s;
-o-transition: background 0.20s linear 0s;
-ms-transition: background 0.20s linear 0s;
-moz-transition: background 0.20s linear 0s;
-webkit-transition: background 0.20s linear 0s;
}
/* Tooltip */
a.tooltip-container, .tooltip-container {
border-bottom: 1px dotted;
border-bottom-color: color;
cursor: help;
font-weight: 600;
}
a .tooltip-content, .tooltip-content {
background: #152732 none repeat scroll 0 0;
color: #fff !important;
border-radius: 3px;
display: none;
font-size: 0.8rem;
font-weight: normal;
line-height: 1.3rem;
margin-top: -1.25rem;
max-width: 300px;
padding: 0.625rem;
position: absolute;
z-index: 10;
}
.tooltip-content::after {
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top: 7px solid #152732;
bottom: -5px;
clear: both;
content: "";
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
width: 0;
}
a.tooltip-content.tooltip-bottom, .tooltip-content.tooltip-bottom {
margin-top: 1.25rem;
}
.tooltip-content.tooltip-bottom::after {
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top: 0;
border-bottom: 7px solid #152732;
top: -5px;
}
/* Buttons */
.button, a.button, a.button:link, a.button:active, a.button:visited {
background: #777 none repeat scroll 0 0;
border: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 0.85rem;
padding: 0.825rem 1rem;
text-align: center;
transition: all 0.20s linear 0s;
-o-transition: all 0.20s linear 0s;
-ms-transition: all 0.20s linear 0s;
-moz-transition: all 0.20s linear 0s;
-webkit-transition: all 0.20s linear 0s;
}
.button.rounded-btn {
border-radius: 4px;
}
.button.rounded-full-btn {
border-radius: 100px;
}
.button:hover {
box-shadow: 0 0 10px 100px rgba(255,255,255,0.15) inset;
}
.button.secondary-btn, a.button.secondary-btn, a.button.secondary-btn:link, a.button.secondary-btn:active, a.button.secondary-btn:visited {
background: #444 none repeat scroll 0 0;
}
.button.cancel-btn, a.button.cancel-btn, a.button.cancel-btn:link, a.button.cancel-btn:active, a.button.cancel-btn:visited {
background: #dc003a none repeat scroll 0 0;
}
.button.submit-btn, a.button.submit-btn, a.button.submit-btn:link, a.button.submit-btn:active, a.button.submit-btn:visited {
background: #b4bf04 none repeat scroll 0 0;
}
.button.reload-btn, a.button.reload-btn, a.button.reload-btn:link, a.button.reload-btn:active, a.button.reload-btn:visited {
background: #ff9800 none repeat scroll 0 0;
}
.button.disabled-btn {
cursor: not-allowed !important;
opacity: 0.2;
}
.button i {
background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
border-radius: 27px;
color: #fff !important;
display: inline-block;
font-size: 0.8rem;
height: 27px;
line-height: 27px;
margin-right: 5px;
width: 27px;
transition: all 0.20s linear 0s;
-o-transition: all 0.20s linear 0s;
-ms-transition: all 0.20s linear 0s;
-moz-transition: all 0.20s linear 0s;
-webkit-transition: all 0.20s linear 0s;
}
.button:hover > i {
background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
}
|
client/app/components/User/templates/user-overview.html | connyay/stakes-laravel | <section class="panel">
<header class="panel-heading font-bold">User Overview</header>
<div>
<div class="panel-body">
<p><b>Username:</b> <a ng-href="#/users/{{user.id}}" ng-if="link">{{user.username}}</a>
<span ng-if="!link">{{user.username}}</span>
</p>
<p><b>Admin:</b>
<span class="label" ng-class="{'label-success': user.isAdmin, 'label-danger': !user.isAdmin}">{{ user.isAdmin ? 'Yes' : 'No' }}</span>
</p>
<p><b>ID:</b> {{user.id}}</p>
<p><b>Created:</b> {{user.created | date:'MM/dd/yyyy @ h:mma'}}</p>
</div>
</div>
</section> |
ajax/libs/timelinejs/2.26.1/css/themes/font/PoiretOne-Molengo.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:02759d30990d07470262d9bb4b980565d9cdd120d297bb29ba6714ba8ca04704
size 2134
|
place/mongolia/statistics/index.html | okfn/opendataindex-2015 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The state of government open data for National Statistics
">
<meta name="keywords" content="National Statistics, Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website" />
<meta property="og:title" content="Open Data Index - Open Knowledge" />
<meta property="og:site_name" content="Open Data Index" />
<meta property="og:description" content="The state of government open data for National Statistics" />
<meta property="og:image" content="/static/images/favicon.ico" />
<title>Mongolia / National Statistics | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="empty">
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/static/images/logo.png" height="44">
<span>Global Open Data Index</span>
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/stories/" title="Stories around the Open Data Index project">
Stories
</a>
</li>
<li>
<a href="/about/" title="Contact information for the Open Data Index">
Contact
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/" title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
<p class="navbar-subbrand navbar-text navbar-right">
<a href="http://okfn.org/">
<img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28">
</a>
</p>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li class="active">Mongolia / National Statistics</li>
</ol>
<header class="page-header">
<h1>Mongolia / National Statistics</h1>
</header>
<p>
We do not current have any data for Mongolia / National Statistics. But you can help change that!
</p>
<section class="row">
<div class="col-md-4">
<a href="http://global.census.okfn.org/submit/?place=mn&dataset=statistics&year=2014" class="btn btn-success">
Add information
</a>
</div>
<div class="col-md-4">
<a href="" class="btn btn-success">
Contact us for help
</a>
</div>
<div class="col-md-4">
</div>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border="" />
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border="" />
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border="" />
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html> |
web/node/node_modules/npm/html/doc/rebuild.html | carlosbeatortega/sociedades | <!doctype html>
<html>
<title>rebuild</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">
<body>
<div id="wrapper">
<h1><a href="../doc/rebuild.html">rebuild</a></h1> <p>Rebuild a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<pre><code>npm rebuild [<name> [<name> ...]]</code></pre>
<ul><li><code><name></code>:
The package to rebuild</li></ul>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>This command runs the <code>npm build</code> command on the matched folders. This is useful
when you install a new version of node, and must recompile all your C++ addons with
the new binary.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<ul><li><a href="../doc/build.html">build(1)</a></li><li><a href="../doc/install.html">install(1)</a></li></ul>
</div>
<p id="footer">rebuild — npm@1.1.16</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0)
.filter(function (el) {
return el.parentNode === wrapper
&& el.tagName.match(/H[1-6]/)
&& el.id
})
var l = 2
, toc = document.createElement("ul")
toc.innerHTML = els.map(function (el) {
var i = el.tagName.charAt(1)
, out = ""
while (i > l) {
out += "<ul>"
l ++
}
while (i < l) {
out += "</ul>"
l --
}
out += "<li><a href='#" + el.id + "'>" +
( el.innerText || el.text || el.innerHTML)
+ "</a>"
return out
}).join("\n")
toc.id = "toc"
document.body.appendChild(toc)
})()
</script>
</body></html>
|
doc/threesixty/engine/HelpResponse.html | elordin/threesixty | <!DOCTYPE html >
<html>
<head>
<title>HelpResponse - threesixty.engine.HelpResponse</title>
<meta name="description" content="HelpResponse - threesixty.engine.HelpResponse" />
<meta name="keywords" content="HelpResponse threesixty.engine.HelpResponse" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../lib/template.js"></script>
<script type="text/javascript" src="../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../index.html';
var hash = 'threesixty.engine.HelpResponse';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="type">
<div id="definition">
<a href="HelpResponse$.html" title="See companion object"><img alt="Class/Object" src="../../lib/class_to_object_big.png" /></a>
<p id="owner"><a href="../package.html" class="extype" name="threesixty">threesixty</a>.<a href="package.html" class="extype" name="threesixty.engine">engine</a></p>
<h1><a href="HelpResponse$.html" title="See companion object">HelpResponse</a></h1><h3><span class="morelinks"><div>
Related Docs:
<a href="HelpResponse$.html" title="See companion object">object HelpResponse</a>
| <a href="package.html" class="extype" name="threesixty.engine">package engine</a>
</div></span></h3><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">case class</span>
</span>
<span class="symbol">
<span class="name">HelpResponse</span><span class="params">(<span name="msg">msg: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="status">status: <span class="extype" name="spray.http.StatusCode">StatusCode</span> = <span class="symbol">StatusCodes.OK</span></span>, <span name="contentType">contentType: <span class="extype" name="spray.http.ContentType">ContentType</span> = <span class="symbol">`text/plain(UTF-8)`</span></span>)</span><span class="result"> extends <a href="EngineResponse.html" class="extype" name="threesixty.engine.EngineResponse">EngineResponse</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="EngineResponse.html" class="extype" name="threesixty.engine.EngineResponse">EngineResponse</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="threesixty.engine.HelpResponse"><span>HelpResponse</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="threesixty.engine.EngineResponse"><span>EngineResponse</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="threesixty.engine.HelpResponse#<init>" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="<init>(msg:String,status:spray.http.StatusCode,contentType:spray.http.ContentType):threesixty.engine.HelpResponse"></a>
<a id="<init>:HelpResponse"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">HelpResponse</span><span class="params">(<span name="msg">msg: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="status">status: <span class="extype" name="spray.http.StatusCode">StatusCode</span> = <span class="symbol">StatusCodes.OK</span></span>, <span name="contentType">contentType: <span class="extype" name="spray.http.ContentType">ContentType</span> = <span class="symbol">`text/plain(UTF-8)`</span></span>)</span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@<init>(msg:String,status:spray.http.StatusCode,contentType:spray.http.ContentType):threesixty.engine.HelpResponse" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@!=(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@##():Int" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@==(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@asInstanceOf[T0]:T0" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@clone():Object" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="threesixty.engine.HelpResponse#contentType" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="contentType:spray.http.ContentType"></a>
<a id="contentType:ContentType"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">contentType</span><span class="result">: <span class="extype" name="spray.http.ContentType">ContentType</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@contentType:spray.http.ContentType" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@finalize():Unit" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@getClass():Class[_]" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@isInstanceOf[T0]:Boolean" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="threesixty.engine.HelpResponse#msg" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="msg:String"></a>
<a id="msg:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">msg</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@msg:String" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@notify():Unit" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@notifyAll():Unit" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="threesixty.engine.HelpResponse#status" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped">
<a id="status:spray.http.StatusCode"></a>
<a id="status:StatusCode"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">status</span><span class="result">: <span class="extype" name="spray.http.StatusCode">StatusCode</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@status:spray.http.StatusCode" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@synchronized[T0](x$1:=>T0):T0" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="threesixty.engine.HelpResponse#toHttpResponse" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toHttpResponse:spray.http.HttpResponse"></a>
<a id="toHttpResponse:HttpResponse"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toHttpResponse</span><span class="result">: <span class="extype" name="spray.http.HttpResponse">HttpResponse</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@toHttpResponse:spray.http.HttpResponse" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="threesixty.engine.HelpResponse">HelpResponse</a> → <a href="EngineResponse.html" class="extype" name="threesixty.engine.EngineResponse">EngineResponse</a></dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@wait():Unit" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../index.html#threesixty.engine.HelpResponse@wait(x$1:Long):Unit" title="Permalink" target="_top">
<img src="../../lib/permalink.png" alt="Permalink" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3>
</div><div class="parent" name="threesixty.engine.EngineResponse">
<h3>Inherited from <a href="EngineResponse.html" class="extype" name="threesixty.engine.EngineResponse">EngineResponse</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html>
|
_gh_pages/components/well/well.html | upstage/bootstrap-components | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Well | Bootstrap Components</title>
<!-- Core CSS -->
<link href="../../assets/css/docs.css" rel="stylesheet">
<!-- Documentation extras -->
<link href="../../assets/css/github.css" rel="stylesheet">
<!--[if lt IE 9]><script src="docs-assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Google web fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Open+Sans:400,600,700,300|Open+Sans+Condensed:300,700">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../assets/ico/apple-touch-icon-144-precomposed.png.html">
<link rel="shortcut icon" href="../../assets/ico/favicon.png.html">
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a class="sr-only" href="#content">Skip navigation</a>
<!-- Docs master nav -->
<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="../../index.html" class="navbar-brand">Bootstrap Components</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li> <a href="../../about.html">About</a> </li>
</ul>
</nav>
</div>
</header>
<!-- Content -->
<div class="container">
<ul class="pager ">
<li class="previous">
<a href="well-sm.html">← Previous</a>
</li>
<li class="next disabled">
<a href="well.html">Next →</a>
</li>
</ul>
<div class="bs-docs-section">
<div class="page-header">
<h1 id="well">well</h1>
</div>
</div>
<div class="bs-example">
<div class="well">
Look, I'm in a well!
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="bs-footer" role="contentinfo">
<div class="container">
<div class="bs-social">
<ul class="bs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=assemble&repo=assemble&type=fork&count=true" width="100" height="20" title="Fork on GitHub"></iframe>
</li>
<li class="follow-btn">
<a href="https://twitter.com/assemblejs" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @assemblejs</a>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://assemble.io" data-count="horizontal" data-via="assemblejs" data-related="jonschlinkert:Assemble core team.">Tweet</a>
</li>
</ul>
</div>
<p>Templates and data for Bootstrap's components.</p>
<p>Code licensed under the
<a href="./license/" target="_blank">MIT License</a>, documentation under
<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
</p>
<ul class="footer-links">
<li>Currently v</li>
<li class="muted">·</li>
<li> <a href="https://github.com/upstage/bootstrap-templates">Repo</a> </li>
<li class="muted">·</li>
<li> <a href="https://github.com/upstage/bootstrap-templates/issues?state=open">Issues</a> </li>
<li class="muted">·</li>
<li> <a href="http://assemble.io">Assemble</a> </li>
</ul>
</div>
</footer>
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../../assets/js/jquery.js"></script>
<script src="../../assets/js/bootstrap.js"></script>
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="../../assets/js/holder.js"></script>
<script src="../../assets/js/highlight.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script src="../../assets/js/application.js"></script>
<!-- Analytics
================================================== -->
<script>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>
|
index.html | kevinxh/SuperCarsta | <!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="Kevin He" content="SuperCarsta" />
<!-- Stylesheets
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<link rel="stylesheet" href="css/simpletextrotator.css" type="text/css" />
<link rel="stylesheet" href="custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<!-- External JavaScripts
============================================= -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/jquery.simple-text-rotator.min.js"></script>
<!-- Document Title
============================================= -->
<title>Home | SuperCarsta</title>
</head>
<body class="stretched">
<div id="wrapper" class="clearfix">
<div id="root">
</div>
</div>
<script src="/static/bundle.js"></script>
<script type="text/javascript" src="js/functions.js"></script>
</body>
</html>
|
2016/10/14/Hello-Hub-Press.html | Easter-Egg/Easter-Egg.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Hello, HubPress!</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://Easter-Egg.github.io/favicon.ico">
<script type="text/javascript" src="//Easter-Egg.github.io/themes/ichi/assets/js/vendor/fastclick.js?v=1476443922484"></script>
<script type="text/javascript" src="//Easter-Egg.github.io/themes/ichi/assets/js/vendor/modernizr.js?v=1476443922484"></script>
<link rel="stylesheet" type="text/css" href="//Easter-Egg.github.io/themes/ichi/assets/css/normalize.css?v=1476443922484" />
<link rel="stylesheet" type="text/css" href="//Easter-Egg.github.io/themes/ichi/assets/css/foundation.min.css?v=1476443922484" />
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="//Easter-Egg.github.io/themes/ichi/assets/css/outdatedBrowser.min.css?v=1476443922484">
<![endif]-->
<link rel="stylesheet" type="text/css" href="//Easter-Egg.github.io/themes/ichi/assets/fonts/foundation-icons/foundation-icons.css?v=1476443922484" />
<link rel="stylesheet" type="text/css" href="//Easter-Egg.github.io/themes/ichi/assets/css/styles.css?v=1476443922484" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,700,400|Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic" />
<link rel="canonical" href="https://Easter-Egg.github.io/2016/10/14/Hello-Hub-Press.html" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Easter Egg" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hello, HubPress!" />
<meta property="og:description" content="Hello from Korea!" />
<meta property="og:url" content="https://Easter-Egg.github.io/2016/10/14/Hello-Hub-Press.html" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Hello, HubPress!" />
<meta name="twitter:description" content="Hello from Korea!" />
<meta name="twitter:url" content="https://Easter-Egg.github.io/2016/10/14/Hello-Hub-Press.html" />
<script type="application/ld+json">
null
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Easter Egg" href="https://Easter-Egg.github.io/rss/" />
</head>
<body class="post-template">
<div id="outdated">
<h6>Your browser is out-of-date!</h6>
<p>Update your browser to view this website correctly. <a id="btnUpdate" href="http://outdatedbrowser.com/">Update my browser now</a></p>
</div>
<nav class="top-bar hide-for-large-up" data-topbar style="background: none">
<ul class="title-area">
<li class="name">
</li>
<li class="home"><a class="fi-home" href="https://Easter-Egg.github.io"></a></li>
<li class="toggle-topbar"><a href="#" id="trigger-overlay" class="fi-list"></a></li>
</ul>
<div class="overlay overlay-scale">
<button type="button" class="overlay-close">Close</button>
<nav>
<ul>
<li><a href="https://Easter-Egg.github.io">Home</a></li>
</ul>
</nav>
</div>
</nav>
<div class="row">
<div class="small-16 medium-16 large-4 columns right head-area bgimage" style="background-image: url(https://cloud.githubusercontent.com/assets/6007758/19385570/11e03bfe-924a-11e6-9150-48c609331538.jpg)">
<header class="site-head">
<div class="vertical">
<div class="site-head-content inner">
<ul class="side-nav blog-menu show-for-large-up">
<li><a class="fi-home" href="https://Easter-Egg.github.io"></a></li>
<li><a class="fi-torso" href="https://Easter-Egg.github.io/about"></a></li>
<li><a class="fi-mail" href="https://Easter-Egg.github.io/contact"></a></li>
</ul>
<a class="blog-logo" href="https://Easter-Egg.github.io"><img alt="Easter Egg" src="https://avatars1.githubusercontent.com/u/6007758?v=3&s=466" alt="Blog Logo" /></a>
<h1 class="blog-title">Easter Egg</h1>
<hr>
<p class="blog-description">서비스를 개발하면서 직면하게 된 문제를 해결하는 과정을 담고 싶습니다.</p>
<div class="blog-network">
<!-- <a href="#" class="fi-social-pinterest"></a>
<a href="#" class="fi-social-linkedin"></a>
<a href="#" class="fi-social-behance"></a>
<a href="#" class="fi-social-deviant-art"></a>
<a href="#" class="fi-social-dribbble"></a>
<a href="#" class="fi-social-flickr"></a>
<a href="#" class="fi-social-github"></a>
<a href="#" class="fi-social-skype"></a>
<a href="#" class="fi-social-snapchat"></a>
<a href="#" class="fi-social-steam"></a>
<a href="#" class="fi-social-xbox"></a>
<a href="#" class="fi-social-reddit"></a> -->
<a href="Easter-Egg" class="fi-social-github"></a>
<a href="tu_k@naver.com" class="fi-social-facebook"></a>
</div>
</div>
</div>
</header>
</div>
<div class="small-16 medium-16 large-12 columns main-column left">
<main class="content" role="main">
<article class="post">
<h1 class="post-title">Hello, HubPress!</h1>
<span class="post-meta label"><time datetime="2016-10-14">14 Oct 2016</time></span>
<section class="post-content">
<div class="paragraph">
<p>Hello from Korea!</p>
</div>
<aside class="tags fi-pricetag-multiple">No tag</aside>
</section>
<hr>
<footer class="post-footer">
<section class="share">
<h4>Liked this post ? Share it.</h4>
<a class="fi-social-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://Easter-Egg.github.io/2016/10/14/Hello-Hub-Press.html"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
</a>
<a class="fi-social-twitter" href="https://twitter.com/share?text=Hello%2C%20HubPress!&url=https://Easter-Egg.github.io/2016/10/14/Hello-Hub-Press.html"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
</a>
<a class="fi-social-google-plus" href="https://plus.google.com/share?url=https://Easter-Egg.github.io/2016/10/14/Hello-Hub-Press.html"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
</a>
</section>
<section class="author">
<header>
<span>About the author</span>
</header>
<section>
<h4>Taewoo Kim</h4>
<img src="https://avatars.githubusercontent.com/u/6007758?v=3">
</section>
<footer>
<p></p>
</footer>
</section>
<div class="clearfix"></div>
<hr>
</footer>
<h3 class="title-disqus"><span class="fi-comments"></span>Discussions</h3>
<section class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'blog-eegg-io'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</article>
</main>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<!--[if lte IE 8]>
<script type="text/javascript" src="//Easter-Egg.github.io/themes/ichi/assets/js/outdatedBrowser.min.js?v=1476443922484"></script>
<![endif]-->
<script type="text/javascript" src="//Easter-Egg.github.io/themes/ichi/assets/js/min/built.js?v=1476443922484"></script>
<script>
$(document).foundation();
</script>
</body>
</html>
|
bricks/research/view.html | smart-sensing-lab/ics.pku.edu.cn | {% layout 'research-layout'%}
<div class="abstract">
<img src="/img/research/research-content.png" id="re-content">
</div>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/29932f23f20677ab28064c2045f123b5ade711aa86e72b1f4704ea5f7f826fc0.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./d456bc28e5f12d1f7a62c68aed3654d392e75c03cc224920a31f90b4b79aaa90.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.