code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>ESTColor Constants Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> <link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" /> <meta name="generator" content="appledoc 2.2 (build 963)" /> </head> <body> <header id="top_header"> <div id="library" class="hideInXcode"> <h1><a id="libraryTitle" href="../index.html">EstimoteSDK </a></h1> <a id="developerHome" href="../index.html">Estimote</a> </div> <div id="title" role="banner"> <h1 class="hideInXcode">ESTColor Constants Reference</h1> </div> <ul id="headerButtons" role="toolbar"> <li id="toc_button"> <button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button> </li> <li id="jumpto_button" role="navigation"> <select id="jumpTo"> <option value="top">Jump To&#133;</option> </select> </li> </ul> </header> <nav id="tocContainer" class="isShowingTOC"> <ul id="toc" role="tree"> </ul> </nav> <article> <div id="contents" class="isShowingTOC" role="main"> <a title="ESTColor Constants Reference" name="top"></a> <div class="main-navigation navigation-top"> <ul> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> </ul> </div> <div id="header"> <div class="section-header"> <h1 class="title title-header">ESTColor Constants Reference</h1> </div> </div> <div id="container"> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <td class="specification-title">Declared in</td> <td class="specification-value">ESTDefinitions.h</td> </tr> </tbody></table></div> <h3 class="subsubtitle method-title">ESTColor</h3> <div class="section"> <!-- display enum values --> <h4 class="method-subtitle">Definition</h4> <code>typedef NS_ENUM(int, ESTColor ) {<br/> &nbsp;&nbsp; <a href="">ESTColorUnknown</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorMintCocktail</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorIcyMarshmallow</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorBlueberryPie</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorSweetBeetroot</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorCandyFloss</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorLemonTart</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorVanillaJello</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorLiquoriceSwirl</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorWhite</a>,<br/> &nbsp;&nbsp; <a href="">ESTColorTransparent</a>,<br/> };</code> </div> <div class="section section-methods"> <h4 class="method-subtitle">Constants</h4> <dl class="termdef"> <dt><a name="" title="ESTColorUnknown"></a><code>ESTColorUnknown</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorMintCocktail"></a><code>ESTColorMintCocktail</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorIcyMarshmallow"></a><code>ESTColorIcyMarshmallow</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorBlueberryPie"></a><code>ESTColorBlueberryPie</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorSweetBeetroot"></a><code>ESTColorSweetBeetroot</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorCandyFloss"></a><code>ESTColorCandyFloss</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorLemonTart"></a><code>ESTColorLemonTart</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorVanillaJello"></a><code>ESTColorVanillaJello</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorLiquoriceSwirl"></a><code>ESTColorLiquoriceSwirl</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorWhite"></a><code>ESTColorWhite</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> <dt><a name="" title="ESTColorTransparent"></a><code>ESTColorTransparent</code></dt> <dd> <p> Declared In <code class="declared-in-ref">ESTDefinitions.h</code>. </p> </dd> </dl> </div> </div> <div class="main-navigation navigation-bottom"> <ul> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> </ul> </div> <div id="footer"> <hr /> <div class="footer-copyright"> <p><span class="copyright">&copy; 2015 Estimote. All rights reserved. (Last updated: 2015-10-29)</span><br /> <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p> </div> </div> </div> </article> <script type="text/javascript"> function jumpToChange() { window.location.hash = this.options[this.selectedIndex].value; } function toggleTOC() { var contents = document.getElementById('contents'); var tocContainer = document.getElementById('tocContainer'); if (this.getAttribute('class') == 'open') { this.setAttribute('class', ''); contents.setAttribute('class', ''); tocContainer.setAttribute('class', ''); window.name = "hideTOC"; } else { this.setAttribute('class', 'open'); contents.setAttribute('class', 'isShowingTOC'); tocContainer.setAttribute('class', 'isShowingTOC'); window.name = ""; } return false; } function toggleTOCEntryChildren(e) { e.stopPropagation(); var currentClass = this.getAttribute('class'); if (currentClass == 'children') { this.setAttribute('class', 'children open'); } else if (currentClass == 'children open') { this.setAttribute('class', 'children'); } return false; } function tocEntryClick(e) { e.stopPropagation(); return true; } function init() { var selectElement = document.getElementById('jumpTo'); selectElement.addEventListener('change', jumpToChange, false); var tocButton = document.getElementById('table_of_contents'); tocButton.addEventListener('click', toggleTOC, false); var taskTreeItem = document.getElementById('task_treeitem'); if (taskTreeItem.getElementsByTagName('li').length > 0) { taskTreeItem.setAttribute('class', 'children'); taskTreeItem.firstChild.setAttribute('class', 'disclosure'); } var tocList = document.getElementById('toc'); var tocEntries = tocList.getElementsByTagName('li'); for (var i = 0; i < tocEntries.length; i++) { tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false); } var tocLinks = tocList.getElementsByTagName('a'); for (var i = 0; i < tocLinks.length; i++) { tocLinks[i].addEventListener('click', tocEntryClick, false); } if (window.name == "hideTOC") { toggleTOC.call(tocButton); } } window.onload = init; // If showing in Xcode, hide the TOC and Header if (navigator.userAgent.match(/xcode/i)) { document.getElementById("contents").className = "hideInXcode" document.getElementById("tocContainer").className = "hideInXcode" document.getElementById("top_header").className = "hideInXcode" } </script> </body> </html>
smashingpks/iOS-SDK
Documents/Constants/ESTColor.html
HTML
mit
9,960
<!doctype html> <html lang="en"> <head> <title>Code coverage report for test/branchContainer.test.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="..\prettify.css" /> <link rel="stylesheet" href="..\base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(..\sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="..\index.html">All files</a> / <a href="index.html">test</a> branchContainer.test.js </h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Statements</span> <span class='fraction'>18/18</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Branches</span> <span class='fraction'>0/0</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Functions</span> <span class='fraction'>6/6</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Lines</span> <span class='fraction'>18/18</span> </div> </div> </div> <div class='status-line high'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32</td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import BranchContainer from "../public/js/containers/BranchContainer"; import BranchWindow from "../public/js/components/BranchWindow"; // Setting up Mock Store import configureStore from "redux-mock-store"; import thunk from "redux-thunk"; &nbsp; const middlewares = [thunk]; const mockStore = configureStore(middlewares); &nbsp; describe("BranchContainer", () =&gt; { describe("renders", () =&gt; { it("a BranchWindow", () =&gt; { const initialState = {}; const store = mockStore(initialState); const wrapper = shallow( &lt;BranchContainer store={store} /&gt; ).shallow(); expect(wrapper.find("BranchWindow")).to.have.length(1); }); }); }); &nbsp; describe("BranchWindow", () =&gt; { describe("renders", () =&gt; { it("a div", () =&gt; { const wrapper = shallow( &lt;BranchWindow /&gt; ) expect(wrapper.find("div")).to.have.length(1); }) }) })</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Jun 23 2017 08:19:08 GMT+0100 (GMT Summer Time) </div> </div> <script src="..\prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="..\sorter.js"></script> </body> </html>
ricardoschullerSL/atm-branch-finder
coverage/lcov-report/test/branchContainer.test.js.html
HTML
mit
4,802
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>monae: 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.11.1 / monae - 0.0.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> monae <small> 0.0.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 15:07:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 15:07:36 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 coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;reynald.affeldt@aist.go.jp&quot; homepage: &quot;https://github.com/affeldt-aist/monae&quot; bug-reports: &quot;https://github.com/affeldt-aist/monae/issues&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/monae.git&quot; license: &quot;GPL-3.0-or-later&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;David Nowak&quot; &quot;Takafumi Saikawa&quot; &quot;Jacques Garrigue&quot; &quot;Celestine Sauvage&quot; ] build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot; } &quot;coq-infotheo&quot; { &gt;= &quot;0.0.5&quot; &amp; &lt; &quot;0.0.7&quot; } ] synopsis: &quot;Monae&quot; description: &quot;&quot;&quot; This repository contains a formalization of monads including several models, examples of monadic equational reasoning, and an application to program semantics. &quot;&quot;&quot; tags: [ &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword: monads&quot; &quot;keyword: effects&quot; &quot;keyword: probability&quot; &quot;logpath:monae&quot; &quot;date:2019-11-09&quot; ] url { http: &quot;https://github.com/affeldt-aist/monae/archive/0.0.3.tar.gz&quot; checksum: &quot;sha512=8f8e97b32100b8393b20dbfbaa715b933416fbdfbe42e1c6acc0b6b37920f39f58c59c9c3c2e65549849080c3ce511bf7f5260f785ecd549b6dea1193a178f53&quot; } </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-monae.0.0.3 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-monae -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-monae.0.0.3</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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.1/monae/0.0.3.html
HTML
mit
7,095
<!doctype html> <html> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="utf-8"> <title>Forms</title> <script src="../pjax.js"></script> <script src="example.js"></script> </head> <body> <div class="body"> <h1>Forms</h1> Hello. Try out the examples below and inspect the results in your browser's developer tools, or go to the <a href="index.html" class="js-Pjax">Index</a>. <h3>GET form</h3> <form action method="get" class="js-Pjax" id="get-form"> <label for="get-form-text">Text input:</label> <input type="text" name="textInput" id="get-form-text" value="Foobar"> <br> <br> <label for="get-form-number">Number input:</label> <input type="number" name="numberInput" id="get-form-number" value="1"> <br> <br> <label for="get-form-email">Email input:</label> <input type="email" name="emailInput" id="get-form-email" value="example@example.com"> <br> <br> <label for="get-form-textarea">Textarea:</label> <textarea name="textarea" id="get-form-textarea">This is some text</textarea> <br> <br> <fieldset> <label for="get-form-radio-1">Radio input:</label> <input type="radio" name="radioInput" value="radio-1" checked id="get-form-radio-1"> <label for="get-form-radio-2">Radio input alt:</label> <input type="radio" name="radioInput" value="radio-2" id="get-form-radio-2"> </fieldset> <br> <br> <label for="get-form-checkbox">Checkbox input:</label> <input type="checkbox" name="checkboxInput" checked id="get-form-checkbox"> <br> <br> <label for="get-form-select">Select list:</label> <select multiple name="select" id="get-form-select"> <option> Option 1 </option> <option> Option 2 </option> </select> <br> <br> <input type="submit" value="Submit"> </form> <br> <br> <h3>POST form</h3> <form action method="post" class="js-Pjax" id="post-form"> <label for="post-form-text">Text input:</label> <input type="text" name="textInput" id="post-form-text" value="Foobar"> <br> <br> <label for="post-form-number">Number input:</label> <input type="number" name="numberInput" id="post-form-number" value="1"> <br> <br> <label for="post-form-email">Email input:</label> <input type="email" name="emailInput" id="post-form-email" value="example@example.com"> <br> <br> <label for="post-form-textarea">Textarea:</label> <textarea name="textarea" id="post-form-textarea">This is some text</textarea> <br> <br> <fieldset> <label for="post-form-radio-1">Radio input:</label> <input type="radio" name="radioInput" value="radio-1" checked id="post-form-radio-1"> <label for="post-form-radio-2">Radio input alt:</label> <input type="radio" name="radioInput" value="radio-2" id="post-form-radio-2"> </fieldset> <br> <br> <label for="post-form-checkbox">Checkbox input:</label> <input type="checkbox" name="checkboxInput" checked id="post-form-checkbox"> <br> <br> <label for="post-form-select">Select list:</label> <select multiple name="select" id="post-form-select"> <option> Option 1 </option> <option> Option 2 </option> </select> <br> <br> <input type="submit" value="Submit"> </form> </div> </body> </html>
ExcaliburEX/excaliburex.github.com
public/lib/pjax/example/forms.html
HTML
mit
3,828
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>search_index.js - RDoc Documentation</title> <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../../"; </script> <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="../../js/search.js"></script> <script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script> <body class="file"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="../../index.html">Home</a> <a href="../../table_of_contents.html#classes">Classes</a> <a href="../../table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="../../Gemfile.html">Gemfile</a> <li class="file"><a href="../../Gemfile_lock.html">Gemfile.lock</a> <li class="file"><a href="../../Guardfile.html">Guardfile</a> <li class="file"><a href="../../LICENSE_txt.html">LICENSE</a> <li class="file"><a href="../../Practica9_gemspec.html">Practica9.gemspec</a> <li class="file"><a href="../../Practica9_gemspec~.html">Practica9.gemspec~</a> <li class="file"><a href="../../README_md.html">README</a> <li class="file"><a href="../../README_md~.html">README.md~</a> <li class="file"><a href="../../Rakefile.html">Rakefile</a> <li class="file"><a href="../../Rakefile~.html">Rakefile~</a> <li class="file"><a href="../../doc/Gemfile_html.html">Gemfile.html</a> <li class="file"><a href="../../doc/Guardfile_html.html">Guardfile.html</a> <li class="file"><a href="../../doc/LICENSE_txt_html.html">LICENSE_txt.html</a> <li class="file"><a href="../../doc/Matriz_html.html">Matriz.html</a> <li class="file"><a href="../../doc/Matrizdensa_html.html">Matrizdensa.html</a> <li class="file"><a href="../../doc/Matrizdispersa_html.html">Matrizdispersa.html</a> <li class="file"><a href="../../doc/Object_html.html">Object.html</a> <li class="file"><a href="../../doc/Practica9_html.html">Practica9.html</a> <li class="file"><a href="../../doc/Practica9_gemspec_html.html">Practica9_gemspec.html</a> <li class="file"><a href="../../doc/Practica9_gemspec~_html.html">Practica9_gemspec~.html</a> <li class="file"><a href="../../doc/README_md_html.html">README_md.html</a> <li class="file"><a href="../../doc/README_md~_html.html">README_md~.html</a> <li class="file"><a href="../../doc/Racional_html.html">Racional.html</a> <li class="file"><a href="../../doc/Rakefile_html.html">Rakefile.html</a> <li class="file"><a href="../../doc/Rakefile~_html.html">Rakefile~.html</a> <li class="file"><a href="../../doc/created_rid.html">created.rid</a> <li class="file"><a href="../../doc/doc/created_rid_html.html">created_rid.html</a> <li class="file"><a href="../../doc/index_html.html">index.html</a> <li class="file"><a href="../../doc/js/darkfish_js.html">darkfish.js</a> <li class="file"><a href="../../doc/js/jquery_js.html">jquery.js</a> <li class="file"><a href="../../doc/js/navigation_js.html">navigation.js</a> <li class="file"><a href="../../doc/js/search_js.html">search.js</a> <li class="file"><a href="../../doc/js/search_index_js.html">search_index.js</a> <li class="file"><a href="../../doc/js/searcher_js.html">searcher.js</a> <li class="file"><a href="../../doc/lib/Practica9_rb~_html.html">Practica9_rb~.html</a> <li class="file"><a href="../../doc/lib/fraccion_rb~_html.html">fraccion_rb~.html</a> <li class="file"><a href="../../doc/lib/matriz_densa_rb~_html.html">matriz_densa_rb~.html</a> <li class="file"><a href="../../doc/lib/matriz_dispersa_rb~_html.html">matriz_dispersa_rb~.html</a> <li class="file"><a href="../../doc/lib/matriz_rb~_html.html">matriz_rb~.html</a> <li class="file"><a href="../../doc/lib/matrizdensa_rb~_html.html">matrizdensa_rb~.html</a> <li class="file"><a href="../../doc/lib/matrizdispersa_rb~_html.html">matrizdispersa_rb~.html</a> <li class="file"><a href="../../doc/rdoc_css.html">rdoc.css</a> <li class="file"><a href="../../doc/spec/Practica9_spec_rb~_html.html">Practica9_spec_rb~.html</a> <li class="file"><a href="../../doc/spec/matriz_spec_rb~_html.html">matriz_spec_rb~.html</a> <li class="file"><a href="../../doc/table_of_contents_html.html">table_of_contents.html</a> <li class="file"><a href="../../lib/Practica9_rb~.html">Practica9.rb~</a> <li class="file"><a href="../../lib/fraccion_rb~.html">fraccion.rb~</a> <li class="file"><a href="../../lib/matriz_rb~.html">matriz.rb~</a> <li class="file"><a href="../../lib/matriz_densa_rb~.html">matriz_densa.rb~</a> <li class="file"><a href="../../lib/matriz_dispersa_rb~.html">matriz_dispersa.rb~</a> <li class="file"><a href="../../lib/matrizdensa_rb~.html">matrizdensa.rb~</a> <li class="file"><a href="../../lib/matrizdispersa_rb~.html">matrizdispersa.rb~</a> <li class="file"><a href="../../spec/Practica9_spec_rb~.html">Practica9_spec.rb~</a> <li class="file"><a href="../../spec/matriz_spec_rb~.html">matriz_spec.rb~</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="../../Matriz.html">Matriz</a> <li><a href="../../Matrizdensa.html">Matrizdensa</a> <li><a href="../../Matrizdispersa.html">Matrizdispersa</a> <li><a href="../../Object.html">Object</a> <li><a href="../../Practica9.html">Practica9</a> <li><a href="../../Racional.html">Racional</a> </ul> </nav> </div> </nav> <div id="documentation" class="description"> <p>var search_data = {“index”:{“<a href="http://">searchIndex”:[“matriz”,“matrizdensa”,“matrizdispersa”,“object”,“practica9”,“racional”,“*()”,“*()”,“*()”,“+()”,“+()”,“+()”,“-()”,“-()”,“-()”,“/()”,“<()","<=()","==()","==()",">()”,“>=()”,“</a>()”,“[]()”,“[]=()”,“[]=()”,“<a href="http://">constructor()”,“decimal()”,“each()”,“getvalue()”,“getvalue()”,“getc()”,“getden()”,“getf()”,“getnum()”,“getsize()”,“getx()”,“gety()”,“max()”,“mcd()”,“mcm()”,“min()”,“new()”,“new()”,“new()”,“new()”,“setvalue()”,“setvalue()”,“setden()”,“setnum()”,“show()”,“simplificar()”,“gemfile”,“guardfile”,“license”,“practica9.gemspec”,“practica9.gemspec~”,“readme”,“readme.md~”,“rakefile”,“rakefile~”,“created.rid”,“practica9.rb~”,“fraccion.rb~”,“matriz.rb~”,“matriz_densa.rb~”,“matriz_dispersa.rb~”,“matrizdensa.rb~”,“matrizdispersa.rb~”,“practica9_spec.rb~”,“matriz_spec.rb~”],“longSearchIndex”:[“matriz”,“matrizdensa”,“matrizdispersa”,“object”,“practica9”,“racional”,“matriz#*()”,“matrizdensa#*()”,“racional#*()”,“matriz#+()”,“matrizdensa#+()”,“racional#+()”,“matriz#-()”,“matrizdensa#-()”,“racional#-()”,“racional#/()”,“racional#<()","racional#<=()","matriz#==()","racional#==()","racional#>()”,“racional#>=()”,“matrizdensa#</a>()”,“<a href="http://">matrizdispersa#[]()”,“matrizdensa#</a>=()”,“<a href="http://">matrizdispersa#</a>,”<a href="http://"Matriz","","Matriz.html","",""">info“:[</a>,[”<a href="http://"Matrizdispersa","","Matrizdispersa.html","",""">Matrizdensa“,”“,”Matrizdensa.html“,”“,”“],</a>,[”<a href="http://"Practica9","","Practica9.html","",""">Object“,”“,”Object.html“,”“,”“],</a>,[”<a href="http://"*","Matriz","Matriz.html#method-i-2A","(object)",""">Racional“,”“,”Racional.html“,”“,”“],</a>,[”*“,”<a href="http://"*","Racional","Racional.html#method-i-2A","(object)",""">Matrizdensa“,”Matrizdensa.html#method-i-2A“,”(b)“,”“],</a>,[”+“,”<a href="http://"+","Matrizdensa","Matrizdensa.html#method-i-2B","(b)",""">Matriz“,”Matriz.html#method-i-2B“,”(object)“,”“],</a>,[”+“,”<a href="http://"-","Matriz","Matriz.html#method-i-2D","(object)",""">Racional“,”Racional.html#method-i-2B“,”(object)“,”“],</a>,[”-“,”<a href="http://"-","Racional","Racional.html#method-i-2D","(object)",""">Matrizdensa“,”Matrizdensa.html#method-i-2D“,”(b)“,”“],</a>,[”/“,”<a href="http://"<","Racional","Racional.html#method-i-3C","(object)",""">Racional“,”Racional.html#method-i-2F“,”(object)“,”“],</a>,[”&lt;=“,”<a href="http://"==","Matriz","Matriz.html#method-i-3D-3D","(object)",""">Racional“,”Racional.html#method-i-3C-3D“,”(object)“,”“],</a>,[”==“,”<a href="http://">“,”Racional“,”Racional.html#method-i-3E“,”(object)“,”“”>Racional“,”Racional.html#method-i-3D-3D“,”(object)“,”“],</a>,[”&gt;=“,”<a href="http://">Racional“,”Racional.html#method-i-3E-3D“,”(object)“,”“],[”</a>“,”Matrizdensa“,”Matrizdensa.html#method-i-5B-5D“,”(i, <a href="http://">j)“,”“],[”</a>“,”Matrizdispersa“,”Matrizdispersa.html#method-i-5B-5D“,”(f, <a href="http://">c)“,”“],[”</a>=“,”Matrizdensa“,”Matrizdensa.html#method-i-5B-5D-3D“,”(i, j, <a href="http://">v)“,”“],[”</a>=“,”Matrizdispersa“,”Matrizdispersa.html#method-i-5B-5D-3D“,”(f, c, v)“,”“],[”constructor“,”Matriz“,”Matriz.html#method-c-constructor“,”(x, y, <a href="http://"decimal","Racional","Racional.html#method-i-decimal","()",""">v)“,”“],</a>,[”each“,”Matrizdensa“,”Matrizdensa.html#method-i-each“,”()“,”“],[”getValue“,”Matrizdensa“,”Matrizdensa.html#method-i-getValue“,”(x, y)“,”“],[”getValue“,”Matrizdispersa“,”Matrizdispersa.html#method-i-getValue“,”(x, <a href="http://"getc","Matriz","Matriz.html#method-i-getc","()",""">y)“,”“],</a>,[”<a href="http://"getf","Matriz","Matriz.html#method-i-getf","()",""">getden“,”Racional“,”Racional.html#method-i-getden“,”()“,”“],</a>,[”<a href="http://"getsize","Object","Object.html#method-i-getsize","()",""">getnum“,”Racional“,”Racional.html#method-i-getnum“,”()“,”“],</a>,[”<a href="http://"gety","Matrizdensa","Matrizdensa.html#method-i-gety","()",""">getx“,”Matrizdensa“,”Matrizdensa.html#method-i-getx“,”()“,”“],</a>,[”<a href="http://"mcd","Racional","Racional.html#method-i-mcd","(a,b)",""">max“,”Matriz“,”Matriz.html#method-i-max“,”()“,”“],</a>,[”<a href="http://"min","Matriz","Matriz.html#method-i-min","()",""">mcm“,”Racional“,”Racional.html#method-i-mcm“,”(a,b)“,”“],</a>,[”new“,”Matriz“,”Matriz.html#method-c-new“,”(x, y)“,”“],[”new“,”Matrizdensa“,”Matrizdensa.html#method-c-new“,”(x, y, v)“,”“],[”new“,”Matrizdispersa“,”Matrizdispersa.html#method-c-new“,”(size, x, y, <a href="http://"new","Racional","Racional.html#method-c-new","(num,dem)",""">v)“,”“],</a>,[”setValue“,”Matrizdensa“,”Matrizdensa.html#method-i-setValue“,”(x, y, v)“,”“],[”setValue“,”Matrizdispersa“,”Matrizdispersa.html#method-i-setValue“,”(indice, x, y, <a href="http://"setden","Racional","Racional.html#method-i-setden","(v)",""">v)“,”“],</a>,[”<a href="http://"show","Racional","Racional.html#method-i-show","()",""">setnum“,”Racional“,”Racional.html#method-i-setnum“,”(v)“,”“],</a>,[”simplificar“,”Racional“,”Racional.html#method-i-simplificar“,”()“,”“],[”Gemfile“,”“,”Gemfile.html“,”“,”&lt;p&gt;source &amp;#39;rubygems.org&amp;#39;n&lt;p&gt;# Specify your gem&amp;#39;s dependencies in <a href="../../Practica9_gemspec.html">Practica9.gemspec</a> gemspec #nEnumerar …n“],[”Guardfile“,”“,”Guardfile.html“,”“,”&lt;p&gt;guard &amp;#39;bundler&amp;#39; donn&lt;pre&gt;watch(&amp;#39;Gemfile&amp;#39;)&lt;/pre&gt;n&lt;p&gt;endn“],[”LICENSE“,”“,”LICENSE_txt.html“,”“,”&lt;p&gt;Copyright © 2013 TODO: Write your namen&lt;p&gt;MIT Licensen&lt;p&gt;Permission is hereby granted, free of charge, to any …n“],[”Practica9.gemspec“,”“,”Practica9_gemspec.html“,”“,”&lt;p&gt;lib = File.expand_path(&amp;#39;../lib&amp;#39;, __FILE__) $LOAD_PATH.unshift(lib)nunless $LOAD_PATH.include?(lib) …n“],[”Practica9.gemspec~“,”“,”Practica9_gemspec~.html“,”“,”&lt;p&gt;lib = File.expand_path(&amp;#39;../lib&amp;#39;, __FILE__) $LOAD_PATH.unshift(lib)nunless $LOAD_PATH.include?(lib) …n“],[”README“,”“,”README_md.html“,”“,”&lt;p&gt;Practica9n&lt;p&gt;En esta práctica de laboratorio hay que entregar un “diseño” de lanjerarquía de clases …n“],[”README.md~“,”“,”README_md~.html“,”“,”&lt;p&gt;create Practica9/Gemfile create Practica9/Rakefile create nPractica9/LICENSE.txt create Practica9/README.md …n“],[”Rakefile“,”“,”Rakefile.html“,”“,”&lt;p&gt;require “bundler/gem_tasks” #Fichero de <a href="../../Rakefile.html">Rakefile</a> para Guardn&lt;p&gt;$:.unshift File.dirname(__FILE__) …n“],[”Rakefile~“,”“,”Rakefile~.html“,”“,”&lt;p&gt;require “<a href="http://"created.rid","","doc/created_rid.html","",""">bundler/gem_tasks”n“],</a>,[”Practica9.rb~“,”“,”lib/Practica9_rb~.html“,”“,”&lt;p&gt;require “Practica9/version” require &amp;#39;fraccion.rb&amp;#39; requiren&amp;#39;matriz.rb&amp;#39; require …n“],[”fraccion.rb~“,”“,”lib/fraccion_rb~.html“,”“,”&lt;p&gt;class Racionalnn&lt;pre class=&quot;ruby&quot;&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;attr_reader&lt;/span&gt; :&lt;span class=&quot;ruby-identifier&quot;&gt;num&lt;/span&gt;,:&lt;span class=&quot;ruby-identifier&quot;&gt;den&lt;/span&gt;n&lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;num&lt;/span&gt;,&lt;span class=&quot;ruby-identifier&quot;&gt;dem&lt;/span&gt;)n &lt;span class=&quot;ruby-ivar&quot;&gt;@num&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;num&lt;/span&gt;n &lt;span class=&quot;ruby-ivar&quot;&gt;@den&lt;/span&gt; = &lt;span class=&quot;ruby-identifier&quot;&gt;dem&lt;/span&gt;n&lt;span class=&quot;ruby-keyword&quot;&gt;end&lt;/span&gt;nn&lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;…&lt;/span&gt;n&lt;/pre&gt;n“],[”matriz.rb~“,”“,”lib/matriz_rb~.html“,”“,”&lt;p&gt;class Matriznn&lt;pre class=&quot;ruby&quot;&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;)n &lt;span class=&quot;ruby-identifier&quot;&gt;throw&lt;/span&gt; &lt;span class=&quot;ruby-string&quot;&gt;&amp;quot;Dimensiones invalidas&amp;quot;&lt;/span&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;if&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;) &lt;span class=&quot;ruby-operator&quot;&gt;==&lt;/span&gt; &lt;span class=&quot;ruby-value&quot;&gt;0&lt;/span&gt; n &lt;span class=&quot;ruby-operator&quot;&gt;…&lt;/span&gt;n&lt;/pre&gt;n“],[”matriz_densa.rb~“,”“,”lib/matriz_densa_rb~.html“,”“,”&lt;p&gt;class <a href="../../Matrizdensa.html">Matrizdensa</a> &amp;lt; Matriznn&lt;pre class=&quot;ruby&quot;&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;v&lt;/span&gt;)n &lt;span class=&quot;ruby-identifier&quot;&gt;throw&lt;/span&gt; &lt;span class=&quot;ruby-string&quot;&gt;&amp;quot;Dimensiones invalidas&amp;quot;&lt;/span&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;if&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;…&lt;/span&gt;n&lt;/pre&gt;n“],[”matriz_dispersa.rb~“,”“,”lib/matriz_dispersa_rb~.html“,”“,”&lt;p&gt;class <a href="../../Matrizdispersa.html">Matrizdispersa</a> &amp;lt; Matriznn&lt;pre class=&quot;ruby&quot;&gt;&lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;size&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;v&lt;/span&gt;)n &lt;span class=&quot;ruby-identifier&quot;&gt;throw&lt;/span&gt; &lt;span class=&quot;ruby-string&quot;&gt;&amp;quot;Dimensiones invalidas&amp;quot;&lt;/span&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;if&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;) &lt;span class=&quot;ruby-operator&quot;&gt;…&lt;/span&gt;n&lt;/pre&gt;n“],[”matrizdensa.rb~“,”“,”lib/matrizdensa_rb~.html“,”“,”&lt;p&gt;class <a href="../../Matrizdensa.html">Matrizdensa</a> &amp;lt; Matriznn&lt;pre class=&quot;ruby&quot;&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;v&lt;/span&gt;)n &lt;span class=&quot;ruby-identifier&quot;&gt;throw&lt;/span&gt; &lt;span class=&quot;ruby-string&quot;&gt;&amp;quot;Dimensiones invalidas&amp;quot;&lt;/span&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;if&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;*&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;…&lt;/span&gt;n&lt;/pre&gt;n“],[”matrizdispersa.rb~“,”“,”lib/matrizdispersa_rb~.html“,”“,”&lt;p&gt;class <a href="../../Matrizdispersa.html">Matrizdispersa</a> &amp;lt; Matriznn&lt;pre class=&quot;ruby&quot;&gt; &lt;span class=&quot;ruby-keyword&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;initialize&lt;/span&gt; (&lt;span class=&quot;ruby-identifier&quot;&gt;size&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;v&lt;/span&gt;)n &lt;span class=&quot;ruby-keyword&quot;&gt;super&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;x&lt;/span&gt;,&lt;span class=&quot;ruby-identifier&quot;&gt;y&lt;/span&gt;)n &lt;span class=&quot;ruby-ivar&quot;&gt;@vfilas&lt;/span&gt;= &lt;span class=&quot;ruby-constant&quot;&gt;Array&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;new&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;…&lt;/span&gt;n&lt;/pre&gt;n“],[”Practica9_spec.rb~“,”“,”spec/Practica9_spec_rb~.html“,”“,”&lt;p&gt;require &amp;#39;Practica9.rb&amp;#39;n&lt;p&gt;describe <a href="../../Matriz.html">Matriz</a> do before (:each) donn&lt;pre&gt;@f1 = <a href="../../Racional.html#method-c-new">Racional.new</a>(1.0,2.0)n@f2 = <a href="../../Racional.html#method-c-new">Racional.new</a>(2.0,3.0) …&lt;/pre&gt;n“],[”matriz_spec.rb~“,”“,”spec/matriz_spec_rb~.html“,”“,”&lt;p&gt;require &amp;#39;matriz.rb&amp;#39; matriz = <a href="../../Matriz.html#method-c-new">Matriz.new</a>(2,2) matriz2 =nMatriz.new(2,2) matriz3 = <a href="../../Matriz.html#method-c-new">Matriz.new</a>(2, …n“]]}}</p> </div> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
alu0100614220/prct12
doc/doc/js/search_index_js.html
HTML
mit
21,692
<!DOCTYPE html> <html lang=sl> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Tiskanje strani v drugem vrstnem redu</title> <link rel="stylesheet" type="text/css" href="../vodnik_1404.css"> <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script><link rel="shortcut icon" href="https://www.ubuntu.si/favicon.ico"> </head> <body id="home"> <div id="wrapper" class="hfeed"> <div id="header"> <div id="branding"> <div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="https://www.ubuntu.si">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div> <h1 id="blog-description"></h1> </div> <div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni"> <li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="https://www.ubuntu.si">Novice</a></li> <li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="https://www.ubuntu.si/punbb/">Forum</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://www.ubuntu.si/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://www.ubuntu.si/pogosta_vprasanja/">Pogosta vprašanja</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://www.ubuntu.si/skupnost/">Skupnost</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://www.ubuntu.si/povezave/">Povezave</a></li> </ul></div></li></ul></div></div> </div> <div id="main"><div id="cwt-content" class="clearfix content-area"><div id="page"> <div class="trails" role="navigation"><div class="trail"> » <a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" class="media media-inline" alt="Pomoč"></span></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="hardware.html" title="Strojna oprema in gonilniki">Strojna oprema</a> » <a class="trail" href="printing.html" title="Tiskanje">Tiskanje</a> › <a class="trail" href="printing.html#paper" title="Različne velikosti in razporeditve papirja.">Velikosti in razporeditve</a> » </div></div> <div id="content"> <div class="hgroup"><h1 class="title"><span class="title">Tiskanje strani v drugem vrstnem redu</span></h1></div> <div class="region"> <div class="contents"></div> <div id="reverse" class="sect"><div class="inner"> <div class="hgroup"><h2 class="title"><span class="title">Obrnjeno</span></h2></div> <div class="region"><div class="contents"> <p class="p">Tiskalniki običajno najprej natisnejo prvo stran in nazadnje zadnjo stran, zato so strani v obratnem vrstnem redu, ko jih obrnete. Če želite, lahko vrstni red tiskanja obrnete.</p> <p class="p">Za obratni vrstni red:</p> <div class="steps"><div class="inner"><div class="region"><ol class="steps"> <li class="steps"><p class="p">Kliknite <span class="guiseq"><span class="gui">Datoteka</span> ▸ <span class="gui">Natisni</span></span>.</p></li> <li class="steps"><p class="p">V zavihku <span class="gui">Splošno</span> okna tiskanja pod <span class="em">Kopije</span> izberite <span class="gui">Obratno</span>. Najprej bo natisnjena zadnja stran in tako naprej.</p></li> </ol></div></div></div> </div></div> </div></div> <div id="collate" class="sect"><div class="inner"> <div class="hgroup"><h2 class="title"><span class="title">Zbiranje</span></h2></div> <div class="region"><div class="contents"> <p class="p">V primeru da tiskate več kot eno kopijo dokumenta, bodo izpisi privzeto združeni po številki strani (naprej bodo natisnjene vse kopije prve strani, nato vse kopije druge strani in tako naprej). <span class="em">Zbiranje</span> bo izpise združilo po kopijah z vsemi stranmi.</p> <p class="p">Za zbiranje:</p> <div class="steps"><div class="inner"><div class="region"><ol class="steps"> <li class="steps"><p class="p">Kliknite <span class="guiseq"><span class="gui">Datoteka</span> ▸ <span class="gui">Natisni</span></span>.</p></li> <li class="steps"><p class="p">V zavihku <span class="gui">Splošno</span> okna tiskanja pod <span class="em">Kopije</span> izberite <span class="gui">Zberi</span>.</p></li> </ol></div></div></div> </div></div> </div></div> <div class="sect sect-links" role="navigation"> <div class="hgroup"></div> <div class="contents"><div class="links guidelinks"><div class="inner"> <div class="title"><h2><span class="title">Več podrobnosti</span></h2></div> <div class="region"><ul><li class="links "><a href="printing.html#paper" title="Različne velikosti in razporeditve papirja.">Različne velikosti in razporeditve papirja.</a></li></ul></div> </div></div></div> </div> </div> <div class="clear"></div> </div> </div></div></div> <div id="footer"><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1amp;rec=1" style="border:0"><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekpa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:ubuntu-l10n-slv@lists.ubuntu.com?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div></div> </div> </body> </html>
ubuntu-si/ubuntu.si
vodnik/14.04/printing-order.html
HTML
mit
6,058
<!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:24:12 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> SyncScopeHelper (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="SyncScopeHelper (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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SyncScopeHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/Messaging/SYNC_WITH_TRANSPORT.html" title="org.omg.Messaging 中的接口"><B>上一个类</B></A>&nbsp; &nbsp;下一个类</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/Messaging/SyncScopeHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="SyncScopeHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</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.omg.Messaging</FONT> <BR> 类 SyncScopeHelper</H2> <PRE> <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A> <IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><B>org.omg.Messaging.SyncScopeHelper</B> </PRE> <HR> <DL> <DT><PRE>public abstract class <B>SyncScopeHelper</B><DT>extends <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A></DL> </PRE> <P> Synchronization 作用域 <P> <P> <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>构造方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#SyncScopeHelper()">SyncScopeHelper</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== 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>方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#extract(org.omg.CORBA.Any)">extract</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#id()">id</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#insert(org.omg.CORBA.Any, short)">insert</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a, short&nbsp;that)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#read(org.omg.CORBA.portable.InputStream)">read</A></B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A>&nbsp;istream)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#type()">type</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/omg/Messaging/SyncScopeHelper.html#write(org.omg.CORBA.portable.OutputStream, short)">write</A></B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A>&nbsp;ostream, short&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<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>从类 java.lang.<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> 继承的方法</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <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>构造方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="SyncScopeHelper()"><!-- --></A><H3> SyncScopeHelper</H3> <PRE> public <B>SyncScopeHelper</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>方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="insert(org.omg.CORBA.Any, short)"><!-- --></A><H3> insert</H3> <PRE> public static void <B>insert</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a, short&nbsp;that)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="extract(org.omg.CORBA.Any)"><!-- --></A><H3> extract</H3> <PRE> public static short <B>extract</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A>&nbsp;a)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="type()"><!-- --></A><H3> type</H3> <PRE> public static <A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A> <B>type</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="id()"><!-- --></A><H3> id</H3> <PRE> public static <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>id</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="read(org.omg.CORBA.portable.InputStream)"><!-- --></A><H3> read</H3> <PRE> public static short <B>read</B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A>&nbsp;istream)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="write(org.omg.CORBA.portable.OutputStream, short)"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A>&nbsp;ostream, short&nbsp;value)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SyncScopeHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/omg/Messaging/SYNC_WITH_TRANSPORT.html" title="org.omg.Messaging 中的接口"><B>上一个类</B></A>&nbsp; &nbsp;下一个类</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/omg/Messaging/SyncScopeHelper.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="SyncScopeHelper.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;字段&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></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>
piterlin/piterlin.github.io
doc/jdk6_cn/org/omg/Messaging/SyncScopeHelper.html
HTML
mit
15,415
<!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_31) on Wed Dec 17 20:47:45 PST 2014 --> <title>JComboBox.KeySelectionManager (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="javax.swing.JComboBox.KeySelectionManager interface"> <meta name="keywords" content="selectionForKey()"> <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="JComboBox.KeySelectionManager (Java Platform SE 8 )"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/JComboBox.KeySelectionManager.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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../javax/swing/JComboBox.AccessibleJComboBox.html" title="class in javax.swing"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../javax/swing/JComponent.html" title="class in javax.swing"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?javax/swing/JComboBox.KeySelectionManager.html" target="_top">Frames</a></li> <li><a href="JComboBox.KeySelectionManager.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</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">javax.swing</div> <h2 title="Interface JComboBox.KeySelectionManager" class="title">Interface JComboBox.KeySelectionManager</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../javax/swing/JComboBox.html" title="class in javax.swing">JComboBox</a>&lt;<a href="../../javax/swing/JComboBox.html" title="type parameter in JComboBox">E</a>&gt;</dd> </dl> <hr> <br> <pre>public static interface <span class="typeNameLabel">JComboBox.KeySelectionManager</span></pre> <div class="block">The interface that defines a <code>KeySelectionManager</code>. To qualify as a <code>KeySelectionManager</code>, the class needs to implement the method that identifies the list index given a character and the combo box data model.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== 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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</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>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../javax/swing/JComboBox.KeySelectionManager.html#selectionForKey-char-javax.swing.ComboBoxModel-">selectionForKey</a></span>(char&nbsp;aKey, <a href="../../javax/swing/ComboBoxModel.html" title="interface in javax.swing">ComboBoxModel</a>&nbsp;aModel)</code> <div class="block">Given <code>aKey</code> and the model, returns the row that should become selected.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="selectionForKey-char-javax.swing.ComboBoxModel-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>selectionForKey</h4> <pre>int&nbsp;selectionForKey(char&nbsp;aKey, <a href="../../javax/swing/ComboBoxModel.html" title="interface in javax.swing">ComboBoxModel</a>&nbsp;aModel)</pre> <div class="block">Given <code>aKey</code> and the model, returns the row that should become selected. Return -1 if no match was found.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>aKey</code> - a char value, usually indicating a keyboard key that was pressed</dd> <dd><code>aModel</code> - a ComboBoxModel -- the component's data model, containing the list of selectable items</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an int equal to the selected row, where 0 is the first item and -1 is none.</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/JComboBox.KeySelectionManager.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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../javax/swing/JComboBox.AccessibleJComboBox.html" title="class in javax.swing"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../javax/swing/JComponent.html" title="class in javax.swing"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?javax/swing/JComboBox.KeySelectionManager.html" target="_top">Frames</a></li> <li><a href="JComboBox.KeySelectionManager.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk8/javax/swing/JComboBox.KeySelectionManager.html
HTML
mit
9,983
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Python Coding - პროგრამირება პითონზე</title> <meta name="description" content="Python/Django &amp;&amp; Linux &amp;&amp; Programming &amp;&amp; Art" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="//Lh4cKg.github.io/themes/Casper/favicon.ico"> <link rel="stylesheet" type="text/css" href="//Lh4cKg.github.io/themes/Casper/assets/css/screen.css?v=1.0.0" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="canonical" href="https://Lh4cKg.github.io" /> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="Python Coding - პროგრამირება პითონზე" href="https://Lh4cKg.github.io/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="tag-template tag-docs home-template"> <header class="main-header tag-head " style="background-image: url(https://raw.githubusercontent.com/Lh4cKg/Lh4cKg.github.io/master/images/header.png)"> <nav class="main-nav overlay clearfix"> <a class="back-button icon-arrow-left" href="https://Lh4cKg.github.io">Home</a> <!-- <a class="subscribe-button icon-feed" href="https://Lh4cKg.github.io/tag/docs/rss/">docs</a> --> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">docs</h1> <h2 class="page-description"> A 4-post collection </h2> </div> </div> </header> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </div> <article class="post tag-docs tag-python tag-tutorial"> <header class="post-header"> <h2 class="post-title"><a href="https://Lh4cKg.github.io/2017/09/17/An-Informal-Introduction-to-Python.html">არაფორმარული შესავალი პითონზე. ნაწილი 4</a></h2> </header> <section class="post-excerpt"> <p>შემდგომ მაგალითებში შეტანა და გამოტანა განსხვავდება მოთხოვნათა არსებობით ან არ არსებობით (&gt;&gt;&gt; და &#8230;&#8203;) გავიხსენოთ მაგალითები, ნებისმიერი ტექსტი უნდა შეიყვანოთ გამ <a class="read-more" href="https://Lh4cKg.github.io/2017/09/17/An-Informal-Introduction-to-Python.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://Lh4cKg.github.io/tag/docs">docs[დოკუმენტაცია]</a>, <a href="https://Lh4cKg.github.io/tag/python">python[პითონი]</a>, <a href="https://Lh4cKg.github.io/tag/tutorial">tutorial[გაკვეთილი]</a> <time class="post-date" datetime="2017-09-17">17 September 2017</time> </footer> </article> <article class="post tag-docs tag-python tag-tutorial"> <header class="post-header"> <h2 class="post-title"><a href="https://Lh4cKg.github.io/2016/03/15/Using-the-Python-Interpreter.html">პითონის ინტერპრეტატორის გამოყენება. ნაწილი 3</a></h2> </header> <section class="post-excerpt"> <p>1. ინტერპრატატორის ჩართვა პითონის ინტერპრეტატორი ჩვევლებრივ ინსტალირდება როგორც წესი /usr/local/bin/python3.5 იმ მანქანებზე სადაც ეს შესაძლებელია, რომელიც აკეთებს putting /usr/local <a class="read-more" href="https://Lh4cKg.github.io/2016/03/15/Using-the-Python-Interpreter.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://Lh4cKg.github.io/tag/docs">docs[დოკუმენტაცია]</a>, <a href="https://Lh4cKg.github.io/tag/python">python[პითონი]</a>, <a href="https://Lh4cKg.github.io/tag/tutorial">tutorial[გაკვეთილი]</a> <time class="post-date" datetime="2016-03-15">15 March 2016</time> </footer> </article> <article class="post tag-docs tag-python tag-tutorial"> <header class="post-header"> <h2 class="post-title"><a href="https://Lh4cKg.github.io/2016/03/14/Whetting-Your-Appetite.html">პითონის სახელმძღვანელო - აღძრავს თქვენს მადას. ნაწილი 2</a></h2> </header> <section class="post-excerpt"> <p>თუ შენ მუშაობ ბევრს კომპიუტერზე, საბოლოო ჯამში, თქვენ ნახავთ, რომ ზოგიერთი ამოცანა საჭიროებს ავტომატიზაციას. მაგალითად, თქვენ გსურთ შეასრულოთ ძებნა და ჩანაცვლება ძალიან დიდი რაოდენო <a class="read-more" href="https://Lh4cKg.github.io/2016/03/14/Whetting-Your-Appetite.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://Lh4cKg.github.io/tag/docs">docs[დოკუმენტაცია]</a>, <a href="https://Lh4cKg.github.io/tag/python">python[პითონი]</a>, <a href="https://Lh4cKg.github.io/tag/tutorial">tutorial[გაკვეთილი]</a> <time class="post-date" datetime="2016-03-14">14 March 2016</time> </footer> </article> <article class="post tag-docs tag-python tag-tutorial"> <header class="post-header"> <h2 class="post-title"><a href="https://Lh4cKg.github.io/2016/01/24/the-python-tutorial-part-1.html">პითონის სახელმძღვანელო - შესავალი. ნაწილი 1</a></h2> </header> <section class="post-excerpt"> <p>პითონი არის ადვილად სასწავლი, ძლიერი პროგრამირების ენა. მას აქვს ეფექტური მაღალი დონის მონაცემთა სტრუქტურები და მარტივი, მაგრამ ეფექტური მიდგომა ობიექტზე ორიენტირებული პროგრამირების <a class="read-more" href="https://Lh4cKg.github.io/2016/01/24/the-python-tutorial-part-1.html">&raquo;</a></p> </section> <footer class="post-meta"> on <a href="https://Lh4cKg.github.io/tag/docs">docs[დოკუმენტაცია]</a>, <a href="https://Lh4cKg.github.io/tag/python">python[პითონი]</a>, <a href="https://Lh4cKg.github.io/tag/tutorial">tutorial[გაკვეთილი]</a> <time class="post-date" datetime="2016-01-24">24 January 2016</time> </footer> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="https://Lh4cKg.github.io">Python Coding - პროგრამირება პითონზე</a> &copy; 2017</section> <section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section> </footer> <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> <script type="text/javascript" src="//Lh4cKg.github.io/themes/Casper/assets/js/jquery.fitvids.js?v=1.0.0"></script> <script type="text/javascript" src="//Lh4cKg.github.io/themes/Casper/assets/js/index.js?v=1.0.0"></script> </body> </html>
Lh4cKg/Lh4cKg.github.io
tag/docs/index.html
HTML
mit
9,334
<!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 (version 1.7.0_09-icedtea) on Sun Mar 03 15:37:21 GMT 2013 --> <title>Uses of Class DiffusionODE</title> <meta name="date" content="2013-03-03"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class DiffusionODE"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../package-summary.html">Package</a></li> <li><a href="../DiffusionODE.html" title="class in &lt;Unnamed&gt;">Class</a></li> <li class="navBarCell1Rev">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><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../index.html?class-use/DiffusionODE.html" target="_top">Frames</a></li> <li><a href="DiffusionODE.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"> <h2 title="Uses of Class DiffusionODE" class="title">Uses of Class<br>DiffusionODE</h2> </div> <div class="classUseContainer">No usage of DiffusionODE</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../package-summary.html">Package</a></li> <li><a href="../DiffusionODE.html" title="class in &lt;Unnamed&gt;">Class</a></li> <li class="navBarCell1Rev">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><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../index.html?class-use/DiffusionODE.html" target="_top">Frames</a></li> <li><a href="DiffusionODE.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>
vaslabs/diffusionscheduler
DiffusionScheduler/doc/class-use/DiffusionODE.html
HTML
mit
3,625
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; ef5cea2e-c7ab-4e8b-80bf-7ec95286947f </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Salar.Bois">Salar.Bois</a></strong></td> <td class="text-center">95.39 %</td> <td class="text-center">91.71 %</td> <td class="text-center">100.00 %</td> <td class="text-center">91.71 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Salar.Bois"><h3>Salar.Bois</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Delegate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MethodInfo.CreateDelegate</td> </tr> <tr> <td style="padding-left:2em">CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MethodInfo.CreateDelegate</td> </tr> <tr> <td style="padding-left:2em">CreateDelegate(System.Type,System.Reflection.MethodInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use MethodInfo.CreateDelegate</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.PropertyInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.SetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetGetMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.GetMethod property</td> </tr> <tr> <td style="padding-left:2em">GetSetMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use PropertyInfo.SetMethod property</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_BaseType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().BaseType</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">get_IsValueType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsValueType</td> </tr> <tr> <td style="padding-left:2em">GetFields(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetGenericArguments</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetInterfaces</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetTypeCode(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Type or RuntimeTypeHandle instead.</td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsSubclassOf(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsSubclassOf</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.TypeCode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Type or RuntimeTypeHandle instead.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/sa/salar.bois.1.8.2/Salar.Bois-portable-sl4%2Bwp71%2Bwindows8.html
HTML
mit
21,948
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.mockjax.js.html#">Sign Up &#187;</a> <a href="jquery.mockjax.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.mockjax.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _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> </body> </html>
user-tony/photon-rails
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/prettify/js/plugins/prettify/js/bootstrap/js/plugins/jquery.mockjax.js.html
HTML
mit
15,941
@(title: String)(content: Html) <!DOCTYPE html> <html> <head> <title>@title</title> <link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.css")"> <link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="@routes.Assets.at("javascripts/location.js")" type="text/javascript"></script> </head> <body> @content </body> </html>
Reimerei/plakatMelder
app/views/main.scala.html
HTML
mit
554
<template name="Input"> <div class="form-control-wrapper"> {{#if floatingLabel}} <input type="{{type}}" name="{{name}}" class="form-control {{isEmpty}}" value="{{value}}" disabled="{{disabled}}"> <div class="floating-label">{{placeholder}}</div> {{else}} <input type="{{type}}" name="{{name}}" class="form-control {{isEmpty}}" value="{{value}}" disabled="{{disabled}}" placeholder="{{placeholder}}"> {{/if}} <span class="material-input"></span> </div> </template>
fuzzybabybunny/strawberry
packages/material-design/templates/input.html
HTML
mit
542
<fieldset> <div class="container"> <div ng-if="isMsg" class="alert alert-success"> <a href="javascript:void(0)" class="close" data-dismiss="alert" aria-label="close">&times;</a> {{message}} </div> <div ng-if="isErr" class="alert alert-danger"> <a href="javascript:void(0)" class="close" data-dismiss="alert" aria-label="close">&times;</a> {{errMessage}} </div> <form id="create-department-form" class= "well form-horizontal" name="createDepartment"> <legend>Create Department</legend> <div class="form-group" ng-class="{'has-error':createDepartment.name.$invalid && createDepartment.name.$dirty}"> <label class="col-md-4 control-label">Department Name</label> <div class="col-md-4 inputGroupContainer"> <div class="input-group"> <input type="text" class="form-control" placeholder="Department" name="name" ng-model="createDepartmentForm.name" ng-maxlength="200" required ng-blur="validateDepartmentExist(createDepartmentForm.name)"> <span class="help-block has-error" ng-if="createDepartment.name.$dirty"> <span ng-show="createDepartment.name.$error.required">Name is required.</span> <span ng-show="createDepartment.name.$error.maxlength">The name cannot be more than 200 characters.</span> <span ng-show="isDepartmentExist" class="help-block">Department is already taken.</span> </span> </div> </div> </div> <div class="form-group" ng-class="{'has-error':createDepartment.purpose.$invalid && createDepartment.purpose.$dirty}"> <label class="col-md-4 control-label">Purpose of department</label> <div class="col-md-4 inputGroupContainer"> <div class="input-group"> <input type="text" class="form-control" placeholder="Purpose" name="purpose" ng-model="createDepartmentForm.purpose" ng-maxlength="200" required> <span class="help-block has-error" ng-if="createDepartment.purpose.$dirty"> <span ng-show="createDepartment.purpose.$error.required">Department purpose is required.</span> <span ng-show="createDepartment.purpose.$error.maxlength">The purpose cannot be more than 200 characters.</span> </span> </div> </div> </div> <div class="form-group" ng-class="{'has-error':createDepartment.company.$invalid && createDepartment.company.$dirty}"> <label class="col-md-4 control-label">Company</label> <div class="col-md-4 inputGroupContainer"> <div class="input-group"> <select class="form-control" ng-model="createDepartmentForm.company" ng-options="company.id as company.name for company in companies" required> <option value="">Select company</option> </select> <span class="help-block has-error" ng-if="createCompany.company.$dirty"> <span ng-show="createDepartment.company.$error.required">Department company is required.</span> </span> </div> </div> </div> <div class="form-group" ng-class="{'has-error':createDepartment.location.$invalid && createDepartment.location.$dirty}"> <label class="col-md-4 control-label">Location</label> <div class="col-md-4 inputGroupContainer"> <div class="input-group"> <input type="text" class="form-control" placeholder="Location in the company" name="location" ng-model="createDepartmentForm.location"> </div> </div> </div> <div class="form-group"> <label class="col-md-4 control-label"></label> <div class="col-md-4"> <button class="btn btn-primary btn-lg btn-block" type="submit" ng-disabled="createDepartment.$invalid || isDepartmentExist" ng-click="createNewDepartment()"> <span ng-hide="createDepartmentForm.loading">Create Department <span class="glyphicon glyphicon-send"></span></span> <span class="overlord-loading-spinner fa fa-spinner" ng-show="createDepartmentForm.loading" > <span class="glyphicon glyphicon-send"></span></span> <span ng-show="createDepartmentForm.loading">Preparing your new epartment...<span class="glyphicon glyphicon-send"></span></span> </button> <a href="#/departments" class="btn btn-primary btn-lg btn-block">Back</a> </div> </div> </form> </div> </fieldset>
shripadjoshi/EER_Frontend
EER/department/new.html
HTML
mit
4,503
--- --- <h1>Not Found</h1> <p>The requested URL /seminars2008/june24_files/injection_graph_func.htm was not found on this server.</p> <hr> <address>Apache/2.2.23 (Fedora) Server at math.iisc.ac.in Port 80</address>
siddhartha-gadgil/www.math.iisc.ernet.in
docs/seminars2008/june24_files/injection_graph_func.html
HTML
mit
215
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script src="/build/forminputbase.js"></script> <script src="https://unpkg.com/vue"></script> <link rel="icon" type="image/x-icon" href="/assets/icon/favicon.ico"> </head> <body> <div id="app-1"> <ol> <sample-form-input v-for="item in fields" v-bind:field="item" v-model="item.value" v-bind:key="item.id"> </sample-form-input> </ol> <div>{{ formValue }}</div> </div> <script> Vue.config.ignoredElements = [ 'form-input-base' ] Vue.component('sample-form-input', { props: ['field', 'value'], template: '<form-input-base :theme="field.theme" :mode="field.mode" :label="field.label" :value="value" @valueChange="onValueChange"></form-input-base>', methods: { onValueChange: function(ev) { this.$emit('input', ev.target.value) } } }) var app7 = new Vue({ el: '#app-1', data: { fields: [ {label: 'Name', type: 'text', controlName: 'name', value: 'Whirlwind', mode: 'web', theme: 'green'}, {label: 'Street', type: 'text', controlName: 'street', value: '123 Main', mode: 'web', theme: 'green'}, {label: 'City', type: 'text', controlName: 'city', value: 'Anywhere', mode: 'web', theme: 'red'}, {label: 'State', type: 'select', controlName: 'state', value: 'CA', mode: 'mobile', theme: 'red'}, {label: 'Zip', type: 'number', controlName: 'zip', value: '94801', mode: 'mobile'} ] }, computed: { formValue: function() { return this.fields.reduce((accu, f) => { accu[f.label] = f.value return accu }, {}) } } }) </script> <script> if ('serviceWorker' in navigator && location.protocol !== 'file:') { // auto-unregister service worker during dev mode navigator.serviceWorker.ready.then(registration => { registration.unregister().then(() => { location.reload(true); }); }); } </script> </body> </html>
cindyliu-yb/my-web-component
www/index.html
HTML
mit
2,334
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>3569-10-6.smi.png.html</title> </head> <body>ID3569-10-6<br/> <img border="0" src="3569-10-6.smi.png" alt="3569-10-6.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>3569-10-6</td><td>6660</td><td>C15H22O2</td><td>234.334</td><td>14089</td><td>79112</td><td>34089</td><td>3794</td><td>Valerenic acid</td><td></td><td>3569-10-6</td><td>primary</td><td>single chemical compound</td><td>stereochem</td><td>tested chemical</td><td>C15H22O2</td><td>234.334</td><td>defined organic</td><td>parent</td><td>(2E)-3-[(4S,7R,7aR)-3,7-dimethyl-2,4,5,6,7,7a-hexahydro-1H-inden-4-yl]-2-methylprop-2-enoic acid</td><td>O=C(O)C(\C)=C\[C@@H]1CC[C@@H](C)[C@H]2CCC(C)=C12</td><td>O=C(O)C(\C)=C\[C@@H]1CC[C@@H](C)[C@H]2CCC(C)=C12</td><td>20080429</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 03:58:33 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
andrewdefries/ToxCast
Figure3/Tox21_nnm/WorkHere/3569-10-6.smi.png.html
HTML
mit
1,739
{% extends "templates/partials/base.html" %} {% block title %} {% parent %} {% endblock %} {% block content %} <main class="home"> {% if home.show_livestream === true && home.show_video === false %} <div class="video-module"> <div class="video-module__container">{{ home.livestream_link.html|safe }}</div> </div> {% elseif home.show_livestream === true && home.show_video === true %} <div class="video-module"> <div class="video-module__container">{{ home.video_link.html|safe }}</div> </div> {% elseif home.show_livestream === false && home.show_video === true %} <div class="video-module"> <div class="video-module__container">{{ home.video_link.html|safe }}</div> </div> {% endif %} <section class="section__container" id="home"> {% include "templates/partials/sections/home.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--06.svg" %} </div> </section> {% if cms.currentphase.phase === "Transition" %} {% if families.section_active === true %} <section class="section__container" id="families"> {% include "templates/partials/sections/families.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--03.svg" %} </div> </section> {% endif %} {% if students.section_active === true %} <section class="section__container" id="students"> {% include "templates/partials/sections/students.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--02.svg" %} </div> </section> {% endif %} {% elseif cms.currentphase.phase === "Full" %} {% if students.section_active === true %} <section class="section__container" id="students"> {% include "templates/partials/sections/students.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--02.svg" %} </div> </section> {% endif %} {% if families.section_active === true %} <section class="section__container" id="families"> {% include "templates/partials/sections/families.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--03.svg" %} </div> </section> {% endif %} {% endif %} {% if schedule.section_active === true %} <section class="section__container" id="weekend"> {% include "templates/partials/sections/schedule.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--04.svg" %} </div> </section> {% endif %} {% if speakers.section_active === true %} <section class="section__container" id="speakers"> {% include "templates/partials/sections/speakers.html" %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--05.svg" %} </div> </section> {% endif %} {% if contacts.section_active === true %} <section class="section__container" id="contact"> {% include "templates/partials/sections/contact.html" %} </section> {% endif %} <div class="section__illustration"> {% include "templates/partials/illustrations/illustration--01.svg" %} </div> </main> {% endblock %} {% block scripts_extra %}{% endblock %}
risd/wh-commencement
pages/index.html
HTML
mit
3,666
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Dicerati Proxy Management Server</title> <meta name="description" content="Dicerati Proxy Server Manager"> <meta name="author" content="OSCF"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script> --> </head> <body> <div class="container"> <div> <h1> <img src="images/Pencil@Low.png" alt="Dicerati" class="img-thumbnail"> Dicerati Proxy Management Utility </h1> <h2>Add Proxy User</h2> <div id="dp-add-section"> <form class="form-horizontal" role="form" action="{{addActionUrl}}" method="POST" enctype="application/x-www-form-urlencoded" > <input type="hidden" id="dpCommand" name="dpCommand" value="add" /> <fieldset> <legend>User Details</legend> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-clid">CLID:</label> <div class="col-lg-3"> <input class="form-control" type="text" id="dp-clid" name="dp-clid" value="{{dp-clid}}" /> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-proxy">Proxy URL:</label> <div class="col-lg-3"> <input class="form-control" type="text" id="dp-proxy-url" name="dp-proxy-url" value="{{dp-proxy-url}}" /> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-port">Port:</label> <div class="col-lg-3"> <input class="form-control" type="text" id="dp-port" name="dp-port" value="{{dp-port}}" /> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-scheme">Scheme:</label> <div class="col-lg-3"> <input class="form-control" type="text" id="dp-scheme" name="dp-scheme" value="{{dp-scheme}}" /> </div> </div> </fieldset> <button class="btn btn-primary" type="submit" id="dp-add-btn">Add User</button> </form> <br /> <div id="dp-alertsection-add">{{dp-add-alert}}</div> </div> <hr /> <h2>Remove Proxy User</h2> <div id="dp-removesection"> <form class="form-horizontal" role="form" action="{{removeActionUrl}}" method="POST" enctype="application/x-www-form-urlencoded" > <input type="hidden" id="dpCommand" name="dpCommand" value="remove" /> <fieldset> <legend>User Details</legend> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-clid">CLID:</label> <div class="col-lg-3"> <input class="form-control" type="text" id="dp-clid" name="dp-clid" value="{{dp-clid}}" /> </div> </div> </fieldset> <button class="btn btn-primary" type="submit" id="dp-remove-btn">Remove User</button> </form> <br /> <div id="dp-alertsection-remove">{{dp-remove-alert}}</div> </div> <hr /> <h2>Statistics</h2> <div id="dp-statssection"> <form class="form-horizontal" role="form" action="{{removeActionUrl}}" method="POST" enctype="application/x-www-form-urlencoded" > <input type="hidden" id="dpCommand" name="dpCommand" value="statistics" /> <fieldset> <legend>Requests</legend> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-request-success">Successful:</label> <div class="col-lg-4"> <input class="form-control" type="text" id="dp-request-success" name="dp-request-success" value="{{dp-request-success}}" readonly/> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-request-fail">Failed:</label> <div class="col-lg-4"> <input class="form-control" type="text" id="dp-request-fail" name="dp-request-fail" value="{{dp-request-fail}}" readonly/> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-request-fail-noentry">Failed No Entry:</label> <div class="col-lg-4"> <input class="form-control" type="text" id="dp-request-fail-noentry" name="dp-request-fail-noentry" value="{{dp-request-fail-noentry}}" readonly/> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label" for="dp-request-total">Total:</label> <div class="col-lg-4"> <input class="form-control" type="text" id="dp-request-total" name="dp-request-total" value="{{dp-request-total}}" readonly/> </div> </div> </fieldset> </form> <br /> <hr /> </div> </div> </div> <!-- /.container --> </body> </html>
shamblett/dicerati_proxy
lib/src/html/management/index.html
HTML
mit
5,806
<!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"> <meta> <!-- Stylesheets --> <link href="../web.css" type="text/css" rel="stylesheet"></link> <link href="../pygmentize.css" type="text/css" rel="stylesheet"></link> <title>VLFeat - Documentation - C API</title> <!-- Scripts--> </meta> <!-- Body Start --> <body> <div id="header"> <!-- Google CSE Search Box Begins --> <form action="http://www.vlfeat.org/search.html" method="get" id="cse-search-box" enctype="application/x-www-form-urlencoded"> <div> <input type="hidden" name="cx" value="003215582122030917471:oq23albfeam"></input> <input type="hidden" name="cof" value="FORID:11"></input> <input type="hidden" name="ie" value="UTF-8"></input> <input type="text" name="q" size="31"></input> <input type="submit" name="sa" value="Search"></input> </div> </form> <script src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en" xml:space="preserve" type="text/javascript"></script> <!-- Google CSE Search Box Ends --> <h1><a shape="rect" href="../index.html" class="plain"><span id="vlfeat">VLFeat</span><span id="dotorg">.org</span></a></h1> </div> <div id="headbanner"> Documentation - C API </div> <div id="pagebody"> <div id="sidebar"> <!-- Navigation Start --> <ul> <li><a href="../index.html">Home</a> </li> <li><a href="../download.html">Download</a> </li> <li><a href="../doc.html">Documentation</a> <ul> <li><a href="../mdoc/mdoc.html">Matlab API</a> </li> <li><a href="index.html" class='active' >C API</a> </li> <li><a href="../man/man.html">Man pages</a> </li> </ul></li> <li><a href="../overview/tut.html">Tutorials</a> </li> <li><a href="../applications/apps.html">Applications</a> </li> </ul> </div> <!-- sidebar --> <div id="content"> <div class="doxygen"> <!-- Generated by Doxygen 1.7.2 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#enum-members">Enumerations</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <h1>stringop.h File Reference</h1> </div> </div> <div class="contents"> <p>String operations. <a href="#_details">More...</a></p> <code>#include &quot;<a class="el" href="generic_8h.html">generic.h</a>&quot;</code><br/> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="enum-members"></a> Enumerations</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom">{ <a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9ea71fca21ec3ae6a26edbe380fedc2ebec">VL_PROT_UNKNOWN</a> = -1, <a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9ea94b2ad9436eeeb7e7a08baf24e00f3d6">VL_PROT_NONE</a> = 0, <a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9ea611cc6138919fdd98ce2a9137a762b91">VL_PROT_ASCII</a>, <a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9eaa92055b1172e1b8fa98177304d495653">VL_PROT_BINARY</a> }</td></tr> <tr><td colspan="2"><h2><a name="func-members"></a> Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#a12595787245c1d92c5d3bbe6c0cea9f4">vl_string_copy</a> (char *destination, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> destinationSize, char const *source)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy string. <a href="#a12595787245c1d92c5d3bbe6c0cea9f4"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#a3ecf896f613bca486a0821f076aa8855">vl_string_copy_sub</a> (char *destination, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> destinationSize, char const *beginning, char const *end)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy substring. <a href="#a3ecf896f613bca486a0821f076aa8855"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#aa45c4b3fc38383ad1d152485ccfe3356">vl_string_parse_protocol</a> (char const *string, int *protocol)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Extract the protocol prefix from a string. <a href="#aa45c4b3fc38383ad1d152485ccfe3356"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">char const *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#a79a3a25967d2fd344d3812c31f7af6d7">vl_string_protocol_name</a> (int prot)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get protocol name. <a href="#a79a3a25967d2fd344d3812c31f7af6d7"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#a7c19551fb6bb7e1f45c453caef5b9044">vl_string_basename</a> (char *destination, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> destinationSize, char const *source, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> maxNumStrippedExtension)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Extract base of file name. <a href="#a7c19551fb6bb7e1f45c453caef5b9044"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#a3333f80d5012dadb8967ab297ff02645">vl_string_replace_wildcard</a> (char *destination, <a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> destinationSize, char const *src, char wildcardChar, char escapeChar, char const *replacement)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Replace wildcard characters by a string. <a href="#a3333f80d5012dadb8967ab297ff02645"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#acc6a3ecad1c4fde280008c2bc7663dea">vl_string_find_char_rev</a> (char const *beginning, char const *end, char c)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Search character in reversed order. <a href="#acc6a3ecad1c4fde280008c2bc7663dea"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#acc9de03bedf2b67ce907a7478e34bc4e">vl_string_length</a> (char const *string)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Calculate string length. <a href="#acc9de03bedf2b67ce907a7478e34bc4e"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="stringop_8h.html#ad006cebd610a7a6f7b6d97c93e398824">vl_string_casei_cmp</a> (const char *string1, const char *string2)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare strings case-insensitive. <a href="#ad006cebd610a7a6f7b6d97c93e398824"></a><br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <dl class="author"><dt><b>Author:</b></dt><dd>Andrea Vedaldi</dd></dl> <p><a class="el" href="stringop_8h.html">stringop.h</a> implements basic string operations. All functions that write to strings use range checking, which makes them safer than some standard POSIX equivalent (see <a class="el" href="stringop_8h.html#vl-stringop-err">Detecting overflow</a>).</p> <h2><a class="anchor" id="vl-stringop-file-protocols"></a> File protocols</h2> <p><a class="el" href="stringop_8h.html">stringop.h</a> defines a few file "protocols" and helps parsing them from URL-like formatted strings. The supported protocols are:</p> <table class="doxtable"> <caption align="bottom">File protocols</caption> <tr> <td>Protocol</td><td>Code</td><td>URL prefix </td></tr> <tr> <td>ASCII</td><td><a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9ea611cc6138919fdd98ce2a9137a762b91">VL_PROT_ASCII</a></td><td><code>ascii://</code> </td></tr> <tr> <td>BINARY</td><td><a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9eaa92055b1172e1b8fa98177304d495653">VL_PROT_BINARY</a></td><td><code>binary://</code> </td></tr> </table> <h2><a class="anchor" id="vl-stringop-err"></a> Detecting overflow</h2> <p><a class="el" href="stringop_8h.html">stringop.h</a> functions that write a string to a character buffer take both the buffer and its size <code>n</code> as input. If <code>n</code> is not large enough, the output may be truncated but it is always a null terminated string (provided that <code>n</code> &gt;= 1). Such functions also return the length of the string that would have been written <code>r</code> (which does not include the terminating null character) had the buffer been large enough. Hence an <em>overflow</em> can be detected by testing if <code>r</code> &gt;= <code>n</code>, <code>r</code> can be used to re-allocate a buffer large enough to contain the result, and the operation can be repeated. </p> <hr/><h2>Enumeration Type Documentation</h2> <a class="anchor" id="a61dadd085c1777f559549e05962b2c9e"></a><!-- doxytag: member="stringop.h::@5" ref="a61dadd085c1777f559549e05962b2c9e" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">anonymous enum</td> </tr> </table> </div> <div class="memdoc"> <p>file <a class="el" href="stringop_8h.html" title="String operations.">stringop.h</a> brief String operations author Andrea Vedaldi </p> <dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><em><a class="anchor" id="a61dadd085c1777f559549e05962b2c9ea71fca21ec3ae6a26edbe380fedc2ebec"></a><!-- doxytag: member="VL_PROT_UNKNOWN" ref="a61dadd085c1777f559549e05962b2c9ea71fca21ec3ae6a26edbe380fedc2ebec" args="" -->VL_PROT_UNKNOWN</em>&nbsp;</td><td> <p>unknown protocol </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="a61dadd085c1777f559549e05962b2c9ea94b2ad9436eeeb7e7a08baf24e00f3d6"></a><!-- doxytag: member="VL_PROT_NONE" ref="a61dadd085c1777f559549e05962b2c9ea94b2ad9436eeeb7e7a08baf24e00f3d6" args="" -->VL_PROT_NONE</em>&nbsp;</td><td> <p>no protocol </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="a61dadd085c1777f559549e05962b2c9ea611cc6138919fdd98ce2a9137a762b91"></a><!-- doxytag: member="VL_PROT_ASCII" ref="a61dadd085c1777f559549e05962b2c9ea611cc6138919fdd98ce2a9137a762b91" args="" -->VL_PROT_ASCII</em>&nbsp;</td><td> <p>ASCII protocol </p> </td></tr> <tr><td valign="top"><em><a class="anchor" id="a61dadd085c1777f559549e05962b2c9eaa92055b1172e1b8fa98177304d495653"></a><!-- doxytag: member="VL_PROT_BINARY" ref="a61dadd085c1777f559549e05962b2c9eaa92055b1172e1b8fa98177304d495653" args="" -->VL_PROT_BINARY</em>&nbsp;</td><td> <p>Binary protocol </p> </td></tr> </table> </dd> </dl> </div> </div> <hr/><h2>Function Documentation</h2> <a class="anchor" id="a7c19551fb6bb7e1f45c453caef5b9044"></a><!-- doxytag: member="stringop.h::vl_string_basename" ref="a7c19551fb6bb7e1f45c453caef5b9044" args="(char *destination, vl_size destinationSize, char const *source, vl_size maxNumStrippedExtension)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> vl_string_basename </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"> <em>destination</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>destinationSize</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>source</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>maxNumStrippedExtensions</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">destination</td><td>destination buffer. </td></tr> <tr><td class="paramname">destinationSize</td><td>size of destination buffer. </td></tr> <tr><td class="paramname">source</td><td>input string. </td></tr> <tr><td class="paramname">maxNumStrippedExtensions</td><td>maximum number of extensions to strip. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>length of the destination string.</dd></dl> <p>The function removes the leading path and up to <code>maxNumStrippedExtensions</code> trailing extensions from the string <em>source</em> and writes the result to the buffer <em>destination</em>.</p> <p>The leading path is the longest suffix that ends with either the <code>\</code> or <code>/</code> characters. An extension is a string starting with the <code>.</code> character not containing it. For instance, the string <code>file.png</code> contains the extension <code>.png</code> and the string <code>file.tar.gz</code> contains two extensions (<code>.tar</code> and <code><code></code>.gz</code>).</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="stringop_8h.html#vl-stringop-err">Detecting overflow</a>. </dd></dl> </div> </div> <a class="anchor" id="ad006cebd610a7a6f7b6d97c93e398824"></a><!-- doxytag: member="stringop.h::vl_string_casei_cmp" ref="ad006cebd610a7a6f7b6d97c93e398824" args="(const char *string1, const char *string2)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int vl_string_casei_cmp </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"> <em>string1</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const char *&#160;</td> <td class="paramname"> <em>string2</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">string1</td><td>fisrt string. </td></tr> <tr><td class="paramname">string2</td><td>second string. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>an integer =,&lt;,&gt; 0 if <code>string1</code> =,&lt;,&gt; <code>string2</code> </dd></dl> </div> </div> <a class="anchor" id="a12595787245c1d92c5d3bbe6c0cea9f4"></a><!-- doxytag: member="stringop.h::vl_string_copy" ref="a12595787245c1d92c5d3bbe6c0cea9f4" args="(char *destination, vl_size destinationSize, char const *source)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> vl_string_copy </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"> <em>destination</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>destinationSize</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>source</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">destination</td><td>output buffer. </td></tr> <tr><td class="paramname">destinationSize</td><td>size of the output buffer. </td></tr> <tr><td class="paramname">source</td><td>string to copy. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>length of the source string.</dd></dl> <p>The function copies the string <em>source</em> to the buffer <em>destination</em> of size <em>destinationSize</em>.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="stringop_8h.html#vl-stringop-err">Detecting overflow</a>. </dd></dl> </div> </div> <a class="anchor" id="a3ecf896f613bca486a0821f076aa8855"></a><!-- doxytag: member="stringop.h::vl_string_copy_sub" ref="a3ecf896f613bca486a0821f076aa8855" args="(char *destination, vl_size destinationSize, char const *beginning, char const *end)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> vl_string_copy_sub </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"> <em>destination</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>destinationSize</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>beginning</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>end</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">destination</td><td>output buffer. </td></tr> <tr><td class="paramname">destinationSize</td><td>size of output buffer. </td></tr> <tr><td class="paramname">beginning</td><td>start of the substring. </td></tr> <tr><td class="paramname">end</td><td>end of the substring. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>length of the destination string.</dd></dl> <p>The function copies the substring from at <em>beginning</em> to <em>end</em> (not included) to the buffer <em>destination</em> of size <em>destinationSize</em>. If, however, the null character is found before <em>end</em>, the substring terminates there.</p> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="stringop_8h.html#vl-stringop-err">Detecting overflow</a>. </dd></dl> </div> </div> <a class="anchor" id="acc6a3ecad1c4fde280008c2bc7663dea"></a><!-- doxytag: member="stringop.h::vl_string_find_char_rev" ref="acc6a3ecad1c4fde280008c2bc7663dea" args="(char const *beginning, char const *end, char c)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">char* vl_string_find_char_rev </td> <td>(</td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>beginning</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>end</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char&#160;</td> <td class="paramname"> <em>c</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">beginning</td><td>pointer to the substring beginning. </td></tr> <tr><td class="paramname">end</td><td>pointer to the substring end. </td></tr> <tr><td class="paramname">c</td><td>character to search for. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>pointer to last occurrence of <em>c</em>, or 0 if none.</dd></dl> <p>The function searches for the last occurrence of the character <em>c</em> in the substring from <em>beg</em> to <em>end</em> (the latter not being included). </p> </div> </div> <a class="anchor" id="acc9de03bedf2b67ce907a7478e34bc4e"></a><!-- doxytag: member="stringop.h::vl_string_length" ref="acc9de03bedf2b67ce907a7478e34bc4e" args="(char const *string)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> vl_string_length </td> <td>(</td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>string</em>&#160;)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">string</td><td>string. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>string length. </dd></dl> </div> </div> <a class="anchor" id="aa45c4b3fc38383ad1d152485ccfe3356"></a><!-- doxytag: member="stringop.h::vl_string_parse_protocol" ref="aa45c4b3fc38383ad1d152485ccfe3356" args="(char const *string, int *protocol)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">char* vl_string_parse_protocol </td> <td>(</td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>string</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int *&#160;</td> <td class="paramname"> <em>protocol</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">string</td><td>string. </td></tr> <tr><td class="paramname">protocol</td><td>protocol code (output). </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>pointer to the first character after the protocol prefix.</dd></dl> <p>The function extracts the prefix of the string <em>string</em> terminated by the first occurrence of the <code></code>:// substring (if any). It then matches the suffix terminated by <code></code>:// to the supported <a class="el" href="stringop_8h.html#vl-stringop-file-protocols">File protocols</a> protocols. If <code>protocol</code> is not <code>NULL</code>, the corresponding protocol code is written to <em>protocol</em> </p> <p>The function writes to <em>protocol</em> the value <a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9ea94b2ad9436eeeb7e7a08baf24e00f3d6">VL_PROT_NONE</a> if no suffix is detected and <a class="el" href="stringop_8h.html#a61dadd085c1777f559549e05962b2c9ea71fca21ec3ae6a26edbe380fedc2ebec">VL_PROT_UNKNOWN</a> if there is a suffix but it cannot be matched to any of the supported protocols. </p> </div> </div> <a class="anchor" id="a79a3a25967d2fd344d3812c31f7af6d7"></a><!-- doxytag: member="stringop.h::vl_string_protocol_name" ref="a79a3a25967d2fd344d3812c31f7af6d7" args="(int prot)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">char const* vl_string_protocol_name </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"> <em>protocol</em>&#160;)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">protocol</td><td>protocol code. </td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>pointer protocol name string.</dd></dl> <p>The function returns a pointer to a string containing the name of the protocol <em>protocol</em> (see the <em>vl-file-protocols</em> protocols list). If the protocol is unknown the function returns the empty string. </p> </div> </div> <a class="anchor" id="a3333f80d5012dadb8967ab297ff02645"></a><!-- doxytag: member="stringop.h::vl_string_replace_wildcard" ref="a3333f80d5012dadb8967ab297ff02645" args="(char *destination, vl_size destinationSize, char const *src, char wildcardChar, char escapeChar, char const *replacement)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a> vl_string_replace_wildcard </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"> <em>destination</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="host_8h.html#a0ee26101458c663510d620e3ee7e2555">vl_size</a>&#160;</td> <td class="paramname"> <em>destinationSize</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>source</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char&#160;</td> <td class="paramname"> <em>wildcardChar</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char&#160;</td> <td class="paramname"> <em>escapeChar</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char const *&#160;</td> <td class="paramname"> <em>replacement</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <dl><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">destination</td><td>output buffer. </td></tr> <tr><td class="paramname">destinationSize</td><td>size of the output buffer. </td></tr> <tr><td class="paramname">source</td><td>input string. </td></tr> <tr><td class="paramname">wildcardChar</td><td>wildcard character. </td></tr> <tr><td class="paramname">escapeChar</td><td>escape character. </td></tr> <tr><td class="paramname">replacement</td><td>replacement string.</td></tr> </table> </dd> </dl> <p>The function replaces the occurrence of the specified wildcard character <em>wildcardChar</em> by the string <em>replacement</em>. The result is written to the buffer <em>destination</em> of size <em>destinationSize</em>.</p> <p>Wildcard characters may be escaped by preceding them by the <em>esc</em> character. More in general, anything following an occurrence of <em>esc</em> character is copied verbatim. To disable the escape characters simply set <em>esc</em> to 0.</p> <dl class="return"><dt><b>Returns:</b></dt><dd>length of the result. </dd></dl> <dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="stringop_8h.html#vl-stringop-err">Detecting overflow</a>. </dd></dl> </div> </div> </div> <!-- Doc Here --> </div> </div> <div class="clear">&nbsp;</div> </div> <!-- pagebody --> <div id="footer"> &copy; 2005-11 Andrea Vedaldi and Brian Fulkerson </div> <!-- footer --> <!-- Google Analytics Begins --> <script xml:space="preserve" type="text/javascript"> //<![CDATA[ var localre = /vlfeat.org/; if(document.location.host.search(localre) != -1) { var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); } //]]> </script> <script xml:space="preserve" type="text/javascript"> //<![CDATA[ var localre = /vlfeat.org/; if(document.location.host.search(localre) != -1) { try { var pageTracker = _gat._getTracker("UA-4936091-2"); pageTracker._trackPageview(); } catch(err) {} } //]]> </script> <!-- Google Analytics Ends --> </body> </html>
sjtrny/MatteKit
thirdparty/vlfeat/doc/api/stringop_8h.html
HTML
mit
31,033
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>square-matrices: 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.5.0 / square-matrices - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> square-matrices <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-13 20:16:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 20:16:59 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 camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/square-matrices&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SquareMatrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: exponentiation&quot; &quot;keyword: vectors&quot; &quot;keyword: matrices&quot; &quot;keyword: polymorphic recursion&quot; &quot;keyword: nested datatypes&quot; &quot;category: Mathematics/Algebra&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/square-matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/square-matrices.git&quot; synopsis: &quot;From Fast Exponentiation to Square Matrices&quot; description: &quot;&quot;&quot; This development is a formalization of Chris Okasaki&#39;s article ``From Fast Exponentiation to Square Matrices: An Adventure in Types&#39;&#39;&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/square-matrices/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=d1fa4ac16cf9546550a0cb5efb2fac4e&quot; } </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-square-matrices.8.10.0 coq.8.5.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.5.0). The following dependencies couldn&#39;t be met: - coq-square-matrices -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; 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-square-matrices.8.10.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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.0/square-matrices/8.10.0.html
HTML
mit
7,089
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>relation-algebra: 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.14.0 / relation-algebra - 1.7.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> relation-algebra <small> 1.7.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 15:36:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 15:36:45 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.14.0 Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration 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: &quot;2.0&quot; name: &quot;coq-relation-algebra&quot; synopsis: &quot;Relation Algebra and KAT in Coq&quot; maintainer: &quot;Damien Pous &lt;Damien.Pous@ens-lyon.fr&gt;&quot; version: &quot;1.7.2&quot; homepage: &quot;http://perso.ens-lyon.fr/damien.pous/ra/&quot; license: &quot;LGPL&quot; depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] depopts: [ &quot;coq-mathcomp-ssreflect&quot; ] build: [ [&quot;sh&quot; &quot;-exc&quot; &quot;./configure --%{coq-mathcomp-ssreflect:enable}%-ssr&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] tags: [ &quot;keyword:relation algebra&quot; &quot;keyword:Kleene algebra with tests&quot; &quot;keyword:KAT&quot; &quot;keyword:allegories&quot; &quot;keyword:residuated structures&quot; &quot;keyword:automata&quot; &quot;keyword:regular expressions&quot; &quot;keyword:matrices&quot; &quot;category:Mathematics/Algebra&quot; &quot;logpath:RelationAlgebra&quot; ] authors: [ &quot;Damien Pous &lt;Damien.Pous@ens-lyon.fr&gt;&quot; &quot;Christian Doczkal &lt;christian.doczkal@ens-lyon.fr&gt;&quot; ] url { src: &quot;https://github.com/damien-pous/relation-algebra/archive/v1.7.2.tar.gz&quot; checksum: &quot;md5=2f7d9a91892145dc373121bd2b176690&quot; } </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-relation-algebra.1.7.2 coq.8.14.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.14.0). The following dependencies couldn&#39;t be met: - coq-relation-algebra -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-relation-algebra.1.7.2</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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.14.0/relation-algebra/1.7.2.html
HTML
mit
7,192
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Notifications</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head> <body> <div id="wrapper"> <nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav metismenu" id="side-menu"> <li class="nav-header"> <div class="dropdown profile-element"> <span> <img alt="image" class="img-circle" src="img/profile_small.jpg" /> </span> <a data-toggle="dropdown" class="dropdown-toggle" href="notifications.html#"> <span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">David Williams</strong> </span> <span class="text-muted text-xs block">Art Director <b class="caret"></b></span> </span> </a> <ul class="dropdown-menu animated fadeInRight m-t-xs"> <li><a href="profile.html">Profile</a></li> <li><a href="contacts.html">Contacts</a></li> <li><a href="mailbox.html">Mailbox</a></li> <li class="divider"></li> <li><a href="login.html">Logout</a></li> </ul> </div> <div class="logo-element"> IN+ </div> </li> <li> <a href="index.html"><i class="fa fa-th-large"></i> <span class="nav-label">Dashboards</span> <span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="index.html">Dashboard v.1</a></li> <li><a href="dashboard_2.html">Dashboard v.2</a></li> <li><a href="dashboard_3.html">Dashboard v.3</a></li> <li><a href="dashboard_4_1.html">Dashboard v.4</a></li> <li><a href="dashboard_5.html">Dashboard v.5 <span class="label label-primary pull-right">NEW</span></a></li> </ul> </li> <li> <a href="layouts.html"><i class="fa fa-diamond"></i> <span class="nav-label">Layouts</span></a> </li> <li> <a href="notifications.html#"><i class="fa fa-bar-chart-o"></i> <span class="nav-label">Graphs</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="graph_flot.html">Flot Charts</a></li> <li><a href="graph_morris.html">Morris.js Charts</a></li> <li><a href="graph_rickshaw.html">Rickshaw Charts</a></li> <li><a href="graph_chartjs.html">Chart.js</a></li> <li><a href="graph_chartist.html">Chartist</a></li> <li><a href="c3.html">c3 charts</a></li> <li><a href="graph_peity.html">Peity Charts</a></li> <li><a href="graph_sparkline.html">Sparkline Charts</a></li> </ul> </li> <li> <a href="mailbox.html"><i class="fa fa-envelope"></i> <span class="nav-label">Mailbox </span><span class="label label-warning pull-right">16/24</span></a> <ul class="nav nav-second-level collapse"> <li><a href="mailbox.html">Inbox</a></li> <li><a href="mail_detail.html">Email view</a></li> <li><a href="mail_compose.html">Compose email</a></li> <li><a href="email_template.html">Email templates</a></li> </ul> </li> <li> <a href="metrics.html"><i class="fa fa-pie-chart"></i> <span class="nav-label">Metrics</span> </a> </li> <li> <a href="widgets.html"><i class="fa fa-flask"></i> <span class="nav-label">Widgets</span></a> </li> <li> <a href="notifications.html#"><i class="fa fa-edit"></i> <span class="nav-label">Forms</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="form_basic.html">Basic form</a></li> <li><a href="form_advanced.html">Advanced Plugins</a></li> <li><a href="form_wizard.html">Wizard</a></li> <li><a href="form_file_upload.html">File Upload</a></li> <li><a href="form_editors.html">Text Editor</a></li> <li><a href="form_markdown.html">Markdown</a></li> </ul> </li> <li> <a href="notifications.html#"><i class="fa fa-desktop"></i> <span class="nav-label">App Views</span> <span class="pull-right label label-primary">SPECIAL</span></a> <ul class="nav nav-second-level collapse"> <li><a href="contacts.html">Contacts</a></li> <li><a href="profile.html">Profile</a></li> <li><a href="profile_2.html">Profile v.2</a></li> <li><a href="contacts_2.html">Contacts v.2</a></li> <li><a href="projects.html">Projects</a></li> <li><a href="project_detail.html">Project detail</a></li> <li><a href="teams_board.html">Teams board</a></li> <li><a href="social_feed.html">Social feed</a></li> <li><a href="clients.html">Clients</a></li> <li><a href="full_height.html">Outlook view</a></li> <li><a href="vote_list.html">Vote list</a></li> <li><a href="file_manager.html">File manager</a></li> <li><a href="calendar.html">Calendar</a></li> <li><a href="issue_tracker.html">Issue tracker</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="article.html">Article</a></li> <li><a href="faq.html">FAQ</a></li> <li><a href="timeline.html">Timeline</a></li> <li><a href="pin_board.html">Pin board</a></li> </ul> </li> <li> <a href="notifications.html#"><i class="fa fa-files-o"></i> <span class="nav-label">Other Pages</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="search_results.html">Search results</a></li> <li><a href="lockscreen.html">Lockscreen</a></li> <li><a href="invoice.html">Invoice</a></li> <li><a href="login.html">Login</a></li> <li><a href="login_two_columns.html">Login v.2</a></li> <li><a href="forgot_password.html">Forget password</a></li> <li><a href="register.html">Register</a></li> <li><a href="404.html">404 Page</a></li> <li><a href="500.html">500 Page</a></li> <li><a href="empty_page.html">Empty page</a></li> </ul> </li> <li> <a href="notifications.html#"><i class="fa fa-globe"></i> <span class="nav-label">Miscellaneous</span><span class="label label-info pull-right">NEW</span></a> <ul class="nav nav-second-level collapse"> <li><a href="toastr_notifications.html">Notification</a></li> <li><a href="nestable_list.html">Nestable list</a></li> <li><a href="agile_board.html">Agile board</a></li> <li><a href="timeline_2.html">Timeline v.2</a></li> <li><a href="diff.html">Diff</a></li> <li><a href="i18support.html">i18 support</a></li> <li><a href="sweetalert.html">Sweet alert</a></li> <li><a href="idle_timer.html">Idle timer</a></li> <li><a href="truncate.html">Truncate</a></li> <li><a href="spinners.html">Spinners</a></li> <li><a href="tinycon.html">Live favicon</a></li> <li><a href="google_maps.html">Google maps</a></li> <li><a href="code_editor.html">Code editor</a></li> <li><a href="modal_window.html">Modal window</a></li> <li><a href="clipboard.html">Clipboard</a></li> <li><a href="forum_main.html">Forum view</a></li> <li><a href="validation.html">Validation</a></li> <li><a href="tree_view.html">Tree view</a></li> <li><a href="loading_buttons.html">Loading buttons</a></li> <li><a href="chat_view.html">Chat view</a></li> <li><a href="masonry.html">Masonry</a></li> <li><a href="tour.html">Tour</a></li> </ul> </li> <li class="active"> <a href="notifications.html#"><i class="fa fa-flask"></i> <span class="nav-label">UI Elements</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level"> <li><a href="typography.html">Typography</a></li> <li><a href="icons.html">Icons</a></li> <li><a href="draggable_panels.html">Draggable Panels</a></li> <li><a href="resizeable_panels.html">Resizeable Panels</a></li> <li><a href="buttons.html">Buttons</a></li> <li><a href="video.html">Video</a></li> <li><a href="tabs_panels.html">Panels</a></li> <li><a href="tabs.html">Tabs</a></li> <li class="active"><a href="notifications.html">Notifications & Tooltips</a></li> <li><a href="badges_labels.html">Badges, Labels, Progress</a></li> </ul> </li> <li> <a href="grid_options.html"><i class="fa fa-laptop"></i> <span class="nav-label">Grid options</span></a> </li> <li> <a href="notifications.html#"><i class="fa fa-table"></i> <span class="nav-label">Tables</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="table_basic.html">Static Tables</a></li> <li><a href="table_data_tables.html">Data Tables</a></li> <li><a href="table_foo_table.html">Foo Tables</a></li> <li><a href="jq_grid.html">jqGrid</a></li> </ul> </li> <li> <a href="notifications.html#"><i class="fa fa-shopping-cart"></i> <span class="nav-label">E-commerce</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="ecommerce_products_grid.html">Products grid</a></li> <li><a href="ecommerce_product_list.html">Products list</a></li> <li><a href="ecommerce_product.html">Product edit</a></li> <li><a href="ecommerce_product_detail.html">Product detail</a></li> <li><a href="ecommerce-cart.html">Cart</a></li> <li><a href="ecommerce-orders.html">Orders</a></li> <li><a href="ecommerce_payments.html">Credit Card form</a></li> </ul> </li> <li> <a href="notifications.html#"><i class="fa fa-picture-o"></i> <span class="nav-label">Gallery</span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li><a href="basic_gallery.html">Lightbox Gallery</a></li> <li><a href="slick_carousel.html">Slick Carousel</a></li> <li><a href="carousel.html">Bootstrap Carousel</a></li> </ul> </li> <li> <a href="notifications.html#"><i class="fa fa-sitemap"></i> <span class="nav-label">Menu Levels </span><span class="fa arrow"></span></a> <ul class="nav nav-second-level collapse"> <li> <a href="notifications.html#">Third Level <span class="fa arrow"></span></a> <ul class="nav nav-third-level"> <li> <a href="notifications.html#">Third Level Item</a> </li> <li> <a href="notifications.html#">Third Level Item</a> </li> <li> <a href="notifications.html#">Third Level Item</a> </li> </ul> </li> <li><a href="notifications.html#">Second Level Item</a></li> <li> <a href="notifications.html#">Second Level Item</a></li> <li> <a href="notifications.html#">Second Level Item</a></li> </ul> </li> <li> <a href="css_animation.html"><i class="fa fa-magic"></i> <span class="nav-label">CSS Animations </span><span class="label label-info pull-right">62</span></a> </li> <li class="landing_link"> <a target="_blank" href="landing.html"><i class="fa fa-star"></i> <span class="nav-label">Landing Page</span> <span class="label label-warning pull-right">NEW</span></a> </li> <li class="special_link"> <a href="package.html"><i class="fa fa-database"></i> <span class="nav-label">Package</span></a> </li> </ul> </div> </nav> <div id="page-wrapper" class="gray-bg"> <div class="row border-bottom"> <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="notifications.html#"><i class="fa fa-bars"></i> </a> <form role="search" class="navbar-form-custom" action="search_results.html"> <div class="form-group"> <input type="text" placeholder="Search for something..." class="form-control" name="top-search" id="top-search"> </div> </form> </div> <ul class="nav navbar-top-links navbar-right"> <li> <span class="m-r-sm text-muted welcome-message">Welcome to INSPINIA+ Admin Theme.</span> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="notifications.html#"> <i class="fa fa-envelope"></i> <span class="label label-warning">16</span> </a> <ul class="dropdown-menu dropdown-messages"> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a7.jpg"> </a> <div class="media-body"> <small class="pull-right">46h ago</small> <strong>Mike Loreipsum</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">3 days ago at 7:58 pm - 10.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a4.jpg"> </a> <div class="media-body "> <small class="pull-right text-navy">5h ago</small> <strong>Chris Johnatan Overtunk</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">Yesterday 1:21 pm - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/profile.jpg"> </a> <div class="media-body "> <small class="pull-right">23h ago</small> <strong>Monica Smith</strong> love <strong>Kim Smith</strong>. <br> <small class="text-muted">2 days ago at 2:30 am - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="mailbox.html"> <i class="fa fa-envelope"></i> <strong>Read All Messages</strong> </a> </div> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="notifications.html#"> <i class="fa fa-bell"></i> <span class="label label-primary">8</span> </a> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="mailbox.html"> <div> <i class="fa fa-envelope fa-fw"></i> You have 16 messages <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="profile.html"> <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="grid_options.html"> <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> <div class="text-center link-block"> <a href="notifications.html"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </div> </li> </ul> </li> <li> <a href="login.html"> <i class="fa fa-sign-out"></i> Log out </a> </li> </ul> </nav> </div> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-10"> <h2>Notifications</h2> <ol class="breadcrumb"> <li> <a href="index.html">Home</a> </li> <li> <a>UI Elements</a> </li> <li class="active"> <strong>Notifications</strong> </li> </ol> </div> <div class="col-lg-2"> </div> </div> <div class="wrapper wrapper-content animated fadeIn"> <div class="row"> <div class="col-lg-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>Alerts Styles</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="notifications.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="notifications.html#">Config option 1</a> </li> <li><a href="notifications.html#">Config option 2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="alert alert-success"> How quickly daft jumping zebras vex. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> <div class="alert alert-info"> How quickly daft jumping zebras vex. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> <div class="alert alert-warning"> How quickly daft jumping zebras vex. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> <div class="alert alert-danger"> How quickly daft jumping zebras vex. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> </div> </div> </div> <div class="col-lg-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>Dismissable Alerts</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="notifications.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="notifications.html#">Config option 1</a> </li> <li><a href="notifications.html#">Config option 2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="alert alert-success alert-dismissable"> <button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> A wonderful serenity has taken possession. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> <div class="alert alert-info alert-dismissable"> <button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> A wonderful serenity has taken possession. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> <div class="alert alert-warning alert-dismissable"> <button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> A wonderful serenity has taken possession. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> <div class="alert alert-danger alert-dismissable"> <button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> A wonderful serenity has taken possession. <a class="alert-link" href="notifications.html#">Alert Link</a>. </div> </div> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>Tooltips and Popovers</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="notifications.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="notifications.html#">Config option 1</a> </li> <li><a href="notifications.html#">Config option 2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content text-center"> <h4>Tooltip Demo <small>Background color more gentle.</small></h4> <div class="tooltip-demo"> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="Tooltip on left">Tooltip on left</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Tooltip on top">Tooltip on top</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom">Tooltip on bottom</button> <button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Tooltip on right">Tooltip on right</button> </div> <br> <h4>Clickable Popover Demo</h4> <div class="tooltip-demo"> <button type="button" class="btn btn-primary" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on left </button> <button type="button" class="btn btn-primary" data-container="body" data-toggle="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on top </button> <button type="button" class="btn btn-primary" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on bottom </button> <button type="button" class="btn btn-primary" data-container="body" data-toggle="popover" data-placement="right" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on right </button> </div> </div> </div> </div> </div> </div> <div class="footer"> <div class="pull-right"> 10GB of <strong>250GB</strong> Free. </div> <div> <strong>Copyright</strong> Example Company &copy; 2014-2015 </div> </div> </div> </div> <!-- Mainly scripts --> <script src="js/jquery-2.1.1.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/plugins/metisMenu/jquery.metisMenu.js"></script> <script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script> <!-- Custom and plugin javascript --> <script src="js/inspinia.js"></script> <script src="js/plugins/pace/pace.min.js"></script> </body> </html>
AndyKetter/community
frame/notifications.html
HTML
mit
31,612
<!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"> <title>Shortcuts - Finch.io help page</title> <link href="../../css/style.css?v=0.0.2" rel="stylesheet"> </head> <body> <header> <div> <a href="/" id="finch-logo">Finch</a> <nav> <a title="Documentation" href="../../documentation/"> Documentation </a> <a href="../../faq/">FAQ</a> <a href="../../support/">Support</a> </nav> <form id="search" action="search.html"> <svg width="16" height="16"> <g> <path fill="#B3C0CA" d="M15.5 14.5l-4.79-4.79c.806-1.022 1.29-2.308 1.29-3.71 0-3.314-2.687-6-6-6s-6 2.686-6 6 2.687 6 6 6c1.144 0 2.209-.326 3.119-.881l4.881 4.881 1.5-1.5z"/> <circle fill="#fff" cx="6" cy="6" r="4"/> </g> </svg> <input name="q" id="mkdocs-search-query" autocomplete="off" type="text" placeholder="Search"/> <div id="mkdocs-search-results"></div> </form> </div> </header> <div class="container"> <aside> <div> <ul class="sidenav"> <li class="first-level"> <a title="Documentation" href="../../documentation/"> Documentation </a> </li> <li class="first-level"> <a title="Finch desktop" href="../"> Finch desktop </a> </li> <li class="second-level"><a href="../installation/">Installation</a></li> <li class="second-level"><a href="../editor/">Editor</a></li> <li class="second-level active"><a href="./">Shortcuts</a></li> <li class="second-level"><a href="../media-queries/">Media queries</a></li> <li class="second-level"><a href="../styles/">Styles</a></li> <li class="first-level"> <a title="Wordpress" href="../../wordpress/"> Wordpress </a> </li> <li class="first-level"> <a title="Live setup" href="../../live-setup/"> Live setup </a> </li> </ul> </div> </aside> <section> <h1>Shortcuts</h1> <h3 id="general-shortcuts">General shortcuts<a class="headerlink" href="#general-shortcuts" title="Permanent link">&para;</a></h3> <ul> <li><strong><em><code></code></em></strong> <strong><em>E</em></strong> show <strong>Editor</strong></li> <li><strong><em><code></code></em></strong> <strong><em>Y</em></strong> show <strong>Activity</strong></li> <li><strong><em><code></code></em></strong> <strong><em>Z</em></strong> undo</li> <li><strong><em><code></code></em></strong> <strong><em>⇧</em></strong> <strong><em>Z</em></strong> redo</li> </ul> <h3 id="editor">Editor<a class="headerlink" href="#editor" title="Permanent link">&para;</a></h3> <ul> <li><strong><em><code></code></em></strong> <strong><em>⇧</em></strong> <strong><em>M</em></strong> show <strong>Measure tool</strong></li> <li><strong><em><code></code></em></strong> <strong><em>;</em></strong> show <strong>Rulers</strong></li> <li><strong><em><code></code></em></strong> <strong><em>'</em></strong> show <strong>Media Editor</strong></li> <li><strong><em><code></code></em></strong> <strong><em>0</em></strong> make the page fullsize</li> <li><strong><em><code></code></em></strong> <strong><em>1 - 4</em></strong> switch page size from predefined sizes</li> </ul> <h3 id="browser">Browser<a class="headerlink" href="#browser" title="Permanent link">&para;</a></h3> <ul> <li><strong><em><code></code></em></strong> <strong><em>R</em></strong> reload current page</li> <li><strong><em><code></code></em></strong> <strong><em>[</em></strong> open the previous page</li> <li><strong><em><code></code></em></strong> <strong><em>]</em></strong> open the next page</li> </ul> <h3 id="elements">Elements<a class="headerlink" href="#elements" title="Permanent link">&para;</a></h3> <ul> <li><strong><em>Esc</em></strong> clear element selection</li> <li><strong><em><code></code></em></strong> <strong><em>click</em></strong> add a unique element to selection</li> <li><strong><em>⇧</em></strong> <strong><em>click</em></strong> select multiple similar elements</li> <li><strong><em>⌥</em></strong> <strong><em>hover</em></strong> show distance helpers to selected element</li> </ul> <h3 id="text-elements">Text elements<a class="headerlink" href="#text-elements" title="Permanent link">&para;</a></h3> <ul> <li><strong><em><code></code></em></strong> <strong><em>B</em></strong> Bold</li> <li><strong><em><code></code></em></strong> <strong><em>I</em></strong> Italic</li> <li><strong><em><code></code></em></strong> <strong><em>U</em></strong> Underline</li> </ul> <h3 id="code">Code<a class="headerlink" href="#code" title="Permanent link">&para;</a></h3> <ul> <li><strong><em><code></code></em></strong> <strong><em>J</em></strong> show <strong>Code console</strong></li> <li><strong><em><code></code></em></strong> <strong><em>⇧</em></strong> <strong><em>E</em></strong> export changes to a local file</li> <li><strong><em><code></code></em></strong> <strong><em>⇧</em></strong> <strong><em>⌥</em></strong> <strong><em>E</em></strong> export minified and prefixed changes</li> </ul> </section> </div> <footer> <a href="https://finch.io">Back to Finch.io</a> <a href="https://twitter.com/finchalyzer" target="_blank"><svg width="20" height="16" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg"><path d="M20 1.894c-.736.321-1.527.538-2.357.636.847-.5 1.498-1.292 1.804-2.235-.793.463-1.671.799-2.606.98-.749-.785-1.815-1.276-2.995-1.276-2.266 0-4.103 1.808-4.103 4.039 0 .317.036.625.106.92-3.41-.168-6.434-1.777-8.457-4.22-.353.597-.556 1.29-.556 2.031 0 1.401.724 2.638 1.825 3.362-.673-.021-1.305-.203-1.859-.505v.051c0 1.957 1.414 3.59 3.291 3.961-.344.092-.707.142-1.081.142-.264 0-.521-.025-.772-.072.522 1.605 2.037 2.773 3.833 2.805-1.404 1.083-3.174 1.729-5.096 1.729-.331 0-.658-.019-.979-.056 1.816 1.146 3.973 1.815 6.29 1.815 7.547 0 11.674-6.155 11.674-11.492l-.012-.523c.802-.569 1.497-1.281 2.047-2.091" fill="#B3C0CA"/></svg></a> <a href="https://www.facebook.com/finchalyzer/" target="_blank"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M15.117 0h-14.234c-.488 0-.883.395-.883.883v14.234c0 .488.395.883.883.883h7.663v-6.196h-2.085v-2.415h2.085v-1.781c0-2.067 1.262-3.192 3.106-3.192.883 0 1.642.066 1.863.095v2.16l-1.279.001c-1.003 0-1.197.476-1.197 1.176v1.542h2.391l-.311 2.415h-2.08v6.196h4.077c.488 0 .883-.395.883-.883v-14.234c0-.488-.395-.883-.883-.883" fill="#B3C0CA"/></svg></a> </footer> <script>var base_url = '../..';</script> <script data-main="../../mkdocs/js/search.js" src="../../mkdocs/js/require.js"></script> <script src="../../js/main.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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-65681916-4', 'auto'); ga('send', 'pageview'); </script> </body> </html>
finchalyzer/finch-help
docs/desktop/shortcuts/index.html
HTML
mit
8,345
{% extends "layout.html" %} {% block body %} <div class="container landing-page"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <h2>Newspaper Demo</h2> </div> </div> <div class="row"> <div class="col-md-6 col-md-offset-3"> <form action="{{ url_for('show_article') }}" method=get> <div class="form-group"> <div class="col-md-12"> <input class="form-control input-lg" type="url" name="url_to_clean" placeholder="Paste the URL of an article"> </div> <div class="col-md-12"> <br /> <button class="btn btn-success btn-lg">Extract</button> </div> </div> </form> </div> </div> <div> {% endblock %}
codelucas/newspaper-demo
newspaperdemo/templates/index.html
HTML
mit
867
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>FE Starter</title> <!-- Remove Bootstrap here --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="app.css"> </head> <body> <div id="app"></div> <script src="//code.jquery.com/jquery-2.1.4.min.js"></script> <!-- Remove Bootstrap here --> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <!-- Check IE and Version and add polyfill if needed --> <script> !function(d,script){with(document.createElement("b"))for(var ie=-1;innerHTML="<!--[if gt IE "+ ++ie+"]>1<![endif]-->",+innerHTML;);ie&&(script=d.createElement("script"),script.type="text/javascript",script.async=!0,script.src="//cdnjs.cloudflare.com/ajax/libs/classlist/2014.01.31/classList.min.js",d.getElementsByTagName("head")[0].appendChild(script))}(document) </script> <script src="main.js"></script> </body> </html>
ndnhat/te-starter
public/index.html
HTML
mit
988
<a name="help-libraries"></a> <h3>Using libraries</h3> <div class="anchor"> <p> Form-O-Fill ships with two powerful libraries for creating test data.<br /> To create random data you can use <a href="http://chancejs.com/#basics" target="_blank">chance.js</a>.<br /> To create and manipulate dates, Form-O-Fill provides <a href="http://momentjs.com/docs/" target="_blank">moment.js</a> and if you are really into<br /> math then <a href="http://mathjs.org" target="_blank">math.js</a> is also included.<br /> </p> <p> The libraries are available as <code>Libs.chance</code>, <code>Libs.moment</code> and <code>Libs.math</code>. </p> <p> There is also a library accessible as <code>Libs.h</code> which contains functions to use in your <a href="#help-functions">value function</a>. </p> <p> This is how to use the library functions: </p> <table class="floating-hint"> <tr> <th>function</th> <th>Purpose</th> </tr> <tr> <td>Libs.chance.[ChanceJsFunction]</td> <td>Calls <a href="http://chancejs.com/">chance.js</a> function</td> </tr> <tr> <td>Libs.moment().[MomentJsFunction]</td> <td>Calls <a href="http://momentjs.com/docs/">moment.js</a> function</td> </tr> <tr> <td>Libs.math.[MathJsFunction]</td> <td>Calls <a href="http://mathjs.com/docs/">math.js</a> function</td> </tr> <tr> <td>Libs.h.click</td> <td>Click the element</td> </tr> <tr> <td>Libs.h.copyValue(".some-selector")</td> <td>Copy the current value of that element to this element</td> </tr> <tr> <td>Libs.h.select</td> <td>Select a radio or checkbox field</td> </tr> <tr> <td>Libs.h.unselect</td> <td>Unselect a radio or checkbox field</td> </tr> <tr> <td>Libs.h.stripTags("&lt;a>SomeHTML&lt;/a>")</td> <td>Remove HTML tags from a string</td> </tr> <tr> <td>Libs.h.screenshot("filename.png")</td> <td>Save a screenshot</td> </tr> </table> </div> <div class="block-of-code"> <div class="explaining"> Inside a field definition ... </div> <div class="code"> fields: [{ </div> </div> <div class="block-of-code"> <div class="explaining"> Find the field ... </div> <div class="code"> &nbsp;&nbsp;selector: "input[type=text]", </div> </div> <div class="block-of-code"> <div class="explaining"> Use <a href="http://chancejs.com/#basics" target="_blank">chance.js</a> to create some data ... </div> <div class="code"> &nbsp;&nbsp;value: function($element, $data) { </div> </div> <div class="block-of-code"> <div class="explaining"> .. like a random name </div> <div class="code"> &nbsp;&nbsp;&nbsp;&nbsp;return Libs.chance.name(); </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> &nbsp;&nbsp;} </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }, { </div> </div> <div class="block-of-code"> <div class="explaining"> Find a date field ... </div> <div class="code"> &nbsp;&nbsp;selector: "input[type=date]", </div> </div> <div class="block-of-code"> <div class="explaining"> Use <a href="http://momentjs.com/docs/" target="_blank">moment.js</a> to fill it ... </div> <div class="code"> &nbsp;&nbsp;value: function($element, $data) { </div> </div> <div class="block-of-code"> <div class="explaining"> .. with the current date (in you locale) </div> <div class="code"> &nbsp;&nbsp;&nbsp;&nbsp;return Libs.moment().format(); </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }, { </div> </div> <div class="block-of-code"> <div class="explaining"> </div> <div class="code"> &nbsp;&nbsp;selector: "input[type=text]", </div> </div> <div class="block-of-code"> <div class="explaining"> Use <a href="http://mathjs.com/docs/" target="_blank">math.js</a> to fill it ... </div> <div class="code"> &nbsp;&nbsp;value: function($element, $data) { </div> </div> <div class="block-of-code"> <div class="explaining"> .. with some calculated units </div> <div class="code"> &nbsp;&nbsp;&nbsp;&nbsp;return Libs.math.add(Libs.math.unit(1, "cm"), Libs.math.unit(10, "cm")); </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }, { </div> </div> <div class="block-of-code"> <div class="explaining"> Find something clickable </div> <div class="code"> &nbsp;&nbsp;selector: "a[href]", </div> </div> <div class="block-of-code"> <div class="explaining"> Use <code>Libs.h.click</code> to click that element<br /> Notice that there are no brackets after <code>Libs.h.click</code>! </div> <div class="code"> &nbsp;&nbsp;value: Libs.h.click </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }, { </div> </div> <div class="block-of-code"> <div class="explaining"> Copying values </div> <div class="code"> &nbsp;&nbsp;selector: "input[name='like-the-other-one']", </div> </div> <div class="block-of-code"> <div class="explaining"> Use <code>Libs.h.copyValue("#someselector")</code> to copy the value of that element at the time of invocation </div> <div class="code"> &nbsp;&nbsp;value: Libs.h.copyValue("#some-field") </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }, { </div> </div> <div class="block-of-code"> <div class="explaining"> Force select/unselect state of <br /> a <code>input[type=radio]</code> or <code>input[type=checkbox]</code>. </div> <div class="code"> &nbsp;&nbsp;selector: "input[type=checkbox]", </div> </div> <div class="block-of-code"> <div class="explaining"> Use <code>Libs.h.select</code> or <code>Libs.h.unselect</code> to select or unselect fields. <br/> No brackets at the end. </div> <div class="code"> &nbsp;&nbsp;value: Libs.h.select </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }, { </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> &nbsp;&nbsp;selector: "input[type='text']", </div> </div> <div class="block-of-code"> <div class="explaining"> Strip HTML from strings. Useful for the return value of<br /> <code>context.findHtml</code>.<br /> &nbsp; </div> <div class="code"> &nbsp;&nbsp;value: function($element, $data) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;return Libs.h.stripTags($data.someHtml);<br /> &nbsp;&nbsp;} </div> </div> <div class="block-of-code"> <div class="explaining"> &nbsp; </div> <div class="code"> }] </div> </div>
form-o-fill/form-o-fill-chrome-extension
src/html/options/help-content/_help-libraries_en.html
HTML
mit
6,984
<!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="./62ff2377ccf033ffae2098669f178e53cba2d579c0d6313f63389049671b2877.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>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d83c1be281c2d20bda2f7cc85aa63a5304eeb35c582efa32e0bf3e8f55bff789.html
HTML
mit
550
<!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="./fe9b820408f8455eb743791b3e87a17cdaf3a344b124f4658c68a1707ebec11b.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>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/aa0db3ec806fd2f5938a401da5ae30c73e6125fde1325fd2584d3971c017cb8a.html
HTML
mit
550
<template> <require from="./work-history-list.scss"></require> <common-section heading="Work History"> <work-history repeat.for="history of workHistory" work-history.bind="history" business.bind="businessFor(history)"></work-history> </common-section> </template>
Ixonal/resume
src/resources/elements/work-history-list.html
HTML
mit
275
<?xml version="1.0" encoding="utf-8"?> <!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" lang="ja" xml:lang="ja"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-script-Type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <title>パラメータの取得</title> </head> <body class="pxdebug-disable"> <h1>パラメータの取得</h1> <h2>GET値</h2> <p>testvalue = <!--{$get1}--></p> <p><a href="./?get1=TestData">GETにテストデータを設定してアクセスする</a></p> <h2>POST値</h2> <p>post1 = <!--{$post1}--></p> <form action="./" method="post"> <input type="text" name="post1" value="POSTテストデータ" /> <input type="submit" value="送信" /> </form> <h2>Cookie値</h2> <p><a href="./cookie.html?clear=true">Cookie削除する</a></p> <p><a href="./cookie.html?set=CookieTestData">Cookieに値を設定する</a></p> <p>cookie1 = <!--{$cookie1}--></p> <h2>セッション値</h2> <p><a href="./?sessionclear=true">セッション削除する</a></p> <p><a href="./?setsession=SessionTestData">セッションに値を設定する</a></p> <p>session1 = <!--{$session1}--></p> </body> </html>
xenophy/xFrameworkPX
bindtransfer/docs/tutorial/basic/parameter/index.html
HTML
mit
1,428
<html> <head> <title>William Hague'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>William Hague's panel show appearances</h1> <p>William Hague (born 1961-03-26<sup><a href="https://en.wikipedia.org/wiki/William_Hague">[ref]</a></sup>) has appeared in <span class="total">20</span> episodes between 1995-2015. <a href="http://www.imdb.com/name/nm1002712">William Hague on IMDB</a>. <a href="https://en.wikipedia.org/wiki/William_Hague">William Hague on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">1995</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">1996</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">1997</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">1998</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">1999</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2000</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2001</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">2002</span></td> <td><div style="height:66px;" class="performances male" title="2"></div><span class="year">2003</span></td> <td><div style="height:100px;" class="performances male" title="3"></div><span class="year">2004</span></td> <td><div style="height:100px;" class="performances male" title="3"></div><span class="year">2005</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2006</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2007</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2008</span></td> <td><div style="height:66px;" class="performances male" title="2"></div><span class="year">2009</span></td> <td><div style="height:33px;" class="performances male" title="1"></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:0px;" class="performances male" title=""></div><span class="year">2013</span></td> <td><div style="height:0px;" class="performances male" title=""></div><span class="year">2014</span></td> <td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2015</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2015-04-23</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2010-04-22</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2009-12-10</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2009-05-21</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2008-05-01</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2007-05-03</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2006-05-04</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2005-07-24</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li> <li><strong>2005-05-27</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li> <li><strong>2005-04-21</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2004-08-09</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li> <li><strong>2004-06-02</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li> <li><strong>2004-05-07</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li> <li><strong>2003-05-02</strong> / <a href="../shows/hignfy.html">Have I Got News For You</a></li> <li><strong>2003-03-20</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2001-05-23</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>2000-06-29</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>1999-07-01</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>1996-10-03</strong> / <a href="../shows/question-time.html">Question Time</a></li> <li><strong>1995-11-02</strong> / <a href="../shows/question-time.html">Question Time</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/boien532.html
HTML
mit
5,194
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head> <title th:text="${title}">Title</title> <link rel="stylesheet" th:href="@{/css/bootstrap.min.css}" href="../../css/bootstrap.min.css" /> </head> <body> <div class="container"> <div class="navbar"> <div class="navbar-inner"> <a class="brand" th:href="@{/}" href="home.html"> Sample SP </a> <ul class="nav"> <li><a th:href="@{/}" href="home.html"> Home </a></li> <li><a th:href="@{/register}" href="register.html"> Register </a></li> </ul> </div> </div> <h1 th:text="${title}">Title</h1> <div th:text="${message}">Fake content</div> <div id="created" th:text="${#dates.format(date)}">July 11, 2012 2:17:16 PM CDT</div> <div th:if="${!isRegistered}">You're not registered with sp.bar.com</div> <form th:action="@{/logout}" method="post"> <input type="submit" value="Sign Out"/> </form> </div> </body> </html>
saravanan07/saml-sample-sp
src/main/resources/templates/home.html
HTML
mit
964
<!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_17) on Thu Jan 14 02:04:16 PST 2010 --> <TITLE> Uses of Class gov.nasa.worldwind.examples.TerrainProfiler.AppFrame (NASA World Wind) </TITLE> <META NAME="date" CONTENT="2010-01-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 gov.nasa.worldwind.examples.TerrainProfiler.AppFrame (NASA World Wind)"; } } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../gov/nasa/worldwind/examples/TerrainProfiler.AppFrame.html" title="class in gov.nasa.worldwind.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> NASA World Wind</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?gov/nasa/worldwind/examples/\class-useTerrainProfiler.AppFrame.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TerrainProfiler.AppFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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>gov.nasa.worldwind.examples.TerrainProfiler.AppFrame</B></H2> </CENTER> No usage of gov.nasa.worldwind.examples.TerrainProfiler.AppFrame <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../gov/nasa/worldwind/examples/TerrainProfiler.AppFrame.html" title="class in gov.nasa.worldwind.examples"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> NASA World Wind</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?gov/nasa/worldwind/examples/\class-useTerrainProfiler.AppFrame.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TerrainProfiler.AppFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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>
caadxyz/Macro-Thinking-Micro-action
doc/gov/nasa/worldwind/examples/class-use/TerrainProfiler.AppFrame.html
HTML
mit
5,810
<html><body> <h4>Windows 10 x64 (18363.720)</h4><br> <h2>_CVDD</h2> <font face="arial"> +0x000 Signature : Uint4B<br> +0x000 NB10 : <a href="./_NB10.html">_NB10</a><br> +0x000 RsDs : <a href="./_RSDS.html">_RSDS</a><br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18363.720)/_CVDD.html
HTML
mit
286
<!DOCTYPE html> <html> <head> <title>createObservation.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <ul class="sections"> <li id="title"> <div class="annotation"> <h1>createObservation.js</h1> </div> </li> <li id="section-1"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-1">&#182;</a> </div> </div> <div class="content"><div class='highlight'><pre>define([<span class="hljs-string">'getMember'</span>, <span class="hljs-string">'getCell'</span>], <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-params">(getMember, getCell)</span> {</span></pre></div></div> </li> <li id="section-2"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p>Observation objects contain:</p> <ul> <li>cell: Cell - The Cell defining the domain of this createObservation.</li> <li>values: { measureName -&gt; Number } - An object that maps measures to values.</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">return</span> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">createObservation</span><span class="hljs-params">(row, dimensionColumns, measureColumns)</span> {</span></pre></div></div> </li> <li id="section-3"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-3">&#182;</a> </div> <p>Look up the cell corresponding to the unique set of members expressed in the dimension columns of the given row.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> cell = getCell(dimensionColumns.map(<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-params">(d)</span> {</span> <span class="hljs-keyword">var</span> dimension = d.dimension, codeList = d.codeList, code = row[d.column]; <span class="hljs-keyword">return</span> getMember(dimension, codeList, code); })), values = {};</pre></div></div> </li> <li id="section-4"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-4">&#182;</a> </div> <p>Populate the <code>values</code> object, which maps measures to numeric values adjusted to the scale of each measureColumn.</p> </div> <div class="content"><div class='highlight'><pre> measureColumns.forEach(<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-params">(d)</span> {</span> values[d.measure] = row[d.column] * d.scale; }); <span class="hljs-keyword">return</span> { cell: cell, values: values }; }; });</pre></div></div> </li> </ul> </div> </body> </html>
curran/udc
docs/createObservation.html
HTML
mit
3,849
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct base_unit_info&lt;imperial::foot_base_unit&gt;</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../boost_units/Reference.html#header.boost.units.base_units.imperial.foot_hpp" title="Header &lt;boost/units/base_units/imperial/foot.hpp&gt;"> <link rel="prev" href="base_unit_inf_idp366008320.html" title="Struct base_unit_info&lt;imperial::fluid_ounce_base_unit&gt;"> <link rel="next" href="base_unit_inf_idp366024928.html" title="Struct base_unit_info&lt;imperial::furlong_base_unit&gt;"> </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="base_unit_inf_idp366008320.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.base_units.imperial.foot_hpp"><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="base_unit_inf_idp366024928.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.units.base_unit_inf_idp366016624"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct base_unit_info&lt;imperial::foot_base_unit&gt;</span></h2> <p>boost::units::base_unit_info&lt;imperial::foot_base_unit&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_units/Reference.html#header.boost.units.base_units.imperial.foot_hpp" title="Header &lt;boost/units/base_units/imperial/foot.hpp&gt;">boost/units/base_units/imperial/foot.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="base_unit_inf_idp366016624.html" title="Struct base_unit_info&lt;imperial::foot_base_unit&gt;">base_unit_info</a><span class="special">&lt;</span><span class="identifier">imperial</span><span class="special">::</span><span class="identifier">foot_base_unit</span><span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// <a class="link" href="base_unit_inf_idp366016624.html#idp366017744-bb">public static functions</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="base_unit_inf_idp366016624.html#idp366018304-bb"><span class="identifier">name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="base_unit_inf_idp366016624.html#idp366019424-bb"><span class="identifier">symbol</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp481533840"></a><h2>Description</h2> <div class="refsect2"> <a name="idp481534256"></a><h3> <a name="idp366017744-bb"></a><code class="computeroutput">base_unit_info</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp366018304-bb"></a><span class="identifier">name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp366019424-bb"></a><span class="identifier">symbol</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li> </ol></div> </div> </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 &#169; 2003-2008 Matthias Christian Schabel<br>Copyright &#169; 2007-2010 Steven Watanabe<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="base_unit_inf_idp366008320.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.base_units.imperial.foot_hpp"><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="base_unit_inf_idp366024928.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/doc/html/boost/units/base_unit_inf_idp366016624.html
HTML
mit
6,297
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for cython/utils/fake_cython: 84%</title> <link rel='stylesheet' href='style.css' type='text/css'> <script type='text/javascript' src='jquery.min.js'></script> <script type='text/javascript' src='jquery.hotkeys.js'></script> <script type='text/javascript' src='jquery.isonscreen.js'></script> <script type='text/javascript' src='coverage_html.js'></script> <script type='text/javascript' charset='utf-8'> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body id='pyfile'> <div id='header'> <div class='content'> <h1>Coverage for <b>cython/utils/fake_cython</b> : <span class='pc_cov'>84%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> 31 statements &nbsp; <span class='run hide_run shortkey_r button_toggle_run'>26 run</span> <span class='mis shortkey_m button_toggle_mis'>5 missing</span> <span class='exc shortkey_x button_toggle_exc'>2 excluded</span> </h2> </div> </div> <div class='help_panel'> <img id='panel_icon' src='keybd_open.png'> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> <span class='key'>r</span> <span class='key'>m</span> <span class='key'>x</span> <span class='key'>p</span> &nbsp; toggle line displays </p> <p class='keyhelp'> <span class='key'>j</span> <span class='key'>k</span> &nbsp; next/prev highlighted chunk </p> <p class='keyhelp'> <span class='key'>0</span> &nbsp; (zero) top of page </p> <p class='keyhelp'> <span class='key'>1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id='source'> <table cellspacing='0' cellpadding='0'> <tr> <td class='linenos' valign='top'> <p id='n1' class='stm run hide_run'><a href='#n1'>1</a></p> <p id='n2' class='stm mis'><a href='#n2'>2</a></p> <p id='n3' class='pln'><a href='#n3'>3</a></p> <p id='n4' class='pln'><a href='#n4'>4</a></p> <p id='n5' class='stm run hide_run'><a href='#n5'>5</a></p> <p id='n6' class='stm run hide_run'><a href='#n6'>6</a></p> <p id='n7' class='pln'><a href='#n7'>7</a></p> <p id='n8' class='pln'><a href='#n8'>8</a></p> <p id='n9' class='stm run hide_run'><a href='#n9'>9</a></p> <p id='n10' class='stm run hide_run'><a href='#n10'>10</a></p> <p id='n11' class='pln'><a href='#n11'>11</a></p> <p id='n12' class='pln'><a href='#n12'>12</a></p> <p id='n13' class='stm run hide_run'><a href='#n13'>13</a></p> <p id='n14' class='stm run hide_run'><a href='#n14'>14</a></p> <p id='n15' class='stm mis'><a href='#n15'>15</a></p> <p id='n16' class='pln'><a href='#n16'>16</a></p> <p id='n17' class='stm run hide_run'><a href='#n17'>17</a></p> <p id='n18' class='exc'><a href='#n18'>18</a></p> <p id='n19' class='pln'><a href='#n19'>19</a></p> <p id='n20' class='stm run hide_run'><a href='#n20'>20</a></p> <p id='n21' class='exc'><a href='#n21'>21</a></p> <p id='n22' class='pln'><a href='#n22'>22</a></p> <p id='n23' class='pln'><a href='#n23'>23</a></p> <p id='n24' class='stm run hide_run'><a href='#n24'>24</a></p> <p id='n25' class='stm run hide_run'><a href='#n25'>25</a></p> <p id='n26' class='stm mis'><a href='#n26'>26</a></p> <p id='n27' class='pln'><a href='#n27'>27</a></p> <p id='n28' class='stm run hide_run'><a href='#n28'>28</a></p> <p id='n29' class='stm mis'><a href='#n29'>29</a></p> <p id='n30' class='pln'><a href='#n30'>30</a></p> <p id='n31' class='stm run hide_run'><a href='#n31'>31</a></p> <p id='n32' class='stm mis'><a href='#n32'>32</a></p> <p id='n33' class='pln'><a href='#n33'>33</a></p> <p id='n34' class='pln'><a href='#n34'>34</a></p> <p id='n35' class='stm run hide_run'><a href='#n35'>35</a></p> <p id='n36' class='pln'><a href='#n36'>36</a></p> <p id='n37' class='stm run hide_run'><a href='#n37'>37</a></p> <p id='n38' class='stm run hide_run'><a href='#n38'>38</a></p> <p id='n39' class='stm run hide_run'><a href='#n39'>39</a></p> <p id='n40' class='stm run hide_run'><a href='#n40'>40</a></p> <p id='n41' class='stm run hide_run'><a href='#n41'>41</a></p> <p id='n42' class='stm run hide_run'><a href='#n42'>42</a></p> <p id='n43' class='stm run hide_run'><a href='#n43'>43</a></p> <p id='n44' class='stm run hide_run'><a href='#n44'>44</a></p> <p id='n45' class='stm run hide_run'><a href='#n45'>45</a></p> <p id='n46' class='stm run hide_run'><a href='#n46'>46</a></p> <p id='n47' class='stm run hide_run'><a href='#n47'>47</a></p> <p id='n48' class='pln'><a href='#n48'>48</a></p> <p id='n49' class='stm run hide_run'><a href='#n49'>49</a></p> </td> <td class='text' valign='top'> <p id='t1' class='stm run hide_run'><span class='key'>def</span> <span class='nam'>function</span><span class='op'>(</span><span class='op'>*</span><span class='nam'>args</span><span class='op'>,</span> <span class='op'>**</span><span class='nam'>kwargs</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t2' class='stm mis'>&nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>None</span><span class='strut'>&nbsp;</span></p> <p id='t3' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t4' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t5' class='stm run hide_run'><span class='key'>def</span> <span class='nam'>_empty_decorator</span><span class='op'>(</span><span class='nam'>x</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t6' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>x</span><span class='strut'>&nbsp;</span></p> <p id='t7' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t8' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t9' class='stm run hide_run'><span class='key'>def</span> <span class='nam'>clocals</span><span class='op'>(</span><span class='op'>**</span><span class='nam'>arg_types</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t10' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>_empty_decorator</span><span class='strut'>&nbsp;</span></p> <p id='t11' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t12' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t13' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>_EmptyDecoratorAndManager</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t14' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__call__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>x</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t15' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>x</span><span class='strut'>&nbsp;</span></p> <p id='t16' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t17' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__enter__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t18' class='exc'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>pass</span><span class='strut'>&nbsp;</span></p> <p id='t19' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t20' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__exit__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>exc_type</span><span class='op'>,</span> <span class='nam'>exc_value</span><span class='op'>,</span> <span class='nam'>traceback</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t21' class='exc'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>pass</span><span class='strut'>&nbsp;</span></p> <p id='t22' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t23' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t24' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t25' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__getattr__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>name</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t26' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t27' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t28' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__call__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='op'>*</span><span class='nam'>args</span><span class='op'>,</span> <span class='op'>**</span><span class='nam'>kwargs</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t29' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t30' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t31' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__getitem__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='op'>*</span><span class='nam'>args</span><span class='op'>,</span> <span class='op'>**</span><span class='nam'>kwargs</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t32' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t33' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t34' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t35' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>FakeCython</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t36' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t37' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t38' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>declare</span> <span class='op'>=</span> <span class='nam'>function</span><span class='strut'>&nbsp;</span></p> <p id='t39' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>int</span> <span class='op'>=</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t40' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>ulonglong</span> <span class='op'>=</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t41' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>void</span> <span class='op'>=</span> <span class='nam'>FakeAttr</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t42' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>locals</span> <span class='op'>=</span> <span class='nam'>clocals</span><span class='strut'>&nbsp;</span></p> <p id='t43' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>cclass</span> <span class='op'>=</span> <span class='nam'>_EmptyDecoratorAndManager</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t44' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>ccall</span> <span class='op'>=</span> <span class='nam'>_EmptyDecoratorAndManager</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t45' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>cfunc</span> <span class='op'>=</span> <span class='nam'>_EmptyDecoratorAndManager</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t46' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>compiled</span> <span class='op'>=</span> <span class='nam'>False</span><span class='strut'>&nbsp;</span></p> <p id='t47' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>returns</span> <span class='op'>=</span> <span class='key'>lambda</span> <span class='nam'>type_arg</span><span class='op'>:</span> <span class='nam'>_EmptyDecoratorAndManager</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t48' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t49' class='stm run hide_run'><span class='nam'>cython</span> <span class='op'>=</span> <span class='nam'>FakeCython</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> </td> </tr> </table> </div> <div id='footer'> <div class='content'> <p> <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> </p> </div> </div> </body> </html>
GRUPO-ES2-GJLRT/XADREZ_ES2
htmlcov/cython_utils_fake_cython.html
HTML
mit
15,020
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>[新聞] 氣日籍女友要分手 裸照搞成A片讓人瀏覽 - 看板 Gossiping - 批踢踢實業坊</title> <meta name="robots" content="all"> <meta name="keywords" content="Ptt BBS 批踢踢"> <meta name="description" content=" 氣日籍女友要分手 裸照搞成A片讓人瀏覽 【聯合報╱記者張宏業/台北報導】 "> <meta property="og:site_name" content="Ptt 批踢踢實業坊"> <meta property="og:title" content="[新聞] 氣日籍女友要分手 裸照搞成A片讓人瀏覽"> <meta property="og:description" content=" 氣日籍女友要分手 裸照搞成A片讓人瀏覽 【聯合報╱記者張宏業/台北報導】 "> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen"> <link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print"> <script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//images.ptt.cc/v2.10/bbs.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32365737-1']); _gaq.push(['_setDomainName', 'ptt.cc']); _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> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="topbar-container"> <div id="topbar" class="bbs-content"> <a id="logo" href="/">批踢踢實業坊</a> <span>›</span> <a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a> <a class="right small" href="/about.html">關於我們</a> <a class="right small" href="/contact.html">聯絡資訊</a> </div> </div> <div id="navigation-container"> <div id="navigation" class="bbs-content"> <a class="board" href="/bbs/Gossiping/index.html">返回看板</a> <div class="bar"></div> <div class="share"> <span>分享</span> <div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419059296.A.CF9.html"></div> <div class="g-plusone" data-size="medium"></div> <script type="text/javascript"> window.___gcfg = {lang: 'zh-TW'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> </div> </div> <div id="main-container"> <div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">VB6 (VB)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[新聞] 氣日籍女友要分手 裸照搞成A片讓人瀏覽</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 15:08:12 2014</span></div> 氣日籍女友要分手 裸照搞成A片讓人瀏覽 【聯合報╱記者張宏業/台北報導】 2014.12.20 02:56 pm 日本某縣議員的女兒來台學中文,愛上已婚潘男,她有意分手,潘竟將她的裸照貼在臉書, 並製作成AV女優封面讓人瀏覽,台北地檢署昨天依妨害秘密等罪將潘起訴。 潘男不滿女方提分手,涉嫌用女方的英文拼音設立臉書,還仿效日本A片製做封面,標題用 斗大的紅字寫著「不倫,不純潔的議員女兒、議員的女兒是毫不在乎說謊的女人」,讓瀏覽 者認為女方拍A片。他們去年七月入住飯店時,潘男偷拍女子正面、背面全裸照。今年四月 女子向潘男提分手,潘男用女子英文拼音設立臉書,學日本A片做成封面,放置多張裸照, 還用臉書帳戶加入女子朋友,散布猥褻物供人瀏覽。 <a href="http://udn.com/NEWS/SOCIETY/SOC3/9141286.shtml" target="_blank" rel="nofollow">http://udn.com/NEWS/SOCIETY/SOC3/9141286.shtml</a> -- <span class="f3 hl">皇民表示:</span> -- <span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.167.163.219 </span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419059296.A.CF9.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419059296.A.CF9.html</a> </span><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">ipod89757</span><span class="f3 push-content">: 五樓裸照被人看光光</span><span class="push-ipdatetime"> 12/20 15:08 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">wewe123</span><span class="f3 push-content">: 日女:台男可怕 愛不到就毀掉人家</span><span class="push-ipdatetime"> 12/20 15:09 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Howard61313</span><span class="f3 push-content">: 五樓裸照沒人想看 哈哈</span><span class="push-ipdatetime"> 12/20 15:09 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">sumade5566</span><span class="f3 push-content">: 五樓都看四叉貓裸照</span><span class="push-ipdatetime"> 12/20 15:10 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">pths313</span><span class="f3 push-content">: 爽完後~女方自行要切乾淨還要扯 找死</span><span class="push-ipdatetime"> 12/20 15:10 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">ashandash</span><span class="f3 push-content">: 好好看</span><span class="push-ipdatetime"> 12/20 15:10 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">pths313</span><span class="f3 push-content">: 沒人看正常 對他事蹟不熟</span><span class="push-ipdatetime"> 12/20 15:11 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">MacOSX10</span><span class="f3 push-content">: 這篇沒寫最大的重點 那男的是台北的日本料理店老闆</span><span class="push-ipdatetime"> 12/20 15:14 </span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">MacOSX10</span><span class="f3 push-content">: 沒一篇新聞有店名是要讀者怎麼抵制?</span><span class="push-ipdatetime"> 12/20 15:14 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">doze</span><span class="f3 push-content">: 有人知道是哪家日本料理店嗎?</span><span class="push-ipdatetime"> 12/20 15:16 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">p22934070</span><span class="f3 push-content">: 跪求載點</span><span class="push-ipdatetime"> 12/20 15:17 </span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Cactusman</span><span class="f3 push-content">: 瀏覽一下。</span><span class="push-ipdatetime"> 12/20 16:47 </span></div></div> <div id="article-polling" data-pollurl="/poll/Gossiping/M.1419059296.A.CF9.html?cacheKey=2052-1349215249&amp;offset=2159&amp;offset-sig=a12fd443f418fd1d82f9a7215dfb795757a00b9c" data-longpollurl="/v1/longpoll?id=7c6e1ab551ce6002edd669241f7ecd179f6f5706" data-offset="2159">推文自動更新已關閉</div> <div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div> </div> </body></html>
iultimatez/PTTScraper
result/M.1419059296.A.CF9.html
HTML
mit
8,975
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ru"> <head> <!-- Generated by javadoc (1.8.0_91) on Wed Oct 05 21:24:29 EEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes</title> <meta name="date" content="2016-10-05"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <h1 class="bar">All&nbsp;Classes</h1> <div class="indexContainer"> <ul> <li><a href="com/lightshade/qrwizard/GUI.html" title="class in com.lightshade.qrwizard">GUI</a></li> </ul> </div> </body> </html>
GKMK-MAN-2016/qrwizard
docs/allclasses-noframe.html
HTML
mit
703
<template name="overlay"> <div id="overlay-hook"> {{> Template.dynamic template=template data=data}} </div> </template>
ankaimer/meteor
localmarket/client/templates/overlay.html
HTML
mit
128
<div class="commune_descr limited"> <p> Féneyrols est un village localisé dans le département de Tarn-et-Garonne en Midi-Pyrénées. Elle comptait 174 habitants en 2008.</p> <p>Le nombre d'habitations, à Féneyrols, se décomposait en 2011 en quatre appartements et 171 maisons soit un marché relativement équilibré.</p> <p>Si vous pensez emmenager à Féneyrols, vous pourrez aisément trouver une maison à acheter. </p> <p>À proximité de Féneyrols sont localisées les villes de <a href="{{VLROOT}}/immobilier/varen_82187/">Varen</a> localisée à 6&nbsp;km, 730 habitants, <a href="{{VLROOT}}/immobilier/saint-michel-de-vax_81265/">Saint-Michel-de-Vax</a> à 3&nbsp;km, 65 habitants, <a href="{{VLROOT}}/immobilier/roussayrolles_81234/">Roussayrolles</a> à 3&nbsp;km, 68 habitants, <a href="{{VLROOT}}/immobilier/espinas_82056/">Espinas</a> située à 7&nbsp;km, 177 habitants, <a href="{{VLROOT}}/immobilier/montrosier_81184/">Montrosier</a> à 1&nbsp;km, 31 habitants, <a href="{{VLROOT}}/immobilier/verfeil_82191/">Verfeil</a> à 7&nbsp;km, 324 habitants, entre autres. De plus, Féneyrols est située à seulement 26&nbsp;km de <a href="{{VLROOT}}/immobilier/gaillac_81099/">Gaillac</a>.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/82061.html
HTML
mit
1,236
<!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/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title>Corona Docs: API > Events > key > phase</title> <meta name="revised" content="04-Sep-2013" /> <meta name="description" content="Whether you're new to Corona or want to take your app to the next level, we've got a wealth of resources for you including extensive documentation, API reference, sample code, and videos. API > Events > key > phase" /> <link rel="stylesheet" href="../../../css/style.css" type="text/css" /> <script src="//www.coronalabs.com/wp-content/themes/corona-labs/js/docs.js"></script> </head> <body> <div class="header"></div> <div class="title"> <span class="titleimg" onclick="window.location='http://docs.coronalabs.com/'"></span> <div id="nav"> <ul> <li><a href="../../index.html">SDK APIs</a></li> <li><a href="../../../native/index.html">Enterprise APIs</a></li> <li><a href="../../../plugin/index.html">Plugins</a></li> <li><a href="../../../guide/index.html">Guides</a></li> <li><a href="http://www.coronalabs.com/resources/tutorials/">Tutorials</a></li> </ul> <div id="resources-link"><a href="http://www.coronalabs.com/resources/">Corona Resources</a> &#9657;</div> </div> </div> <div class="SearchBar"> <form action="http://www.google.com/cse" id="cse-search-box"> <input type="hidden" name="cx" value="009283852522218786394:g40gqt2m6rq" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" id="q" autocomplete="off" size="40" style="width:150px;float:left" /> <input type="submit" name="sa" value="Search" style="float:right; font-size: 13px;" /> </form> </div> <div id="TOC"> <ul> <li><a href="#event.phase">event.phase</a><ul> <li><a href="#overview">Overview</a></li> </ul></li> </ul> </div> <div id="breadcrumb"> <a href="http://docs.coronalabs.com">Ξ</a>  ▸  <a href="../../index.html">API</a>  ▸  <a href="../index.html">Events</a>  ▸  <a href="index.html">key</a>  ▸  <a href="phase.html">phase</a> </div> <div class="section level1" id="event.phase"> <h1><a href="#TOC">event.phase</a></h1> <blockquote> <table> <tbody> <tr class="odd"> <td align="left"><strong>Type</strong></td> <td align="left"><a href="../../type/String.html">String</a></td> </tr> <tr class="even"> <td align="left"><strong>Event</strong></td> <td align="left"><a href="index.html">key</a></td> </tr> <tr class="odd"> <td align="left"><strong>Revision</strong></td> <td align="left"><a href="http://coronalabs.com/links/docs/current-corona-sdk">Current Public Release (2013.2076)</a></td> </tr> <tr class="even"> <td align="left"><strong>Keywords</strong></td> <td align="left">key, phase</td> </tr> </tbody> </table> </blockquote> <div class="section level2" id="overview"> <h2><a href="#TOC">Overview</a></h2> <p>The state of the key pressed: <code>&quot;up&quot;</code> or <code>&quot;down&quot;</code>. See <a href="keyName.html">event.keyName</a> for key names.</p> <div id="footer"> <p style="font-size: 13px"> © 2013 Corona Labs Inc. All Rights Reserved. (Last updated: 04-Sep-2013) </p> <br /> <p> <strong>Help us help you! Give us feedback on this page:</strong> </p> <ul> <li> <a href="https://coronalabs.wufoo.com/forms/z7p9w5/def/field3=api.event.key.phase&field4=Current+Public+Release+%282013%2E2076%29" target="_blank">Love it</a> </li> <li> <a href="https://coronalabs.wufoo.com/forms/z7p9m3/def/field103=api.event.key.phase&field104=Current+Public+Release+%282013%2E2076%29" target="_blank">Like it, but...</a> </li> <li> <a href="https://coronalabs.wufoo.com/forms/z7p8x1/def/field103=api.event.key.phase&field104=Current+Public+Release+%282013%2E2076%29" target="_blank">Hate it</a> </li> </ul> </div> </div> </div> </body> </html>
tonytamsf/learning
corona/docs/api/event/key/phase.html
HTML
mit
5,411
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> Hello2 <script type="text/javascript" language="javascript" src="test.js"></script> <script type="text/javascript" language="javascript" src="tsfund/overview.js"></script> </body> </html>
moonrise/angsb
typesandbox/test.html
HTML
mit
302
<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="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">風移俗改</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/4000-4999/4082-33.html
HTML
mit
571
<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="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">正色危言</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄓㄥ<sup class="subfont">ˋ</sup> ㄙㄜ<sup class="subfont">ˋ</sup> ㄨㄟ<sup class="subfont">ˊ</sup> |ㄢ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">zhèng sè wéi yán</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">態度嚴正,直言無諱。宋史˙卷三一○˙杜衍傳˙論曰:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>迪、曾正色危言,能使宦官近習,不敢窺覦。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>正色直言<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/20000-20999/20309-22.html
HTML
mit
1,559
<div class="commune_descr limited"> <p> Montmoreau-Saint-Cybard est une ville située dans le département de Charente en Poitou-Charentes. Elle totalisait 1&nbsp;060 habitants en 2008.</p> <p>Le nombre d'habitations, à Montmoreau-Saint-Cybard, était réparti en 2011 en 75 appartements et 548 maisons soit un marché plutôt équilibré.</p> <p> La localité est équipée s'agissant de l'enseignement aux enfants de un collège. Pour les plus petits d'entre nous, la ville est pourvue de une maternelle. Montmoreau-Saint-Cybard propose les équipements facilitant une éducation de qualité. Lors d'un projet d'acheter un appartement ou une maison à Montmoreau-Saint-Cybard, il est intéressant d' regarder la valeur des équipements éducatifs</p> <p>À Montmoreau-Saint-Cybard, le prix moyen à la vente d'un appartement se situe à 987 &euro; du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 1&nbsp;088 &euro; du m². À la location la valorisation moyenne se situe à 5,02 &euro; du m² mensuel.</p> <p>À proximité de Montmoreau-Saint-Cybard sont localisées les villes de <a href="{{VLROOT}}/immobilier/saint-martial_16334/">Saint-Martial</a> localisée à 6&nbsp;km, 150 habitants, <a href="{{VLROOT}}/immobilier/chavenat_16092/">Chavenat</a> située à 7&nbsp;km, 205 habitants, <a href="{{VLROOT}}/immobilier/aignes-et-puyperoux_16004/">Aignes-et-Puypéroux</a> localisée à 5&nbsp;km, 277 habitants, <a href="{{VLROOT}}/immobilier/saint-laurent-de-belzagot_16328/">Saint-Laurent-de-Belzagot</a> localisée à 1&nbsp;km, 358 habitants, <a href="{{VLROOT}}/immobilier/bors(cantondemontmoreau-saint-cybard)_16052/">Bors(Canton de Montmoreau-Saint-Cybard)</a> située à 6&nbsp;km, 270 habitants, <a href="{{VLROOT}}/immobilier/courgeac_16111/">Courgeac</a> localisée à 3&nbsp;km, 194 habitants, entre autres. De plus, Montmoreau-Saint-Cybard est située à seulement 27&nbsp;km de <a href="{{VLROOT}}/immobilier/angouleme_16015/">Angoulême</a>.</p> <p>La commune propose de multiples équipements sportifs, elle dispose, entre autres, de un bassin de natation, un terrain de tennis et deux terrains de sport.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/16230.html
HTML
mit
2,177
<!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_66) on Sat Jan 30 22:26:12 CST 2016 --> <title>NavUtil</title> <meta name="date" content="2016-01-30"> <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="NavUtil"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="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/ftccommunity/i2clibrary/navigation/MagneticFlux.html" title="class in org.ftccommunity.i2clibrary.navigation"><span class="typeNameLink">Prev&nbsp;Class</span></a> </li> <li><a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation"><span class="typeNameLink">Next&nbsp;Class</span></a> </li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/ftccommunity/i2clibrary/navigation/NavUtil.html" target="_top">Frames</a></li> <li><a href="NavUtil.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">org.ftccommunity.i2clibrary.navigation</div> <h2 title="Class NavUtil" class="title">Class NavUtil</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.ftccommunity.i2clibrary.navigation.NavUtil</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="typeNameLabel">NavUtil</span> extends java.lang.Object</pre> <div class="block">NavUtil is a collection of utilities that provide useful manipulations of objects related to navigation. It is typically most convenient to import these functions statically using: <p> <pre>import static org.swerverobotics.library.interfaces.NavUtil.*;</pre> </div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== 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">&nbsp;</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/ftccommunity/i2clibrary/navigation/NavUtil.html#NavUtil--">NavUtil</a></span>()</code>&nbsp; </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">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#integrate-org.ftccommunity.i2clibrary.navigation.Acceleration-double-">integrate</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, double&nbsp;dt)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#integrate-org.ftccommunity.i2clibrary.navigation.Velocity-double-">integrate</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;v, double&nbsp;dt)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#meanIntegrate-org.ftccommunity.i2clibrary.navigation.Acceleration-org.ftccommunity.i2clibrary.navigation.Acceleration-">meanIntegrate</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;cur, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;prev)</code> <div class="block">Integrate between two accelerations to determine a change in velocity using an assumption that the mean of the accelerations has been acting the entire interval. </div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#meanIntegrate-org.ftccommunity.i2clibrary.navigation.Velocity-org.ftccommunity.i2clibrary.navigation.Velocity-">meanIntegrate</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;cur, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;prev)</code> <div class="block">Integrate between two velocities to determine a change in position using an assumption that the mean of the velocities has been acting the entire interval. </div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#minus-org.ftccommunity.i2clibrary.navigation.Acceleration-org.ftccommunity.i2clibrary.navigation.Acceleration-">minus</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;b)</code>&nbsp; </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#minus-org.ftccommunity.i2clibrary.navigation.Position-org.ftccommunity.i2clibrary.navigation.Position-">minus</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;b)</code>&nbsp; </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#minus-org.ftccommunity.i2clibrary.navigation.Velocity-org.ftccommunity.i2clibrary.navigation.Velocity-">minus</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;b)</code>&nbsp; </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#plus-org.ftccommunity.i2clibrary.navigation.Acceleration-org.ftccommunity.i2clibrary.navigation.Acceleration-">plus</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;b)</code>&nbsp; </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#plus-org.ftccommunity.i2clibrary.navigation.Position-org.ftccommunity.i2clibrary.navigation.Position-">plus</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;b)</code>&nbsp; </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#plus-org.ftccommunity.i2clibrary.navigation.Velocity-org.ftccommunity.i2clibrary.navigation.Velocity-">plus</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;b)</code>&nbsp; </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#scale-org.ftccommunity.i2clibrary.navigation.Acceleration-double-">scale</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, double&nbsp;scale)</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#scale-org.ftccommunity.i2clibrary.navigation.Position-double-">scale</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;p, double&nbsp;scale)</code>&nbsp;</td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a></code> </td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/ftccommunity/i2clibrary/navigation/NavUtil.html#scale-org.ftccommunity.i2clibrary.navigation.Velocity-double-">scale</a></span>(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;v, double&nbsp;scale)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NavUtil--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NavUtil</h4> <pre>public&nbsp;NavUtil()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="plus-org.ftccommunity.i2clibrary.navigation.Position-org.ftccommunity.i2clibrary.navigation.Position-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>plus</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;plus(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;b)</pre> </li> </ul> <a name="plus-org.ftccommunity.i2clibrary.navigation.Velocity-org.ftccommunity.i2clibrary.navigation.Velocity-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>plus</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;plus(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;b)</pre> </li> </ul> <a name="plus-org.ftccommunity.i2clibrary.navigation.Acceleration-org.ftccommunity.i2clibrary.navigation.Acceleration-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>plus</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;plus(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;b)</pre> </li> </ul> <a name="minus-org.ftccommunity.i2clibrary.navigation.Position-org.ftccommunity.i2clibrary.navigation.Position-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>minus</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;minus(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;b)</pre> </li> </ul> <a name="minus-org.ftccommunity.i2clibrary.navigation.Velocity-org.ftccommunity.i2clibrary.navigation.Velocity-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>minus</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;minus(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;b)</pre> </li> </ul> <a name="minus-org.ftccommunity.i2clibrary.navigation.Acceleration-org.ftccommunity.i2clibrary.navigation.Acceleration-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>minus</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;minus(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;b)</pre> </li> </ul> <a name="scale-org.ftccommunity.i2clibrary.navigation.Position-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scale</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;scale(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;p, double&nbsp;scale)</pre> </li> </ul> <a name="scale-org.ftccommunity.i2clibrary.navigation.Velocity-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scale</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;scale(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;v, double&nbsp;scale)</pre> </li> </ul> <a name="scale-org.ftccommunity.i2clibrary.navigation.Acceleration-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scale</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;scale(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, double&nbsp;scale)</pre> </li> </ul> <a name="integrate-org.ftccommunity.i2clibrary.navigation.Velocity-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>integrate</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;integrate(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;v, double&nbsp;dt)</pre> </li> </ul> <a name="integrate-org.ftccommunity.i2clibrary.navigation.Acceleration-double-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>integrate</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;integrate(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;a, double&nbsp;dt)</pre> </li> </ul> <a name="meanIntegrate-org.ftccommunity.i2clibrary.navigation.Velocity-org.ftccommunity.i2clibrary.navigation.Velocity-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>meanIntegrate</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation">Position</a>&nbsp;meanIntegrate(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;cur, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;prev)</pre> <div class="block">Integrate between two velocities to determine a change in position using an assumption that the mean of the velocities has been acting the entire interval. </div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>cur</code> - the current velocity</dd> <dd><code>prev</code> - the previous velocity</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an approximation to the change in position over the interval </dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="https://en.wikipedia.org/wiki/Simpson%27s_rule">Simpson's Rule</a></dd> </dl> </li> </ul> <a name="meanIntegrate-org.ftccommunity.i2clibrary.navigation.Acceleration-org.ftccommunity.i2clibrary.navigation.Acceleration-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>meanIntegrate</h4> <pre>public static&nbsp;<a href="../../../../org/ftccommunity/i2clibrary/navigation/Velocity.html" title="class in org.ftccommunity.i2clibrary.navigation">Velocity</a>&nbsp;meanIntegrate(<a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;cur, <a href="../../../../org/ftccommunity/i2clibrary/navigation/Acceleration.html" title="class in org.ftccommunity.i2clibrary.navigation">Acceleration</a>&nbsp;prev)</pre> <div class="block">Integrate between two accelerations to determine a change in velocity using an assumption that the mean of the accelerations has been acting the entire interval. </div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>cur</code> - the current acceleration</dd> <dd><code>prev</code> - the previous acceleration</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an approximation to the change in velocity over the interval </dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="https://en.wikipedia.org/wiki/Simpson%27s_rule">Simpson's Rule</a></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="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/ftccommunity/i2clibrary/navigation/MagneticFlux.html" title="class in org.ftccommunity.i2clibrary.navigation"><span class="typeNameLink">Prev&nbsp;Class</span></a> </li> <li><a href="../../../../org/ftccommunity/i2clibrary/navigation/Position.html" title="class in org.ftccommunity.i2clibrary.navigation"><span class="typeNameLink">Next&nbsp;Class</span></a> </li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/ftccommunity/i2clibrary/navigation/NavUtil.html" target="_top">Frames</a></li> <li><a href="NavUtil.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
MHS-FIRSTrobotics/TeamClutch-FTC2016
doc/FtcXtensible/org/ftccommunity/i2clibrary/navigation/NavUtil.html
HTML
mit
43,126
<!-- What We Do Section --> <section id="what" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">What we do</h2> <h3 class="section-subheading text-muted">Charge your fuel cell electric car in 3 minutes, using hydrogen produced on-site from natural gas and biogas.</h3> </div> </div> <div class="row text-center"> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-envira fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Hydrogen for Electric Cars</h4> <p class="text-muted">We <a href="/index.html#hydrogen">create hydrogen</a> using domestic natural gas and biogas. When you power up with HydrogeNXT, you'll feel good about driving again.</p> <a href="{{ "/trailer.html" | relative_url }}" class="page-scroll btn btn-primary" style="margin-bottom:60px"><i class="fa fa-video-camera"></i> Watch Zero Emissions Video </a> </div> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-thumbs-up fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Cure for Range Anxiety</h4> <p class="text-muted">Our patented mobile app reservation system means you're assured hydrogen at our stations. Say adios, so long, sayonara to range anxiety. </p> <a href="{{ "/reservations.html" | relative_url }}" class="page-scroll btn btn-primary" style="margin-bottom:60px"><i class="fa fa-video-camera"></i> Watch Reservation Video</a> </div> <div class="col-md-4"> <span class="fa-stack fa-4x"> <i class="fa fa-circle fa-stack-2x text-primary"></i> <i class="fa fa-sun-o fa-stack-1x fa-inverse"></i> </span> <h4 class="service-heading">Brighter, Cleaner Future</h4> <p class="text-muted">Electric fuel cell cars and hydrogen are driving us towards a brighter, cleaner future. With clean hydrogen, we'll all get there faster. </p><button class="btn btn-primary" style="margin-bottom:60px" data-toggle="modal" data-target="#emailModal" data-message="Hello message here">Sign up for newsletter</button> </div> </div> </div> </section> <footer> <div class="container"> <div class="row"> <div class="col-md-4"> <span class="copyright">Copyright &copy; {% if site.author %} {{ site.author | escape }} {% else %} {{ site.title | escape }} {% endif %} </span> </div> <div class="col-md-4"> <ul class="list-inline social-buttons"> <li><a href="https://twitter.com/hydrogenxt"><i class="fa fa-twitter"></i></a> </li> <li><a href="https://facebook.com/hydrogenxt"><i class="fa fa-facebook"></i></a> </li> <li><a href="https://www.linkedin.com/company-beta/6673032/"><i class="fa fa-linkedin"></i></a> </li> </ul> </div> <div class="col-md-4"> <ul class="list-inline quicklinks"> <li><a href="#">Privacy Policy</a> </li> <li><a href="#">Legal</a> </li> </ul> </div> </div> </div> </footer> <!-- Station Modal Window --> <!-- This is the container for a dynamic modal window that showcases details about each featured station--> <div class="modal fade" id="stationModal" tabindex="-1" role="dialog" aria-labelledby="stationModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true" style="font-size:2em;">&times;</span> </button> <h3 class="modal-title" id="exampleModalLabel"></h3> <!-- Smag: modal js will insert title here--> </div> <div class="modal-body"> <img class="img-responsive" id="image" src="" alt="station image" longdescrip="The image of a hydrogenxt station"> <p class="caption text-muted" id="caption"></p> <p class="text-muted" id="descrip"></p> </div> <div class="modal-footer"> <!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> --> <button type="button" class="btn btn-primary" data-dismiss="modal">Close Station Detail</button> </div> </div> </div> </div> <!-- END New Modal Window--> <!-- BEGIN email modal --> <div class="modal fade" id="emailModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true" style="font-size:2em;">&times;</span></button> <h3 class="modal-title" id="emailModalLabel">Sign up for our newsletter</h3> <p>BE THE FIRST to learn about our mobile apps for reserving hydrogen, promotions, and station grand openings. We'll only send occasional updates and you can opt out anytime. Together we'll get there faster. <a href="#">Privacy policy</a>. </p> </div> <div class="modal-body"> <form> <div class="form-group"> <label for="recipient-name" class="control-label">Your email:</label> <input type="text" class="form-control" id="recipient-name"> </div> <!--<div class="form-group"> <label for="message-text" class="control-label">Why you're excited (totally optional):</label> <textarea class="form-control" id="message-text"></textarea> </div> --> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary">Sign me up</button> </div> </div> </div> </div> <!-- END email modal --> <!-- jQuery --> <script src="{{ "/assets/vendor/jquery/jquery.min.js" | relative_url }}"></script> <!-- Bootstrap Core JavaScript --> <script src="{{ "/assets/vendor/bootstrap/js/bootstrap.min.js" | relative_url }}"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" integrity="sha384-mE6eXfrb8jxl0rzJDBRanYqgBxtJ6Unn4/1F7q4xRRyIw7Vdg9jP4ycT7x1iVsgb" crossorigin="anonymous"></script> <!-- Contact Form JavaScript --> <script src="{{ "/assets/js/jqBootstrapValidation.js" | relative_url }}"></script> <script src="{{ "/assets/js/contact_me.js" | relative_url }}"></script> <!-- Theme JavaScript includes the single modal js to use one modal with many stations --> <script src="{{ "/assets/js/agency.min.js" | relative_url }}"></script> <!-- Smag Below is the Minima footer code <footer class="site-footer"> <div class="wrapper"> <h2 class="footer-heading">{{ site.title | escape }}</h2> <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> <ul class="contact-list"> <li> {% if site.author %} {{ site.author | escape }} {% else %} {{ site.title | escape }} {% endif %} </li> {% if site.email %} <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> {% endif %} </ul> </div> <div class="footer-col footer-col-2"> <ul class="social-media-list"> {% if site.github_username %} <li> {% include icon-github.html username=site.github_username %} </li> {% endif %} {% if site.twitter_username %} <li> {% include icon-twitter.html username=site.twitter_username %} </li> {% endif %} </ul> </div> <div class="footer-col footer-col-3"> <p>{{ site.description | escape }}</p> </div> </div> </div> </footer> -->
ssmagula/hydrogen
_includes/footer.html
HTML
mit
8,991
<!doctype html> <html lang="en" class="nav-no-js"> include "head.html" <body class="locations"> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div class="page-wrap"> include "header.html" <section class="main-content"> include "location.html" </section> <!-- include "footer.html" --> </div> include "footer.html" include "foot.html" <script> (function($) { $('.accordion > li:eq(0) a').addClass('active').next().slideDown(); $('.accordion a').click(function(j) { var dropDown = $(this).closest('li').find('p'); $(this).closest('.accordion').find('p').not(dropDown).slideUp(); if ($(this).hasClass('active')) { $(this).removeClass('active'); } else { $(this).closest('.accordion').find('a.active').removeClass('active'); $(this).addClass('active'); } dropDown.stop(false, true).slideToggle(); j.preventDefault(); }); })(jQuery); </script> </body> </html>
natewscott/rb-co
locations.html
HTML
mit
1,342
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>QUnit Test Harness</title> <link rel="stylesheet" href="./qunit-1.14.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="./qunit-1.14.0.js"></script> </body> </html>
fru/grunt-testing
tasks/libs/plugins/qunit/qunit-1.14.0.html
HTML
mit
269
<section data-ng-controller="ProjectsController" data-ng-init="find()"> <div class="page-header"> <h1>Recent Projects</h1> </div> <div class="list-group"> <a data-ng-repeat="project in projects" data-ng-href="#!/projects/{{project._id}}" data-ng-if="project.level==1 && isContributer(project)" class="list-group-item"> <small class="list-group-item-text"> Posted on <span data-ng-bind="project.created | date:'mediumDate'"></span> by <span data-ng-bind="project.user.displayName"></span> </small> <h4 class="list-group-item-heading" data-ng-bind="project.title"></h4> <p class="list-group-item-text" data-ng-bind="project.content"></p> </a> </div> <div class="alert alert-warning text-center" data-ng-if="projects.$resolved && !projects.length"> No projects yet, why don't you <a href="/#!/projects/new">create one</a>? </div> </section>
CEN3031-Group-4c/wxyz
public/modules/projects/views/list-recent-projects.client.view.html
HTML
mit
900
<!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/html; charset=utf-8" /> <title>:only-of-type</title> <meta name="author" content="jQuery 中文手册 - hemin.cn/jq/"> <meta name="description" content="jQuery中文手册(在线版),作者:hemin,在线手册:hemin.cn/jq/,下载:hemin.cn/jq/downloads/"> <link type="text/css" rel="stylesheet" href="style/style.css" /> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.js"></script> </head> <body id="split"> <div id="content" class="a2"> <div rel="onlyOfType"> <h2><span>返回值:jQuery</span>:only-of-type</h2> <h3><em>V1.9</em>概述</h3> <div class="desc"> <p>选择所有没有兄弟元素,且具有相同的元素名称的元素。</p> <div class="longdesc"> <p>如果父元素有相同的元素名称的其他子元素,那么没有元素会被匹配。</p> </div> </div> <!-- <h3>参数</h3> <div class="parameter"> <h4><strong>n</strong><span></span><em>V1.9</em></h4> <p>The index of each child to match.<br /> <br /> Must be a number. The first element has the index number 1.</p> <h4><strong>even</strong><span></span><em>V1.9</em></h4> <p>Selects each even child element</p> <h4><strong>odd</strong><span></span><em>V1.9</em></h4> <p>Selects each odd child element</p> <h4><strong>formula</strong><span></span><em>V1.9</em></h4> <p>Specifies which child element(s) to be selected with a formula (<em>an</em> + <em>b</em>). Example: p:nth-last-child(3n+2) selects each 3rd paragraph, starting at the last 2nd child</p>--> </div> <div class="example"> <h3>示例</h3> <p>改变每一个按钮的文字,并且加一个边框,这些按钮的父元素只有这个按钮子元素。</p> <pre> &lt;div&gt;<br /> &lt;button&gt;Sibling!&lt;/button&gt;<br /> &lt;button&gt;Sibling!&lt;/button&gt;<br />&lt;/div&gt;<br /> <br />&lt;div&gt;<br /> &lt;button&gt;Sibling!&lt;/button&gt;<br />&lt;/div&gt;<br />&lt;div&gt;<br /> None<br />&lt;/div&gt;<br /> <br />&lt;div&gt;<br /> &lt;button&gt;Sibling!&lt;/button&gt;<br /> &lt;span&gt;Sibling!&lt;/span&gt;<br /> &lt;span&gt;Sibling!&lt;/span&gt;<br /> <br />&lt;/div&gt;<br />&lt;div&gt;<br /> &lt;button&gt;Sibling!&lt;/button&gt;<br />&lt;/div&gt; $(&quot;button:only-of-type&quot;).text(&quot;Alone&quot;).css(&quot;border&quot;, &quot;2px blue solid&quot;);</pre> </div> </div> </div> </body> </html>
hisune/hisune-coder-tools
assets/jquery/onlyOfType.html
HTML
mit
2,688
<HTML><HEAD> <TITLE>Review for Guo nian hui jia (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0213695">Guo nian hui jia (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Chen+Chiou+Beng">Chen Chiou Beng</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>Title: Seventeen Years (Guo Nian Hui Jia) Country: China Length: 090 minutes Year: 1999 Director: Zhang Yuan Cast: Liu Lin, Li Bingbing, Li Yeping, Liang Song, Li Juan Rating: PG, Contains very brief violence</PRE> <P>After the unintentional murder of her stepsister for just five Yuan, Tao Lan is sentenced to jail. Seventeen years later, she was given special pass out to jail to celebrate new year with her family for three days. But her parents have moved away and her old resistance demolished, she is at a lost. With the help of a prison warden, together they go on a journey to search for Taos family, but when they finally found it, Tao refused to enter the house, as her guilt overwhelmed her of killing her stepsister</P> <P>A simple movie with a simple storytelling, and based on a true story, Seventeen Years deals with guilt and redemption of a family facing with a past that almost cannot be redeemed. This can also be seen in the final scenes where Tao Lan reaches home, the scene where the mother confessed to her husband that she has known all along that her daughter is coming home today, but she did not tell her husband (After all, the killed stepdaughter is the husbands daughter.). In the end of the scene where the fathers thought was opened, where he initially wanted to leave his wife after her daughters return, but changed his mind when he realised that what he really loves is his current family.</P> <P>The title, Seventeen Years, also drives across two meanings, the years Tao Lan has been in jail for manslaughter, and also the times a girl lost, her most precious times of her life. This is a film that should be watched, if anything, for the simple message it drives across.</P> <PRE>(In Chinese With English subtitles)</PRE> <P>Note: Seventeen Years was shown on 15th April 2000 at the 13th Singapore International Film Festival. Seventeen Years also won the Best Actress and Best Director for this years Silver screens Awards.</P> <PRE>Rated: *** /5</PRE> <PRE>Ratings: *-Forget it. **-Wait for the video release. ***-OK ****-Prepared to be blown away *****-A Classic piece.</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/24087.html
HTML
mit
3,354
<table width="90%" border="0" cellspacing="0" cellpadding="3" class="FrameCinza"><tr class="padrao" bgcolor="white"><td><b>Órgão:</b> </td><td>FGA - UnB - Faculdade do Gama</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td><b>Código:</b> </td><td>113875</td></tr><tr class="padrao" bgcolor="white"><td><b>Denominação:</b> </td><td>Eletrônica de Pontência</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td><b>Nível:</b> </td><td>Graduação</td></tr><tr class="padrao" bgcolor="white"><td><b>Vigência:</b> </td><td>1997/1</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td valign="top"><b>Pré-req:</b> </td><td class="PadraoMenor">FGA-206156 Circuitos Eletrônicos 2 E<br>FGA-201634 Eletricidade Aplicada OU<br>FGA-119458 Prática de Circ Eletrônicos 2 E<br>FGA-119130 Teoria de Circ Eletrônicos 2 E<br>FGA-201634 Eletricidade Aplicada </td></tr></table>
AEDA-Solutions/matweb
frontend/Arquivos/ementa-229.html
HTML
mit
864
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ADAlertControllerAction Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1334)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="../index.html">ADAlert </a> </h1> <p id="developer-home"> <a href="../index.html">Anton Dobkin</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> <li id="on-this-page" role="navigation"> <label> On This Page <div class="chevron"> <div class="chevy chevron-left"></div> <div class="chevy chevron-right"></div> </div> <select id="jump-to"> <option value="top">Jump To&#133;</option> <option value="overview">Overview</option> <option value="tasks">Tasks</option> <optgroup label="Properties"> <option value="//api/name/handler">handler</option> <option value="//api/name/style">style</option> <option value="//api/name/title">title</option> </optgroup> <optgroup label="Class Methods"> <option value="//api/name/actionWithTitle:handler:">+ actionWithTitle:handler:</option> <option value="//api/name/actionWithTitle:style:handler:">+ actionWithTitle:style:handler:</option> </optgroup> <optgroup label="Instance Methods"> <option value="//api/name/initWithTitle:handler:">- initWithTitle:handler:</option> <option value="//api/name/initWithTitle:style:handler:">- initWithTitle:style:handler:</option> <option value="//api/name/isEqualToAction:">- isEqualToAction:</option> </optgroup> </select> </label> </li> </ul> </nav> </div> </aside> <article> <div id="overview_contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">ADAlertControllerAction Class Reference</h1> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <th>Inherits from</th> <td>NSObject</td> </tr><tr> <th>Conforms to</th> <td>NSCopying</td> </tr><tr> <th>Declared in</th> <td>ADAlertControllerAction.h</td> </tr> </tbody></table></div> <div class="section section-overview"> <a title="Overview" name="overview"></a> <h2 class="subtitle subtitle-overview">Overview</h2> <p>The ADAlertControllerAction instance represents an action. For each action <a href="../Classes/ADAlertController.html">ADAlertController</a> creates and configures a button. When the user taps that button, the alert controller executes the block wich you specified when creating the action instance.</p> <p>You should use this class to add information about an action, including the <a href="#//api/name/title">title</a> and <a href="#//api/name/style">style</a> of button, and a <a href="#//api/name/handler">handler</a> to execute when the user taps the button. After creating the action, add it to the <a href="../Classes/ADAlertController.html">ADAlertController</a> instance before displaying it.</p> </div> <div class="section section-tasks"> <a title="Tasks" name="tasks"></a> <h2 class="task-title">Other Methods</h2> <div class="task-list"> <div class="section-method"> <a name="//api/name/title" title="title"></a> <h3 class="method-title"><code><a href="#//api/name/title">&nbsp;&nbsp;title</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>The title of action</p> </div> <div class="method-subsection method-declaration"><code>@property (copy, nonatomic, readonly) NSString *title</code></div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>The title of action</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div><div class="section-method"> <a name="//api/name/style" title="style"></a> <h3 class="method-title"><code><a href="#//api/name/style">&nbsp;&nbsp;style</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>The style of action</p> </div> <div class="method-subsection method-declaration"><code>@property (assign, nonatomic, readonly) ADAlertControllerActionStyle style</code></div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>The style of action</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div><div class="section-method"> <a name="//api/name/handler" title="handler"></a> <h3 class="method-title"><code><a href="#//api/name/handler">&nbsp;&nbsp;handler</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>The Block that will be called upon tapping the action.</p> </div> <div class="method-subsection method-declaration"><code>@property (copy, nonatomic, readwrite, nullable) ADAlertControllerActionHandler handler</code></div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>The Block that will be called upon tapping the action.</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div> </div> <a title="Creating &amp;&amp; Initializing" name="task_Creating &amp;&amp; Initializing"></a> <h2 class="task-title">Creating &amp;&amp; Initializing</h2> <div class="task-list"> <div class="section-method"> <a name="//api/name/initWithTitle:style:handler:" title="initWithTitle:style:handler:"></a> <h3 class="method-title"><code><a href="#//api/name/initWithTitle:style:handler:">&ndash;&nbsp;initWithTitle:style:handler:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>Initializes and returns a new instance of action.</p> </div> <div class="method-subsection method-declaration"><code>- (instancetype)initWithTitle:(NSString *)<em>title</em> style:(ADAlertControllerActionStyle)<em>style</em> handler:(nullable ADAlertControllerActionHandler)<em>handler</em></code></div> <div class="method-subsection arguments-section parameters"> <h4 class="method-subtitle parameter-title">Parameters</h4> <table class="argument-def parameter-def"> <tr> <th scope="row" class="argument-name"><code>title</code></th> <td><p>The <a href="#//api/name/title">title</a> string is displayed on the button.</p></td> </tr> <tr> <th scope="row" class="argument-name"><code>style</code></th> <td><p>The <a href="#//api/name/style">style</a> information to convey the type of action that is performed by the button.</p></td> </tr> <tr> <th scope="row" class="argument-name"><code>handler</code></th> <td><p>A block that called when the user selects the action.</p></td> </tr> </table> </div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>Initializes and returns a new instance of action.</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div><div class="section-method"> <a name="//api/name/initWithTitle:handler:" title="initWithTitle:handler:"></a> <h3 class="method-title"><code><a href="#//api/name/initWithTitle:handler:">&ndash;&nbsp;initWithTitle:handler:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>Initializes and returns a new instance of action with default <a href="#//api/name/style">style</a>.</p> </div> <div class="method-subsection method-declaration"><code>- (instancetype)initWithTitle:(NSString *)<em>title</em> handler:(nullable ADAlertControllerActionHandler)<em>handler</em></code></div> <div class="method-subsection arguments-section parameters"> <h4 class="method-subtitle parameter-title">Parameters</h4> <table class="argument-def parameter-def"> <tr> <th scope="row" class="argument-name"><code>title</code></th> <td><p>The <a href="#//api/name/title">title</a> string is displayed on the button.</p></td> </tr> <tr> <th scope="row" class="argument-name"><code>handler</code></th> <td><p>A block that called when the user selects the action.</p></td> </tr> </table> </div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>Initializes and returns a new instance of action with default <a href="#//api/name/style">style</a>.</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div><div class="section-method"> <a name="//api/name/actionWithTitle:style:handler:" title="actionWithTitle:style:handler:"></a> <h3 class="method-title"><code><a href="#//api/name/actionWithTitle:style:handler:">+&nbsp;actionWithTitle:style:handler:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>Creates, initializes and returns a new instance of action.</p> </div> <div class="method-subsection method-declaration"><code>+ (instancetype)actionWithTitle:(NSString *)<em>title</em> style:(ADAlertControllerActionStyle)<em>style</em> handler:(nullable ADAlertControllerActionHandler)<em>handler</em></code></div> <div class="method-subsection arguments-section parameters"> <h4 class="method-subtitle parameter-title">Parameters</h4> <table class="argument-def parameter-def"> <tr> <th scope="row" class="argument-name"><code>title</code></th> <td><p>The <a href="#//api/name/title">title</a> string is displayed on the button.</p></td> </tr> <tr> <th scope="row" class="argument-name"><code>style</code></th> <td><p>The <a href="#//api/name/style">style</a> information to convey the type of action that is performed by the button.</p></td> </tr> <tr> <th scope="row" class="argument-name"><code>handler</code></th> <td><p>A block that called when the user selects the action.</p></td> </tr> </table> </div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>Creates, initializes and returns a new instance of action.</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div><div class="section-method"> <a name="//api/name/actionWithTitle:handler:" title="actionWithTitle:handler:"></a> <h3 class="method-title"><code><a href="#//api/name/actionWithTitle:handler:">+&nbsp;actionWithTitle:handler:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>Creates, initializes and returns a new instance of action with default <a href="#//api/name/style">style</a>.</p> </div> <div class="method-subsection method-declaration"><code>+ (instancetype)actionWithTitle:(NSString *)<em>title</em> handler:(nullable ADAlertControllerActionHandler)<em>handler</em></code></div> <div class="method-subsection arguments-section parameters"> <h4 class="method-subtitle parameter-title">Parameters</h4> <table class="argument-def parameter-def"> <tr> <th scope="row" class="argument-name"><code>title</code></th> <td><p>The <a href="#//api/name/title">title</a> string is displayed on the button.</p></td> </tr> <tr> <th scope="row" class="argument-name"><code>handler</code></th> <td><p>A block that called when the user selects the action.</p></td> </tr> </table> </div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>Creates, initializes and returns a new instance of action with default <a href="#//api/name/style">style</a>.</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div> </div> <a title="Comparing Actions" name="task_Comparing Actions"></a> <h2 class="task-title">Comparing Actions</h2> <div class="task-list"> <div class="section-method"> <a name="//api/name/isEqualToAction:" title="isEqualToAction:"></a> <h3 class="method-title"><code><a href="#//api/name/isEqualToAction:">&ndash;&nbsp;isEqualToAction:</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>Returns a Boolean value that indicates whether a given action is equal the receiver.</p> </div> <div class="method-subsection method-declaration"><code>- (BOOL)isEqualToAction:(ADAlertControllerAction *)<em>otherAction</em></code></div> <div class="method-subsection arguments-section parameters"> <h4 class="method-subtitle parameter-title">Parameters</h4> <table class="argument-def parameter-def"> <tr> <th scope="row" class="argument-name"><code>otherAction</code></th> <td><p>The action with which to compare the receiver.</p></td> </tr> </table> </div> <div class="method-subsection return"> <h4 class="method-subtitle parameter-title">Return Value</h4> <p>YES if otherAction is equivalent to the receiver, otherwise NO.</p> </div> <div class="method-subsection discussion-section"> <h4 class="method-subtitle">Discussion</h4> <p>Returns a Boolean value that indicates whether a given action is equal the receiver.</p> </div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">ADAlertControllerAction.h</code></p> </div> </div> </div> </div> </div> </div> </main> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2015 Anton Dobkin. All rights reserved. Updated: 2015-11-10</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p> </div> </footer> </div> </div> </article> <script src="../js/script.js"></script> </body> </html>
adobkin/adalert
docs/0.2.0/html/Classes/ADAlertControllerAction.html
HTML
mit
16,755
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>JeegoWeb Tests</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{BASE_TAG}} <link rel="stylesheet" href="assets/vendor.css"> <link rel="stylesheet" href="assets/jeego-web.css"> <link rel="stylesheet" href="assets/qunit.css"> <style> #ember-testing-container { position: absolute; background: white; bottom: 0; right: 0; width: 640px; height: 384px; overflow: auto; z-index: 9999; border: 1px solid #ccc; } #ember-testing { zoom: 50%; } </style> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script> window.JeegoWebENV = {{ENV}}; window.EmberENV = window.JeegoWebENV.EmberENV; </script> <script src="assets/qunit.js"></script> <script src="assets/qunit-notifications.js"></script> <script src="assets/vendor.js"></script> <script src="assets/jeego-web.js"></script> <script src="testem.js"></script> <script> require('jeego-web/tests/test-helper'); </script> <script src="assets/test-loader.js"></script> </body> </html>
aymerick/jeego-web
tests/index.html
HTML
mit
1,349
<div id="post-top"> <div id="article-title"></div> <div id="article-author"></div> <div id="article-time"></div> </div>
c910335/CandyPTT
html/post-top.html
HTML
mit
125
<!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 (version 1.7.0_65) on Wed Dec 03 20:05:07 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class net.sourceforge.pmd.lang.java.symboltable.TypeSet.ExplicitImportResolver (PMD Java 5.2.2 API)</title> <meta name="date" content="2014-12-03"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class net.sourceforge.pmd.lang.java.symboltable.TypeSet.ExplicitImportResolver (PMD Java 5.2.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><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><a href="../../../../../../../net/sourceforge/pmd/lang/java/symboltable/TypeSet.ExplicitImportResolver.html" title="class in net.sourceforge.pmd.lang.java.symboltable">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?net/sourceforge/pmd/lang/java/symboltable/class-use/TypeSet.ExplicitImportResolver.html" target="_top">Frames</a></li> <li><a href="TypeSet.ExplicitImportResolver.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"> <h2 title="Uses of Class net.sourceforge.pmd.lang.java.symboltable.TypeSet.ExplicitImportResolver" class="title">Uses of Class<br>net.sourceforge.pmd.lang.java.symboltable.TypeSet.ExplicitImportResolver</h2> </div> <div class="classUseContainer">No usage of net.sourceforge.pmd.lang.java.symboltable.TypeSet.ExplicitImportResolver</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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><a href="../../../../../../../net/sourceforge/pmd/lang/java/symboltable/TypeSet.ExplicitImportResolver.html" title="class in net.sourceforge.pmd.lang.java.symboltable">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?net/sourceforge/pmd/lang/java/symboltable/class-use/TypeSet.ExplicitImportResolver.html" target="_top">Frames</a></li> <li><a href="TypeSet.ExplicitImportResolver.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 ======= --> <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-java/apidocs/net/sourceforge/pmd/lang/java/symboltable/class-use/TypeSet.ExplicitImportResolver.html
HTML
mit
4,866
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Motorola</td><td>XT1032</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 [family] => XT1032 [brand] => Motorola [model] => XT1032 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Chrome 28.0</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.022</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.3.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/28\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.3*) applewebkit/* (khtml* like gecko) chrome/28.*safari/* [parent] => Chrome 28.0 for Android [comment] => Chrome 28.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 28.0 [majorver] => 28 [minorver] => 0 [platform] => Android [platform_version] => 4.3 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Chrome 28.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.019</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.3.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/28\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.3*) applewebkit/* (khtml* like gecko) chrome/28.*safari/* [parent] => Chrome 28.0 for Android [comment] => Chrome 28.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 28.0 [majorver] => 28 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Chrome [version] => 28.0.1500.94 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Chrome [browserVersion] => 28.0.1500.94 [osName] => AndroidOS [osVersion] => 4.3 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome Mobile 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">Motorola</td><td>XT1032</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.30502</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 1280 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Motorola [mobile_model] => XT1032 [version] => 28.0.1500.94 [is_android] => 1 [browser_name] => Chrome Mobile [operating_system_family] => Android [operating_system_version] => 4.3 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.3 Jelly Bean [mobile_screen_width] => 720 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome Mobile 28.0</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555">Motorola</td><td>Moto G</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome Mobile [short_name] => CM [version] => 28.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.3 [platform] => ) [device] => Array ( [brand] => MR [brandName] => Motorola [model] => Moto G [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 28.0.1500.94 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.3 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome Mobile 28.0.1500</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">Motorola</td><td>XT1032</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 28 [minor] => 0 [patch] => 1500 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 3 [patch] => [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Motorola [model] => XT1032 [family] => XT1032 ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 28.0.1500.94</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.16501</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.3 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 28.0.1500.94 [engine_name] => WebKit [engine_version] => 537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.076</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.3 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 28.0.1500.94</td><td>WebKit 537.36</td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.23501</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 28 on Android (Jelly Bean) [browser_version] => 28 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => 14 ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Jelly Bean [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.3 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.3; XT1032 Build/14.10.0Q3.X-17) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36 [browser_version_full] => 28.0.1500.94 [browser] => Chrome 28 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome Dev 28.0.1500.94</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555">Motorola</td><td>Moto G</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 28.0.1500.94 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 4.3 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Motorola [model] => Moto G ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 28.0.1500.94 [category] => smartphone [os] => Android [os_version] => 4.3 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">Motorola</td><td>XT1032</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.016</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.3 [advertised_browser] => Chrome [advertised_browser_version] => 28.0.1500.94 [complete_device_name] => Motorola XT1032 (Moto G) [device_name] => Motorola Moto G [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Motorola [model_name] => XT1032 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.3 [pointing_method] => touchscreen [release_date] => 2013_november [marketing_name] => Moto G [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 720 [resolution_height] => 1280 [columns] => 60 [max_image_width] => 360 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 57 [physical_screen_height] => 100 [dual_orientation] => true [density_class] => 2.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 21000 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://google.com/chrome/ [title] => Google Chrome 28.0.1500.94 [name] => Google Chrome [version] => 28.0.1500.94 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.3 [code] => android [x64] => [title] => Android 4.3 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.3 [code] => android [x64] => [title] => Android 4.3 [type] => os [dir] => os [image] => img/16/os/android.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:56:37</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/4b/5f/4b5fdb9e-1289-46c7-8cd9-7780482a2e31.html
HTML
mit
56,268
{% extends 'oj_base.html' %} {% block title %} 我的提交详情 {% endblock %} {% block css_block %} <style> .CodeMirror { height: auto; } </style> {% endblock %} {% block body %} {% load submission %} <div class="container main"> <ul class="nav nav-tabs nav-tabs-google"> <li role="presentation"> {% if submission.contest_id %} <a href="/contest/{{ submission.contest_id }}/problem/{{ problem.id }}/">题目</a> {% else %} <a href="/problem/{{ problem.id }}/">题目</a> {% endif %} </li> <li role="presentation" class="active"> {% if submission.contest_id %} <a href="/contest/{{ submission.contest_id }}/problem/{{ problem.id }}/submissions/">我的提交</a> {% else %} <a href="/problem/{{ problem.id }}/submissions/">我的提交</a> {% endif %} </li> </ul> {% include "oj/problem/_problem_header.html" %} <div class="panel panel-default"> <div class="panel-body"> <h4>运行结果: <span class="text-{{ submission.result|translate_result_class }}"> {{ submission.result|translate_result }} </span> </h4> {% ifnotequal request.user.id submission.user_id %} <p>作者:{{ user.username }}</p> {% endifnotequal %} {% ifequal submission.result 0 %} <p>时间: {{ submission.accepted_answer_time }}ms 语言 : {{ submission.language|translate_language }} </p> {% endifequal %} {% ifequal submission.result 4 %} <pre>{{ submission.info }}</pre> {% endifequal %} <p>提交时间: {{ submission.create_time }}</p> </div> </div> {% ifequal request.user.admin_type 2 %} <p>本调试信息仅超级管理员可见</p> {% ifequal submission.result 7 %} <pre>System Error: {{ submission.info }}</pre> {% else %} {% ifequal submission.result 4 %} <pre>Compile error: {{ info }}</pre> {% else %} {% ifequal submission.result 8 %} <pre>Waiting</pre> {% else %} <table class="table"> <thead> <tr> <th>测试用例</th> <th><a href="#">实际运行时间</a></th> <th>CPU时间</th> <th>内存</th> <th>结果</th> </tr> </thead> <tbody> {% for item in info %} <tr> <th scope="row">{{ item.test_case }}</th> <td>{{ item.real_time }} ms</td> <td>{{ item.cpu_time }} ms</td> <td>{{ item.memory }} Byte</td> <td class="{{ item.result|translate_result_class }}">{{ item.result|translate_result }}</td> </tr> {% endfor %} </tbody> </table> {% endifequal %} {% endifequal %} {% endifequal %} {% endifequal %} <div id="code-field"> <textarea id="code-editor">{{ submission.code }}</textarea> </div> {% if can_share %} <div id="share-code" class="col-lg-6 col-md-6"> {% if submission.shared %} <button class="btn btn-warning" id="share-code-btn">取消分享</button> {% else %} <button class="btn btn-primary" id="share-code-btn">分享我的代码</button> {% endif %} <textarea class="form-control" id="share-code-textarea" {% if not submission.shared %}style="display: none" {% endif %}>{{ problem.title }} {{ website_base_url }}/submission/{{ submission.id }}/</textarea> </div> {% endif %} </div> {% endblock %} {% block js_block %} <script> require(["jquery", "codeMirror", "csrfToken"], function ($, codeMirror, csrfTokenHeader) { {% ifequal submission.language 1 %} var language = "text/x-csrc"; {% else %} {% ifequal submission.language 2 %} var language = "text/x-c++src"; {% else %} var language = "text/x-java"; {% endifequal %} {% endifequal %} var codeEditor = codeMirror($("#code-editor")[0], language); codeEditor.setOption("readOnly", true); $("#share-code-btn").click(function () { $.ajax({ beforeSend: csrfTokenHeader, url: "/api/submission/share/", method: "post", data: {submission_id: location.href.split("/")[4]}, success: function (data) { location.reload(); } }) }) }); </script> {% endblock %}
mcmdhr/CSOJ
template/src/oj/submission/my_submission.html
HTML
mit
5,690
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Sprites</title> <style type="text/css" media="screen"> body { margin: 0; } canvas { border: 2px solid black; margin: 1em; } </style> <script src="MersenneTwister19937class.js" type="text/javascript" charset="utf-8"></script> </head> <body> <canvas height="600" width="800" id="canvas1" style="position: absolute">Your browser sucks.</canvas> <canvas height="600" width="800" id="canvas2" style="position: absolute">Your browser sucks.</canvas> <br /> <script type="text/javascript" charset="utf-8">//<![CDATA[ // random numbers var Random = (function() { var generator = new MersenneTwister19937; // initialization to slow! var random = { init: function(seed) { generator.init_genrand(seed); }, nextFraction: function() { return generator.genrand_real2(); }, next: function(n) { return Math.floor(this.nextFraction() * n); }, nextInRange: function(min, max) { return min + this.nextFraction() * (max - min); }, nextColor: function() { return 'rgb(' + this.next(255) + ',' + this.next(255) + ',' + this.next(255) + ')'; } }; random.init(0); return random; })(); // controls var pause = false; window.onkeydown = function(event) { switch (event.keyCode) { case 32: { // space pause = !pause; break; } case 13: { // return break; } case 187: { // + break; } case 189: { // - break; } default: { document.title += ' ' + event.keyCode; } } } // fps counter function fps() { document.title = fps.originalTitle + ' - ' + fps.frames + ' fps'; if (fps.max) document.title += ' (of ' + fps.max + ')'; fps.frames = 0; } fps.frames = 0; fps.max = 30; fps.originalTitle = document.title; setInterval(fps, 1000); function draw() { var buildingsLayer = document.getElementById('canvas1'); if (!buildingsLayer.getContext) return; var ctx = Shapes.getContext(buildingsLayer); ctx.fillStyle = 'navajowhite'; ctx.fillRect(0, 0, buildingsLayer.width, buildingsLayer.height); ctx.translate(400, 300); drawTownHall(ctx, 0, 0); drawGold(ctx, 300, 0); drawGold(ctx, 380, 0); drawGold(ctx, 340, 0); drawGold(ctx, 340, 40); drawGold(ctx, 300, 40); drawGold(ctx, 300, 80); drawGold(ctx, 340, 80); drawTree(ctx, -300, 0); drawTree(ctx, -340, 0); drawTree(ctx, -300, 40); drawTree(ctx, -260, 40); drawTree(ctx, -300, -40); ctx.lineWidth = 1; ctx.save(); ctx.beginPath(); ctx.moveTo(400, 100); ctx.lineTo(0, 300); ctx.strokeStyle = 'black'; ctx.lineWidth = 2; ctx.stroke(); ctx.moveTo(400, 100); ctx.lineTo(0, 300); ctx.lineTo(400, 300); ctx.lineTo(400, 100); ctx.fillStyle = 'skyblue'; ctx.fill(); ctx.restore(); var animationsLayer = document.getElementById('canvas2'); if (!animationsLayer.getContext) return; ctx = Shapes.getContext(animationsLayer); var frame = 0; var maxSpeed = 10; var sprites = []; for (var i = 0; i < 100; i++) { var speed = Random.nextFraction() * (maxSpeed - 2) + 2; var dir = Random.nextInRange(-Math.PI, Math.PI); sprites[i] = { x: Random.next(ctx.canvas.width), y: Random.next(ctx.canvas.height), dx: speed * Math.cos(dir), dy: speed * Math.sin(dir), color: Random.nextColor() } }; setInterval(function() { var drawFrame; if (!pause) { ctx.clear(); ctx.save(); var w = ctx.canvas.width; var h = ctx.canvas.height; // ctx.translate(400, 300); // for (var motionBlurFrame = -29; motionBlurFrame <= 0; motionBlurFrame++) { drawFrame = frame;// + motionBlurFrame; // ctx.globalAlpha = 1 / (Math.abs(motionBlurFrame) + 1); // for (var i = 0; i < sprites.length; i++) { // var sprite = sprites[i]; // ctx.clearRect(sprite.x - 11, sprite.y - 11, 22, 22); // } for (var i = 0; i < sprites.length; i++) { var sprite = sprites[i]; sprite.x += sprite.dx; sprite.y += sprite.dy; ctx.drawCircle(sprite.x, sprite.y, 10, sprite.color, 'transparent'); ctx.drawCircle(sprite.x, sprite.y, 4, 'transparent', 'black'); if (sprite.x < 0) sprite.dx = -sprite.dx; if (sprite.x > w) sprite.dx = -sprite.dx; if (sprite.y < 0) sprite.dy = -sprite.dy; if (sprite.y > h) sprite.dy = -sprite.dy; }; // } ctx.restore(); frame++; } fps.frames += 1; }, 1000 / fps.max); } setTimeout(draw, 100); //]]></script> <script type="text/javascript" charset="utf-8"> Shapes = { methods: { clear: function(fillStyle) { if (fillStyle) { this.save(); this.fillStyle = fillStyle; this.fillRect(0, 0, this.canvas.width, this.canvas.height); this.restore(); } else { this.clearRect(0, 0, this.canvas.width, this.canvas.height); } }, drawRect: function(x, y, w, h, fillStyle, strokeStyle, lineWidth) { this.save(); if (fillStyle) this.fillStyle = fillStyle; if (strokeStyle) this.strokeStyle = strokeStyle; if (lineWidth) this.lineWidth = lineWidth; this.fillRect(x, y, w, h); this.strokeRect(x, y, w, h); this.restore(); }, drawSquare: function(x, y, w, fillStyle, strokeStyle, lineWidth) { this.drawRect(x, y, w, w, fillStyle, strokeStyle, lineWidth); }, drawCircle: function(x, y, radius, fillStyle, strokeStyle, lineWidth, startAngle, endAngle, anticlockwise) { // sensible defaults if (anticlockwise === undefined) anticlockwise = true; if (startAngle === undefined) startAngle = 0; if (endAngle === undefined) endAngle = Math.PI * 2; this.save(); if (fillStyle) this.fillStyle = fillStyle; if (strokeStyle) this.strokeStyle = strokeStyle; if (lineWidth) this.lineWidth = lineWidth; this.beginPath(); this.arc(x, y, radius, startAngle, endAngle, anticlockwise); this.fill(); this.beginPath(); this.arc(x, y, radius, startAngle, endAngle, anticlockwise); this.stroke(); this.restore(); }, }, getContext: function(canvas) { var ctx = canvas.getContext('2d'); var methods = this.methods; for (method in methods) { ctx[method] = methods[method]; } // ctx.canvas = canvas; return ctx; } }; function drawTownHall(ctx, x, y) { ctx.drawSquare(x - 50, y - 50, 100, 'navy', 'black', 2.0); ctx.drawSquare(x - 40, y - 40, 80, 'blue', 'black', 2.0); ctx.save(); ctx.drawSquare(x - 30, y - 30, 60, 'navy', 'black', 2.0); ctx.rotate(Math.PI * 0.25); ctx.drawSquare(x - 20, y - 20, 40, 'blue', 'black', 2.0); ctx.restore(); } function drawGold(ctx, x, y) { ctx.drawCircle(x - 20, y - 20, 20, 'gold', 'gray', 2.0); } function drawTree(ctx, x, y) { ctx.drawCircle(x - 10, y - 10, 15, 'green', 'darkgreen', 2.0); } </script> </body> </html>
korny/blokk
public/temp/sprites.html
HTML
mit
8,339
<HTML> <BODY> This package contains the main classes and abstract interfaces for this SMT-LIB tool; the tool provides a stand-alone SMT-LIB-compliant command-line application, an application that responds to SMT-LIB commands over a network port, and an SMT-LIB Java API. For a tool that encapsulates this functionality as an Eclipse plug-in, see the companion package org.smtlib.plugin. </BODY> </HTML>
mechtaev/angelix
src/nsynth/src/main/java/org/smtlib/package.html
HTML
mit
406
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/pixi/display/Sprite.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="EarCut.html">EarCut</a> </li> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-2"> <a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-2"> <a href="PIXI.PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#arc">arc</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#beginFill">beginFill</a> </li> <li class="class-depth-0"> <a href="global.html#bezierCurveTo">bezierCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#clear">clear</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#destroyCachedSprite">destroyCachedSprite</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#drawCircle">drawCircle</a> </li> <li class="class-depth-0"> <a href="global.html#drawEllipse">drawEllipse</a> </li> <li class="class-depth-0"> <a href="global.html#drawPolygon">drawPolygon</a> </li> <li class="class-depth-0"> <a href="global.html#drawRect">drawRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawRoundedRect">drawRoundedRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawShape">drawShape</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#endFill">endFill</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#generateTexture">generateTexture</a> </li> <li class="class-depth-0"> <a href="global.html#getBounds">getBounds</a> </li> <li class="class-depth-0"> <a href="global.html#getLocalBounds">getLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#lineStyle">lineStyle</a> </li> <li class="class-depth-0"> <a href="global.html#lineTo">lineTo</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#moveTo">moveTo</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#quadraticCurveTo">quadraticCurveTo</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#updateLocalBounds">updateLocalBounds</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_MULTI">WEBGL_MULTI</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/pixi/display/Sprite.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Mat Groves http://matgroves.com/ @Doormat23 */ /** * The Sprite object is the base for all textured objects that are rendered to the screen * * @class Sprite * @extends DisplayObjectContainer * @constructor * @param texture {Texture} The texture for this sprite */ PIXI.Sprite = function (texture) { PIXI.DisplayObjectContainer.call(this); /** * The anchor sets the origin point of the texture. * The default is 0,0 this means the texture's origin is the top left * Setting than anchor to 0.5,0.5 means the textures origin is centered * Setting the anchor to 1,1 would mean the textures origin points will be the bottom right corner * * @property anchor * @type Point */ this.anchor = new PIXI.Point(); /** * The texture that the sprite is using * * @property texture * @type Texture */ this.texture = texture || PIXI.Texture.emptyTexture; /** * The width of the sprite (this is initially set by the texture) * * @property _width * @type Number * @private */ this._width = 0; /** * The height of the sprite (this is initially set by the texture) * * @property _height * @type Number * @private */ this._height = 0; /** * The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect. * * @property tint * @type Number * @default 0xFFFFFF */ this.tint = 0xFFFFFF; /** * The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect. * * @property cachedTint * @private * @type Number * @default -1 */ this.cachedTint = -1; /** * A canvas that contains the tinted version of the Sprite (in Canvas mode, WebGL doesn't populate this) * * @property tintedTexture * @type Canvas * @default null */ this.tintedTexture = null; /** * The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. * * Warning: You cannot have a blend mode and a filter active on the same Sprite. Doing so will render the sprite invisible. * * @property blendMode * @type Number * @default PIXI.blendModes.NORMAL; */ this.blendMode = PIXI.blendModes.NORMAL; /** * The shader that will be used to render this Sprite. * Set to null to remove a current shader. * * @property shader * @type Phaser.Filter * @default null */ this.shader = null; /** * Controls if this Sprite is processed by the core Phaser game loops and Group loops. * * @property exists * @type Boolean * @default true */ this.exists = true; if (this.texture.baseTexture.hasLoaded) { this.onTextureUpdate(); } this.renderable = true; }; // constructor PIXI.Sprite.prototype = Object.create(PIXI.DisplayObjectContainer.prototype); PIXI.Sprite.prototype.constructor = PIXI.Sprite; /** * The width of the sprite, setting this will actually modify the scale to achieve the value set * * @property width * @type Number */ Object.defineProperty(PIXI.Sprite.prototype, 'width', { get: function() { return this.scale.x * this.texture.frame.width; }, set: function(value) { this.scale.x = value / this.texture.frame.width; this._width = value; } }); /** * The height of the sprite, setting this will actually modify the scale to achieve the value set * * @property height * @type Number */ Object.defineProperty(PIXI.Sprite.prototype, 'height', { get: function() { return this.scale.y * this.texture.frame.height; }, set: function(value) { this.scale.y = value / this.texture.frame.height; this._height = value; } }); /** * Sets the texture of the sprite. Be warned that this doesn't remove or destroy the previous * texture this Sprite was using. * * @method setTexture * @param texture {Texture} The PIXI texture that is displayed by the sprite * @param [destroy=false] {boolean} Call Texture.destroy on the current texture before replacing it with the new one? */ PIXI.Sprite.prototype.setTexture = function(texture, destroyBase) { if (destroyBase !== undefined) { this.texture.baseTexture.destroy(); } // Over-ridden by loadTexture as needed this.texture.baseTexture.skipRender = false; this.texture = texture; this.texture.valid = true; this.cachedTint = -1; }; /** * When the texture is updated, this event will fire to update the scale and frame * * @method onTextureUpdate * @param event * @private */ PIXI.Sprite.prototype.onTextureUpdate = function() { // so if _width is 0 then width was not set.. if (this._width) this.scale.x = this._width / this.texture.frame.width; if (this._height) this.scale.y = this._height / this.texture.frame.height; }; /** * Returns the bounds of the Sprite as a rectangle. * The bounds calculation takes the worldTransform into account. * * It is important to note that the transform is not updated when you call this method. * So if this Sprite is the child of a Display Object which has had its transform * updated since the last render pass, those changes will not yet have been applied * to this Sprites worldTransform. If you need to ensure that all parent transforms * are factored into this getBounds operation then you should call `updateTransform` * on the root most object in this Sprites display list first. * * @method getBounds * @param matrix {Matrix} the transformation matrix of the sprite * @return {Rectangle} the framing rectangle */ PIXI.Sprite.prototype.getBounds = function(matrix) { var width = this.texture.frame.width; var height = this.texture.frame.height; var w0 = width * (1-this.anchor.x); var w1 = width * -this.anchor.x; var h0 = height * (1-this.anchor.y); var h1 = height * -this.anchor.y; var worldTransform = matrix || this.worldTransform; var a = worldTransform.a; var b = worldTransform.b; var c = worldTransform.c; var d = worldTransform.d; var tx = worldTransform.tx; var ty = worldTransform.ty; var maxX = -Infinity; var maxY = -Infinity; var minX = Infinity; var minY = Infinity; if (b === 0 &amp;&amp; c === 0) { // scale may be negative! if (a &lt; 0) { a *= -1; var temp = w0; w0 = -w1; w1 = -temp; } if (d &lt; 0) { d *= -1; var temp = h0; h0 = -h1; h1 = -temp; } // this means there is no rotation going on right? RIGHT? // if thats the case then we can avoid checking the bound values! yay minX = a * w1 + tx; maxX = a * w0 + tx; minY = d * h1 + ty; maxY = d * h0 + ty; } else { var x1 = a * w1 + c * h1 + tx; var y1 = d * h1 + b * w1 + ty; var x2 = a * w0 + c * h1 + tx; var y2 = d * h1 + b * w0 + ty; var x3 = a * w0 + c * h0 + tx; var y3 = d * h0 + b * w0 + ty; var x4 = a * w1 + c * h0 + tx; var y4 = d * h0 + b * w1 + ty; minX = x1 &lt; minX ? x1 : minX; minX = x2 &lt; minX ? x2 : minX; minX = x3 &lt; minX ? x3 : minX; minX = x4 &lt; minX ? x4 : minX; minY = y1 &lt; minY ? y1 : minY; minY = y2 &lt; minY ? y2 : minY; minY = y3 &lt; minY ? y3 : minY; minY = y4 &lt; minY ? y4 : minY; maxX = x1 > maxX ? x1 : maxX; maxX = x2 > maxX ? x2 : maxX; maxX = x3 > maxX ? x3 : maxX; maxX = x4 > maxX ? x4 : maxX; maxY = y1 > maxY ? y1 : maxY; maxY = y2 > maxY ? y2 : maxY; maxY = y3 > maxY ? y3 : maxY; maxY = y4 > maxY ? y4 : maxY; } var bounds = this._bounds; bounds.x = minX; bounds.width = maxX - minX; bounds.y = minY; bounds.height = maxY - minY; // store a reference so that if this function gets called again in the render cycle we do not have to recalculate this._currentBounds = bounds; return bounds; }; /** * Retrieves the non-global local bounds of the Sprite as a rectangle. The calculation takes all visible children into consideration. * * @method getLocalBounds * @return {Rectangle} The rectangular bounding area */ PIXI.Sprite.prototype.getLocalBounds = function () { var matrixCache = this.worldTransform; this.worldTransform = PIXI.identityMatrix; for (var i = 0; i &lt; this.children.length; i++) { this.children[i].updateTransform(); } var bounds = this.getBounds(); this.worldTransform = matrixCache; for (i = 0; i &lt; this.children.length; i++) { this.children[i].updateTransform(); } return bounds; }; /** * Renders the object using the WebGL renderer * * @method _renderWebGL * @param renderSession {RenderSession} * @param {Matrix} [matrix] - Optional matrix. If provided the Display Object will be rendered using this matrix, otherwise it will use its worldTransform. * @private */ PIXI.Sprite.prototype._renderWebGL = function(renderSession, matrix) { // if the sprite is not visible or the alpha is 0 then no need to render this element if (!this.visible || this.alpha &lt;= 0 || !this.renderable) return; // They provided an alternative rendering matrix, so use it var wt = this.worldTransform; if (matrix) { wt = matrix; } // A quick check to see if this element has a mask or a filter. if (this._mask || this._filters) { var spriteBatch = renderSession.spriteBatch; // push filter first as we need to ensure the stencil buffer is correct for any masking if (this._filters) { spriteBatch.flush(); renderSession.filterManager.pushFilter(this._filterBlock); } if (this._mask) { spriteBatch.stop(); renderSession.maskManager.pushMask(this.mask, renderSession); spriteBatch.start(); } // add this sprite to the batch spriteBatch.render(this); // now loop through the children and make sure they get rendered for (var i = 0; i &lt; this.children.length; i++) { this.children[i]._renderWebGL(renderSession); } // time to stop the sprite batch as either a mask element or a filter draw will happen next spriteBatch.stop(); if (this._mask) renderSession.maskManager.popMask(this._mask, renderSession); if (this._filters) renderSession.filterManager.popFilter(); spriteBatch.start(); } else { renderSession.spriteBatch.render(this); // Render children! for (var i = 0; i &lt; this.children.length; i++) { this.children[i]._renderWebGL(renderSession, wt); } } }; /** * Renders the object using the Canvas renderer * * @method _renderCanvas * @param renderSession {RenderSession} * @param {Matrix} [matrix] - Optional matrix. If provided the Display Object will be rendered using this matrix, otherwise it will use its worldTransform. * @private */ PIXI.Sprite.prototype._renderCanvas = function(renderSession, matrix) { // If the sprite is not visible or the alpha is 0 then no need to render this element if (!this.visible || this.alpha === 0 || !this.renderable || this.texture.crop.width &lt;= 0 || this.texture.crop.height &lt;= 0) { return; } var wt = this.worldTransform; // If they provided an alternative rendering matrix then use it if (matrix) { wt = matrix; } if (this.blendMode !== renderSession.currentBlendMode) { renderSession.currentBlendMode = this.blendMode; renderSession.context.globalCompositeOperation = PIXI.blendModesCanvas[renderSession.currentBlendMode]; } if (this._mask) { renderSession.maskManager.pushMask(this._mask, renderSession); } // Ignore null sources if (!this.texture.valid) { // Update the children and leave for (var i = 0; i &lt; this.children.length; i++) { this.children[i]._renderCanvas(renderSession); } if (this._mask) { renderSession.maskManager.popMask(renderSession); } return; } var resolution = this.texture.baseTexture.resolution / renderSession.resolution; renderSession.context.globalAlpha = this.worldAlpha; // If smoothingEnabled is supported and we need to change the smoothing property for this texture if (renderSession.smoothProperty &amp;&amp; renderSession.scaleMode !== this.texture.baseTexture.scaleMode) { renderSession.scaleMode = this.texture.baseTexture.scaleMode; renderSession.context[renderSession.smoothProperty] = (renderSession.scaleMode === PIXI.scaleModes.LINEAR); } // If the texture is trimmed we offset by the trim x/y, otherwise we use the frame dimensions var dx = (this.texture.trim) ? this.texture.trim.x - this.anchor.x * this.texture.trim.width : this.anchor.x * -this.texture.frame.width; var dy = (this.texture.trim) ? this.texture.trim.y - this.anchor.y * this.texture.trim.height : this.anchor.y * -this.texture.frame.height; var tx = (wt.tx * renderSession.resolution) + renderSession.shakeX; var ty = (wt.ty * renderSession.resolution) + renderSession.shakeY; var cw = this.texture.crop.width; var ch = this.texture.crop.height; if (this.texture.rotated) { var a = wt.a; var b = wt.b; var c = wt.c; var d = wt.d; var e = cw; // Offset before rotating tx = wt.c * ch + tx; ty = wt.d * ch + ty; // Rotate matrix by 90 degrees // We use precalculated values for sine and cosine of rad(90) wt.a = a * 6.123233995736766e-17 + -c; wt.b = b * 6.123233995736766e-17 + -d; wt.c = a + c * 6.123233995736766e-17; wt.d = b + d * 6.123233995736766e-17; // Update cropping dimensions. cw = ch; ch = e; } // Allow for pixel rounding if (renderSession.roundPixels) { renderSession.context.setTransform(wt.a, wt.b, wt.c, wt.d, tx | 0, ty | 0); dx |= 0; dy |= 0; } else { renderSession.context.setTransform(wt.a, wt.b, wt.c, wt.d, tx, ty); } dx /= resolution; dy /= resolution; if (this.tint !== 0xFFFFFF) { if (this.texture.requiresReTint || this.cachedTint !== this.tint) { this.tintedTexture = PIXI.CanvasTinter.getTintedTexture(this, this.tint); this.cachedTint = this.tint; this.texture.requiresReTint = false; } renderSession.context.drawImage(this.tintedTexture, 0, 0, cw, ch, dx, dy, cw / resolution, ch / resolution); } else { var cx = this.texture.crop.x; var cy = this.texture.crop.y; renderSession.context.drawImage(this.texture.baseTexture.source, cx, cy, cw, ch, dx, dy, cw / resolution, ch / resolution); } for (var i = 0; i &lt; this.children.length; i++) { this.children[i]._renderCanvas(renderSession); } if (this._mask) { renderSession.maskManager.popMask(renderSession); } }; </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Nov 23 2016 00:49:20 GMT+0000 (GMT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
cloakedninjas/phaser
v2-community/docs/src_pixi_display_Sprite.js.html
HTML
mit
56,909
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: 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.12.1 / metacoq - 1.0~alpha2+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq <small> 1.0~alpha2+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-26 01:44:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-26 01:44:44 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 coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} &quot;coq-metacoq-erasure&quot; {= version} &quot;coq-metacoq-translations&quot; {= version} ] synopsis: &quot;A meta-programming framework for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The meta-package includes the template-coq library, unverified checker for Coq, PCUIC development including a verified translation from Coq to PCUIC, safe checker and erasure for PCUIC and example translations. See individual packages for more detailed descriptions. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-alpha2-8.11.tar.gz&quot; checksum: &quot;sha256=8f1d2b42ad97d7c8660a57aabe53ddcc7b1645ced43386a1d2bef428b20d6b42&quot; } </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-metacoq.1.0~alpha2+8.11 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-metacoq -&gt; ocaml &gt;= 4.07.1 base of this switch (use `--unlock-base&#39; 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-metacoq.1.0~alpha2+8.11</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>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.1/metacoq/1.0~alpha2+8.11.html
HTML
mit
7,521
<div ng-include="'partials/navbar'"></div> <div class="jumbotron"> <h1>'Allo, 'Allo <span ng-show="currentUser">{{ currentUser }}</span>!</h1> <p class="lead"> <img src="images/yeoman.png" alt="I'm Yeoman"><br> Always a pleasure scaffolding your apps. </p> <p><a class="btn btn-lg btn-success" ng-href="#">Splendid!</a></p> </div> <div class="row marketing"> <div ng-repeat="thing in awesomeThings"> <h4>{{thing.name}}</h4> <p>{{thing.info}}</p> </div> </div> <div class="footer"> <p>♥ from the Yeoman team</p> </div>
Mutmatt/Steam_Categories
app/views/partials/main.html
HTML
mit
557
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>uknown</title> <link rel="stylesheet" href="css/style.css"> <!-- description text that displays below the link in google search results --> <meta name="description" content="Description of site" /> </head> <body> <section> <main> <a href="#"><img src="http://www.gamestop.com/gs/images/718x305/718x305_acsyndicate.jpg" alt="ACS main"></a> </main> <aside> <ul> <li> <a href="#"> <img src="http://www.gamestop.com/gs/images/718x305/718x305_witcher3_pregi.jpg" alt="Witch"><h1>Witcher III</h1></a> </li> <li> <a href="#"> <img src="http://www.gamestop.com/gs/images/718x305/718x305_acsyndicate.jpg" alt="ACS"><h1>Assassin's Creed</h1></a> </li> <li> <a href="#"> <img src="http://www.gamestop.com/gs/images/718x305/718x305_TESO_WarriorsPreOrder_v2.jpg" alt="TES" ><h1>Elder Scrolls</h1></a> </li> <li> <a href="#"> <img src="http://www.gamestop.com/gs/images/718x305/718x305_30OFF_Tablet.jpg" alt="stuff"><h1>Tablet Sale</h1></a> </li> </ul> </aside> </section> </body> </html>
BHess2653/hess_brandon_wsp
components/1/index.html
HTML
mit
1,362
<!DOCTYPE html> <html> {% include head.html %} <body class="theme-{% if site.resume_theme %}{{ site.resume_theme }}{% endif %}"> <div class="wrapper" itemscope itemtype="http://schema.org/Person"> <header class="page-header"> <!-- You can turn off the avatar in _config.yml by setting to false --> {% if site.resume_avatar == 'true' %} <img src="images/avatar.jpg" alt="my photo" class="avatar" itemprop="image"> {% endif %} <!-- Your name is defined in the _config.yml file --> <h1 class="header-name" itemprop="name">{{ site.resume_name }}</h1> <div class="title-bar"> <!-- Your title is also defined in the _config.yml file --> <h2 class="header-title" itemprop="jobTitle">{{ site.resume_title }}</h2> <!-- This is the markup for the icon links; moved out to an include because it's very verbose, and you shouldn't ever need to edit the markup (unless you want to re-order the icons); if you want to customize which links appear, define them in the _config.yml file --> {% include icon-links.html %} </div> <div class="executive-summary" itemprop="description"> <p>Experienced Software Engineer (4 years professional experience) with a vast array of technological skills (Front End, Back End, QA) across multiple types of companies (Small, Large, Contract, Public, Private) and industries (Electronic, Defense, Automotive, Government, Restaurant). An eye for Quality Assurance, A knack for Product Development, A deep love and appreciation of Agile</p> </div> {% if site.resume_looking_for_work == 'yes' %} <a href="mailto:{{ site.resume_contact_email }}" class="contact-button" itemprop="email">Contact me</a> {% elsif site.resume_looking_for_work == 'no' %} <a class="contact-button not-looking">I'm not looking for work right now.</a> {% else %} {% endif %} </header> {% if site.resume_section_experience %} <!-- begin Experience --> <section class="content-section"> <header class="section-header"> <h2>Experience</h2> </header> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">Cernota LLC</h3> <h4 class="resume-item-details" itemprop="description">Founder &bull; Nov, 2015 &mdash; Present</h4> <p class="resume-item-copy">Heavily explored, researched and tasked out many small business ideas, slowly growing a couple of them organically</p> <ul class="resume-item-list"> <li>(Asana, Monetization, Advertising, Marketing, Networking, Graphic Design, GIMP, OBS, Phantombot, Twitter, Open Source, Legal, Copyright)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">FoodServiceWarehouse.com</h3> <h4 class="resume-item-details" itemprop="description">Software Engineer &bull; Apr, 2015 &mdash; Nov, 2015</h4> <p class="resume-item-copy">Front End & Back End, Licensing team</p> <ul class="resume-item-list"> <li>(C#, .NET, Javascript, Angular, Atom, Visual Studio, LINQ, Entity Framework, XSLT, xUnit, SQL, MongoDB, Solr, Asana, Gitlab, Git, Code Review, Agile, Kanban)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">Prometheus Rising</h3> <h4 class="resume-item-details" itemprop="description">Server Administrator &bull; Dec, 2014 &mdash; Apr, 2015</h4> <p class="resume-item-copy">Created #1 Multiplayer dedicated server for Space Engineers, sandbox alpha development video game, 20,000++ unique visitors, 98% uptime, 800+ members, Managed three volunteers and fired one </p> <ul class="resume-item-list"> <li>(Windows Server 2012)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">Denver County Courthouse</h3> <h4 class="resume-item-details" itemprop="description">Associate IT Developer &bull; Jun, 2014 &mdash; Dec, 2014</h4> <p class="resume-item-copy">Refactored and developed SQL and GUIs for multiple reports, updated all stored procedures from SQL Server 2005 to 2012 standards, refactored multiple database tables, fixed dot matrix label printing, answered help desk calls and assisted users with computer and application problems</p> <ul class="resume-item-list"> <li>(Powerbuilder, SQL, Microsoft SQL Server, Help Desk, IT)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">Radiance Technologies Inc</h3> <h4 class="resume-item-details" itemprop="description">Software Engineer &bull; Oct, 2013 &mdash; Jun, 2014</h4> <p class="resume-item-copy">Back End development, also added a large amount of unit tests, automated: installation of dependencies, resetting databases and running all unit tests with coverage report </p> <ul class="resume-item-list"> <li>(Python, Django, Javascript, PostgreSQL, Wing IDE, Redmine, Unit Testing, Test Driven Development (TDD), Selenium, Subversion, Ubuntu, Linux)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">HBM nCode Federal LLC</h3> <h4 class="resume-item-details" itemprop="description">Software Engineer &bull; Sep, 2011 &mdash; Sep, 2013</h4> <p class="resume-item-copy">Refactored time card application, continued development on, calibrated and tested embedded vehicular fuse current sensor system, developed multiple programs to transfer, validate and index vehicular sensor data, developed dashboard to filter and compare charts of vehicular data, mentored three interns, set up version control</p> <ul class="resume-item-list"> <li>(C# , .NET, Javascript, Actionscript, Adobe Flex, Robotlegs (MVC), Visual Studio, Groovy, Mule, Eclipse, Quickbase, Arduino, PIC, MPLAB, Embedded, Agile, SCRUM, Subversion, Research)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">National Instruments</h3> <h4 class="resume-item-details" itemprop="description">Software Engineer &bull; Sep, 2011 &mdash; Sep, 2013</h4> <p class="resume-item-copy">Developed PXI chassis command line tool</p> <ul class="resume-item-list"> <li>(C/C++, Python, Perforce, Unit Testing, Review Board)</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization"> <h3 class="resume-item-title" itemprop="name">MSU Robotics Research Group</h3> <h4 class="resume-item-details" itemprop="description">Undergraduate Researcher &bull; Jun, 2010 &mdash; Aug, 2010</h4> <p class="resume-item-copy">Parallelized algorithm on graphics card with graduate student remotely</p> <ul class="resume-item-list"> <li>(C/C++, OpenCV, CUDA, Ubuntu, Linux, Skype)</li> </ul> </div> </section> <!-- end Experience --> {% endif %} {% if site.resume_section_education %} <!-- begin Education --> <section class="content-section"> <header class="section-header"> <h2>Education</h2> </header> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity"> <h3 class="resume-item-title" itemprop="name">Mississippi State University</h3> <h4 class="resume-item-details" itemprop="description">B.S. Computer Science, Minor Mathematics &bull; 2008 &mdash; 2012</h4> <!--<p class="resume-item-copy">Awarded Freshman Academic Excellence and Engineering Excellence scholarships</p>--> <ul class="resume-item-list"> <li>Awarded Freshman Academic Excellence and Engineering Excellence scholarships</li> </ul> </div> <div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity"> <h3 class="resume-item-title" itemprop="name">Cinco Ranch High School</h3> <h4 class="resume-item-details" itemprop="description">2004 &mdash; 2008</h4> <!--<p class="resume-item-copy">Computer Science Club (Co-President), Math Club, Chess Club, Orchestra</p> <p class="resume-item-copy">Competed in all local High School programming competitions 2005-2008 (Java)</p>--> <ul class="resume-item-list"> <li>Computer Science Club (Co-President), Math Club, Chess Club, Orchestra</li> <li>Competed in all local High School programming competitions 2005-2008 (Java)</li> </ul> </div> </section> <!-- end Education --> {% endif %} {% if site.resume_section_projects %} <!-- begin Projects <section class="content-section"> <header class="section-header"> <h2>Projects</h2> </header> <div class="resume-item"> <h3 class="resume-item-title"><a href="http://donutlocator.io">donutfinder.io</a></h3> <h4 class="resume-item-details">Founder & Primary Developer &bull; 2012 &mdash; Present</h4> <p class="resume-item-copy">Donut Locator is an open source node/ember app that lets users find donuts within a defined radius from their home.</p> </div> <div class="resume-item"> <h3 class="resume-item-title">Springfield Donut Eater's User Group</h3> <h4 class="resume-item-details">Co-Founder & Organizer &bull; 2007 &mdash; Present</h4> <p class="resume-item-copy">DEUG is a local monthly meetup in Springfield where we share all the latest tips and tricks for dat donut lifestyle. I organize the group, and typically eat most of the donuts.</p> </div> </section> <!-- end Projects --> {% endif %} {% if site.resume_section_skills %} <!-- begin Skills <section class="content-section"> <header class="section-header"> <h2>Skills</h2> </header> <div class="resume-item"> <h4 class="resume-item-details">Donut design</h4> <p class="resume-item-copy">Sprinkle art, icing design, eclair management, taste testing, donut/coffee pairing research</p> </div> <div class="resume-item"> <h4 class="resume-item-details">Craft beer brewing</h4> <p class="resume-item-copy">Hops inspection, brew testing, distribution management, bottle label design, festival and event management</p> </div> <div class="resume-item"> <h4 class="resume-item-details">Family leadership</h4> <p class="resume-item-copy">Bread winning, conflict resolution, couch inspection, TV longevity testing</p> </div> </section> <!-- end Skills --> {% endif %} {% if site.resume_section_recognition %} <!-- begin Recognition <section class="content-section"> <header class="section-header"> <h2>Recognition</h2> </header> <div class="resume-item"> <h3 class="resume-item-title" itemprop="award">Springfield Nuclear Power Plant</h3> <h4 class="resume-item-details">Outstanding Achievement &bull; 2010</h4> <p class="resume-item-copy">Awarded for stopping a nuclear meltdown, even though I also started it.</p> </div> <div class="resume-item"> <h3 class="resume-item-title" itemprop="award">Duff Beer Customer of the year</h3> <h4 class="resume-item-details">1997 &mdash; 2001, 2003, 2008 &mdash; 2012</h4> <p class="resume-item-copy">Honored by <a href="https://en.wikipedia.org/wiki/Duff_Beer">Duff Beer</a> for being an outstanding customer several years straight. Qualifications included most beer consumed at a bar, most beer purchased, and most beer ralphed.</p> </div> <div class="resume-item"> <h3 class="resume-item-title" itemprop="award">Moe's Patron of the Month</h3> <h4 class="resume-item-details">12/2001, 8/2004</h4> <p class="resume-item-copy">Specifically this prestigious awarded twice for stopping a robber with my belly.</p> </div> </section> <!-- end Recognition --> {% endif %} {% if site.resume_section_associations %} <!-- begin Associations <section class="content-section"> <header class="section-header"> <h2>Associations</h2> </header> <div class="resume-item"> <h3 class="resume-item-title"><a href="http://beerfortheworld.com">Beer for the World</a></h3> <h4 class="resume-item-details">Volunteer &bull; 2008 &mdash; Present</h4> <p class="resume-item-copy">Organized fund drives and participated in fundraising events for the benefit of families in third world countries without proper access to malt beverages.</p> </div> <div class="resume-item"> <h3 class="resume-item-title">Springfield Nuclear Workers Labor Union</h3> <h4 class="resume-item-details">Member in Good Standin &bull; 1994 &mdash; Present</h4> <p class="resume-item-copy">Founding member of the local nuclear workers labor union.</p> </div> </section> <!-- end Associations --> {% endif %} {% if site.resume_section_links %} <!-- begin Links <section class="content-section"> <header class="section-header"> <h2>Additional Links</h2> </header> <div class="resume-item"> <ul class="resume-item-list"> <li><a href="https://github.com/stephen-cernota">Github</a></li> <li><a href="https://twitter.com/stephencernota">Twitter</a></li> <li><a href="https://www.linkedin.com/in/stephen-cernota-31516840">Linkedin</a></li> </ul> </div> </section> <!-- end Links --> {% endif %} <footer class="page-footer"> <p class="footer-line"> <a href="https://github.com/stephen-cernota">Github</a> | <a href="https://twitter.com/stephencernota">Twitter</a> | <a href="https://www.linkedin.com/in/stephen-cernota-31516840">Linkedin</a> </p> <p class="footer-line">(Contract, Direct Hire)</p> <p class="footer-line">stephen.cernota@gmail.com</p> <!--<p class="footer-line">Empty Mind, Beginners Mind</p>--> </footer> </div> </body> </html>
stephen-cernota/resume
_layouts/resume.html
HTML
mit
15,131
<f:layout name="Default" /> <f:section name="content"> <h2>{pageTitle}</h2> <!--TYPO3SEARCH_begin--> {contentMain -> f:format.raw()} <!--TYPO3SEARCH_end--> </f:section>
yabawock/sitepackage_starter
Resources/Private/Templates/Page/Default.html
HTML
mit
178
<html ng-app="chatApp"> <head> <meta charset="utf-8" /> <title>Simple Chat!</title> <link href="/css/bootstrap.min.css" rel="stylesheet"> </head> <body ng-controller="MainController"> <div class="alert alert-success" role="alert"> <strong>Simple Chat!</strong> </div> <input id="nickText" type="text" placeholder="Your Nickname" /> &nbsp;&nbsp; <button id="nick">Set Nickname</button> <hr/> <textarea style="height:300px;width:90%;" readonly="readonly"></textarea><p/> <hr/> <input id="chatText" type="text" placeholder="Your Message" />&nbsp;&nbsp; <button id="chat">Send</button> <div class="alert alert-success" role="alert"> <strong>{{message}}</strong> </div> <script type="text/css" src="/js/bootstrap/dist/js/bootstrap.min.js"></script> <script src="/js/socket.io-client/socket.io.js"></script> <script src="/js/jquery/dist/jquery.min.js"></script> <script src="/js/angular/angular.min.js"></script> <script src="/app/main.js"></script> </body> </html>
eiffelqiu/node-chat
public/index.html
HTML
mit
978
<!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=".">dev / contrib:bdds dev</a></li> <li class="active"><a href="">2014-11-20 16:24:17</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:bdds <small> dev <span class="label label-danger">Error</span> </small> </h1> <p><em><script>document.write(moment("2014-11-20 16:24:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-20 16:24:17 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:bdds/coq:contrib:bdds.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:bdds.dev coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - install coq:contrib:bdds.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:bdds.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:bdds.dev. </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>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --deps-only coq:contrib:bdds.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --verbose coq:contrib:bdds.dev</code></dd> <dt>Return code</dt> <dd>1024</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:bdds.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:bdds] Fetching git://clarus.io/bdds#trunk Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:bdds.dev/.git/ [master (root-commit) d525531] opam-git-init warning: no common commits From git://clarus.io/bdds * [new branch] trunk -&gt; opam-ref * [new branch] trunk -&gt; origin/trunk .cvsignore BDDdummy_lemma_2.v BDDdummy_lemma_3.v BDDdummy_lemma_4.v BDDvar_ad_nat.v LICENSE Make Makefile README bdd1.v bdd10.v bdd11.v bdd2.v bdd3.v bdd4.v bdd5_1.v bdd5_2.v bdd6.v bdd7.v bdd8.v bdd9.v bdds.v d3.v description extract.v extraction/.cvsignore extraction/Makefile extraction/README extraction/lexer.mll extraction/main.ml extraction/parser.mly extraction/ztwaalf1_be imecaux.v mul06.v mul07.v mul08.v pigtest.v rip06.v rip08.v tauto.v u.v werner.v HEAD is now at c6ebafa Revert &quot;Regenerating Makefiles.&quot; We will be able to do so when we have access =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:bdds.dev: coq_makefile -f Make -o Makefile make -j4 make install Warning: Please now use &quot;-extra[-phony] result deps command&quot; instead of &quot;-custom command deps result&quot;. It follows makefile target declaration order and has a clearer semantic. Warning: Please now use &quot;-extra[-phony] result deps command&quot; instead of &quot;-custom command deps result&quot;. It follows makefile target declaration order and has a clearer semantic. Warning: Please now use &quot;-extra[-phony] result deps command&quot; instead of &quot;-custom command deps result&quot;. It follows makefile target declaration order and has a clearer semantic. Warning: in option -R, ../../Cachan/IntMap is not a subdirectory of the current directory Warning: install rule assumes that -R/-Q . _ is the only -R/-Q optionWarning: install rule assumes that -R/-Q . _ is the only -R/-Q optionWarning: -R/-Q options don&#39;t have a correct common prefix, install-doc will put anything in $INSTALLDEFAULTROOT &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;BDDdummy_lemma_2.v&quot; &gt; &quot;BDDdummy_lemma_2.v.d&quot; || ( RV=$?; rm -f &quot;BDDdummy_lemma_2.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;BDDdummy_lemma_3.v&quot; &gt; &quot;BDDdummy_lemma_3.v.d&quot; || ( RV=$?; rm -f &quot;BDDdummy_lemma_3.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;BDDdummy_lemma_4.v&quot; &gt; &quot;BDDdummy_lemma_4.v.d&quot; || ( RV=$?; rm -f &quot;BDDdummy_lemma_4.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;BDDvar_ad_nat.v&quot; &gt; &quot;BDDvar_ad_nat.v.d&quot; || ( RV=$?; rm -f &quot;BDDvar_ad_nat.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd1.v&quot; &gt; &quot;bdd1.v.d&quot; || ( RV=$?; rm -f &quot;bdd1.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd10.v&quot; &gt; &quot;bdd10.v.d&quot; || ( RV=$?; rm -f &quot;bdd10.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd11.v&quot; &gt; &quot;bdd11.v.d&quot; || ( RV=$?; rm -f &quot;bdd11.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd2.v&quot; &gt; &quot;bdd2.v.d&quot; || ( RV=$?; rm -f &quot;bdd2.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd3.v&quot; &gt; &quot;bdd3.v.d&quot; || ( RV=$?; rm -f &quot;bdd3.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd4.v&quot; &gt; &quot;bdd4.v.d&quot; || ( RV=$?; rm -f &quot;bdd4.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd5_1.v&quot; &gt; &quot;bdd5_1.v.d&quot; || ( RV=$?; rm -f &quot;bdd5_1.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd5_2.v&quot; &gt; &quot;bdd5_2.v.d&quot; || ( RV=$?; rm -f &quot;bdd5_2.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd6.v&quot; &gt; &quot;bdd6.v.d&quot; || ( RV=$?; rm -f &quot;bdd6.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd7.v&quot; &gt; &quot;bdd7.v.d&quot; || ( RV=$?; rm -f &quot;bdd7.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd8.v&quot; &gt; &quot;bdd8.v.d&quot; || ( RV=$?; rm -f &quot;bdd8.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdd9.v&quot; &gt; &quot;bdd9.v.d&quot; || ( RV=$?; rm -f &quot;bdd9.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;bdds.v&quot; &gt; &quot;bdds.v.d&quot; || ( RV=$?; rm -f &quot;bdds.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;d3.v&quot; &gt; &quot;d3.v.d&quot; || ( RV=$?; rm -f &quot;d3.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;imecaux.v&quot; &gt; &quot;imecaux.v.d&quot; || ( RV=$?; rm -f &quot;imecaux.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;mul06.v&quot; &gt; &quot;mul06.v.d&quot; || ( RV=$?; rm -f &quot;mul06.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;mul07.v&quot; &gt; &quot;mul07.v.d&quot; || ( RV=$?; rm -f &quot;mul07.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;mul08.v&quot; &gt; &quot;mul08.v.d&quot; || ( RV=$?; rm -f &quot;mul08.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;pigtest.v&quot; &gt; &quot;pigtest.v.d&quot; || ( RV=$?; rm -f &quot;pigtest.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;rip06.v&quot; &gt; &quot;rip06.v.d&quot; || ( RV=$?; rm -f &quot;rip06.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;rip08.v&quot; &gt; &quot;rip08.v.d&quot; || ( RV=$?; rm -f &quot;rip08.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;tauto.v&quot; &gt; &quot;tauto.v.d&quot; || ( RV=$?; rm -f &quot;tauto.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;u.v&quot; &gt; &quot;u.v.d&quot; || ( RV=$?; rm -f &quot;u.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;werner.v&quot; &gt; &quot;werner.v.d&quot; || ( RV=$?; rm -f &quot;werner.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;extract.v&quot; &gt; &quot;extract.v.d&quot; || ( RV=$?; rm -f &quot;extract.v.d&quot;; exit ${RV} ) coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory coqdep: &quot;opendir&quot; failed on &quot;../../Cachan/IntMap&quot;: No such file or directory &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs extract &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs werner &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs u &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs tauto Warning: Cannot open ../../Cachan/IntMap Warning: Cannot open ../../Cachan/IntMap Warning: Cannot open ../../Cachan/IntMap Warning: Cannot open ../../Cachan/IntMap Error while reading ./werner.v: File &quot;/home/bench/.opam/system/build/coq:contrib:bdds.dev/imecaux.v&quot;, line 17, characters 1-21: Error: Cannot find library bdds in loadpath Makefile:346: recipe for target &#39;werner.vo&#39; failed make: *** [werner.vo] Error 1 make: *** Waiting for unfinished jobs.... File &quot;./u.v&quot;, line 17, characters 0-20: Error: Cannot find library bdds in loadpath File &quot;./extract.v&quot;, line 17, characters 0-20: Error: Cannot find library bdds in loadpath Makefile:346: recipe for target &#39;u.vo&#39; failed make: *** [u.vo] Error 1 make: *** [extract.vo] Error 1 Makefile:346: recipe for target &#39;extract.vo&#39; failed File &quot;./tauto.v&quot;, line 21, characters 0-23: Error: Cannot find library Allmaps in loadpath make: *** [tauto.vo] Error 1 Makefile:346: recipe for target &#39;tauto.vo&#39; failed [ERROR] The compilation of coq:contrib:bdds.dev failed. Removing coq:contrib:bdds.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/bdds rm: cannot remove &#39;/home/bench/.opam/system/lib/coq/user-contrib/bdds&#39;: No such file or directory #=== ERROR while installing coq:contrib:bdds.dev ==============================# # opam-version 1.2.0 # os linux # command make -j4 # path /home/bench/.opam/system/build/coq:contrib:bdds.dev # compiler system (4.02.1) # exit-code 2 # env-file /home/bench/.opam/system/build/coq:contrib:bdds.dev/coq:contrib:bdds-17371-d2c37b.env # stdout-file /home/bench/.opam/system/build/coq:contrib:bdds.dev/coq:contrib:bdds-17371-d2c37b.out # stderr-file /home/bench/.opam/system/build/coq:contrib:bdds.dev/coq:contrib:bdds-17371-d2c37b.err ### stdout ### # ...[truncated] # &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;werner.v&quot; &gt; &quot;werner.v.d&quot; || ( RV=$?; rm -f &quot;werner.v.d&quot;; exit ${RV} ) # &quot;coqdep&quot; -c -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs &quot;extract.v&quot; &gt; &quot;extract.v.d&quot; || ( RV=$?; rm -f &quot;extract.v.d&quot;; exit ${RV} ) # &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs extract # &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs werner # &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs u # &quot;coqc&quot; -q -R &quot;../../Cachan/IntMap&quot; IntMap -R &quot;.&quot; BDDs tauto # Makefile:346: recipe for target &#39;werner.vo&#39; failed # Makefile:346: recipe for target &#39;u.vo&#39; failed # Makefile:346: recipe for target &#39;extract.vo&#39; failed # Makefile:346: recipe for target &#39;tauto.vo&#39; failed ### stderr ### # ...[truncated] # make: *** Waiting for unfinished jobs.... # File &quot;./u.v&quot;, line 17, characters 0-20: # Error: Cannot find library bdds in loadpath # File &quot;./extract.v&quot;, line 17, characters 0-20: # Error: Cannot find library bdds in loadpath # make: *** [u.vo] Error 1 # make: *** [extract.vo] Error 1 # File &quot;./tauto.v&quot;, line 21, characters 0-23: # Error: Cannot find library Allmaps in loadpath # make: *** [tauto.vo] Error 1 &#39;opam install -y --verbose coq:contrib:bdds.dev&#39; failed. </pre></dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</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>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/dev/contrib:bdds/dev/2014-11-20_16-24-17.html
HTML
mit
20,356
<html><body> <h4>Windows 10 x64 (18362.418)</h4><br> <h2>_KDEVICE_QUEUE</h2> <font face="arial"> +0x000 Type : Int2B<br> +0x002 Size : Int2B<br> +0x008 DeviceListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x018 Lock : Uint8B<br> +0x020 Busy : UChar<br> +0x020 Reserved : Pos 0, 8 Bits<br> +0x020 Hint : Pos 8, 56 Bits<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18362.418)/_KDEVICE_QUEUE.html
HTML
mit
457
<div data-ng-show="errors" class="alert alert-danger alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <strong>Oh snap!</strong> Correct your errors. </div> <form data-ng-submit="editTalk()" class="edit-form edit-talk-form" role="form"> <div class="form-group" data-ng-class="{'has-error':errors.title}"> <label for="title" class="control-label small lead">what*</label> <input data-ng-model="talk.title" type="text" class="form-control talk-title-input" id="title" placeholder="Title"> <span class="text-danger" data-ng-show="errors.title">{{errors.title.message}}</span> </div> <div class="form-group" data-ng-class="{'has-error':errors.speaker}"> <label for="speaker" class="control-label small lead">who*</label> <input data-ng-model="talk.speaker" type="text" class="form-control" id="speaker" placeholder="speaker"> <span class="text-danger" data-ng-show="errors.speaker">{{errors.speaker.message}}</span> </div> <div class="form-group" data-ng-class="{'has-error':errors.date}"> <label for="date" class="control-label small lead">when*</label> <input data-ng-model="talk.date" type="text" class="form-control" id="date" placeholder="mm/tt/yy"> <span class="text-danger" data-ng-show="errors.date">{{errors.date.message}}</span> </div> <div class="form-group" data-ng-class="{'has-error':errors.location}"> <label for="location" class="control-label small lead">where*</label> <input data-ng-model="talk.location" type="text" class="form-control" id="location" placeholder="location"> <span class="text-danger" data-ng-show="errors.location">{{errors.location.message}}</span> </div> <div class="form-group" data-ng-class="{'has-error':errors.questionIds}"> <label for="questionIds" class="control-label small lead">ask</label> <select data-ng-model="talk.questionIds" multiple class="form-control" id="questionIds" data-ng-options="question._id as question.text for question in questions"> </select> <span class="text-danger" data-ng-show="errors.questionIds">{{errors.questionIds.message}}</span> </div> <div class="form-group create-buttons"> <button type="submit" class="btn btn-lg btn-success"> <span class="glyphicon glyphicon-plus"></span><span> done</span> </button> </div> </form>
BeneStem/tomatoes-and-eggs
public/views/talkView.html
HTML
mit
2,387
<!Doctype html> <html> <head> <title>11_table</title> <meta charset="EUC-KR"> <style> table, th, td { border: 1px solid purple; border-spacing: 0; } </style> </head> <body> <table> <tr> <th>À̸§</th> <th>³ªÀÌ</th> <th>ÆÀ</th> </tr> <tr> <td>±è¿ì¼·</td> <td>35</td> <td>MES¿î¿µÆÀ</td> </tr> <tr> <td>±èÀ¯È«</td> <td>38</td> <td>SCM¿î¿µÆÀ</td> </tr> </table> <br> <hr> <br> <!-- ¼¿º´ÇÕ Start --> <table> <caption>½ÃÇè ÀÀ½Ã ³»¿ª</caption> <tr> <th colspan="2">ÀÀ½ÃÀÚ</th> <th rowspan="2">Á¡¼ö</th> </tr> <tr> <th>À̸§</th> <th>³ªÀÌ</th> </tr> <tr> <td>¾çÁؼ®</td> <td>37</td> <td>60</td> </tr> </table> <!-- ¼¿º´ÇÕ End --> <br> <hr> <br> <table border="1"> <caption>Ã¥¸ñ·Ï</caption> <thead> <tr> <th>Á¦¸ñ</th> <th>°¡°Ý</th> </tr> </thead> <tbody> <tr> <td>Ç츮Æ÷ÅÍ</td> <td>29,000</td> </tr> <tr> <td>¹ÝÁöÀÇÁ¦¿Õ</td> <td>30,000</td> </tr> </tbody> <tfoot> <tr> <td colspan="2">ÀúÀÛ±Ç: ÇØ¸®Æ÷ÅÍ</td> </tr> </tfoot> </table> </body> </html>
ashcroft147/html-css-js-tutorial
html/11_table.html
HTML
mit
1,626
{% extends "spirit/_base.html" %} {% load spirit_tags i18n tz %} {% block title %}{% trans "Suspend" %} {{ p_user.username }}{% endblock %} {% block content %} {% include "spirit/user/_profile_info.html" %} <h1 class="headline">{% trans "Suspending user" %}</h1> <form action="." method="post"> {% csrf_token %} {% include "spirit/_form.html" %} <input class="button" type="submit" name="post" value="{% trans "Suspend" %}" /> </form> <h1 class="headline">{% trans "Previous suspensions" %}</h1> <ul> {% for log in p_user.suspensions.all %} <li>{{ log.date_created }} - {{ log }}</li> {% empty %} <li>{% trans 'No previous suspensions' %}</li> {% endfor %} </ul> {% endblock %}
alesdotio/Spirit
spirit/user/admin/templates/spirit/user/admin/suspend.html
HTML
mit
712
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Chapter&#160;16.&#160;Boost.Intrusive</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="libraries.html" title="Part&#160;I.&#160;The Boost C++ Libraries (BoostBook Subset)"> <link rel="prev" href="boost/interprocess/xsi_shared_memory.html" title="Class xsi_shared_memory"> <link rel="next" href="intrusive/intrusive_vs_nontrusive.html" title="Intrusive and non-intrusive containers"> </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="boost/interprocess/xsi_shared_memory.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="intrusive/intrusive_vs_nontrusive.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="chapter"> <div class="titlepage"><div> <div><h2 class="title"> <a name="intrusive"></a>Chapter&#160;16.&#160;Boost.Intrusive</h2></div> <div><div class="author"><h3 class="author"> <span class="firstname">Olaf</span> <span class="surname">Krzikalla</span> </h3></div></div> <div><div class="author"><h3 class="author"> <span class="firstname">Ion</span> <span class="surname">Gaztanaga</span> </h3></div></div> <div><p class="copyright">Copyright &#169; 2005 Olaf Krzikalla</p></div> <div><p class="copyright">Copyright &#169; 2006-2015 Ion Gaztanaga</p></div> <div><div class="legalnotice"> <a name="intrusive.legal"></a><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></div> </div></div> <div class="toc"> <p><b>Table of Contents</b></p> <dl> <dt><span class="section"><a href="intrusive.html#intrusive.introduction">Introduction</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive.html#intrusive.introduction.introduction_presenting">Presenting Boost.Intrusive</a></span></dt> <dt><span class="section"><a href="intrusive.html#intrusive.introduction.introduction_building_intrusive">Building Boost.Intrusive</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/intrusive_vs_nontrusive.html">Intrusive and non-intrusive containers</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/intrusive_vs_nontrusive.html#intrusive.intrusive_vs_nontrusive.differences_intrusive_vs_nontrusive">Differences between intrusive and non-intrusive containers</a></span></dt> <dt><span class="section"><a href="intrusive/intrusive_vs_nontrusive.html#intrusive.intrusive_vs_nontrusive.properties_of_intrusive">Properties of Boost.Intrusive containers</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/usage.html">How to use Boost.Intrusive</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/usage.html#intrusive.usage.usage_base_hook">Using base hooks</a></span></dt> <dt><span class="section"><a href="intrusive/usage.html#intrusive.usage.usage_member_hook">Using member hooks</a></span></dt> <dt><span class="section"><a href="intrusive/usage.html#intrusive.usage.usage_both_hooks">Using both hooks</a></span></dt> <dt><span class="section"><a href="intrusive/usage.html#intrusive.usage.usage_lifetime">Object lifetime</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/usage_when.html">When to use?</a></span></dt> <dt><span class="section"><a href="intrusive/concepts_summary.html">Concept summary</a></span></dt> <dt><span class="section"><a href="intrusive/presenting_containers.html">Presenting Boost.Intrusive containers</a></span></dt> <dt><span class="section"><a href="intrusive/safe_hook.html">Safe hooks</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/safe_hook.html#intrusive.safe_hook.features">Features of the safe mode</a></span></dt> <dt><span class="section"><a href="intrusive/safe_hook.html#intrusive.safe_hook.configuring">Configuring safe-mode assertions</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/auto_unlink_hooks.html">Auto-unlink hooks</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/auto_unlink_hooks.html#intrusive.auto_unlink_hooks.auto_unlink_hooks_what">What's an auto-unlink hook?</a></span></dt> <dt><span class="section"><a href="intrusive/auto_unlink_hooks.html#intrusive.auto_unlink_hooks.auto_unlink_hooks_example">Auto-unlink hook example</a></span></dt> <dt><span class="section"><a href="intrusive/auto_unlink_hooks.html#intrusive.auto_unlink_hooks.auto_unlink_and_constant_time">Auto-unlink hooks and containers with constant-time <code class="computeroutput"><span class="identifier">size</span><span class="special">()</span></code></a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/slist.html">Intrusive singly linked list: slist</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/slist.html#intrusive.slist.slist_hooks">slist hooks</a></span></dt> <dt><span class="section"><a href="intrusive/slist.html#intrusive.slist.slist_container">slist container</a></span></dt> <dt><span class="section"><a href="intrusive/slist.html#intrusive.slist.slist_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/list.html">Intrusive doubly linked list: list</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/list.html#intrusive.list.list_hooks">list hooks</a></span></dt> <dt><span class="section"><a href="intrusive/list.html#intrusive.list.list_container">list container</a></span></dt> <dt><span class="section"><a href="intrusive/list.html#intrusive.list.list_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/set_multiset.html">Intrusive associative containers: set, multiset, rbtree</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/set_multiset.html#intrusive.set_multiset.set_multiset_hooks">set, multiset and rbtree hooks</a></span></dt> <dt><span class="section"><a href="intrusive/set_multiset.html#intrusive.set_multiset.set_multiset_containers">set, multiset and rbtree containers</a></span></dt> <dt><span class="section"><a href="intrusive/set_multiset.html#intrusive.set_multiset.set_multiset_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html">Semi-Intrusive unordered associative containers: unordered_set, unordered_multiset</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.unordered_set_unordered_multiset_performance">unordered_set and unordered_multiset performance notes</a></span></dt> <dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.unordered_set_unordered_multiset_hooks">unordered_set and unordered_multiset hooks</a></span></dt> <dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.unordered_set_unordered_multiset_containers">unordered_set and unordered_multiset containers</a></span></dt> <dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.unordered_set_unordered_multiset_example">Example</a></span></dt> <dt><span class="section"><a href="intrusive/unordered_set_unordered_multiset.html#intrusive.unordered_set_unordered_multiset.custom_bucket_traits">Custom bucket traits</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/map_multimap.html">Map and multimap-like interface for associative containers</a></span></dt> <dt><span class="section"><a href="intrusive/avl_set_multiset.html">Intrusive avl tree based associative containers: avl_set, avl_multiset and avltree</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/avl_set_multiset.html#intrusive.avl_set_multiset.avl_set_multiset_hooks">avl_set, avl_multiset and avltree hooks</a></span></dt> <dt><span class="section"><a href="intrusive/avl_set_multiset.html#intrusive.avl_set_multiset.set_multiset_containers">avl_set, avl_multiset and avltree containers</a></span></dt> <dt><span class="section"><a href="intrusive/avl_set_multiset.html#intrusive.avl_set_multiset.avl_set_multiset_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/splay_set_multiset.html">Intrusive splay tree based associative containers: splay_set, splay_multiset and , splay_tree</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/splay_set_multiset.html#intrusive.splay_set_multiset.splay_set_multiset_disadvantages">Advantages and disadvantages of splay tree based containers</a></span></dt> <dt><span class="section"><a href="intrusive/splay_set_multiset.html#intrusive.splay_set_multiset.set_multiset_containers">splay_set, splay_multiset and splaytree containers</a></span></dt> <dt><span class="section"><a href="intrusive/splay_set_multiset.html#intrusive.splay_set_multiset.splay_set_multiset_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/sg_set_multiset.html">Intrusive scapegoat tree based associative containers: sg_set, sg_multiset and sgtree</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/sg_set_multiset.html#intrusive.sg_set_multiset.sg_set_multiset_containers">sg_set, sg_multiset and sgtree containers</a></span></dt> <dt><span class="section"><a href="intrusive/sg_set_multiset.html#intrusive.sg_set_multiset.sg_set_multiset_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/treap_set_multiset.html">Intrusive treap based associative containers: treap_set, treap_multiset and treap</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/treap_set_multiset.html#intrusive.treap_set_multiset.treap_set_multiset_containers">treap_set, treap_multiset and treap containers</a></span></dt> <dt><span class="section"><a href="intrusive/treap_set_multiset.html#intrusive.treap_set_multiset.treap_set_exceptions">Exception safety of treap-based intrusive containers</a></span></dt> <dt><span class="section"><a href="intrusive/treap_set_multiset.html#intrusive.treap_set_multiset.treap_set_multiset_example">Example</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/bst_hooks.html">Binary search tree hooks: bs_set_base_hook and bs_set_member_hook</a></span></dt> <dt><span class="section"><a href="intrusive/advanced_lookups_insertions.html">Advanced lookup and insertion functions for associative containers</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/advanced_lookups_insertions.html#intrusive.advanced_lookups_insertions.advanced_lookups">Advanced lookups</a></span></dt> <dt><span class="section"><a href="intrusive/advanced_lookups_insertions.html#intrusive.advanced_lookups_insertions.advanced_insertions">Advanced insertions</a></span></dt> <dt><span class="section"><a href="intrusive/advanced_lookups_insertions.html#intrusive.advanced_lookups_insertions.positional_insertions">Positional insertions</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/erasing_and_disposing.html">Erasing and disposing values from Boost.Intrusive containers</a></span></dt> <dt><span class="section"><a href="intrusive/clone_from.html">Cloning Boost.Intrusive containers</a></span></dt> <dt><span class="section"><a href="intrusive/function_hooks.html">Using function hooks</a></span></dt> <dt><span class="section"><a href="intrusive/recursive.html">Recursive Boost.Intrusive containers</a></span></dt> <dt><span class="section"><a href="intrusive/using_smart_pointers.html">Using smart pointers with Boost.Intrusive containers</a></span></dt> <dd><dl><dt><span class="section"><a href="intrusive/using_smart_pointers.html#intrusive.using_smart_pointers.smart_pointers_requirements">Requirements for smart pointers compatible with Boost.Intrusive</a></span></dt></dl></dd> <dt><span class="section"><a href="intrusive/obtaining_iterators_from_values.html">Obtaining iterators from values</a></span></dt> <dt><span class="section"><a href="intrusive/any_hooks.html">Any Hooks: A single hook for any Intrusive container</a></span></dt> <dt><span class="section"><a href="intrusive/concepts.html">Concepts explained</a></span></dt> <dt><span class="section"><a href="intrusive/node_algorithms.html">Node algorithms with custom NodeTraits</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/node_algorithms.html#intrusive.node_algorithms.circular_slist_algorithms">Intrusive singly linked list algorithms</a></span></dt> <dt><span class="section"><a href="intrusive/node_algorithms.html#intrusive.node_algorithms.circular_list_algorithms">Intrusive doubly linked list algorithms</a></span></dt> <dt><span class="section"><a href="intrusive/node_algorithms.html#intrusive.node_algorithms.rbtree_algorithms">Intrusive red-black tree algorithms</a></span></dt> <dt><span class="section"><a href="intrusive/node_algorithms.html#intrusive.node_algorithms.splaytree_algorithms">Intrusive splay tree algorithms</a></span></dt> <dt><span class="section"><a href="intrusive/node_algorithms.html#intrusive.node_algorithms.avltree_algorithms">Intrusive avl tree algorithms</a></span></dt> <dt><span class="section"><a href="intrusive/node_algorithms.html#intrusive.node_algorithms.treap_algorithms">Intrusive treap algorithms</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/value_traits.html">Containers with custom ValueTraits</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/value_traits.html#intrusive.value_traits.value_traits_interface">ValueTraits interface</a></span></dt> <dt><span class="section"><a href="intrusive/value_traits.html#intrusive.value_traits.value_traits_example">Custom ValueTraits example</a></span></dt> <dt><span class="section"><a href="intrusive/value_traits.html#intrusive.value_traits.reusing_node_algorithms">Reusing node algorithms for different values</a></span></dt> <dt><span class="section"><a href="intrusive/value_traits.html#intrusive.value_traits.simplifying_value_traits">Simplifying value traits definition</a></span></dt> <dt><span class="section"><a href="intrusive/value_traits.html#intrusive.value_traits.stateful_value_traits">Stateful value traits</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/thread_safety.html">Thread safety guarantees</a></span></dt> <dt><span class="section"><a href="intrusive/scary_iterators.html">Scary Iterators</a></span></dt> <dt><span class="section"><a href="intrusive/equal_range_stability.html">Stability and insertion with hint in ordered associative containers with equivalent keys</a></span></dt> <dt><span class="section"><a href="intrusive/obtaining_same_type_reducing_space.html">Obtaining the same types and reducing symbol length</a></span></dt> <dt><span class="section"><a href="intrusive/design_notes.html">Design Notes</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/design_notes.html#intrusive.design_notes.performance_sensitive">Boost.Intrusive in performance sensitive environments</a></span></dt> <dt><span class="section"><a href="intrusive/design_notes.html#intrusive.design_notes.space_constrained">Boost.Intrusive in space constrained environments</a></span></dt> <dt><span class="section"><a href="intrusive/design_notes.html#intrusive.design_notes.basic_building_block">Boost.Intrusive as a basic building block</a></span></dt> <dt><span class="section"><a href="intrusive/design_notes.html#intrusive.design_notes.extending_intrusive">Extending Boost.Intrusive</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/performance.html">Performance</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/performance.html#intrusive.performance.performance_results_push_back">Back insertion and destruction</a></span></dt> <dt><span class="section"><a href="intrusive/performance.html#intrusive.performance.performance_results_reversing">Reversing</a></span></dt> <dt><span class="section"><a href="intrusive/performance.html#intrusive.performance.performance_results_sorting">Sorting</a></span></dt> <dt><span class="section"><a href="intrusive/performance.html#intrusive.performance.performance_results_write_access">Write access</a></span></dt> <dt><span class="section"><a href="intrusive/performance.html#intrusive.performance.performance_results_conclusions">Conclusions</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/release_notes.html">Release Notes</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_61_00">Boost 1.61 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_60_00">Boost 1.60 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_59_00">Boost 1.59 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_58_00">Boost 1.58 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_57_00">Boost 1.57 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_56_00">Boost 1.56 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_55_00">Boost 1.55 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_54_00">Boost 1.54 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_53_00">Boost 1.53 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_51_00">Boost 1.51 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_49_00">Boost 1.49 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_48_00">Boost 1.48 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_46_00">Boost 1.46 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_45_00">Boost 1.45 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_40_00">Boost 1.40 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_39_00">Boost 1.39 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_38_00">Boost 1.38 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_37_00">Boost 1.37 Release</a></span></dt> <dt><span class="section"><a href="intrusive/release_notes.html#intrusive.release_notes.release_notes_boost_1_36_00">Boost 1.36 Release</a></span></dt> </dl></dd> <dt><span class="section"><a href="intrusive/tested_compilers.html">Tested compilers</a></span></dt> <dt><span class="section"><a href="intrusive/references.html">References</a></span></dt> <dt><span class="section"><a href="intrusive/acknowledgements.html">Acknowledgements</a></span></dt> <dt><span class="section"><a href="intrusive/index.html">Indexes</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html">Reference</a></span></dt> <dd><dl> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.any_hook_hpp">Header &lt;boost/intrusive/any_hook.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.avl_set_hpp">Header &lt;boost/intrusive/avl_set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.avl_set_hook_hpp">Header &lt;boost/intrusive/avl_set_hook.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.avltree_hpp">Header &lt;boost/intrusive/avltree.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.avltree_algorithms_hpp">Header &lt;boost/intrusive/avltree_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.bs_set_hpp">Header &lt;boost/intrusive/bs_set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.bs_set_hook_hpp">Header &lt;boost/intrusive/bs_set_hook.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.bstree_hpp">Header &lt;boost/intrusive/bstree.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.bstree_algorithms_hpp">Header &lt;boost/intrusive/bstree_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.circular_list_algorithms_hpp">Header &lt;boost/intrusive/circular_list_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.circular_slist_algorithms_hpp">Header &lt;boost/intrusive/circular_slist_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.derivation_value_traits_hpp">Header &lt;boost/intrusive/derivation_value_traits.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.hashtable_hpp">Header &lt;boost/intrusive/hashtable.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.intrusive_fwd_hpp">Header &lt;boost/intrusive/intrusive_fwd.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.linear_slist_algorithms_hpp">Header &lt;boost/intrusive/linear_slist_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.link_mode_hpp">Header &lt;boost/intrusive/link_mode.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.list_hpp">Header &lt;boost/intrusive/list.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.list_hook_hpp">Header &lt;boost/intrusive/list_hook.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.member_value_traits_hpp">Header &lt;boost/intrusive/member_value_traits.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.options_hpp">Header &lt;boost/intrusive/options.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.pack_options_hpp">Header &lt;boost/intrusive/pack_options.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.parent_from_member_hpp">Header &lt;boost/intrusive/parent_from_member.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.pointer_plus_bits_hpp">Header &lt;boost/intrusive/pointer_plus_bits.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.pointer_rebind_hpp">Header &lt;boost/intrusive/pointer_rebind.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.pointer_traits_hpp">Header &lt;boost/intrusive/pointer_traits.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.priority_compare_hpp">Header &lt;boost/intrusive/priority_compare.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.rbtree_hpp">Header &lt;boost/intrusive/rbtree.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.rbtree_algorithms_hpp">Header &lt;boost/intrusive/rbtree_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.set_hpp">Header &lt;boost/intrusive/set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.set_hook_hpp">Header &lt;boost/intrusive/set_hook.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.sg_set_hpp">Header &lt;boost/intrusive/sg_set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.sgtree_hpp">Header &lt;boost/intrusive/sgtree.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.sgtree_algorithms_hpp">Header &lt;boost/intrusive/sgtree_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.slist_hpp">Header &lt;boost/intrusive/slist.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.slist_hook_hpp">Header &lt;boost/intrusive/slist_hook.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.splay_set_hpp">Header &lt;boost/intrusive/splay_set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.splaytree_hpp">Header &lt;boost/intrusive/splaytree.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.splaytree_algorithms_hpp">Header &lt;boost/intrusive/splaytree_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.treap_hpp">Header &lt;boost/intrusive/treap.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.treap_algorithms_hpp">Header &lt;boost/intrusive/treap_algorithms.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.treap_set_hpp">Header &lt;boost/intrusive/treap_set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.trivial_value_traits_hpp">Header &lt;boost/intrusive/trivial_value_traits.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.unordered_set_hpp">Header &lt;boost/intrusive/unordered_set.hpp&gt;</a></span></dt> <dt><span class="section"><a href="intrusive/reference.html#header.boost.intrusive.unordered_set_hook_hpp">Header &lt;boost/intrusive/unordered_set_hook.hpp&gt;</a></span></dt> </dl></dd> </dl> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="intrusive.introduction"></a><a class="link" href="intrusive.html#intrusive.introduction" title="Introduction">Introduction</a> </h2></div></div></div> <div class="toc"><dl> <dt><span class="section"><a href="intrusive.html#intrusive.introduction.introduction_presenting">Presenting Boost.Intrusive</a></span></dt> <dt><span class="section"><a href="intrusive.html#intrusive.introduction.introduction_building_intrusive">Building Boost.Intrusive</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="intrusive.introduction.introduction_presenting"></a><a class="link" href="intrusive.html#intrusive.introduction.introduction_presenting" title="Presenting Boost.Intrusive">Presenting Boost.Intrusive</a> </h3></div></div></div> <p> <span class="bold"><strong>Boost.Intrusive</strong></span> is a library presenting some intrusive containers to the world of C++. Intrusive containers are special containers that offer <a class="link" href="intrusive/performance.html" title="Performance">better performance</a> and exception safety guarantees than non-intrusive containers (like STL containers). </p> <p> The performance benefits of intrusive containers makes them ideal as a building block to efficiently construct complex containers like multi-index containers or to design high performance code like memory allocation algorithms. </p> <p> While intrusive containers were and are widely used in C, they became more and more forgotten in C++ due to the presence of the standard containers which don't support intrusive techniques.<span class="bold"><strong>Boost.Intrusive</strong></span> wants to push intrusive containers usage encapsulating the implementation in STL-like interfaces. Hence anyone familiar with standard containers can easily use <span class="bold"><strong>Boost.Intrusive</strong></span>. </p> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="intrusive.introduction.introduction_building_intrusive"></a><a class="link" href="intrusive.html#intrusive.introduction.introduction_building_intrusive" title="Building Boost.Intrusive">Building Boost.Intrusive</a> </h3></div></div></div> <p> There is no need to compile anything to use <span class="bold"><strong>Boost.Intrusive</strong></span>, since it's a header only library. Just include your Boost header directory in your compiler include path. </p> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"><p><small>Last revised: May 05, 2016 at 21:19:03 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="boost/interprocess/xsi_shared_memory.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="intrusive/intrusive_vs_nontrusive.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/doc/html/intrusive.html
HTML
mit
32,399
<section data-ng-controller="IndexController"> <div class="container"> <div class="row"> <div class="col-md-7 col-md-offset-1"> <!-- <div id="carousel-home" class="carousel slide" data-ride="carousel" data-interval="2000"> <ol class="carousel-indicators"> <li data-target="#carousel-home" data-slide-to="0" class="active"></li> <li data-target="#carousel-home" data-slide-to="1"></li> <li data-target="#carousel-home" data-slide-to="2"></li> </ol> <div class="carousel-inner"> <div class="item active"> <img src="/public/system/assets/img/lexstart/img1.jpg"> <div class="carousel-caption"> Affordable Legal Services for Startups </div> </div> <div class="item"> <img src="/public/system/assets/img/lexstart/img2.jpg"> <div class="carousel-caption"> Helping companies get investment ready </div> </div> <div class="item"> <img src="/public/system/assets/img/lexstart/img3.jpg"> <div class="carousel-caption"> Helping companies stay legally compliant </div> </div> </div> <a class="left carousel-control" href="#carousel-home" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#carousel-home" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> --> <div> <div style="height: 305px"> <carousel interval="2000"> <slide active="slide.active"> <img ng-src="/packages/system/public/assets/img/lexstart/img1.jpg" style="margin:auto;"> <div class="carousel-caption"> <h4>Lexstart</h4> <p>Affordable Legal Services for Startup</p> </div> </slide> <slide> <img ng-src="/packages/system/public/assets/img/lexstart/img2.jpg" style="margin:auto;"> <div class="carousel-caption"> <h4>Lexstart</h4> <p>Helping you achieve Investment readiness</p> </div> </slide> <slide> <img ng-src="/packages/system/public/assets/img/lexstart/img3.jpg" style="margin:auto;"> <div class="carousel-caption"> <h4>Lexstart</h4> <p>Helping you achieve MCA compliance</p> </div> </slide> </carousel> </div> </div> </div> <div class="col-md-3 "> <div style="height: 305px"> <accordion> <accordion-group is-open=""> <accordion-heading> Want Us to Contact You? </accordion-heading> <div class="col-md-10 col-md-offset-1"> <form class="form"> <div class="row form-group"> <label for="" class="control-label">Email</label> <input type="text" class="form-control" placeholder="Enter Email" ng-required="true"/> </div> <div class="row form-group"> <label for="" class="control-label">Phone Number</label> <input type="text" class="form-control" placeholder="Enter Phone" ng-required="true"/> </div> <div class="row form-group"> <button type="button" class="btn btn-primary"> <a style="color:#fff" href=""> <i class="glyphicon glyphicon-arrow-up"></i>Submit </a> </button> </div> </form> </div> </accordion-group> <accordion-group is-open=""> <accordion-heading> Chat Now </accordion-heading> <div class="col-md-10 col-md-offset-1"> <form class="form"> <div class="row form-group"> <label for="" class="control-label">Message</label> <input type="textarea" class="form-control" placeholder="" ng-required="true"/> </div> <div class="row form-group"> <button type="button" class="btn btn-primary"> <a style="color:#fff" href=""> <i class="glyphicon glyphicon-arrow-up"></i>Submit </a> </button> </div> </form> </div> </accordion-group> <accordion-group is-open=""> <accordion-heading> Whats New ?<i class="pull-right glyphicon" ng-class="{'glyphicon-chevron-down': status.open, 'glyphicon-chevron-right': !status.open}"></i> </accordion-heading> <ul style="list-style-type: none;padding-left: 0;"> <li ng-class="" style="border-bottom:.5px solid #f5f5f5;"> <a href=''>Mandatory Information required now on your Letter head.</a> </li> <li class="divider-vertical"></li> <li ng-class=""> <a href=''>Fund Raising? Get your Investment Readiness Score.</a> </li> </ul> </accordion-group> <accordion-group is-open=""> <accordion-heading> Upcoming Events </accordion-heading> <ul> <li ng-class=""> <a href=''>Mandatory Information required now on your Letter head.</a> </li> <li ng-class=""> <a href=''>Fund Raising? Get your Investment Readiness Score.</a> </li> </ul> </accordion-group> </accordion> </div> </div> </div> <div class="row"> <div class="col-md-4 col-md-offset-1"> <accordion> <accordion-group is-open="true"> <accordion-heading> Blog </accordion-heading> <ul> <li ng-class=""> <a href=''>Mandatory Information required now on your Letter head.</a> </li> <li ng-class=""> <a href=''>Fund Raising? Get your Investment Readiness Score.</a> </li> </ul> </accordion-group> </accordion> </div> <div class="col-md-3"> <accordion> <accordion-group is-open="true"> <accordion-heading> Webinar Series </accordion-heading> <ul> <li ng-class=""> <a href=''>Mandatory Information required now on your Letter head.</a> </li> <li ng-class=""> <a href=''>Fund Raising? Get your Investment Readiness Score.</a> </li> </ul> </accordion-group> </accordion> </div> </section>
sandesh-jaikrishan/Lexstart
packages/system/public/views/index.html
HTML
mit
7,043
<!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="./de6b48f43d9b6c2334fb9500e863c0121f638190a91af89f4e698ac7b38b290d.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>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d7959d391db0be23674039260569ea0e957f345dd79dc570f866811c9894a516.html
HTML
mit
550
<!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=".">dev / contrib:lambda 8.4.dev</a></li> <li class="active"><a href="">2014-12-17 17:32:45</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:lambda <small> 8.4.dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-12-17 17:32:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-17 17:32:45 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:lambda/coq:contrib:lambda.8.4.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:lambda.8.4.dev coq.dev</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 dev). The following dependencies couldn&#39;t be met: - coq:contrib:lambda -&gt; coq &lt;= 8.4.dev Your request can&#39;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:lambda.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing The following actions will be performed: - install coq.8.4.dev [required by coq:contrib:lambda] - install coq:contrib:lambda.8.4.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.8.4.dev: ./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 no make -j4 make install Installing coq.8.4.dev. Building coq:contrib:lambda.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:lambda.8.4.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>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.02.1-1.2.0/unstable/dev/contrib:lambda/8.4.dev/2014-12-17_17-32-45.html
HTML
mit
6,841
<!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 class="active"><a href="">8.5beta1 / contrib:euler-formula 8.4.dev</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:euler-formula <small>8.4.dev</small></h1> <table class="table table-striped text-center"> <thead> <tr> <td>Date</td> <td>Time</td> <td>Relative</td> <td>Status</td> </tr> </thead> <tbody> <tr> <td>2015-01-29</td> <td>21:10:17</td> <td><script>document.write(moment("2015-01-29 21:10:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="info"><a href="2015-01-29_21-10-17.html">Not compatible with this Coq</a></td> </tr> <tr> <td>2015-01-28</td> <td>21:06:44</td> <td><script>document.write(moment("2015-01-28 21:06:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="info"><a href="2015-01-28_21-06-44.html">Not compatible with this Coq</a></td> </tr> </tbody> </table> </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>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5beta1/contrib:euler-formula/8.4.dev/index.html
HTML
mit
3,694
<HTML> <HEAD> <META NAME="generator" CONTENT="ISE EiffelStudio version 5.1.14"> <META NAME="project" CONTENT="Project Goanna <http://sourceforge.net/projects/goanna>"> <META NAME="library" CONTENT="log4e"> <META NAME="date" CONTENT="$Date$"> <META NAME="copyright" CONTENT="Copyright (c) 2001 Glenn Maughan and others"> <META NAME="revision" CONTENT="$Revision$"> <META NAME="description" CONTENT="A flexible layout using a pattern"> <META NAME="author" CONTENT="Glenn Maughan <glennmaughan@optushome.com.au>"> <META NAME="license" CONTENT="Eiffel Forum Freeware License v1 (see forum.txt)."> <META NAME="usage" CONTENT="TTThe conversion pattern is closely related to the printf function in C.R TTis composed of literal text and format control expression called conversionR TTspecifiers.R TTR TTEach conversion specifier starts with an @ character and is followed byR TToptional format modifiers and a conversion character. The conversion R TTcharacter specifies the type of data, e.g., category, priority, date,R TTmessage. The format modifiers control such things as field width, padding,R TTleft and right justification."> <META NAME="keywords" CONTENT="Eiffel class"> <META NAME="keywords" CONTENT="Eiffel class"> <TITLE>L4E_PATTERN_LAYOUT Relations</TITLE> <LINK REL="stylesheet" HREF="../../default.css" TYPE="text/css"> <SCRIPT TYPE="text/javascript" SRC="../../goto.html"></SCRIPT> </HEAD> <BODY bgcolor="#FFcc99" text="#000000"> <pre><FORM ONSUBMIT="go_to('../../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="nolink2">Relations</TD> <TD CLASS="link2"><A CLASS="link2" HREF="l4e_pattern_layout_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="l4e_pattern_layout_flatshort.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="L4E_PATTERN_LAYOUT"></TD> </TR></TABLE></FORM><SPAN CLASS="ekeyword">class</SPAN> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_layouts/l4e_pattern_layout_links.html">L4E_PATTERN_LAYOUT</A> <SPAN CLASS="ekeyword">Ancestors</SPAN> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_layouts/l4e_simple_layout_links.html">L4E_SIMPLE_LAYOUT</A> <SPAN CLASS="ekeyword">Clients</SPAN> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_layouts/l4e_pattern_layout_links.html">L4E_PATTERN_LAYOUT</A> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_config/l4e_xml_config_parser_links.html">L4E_XML_CONFIG_PARSER</A> <SPAN CLASS="ekeyword">Suppliers</SPAN> <SPAN CLASS="neclass">DS_LINKED_LIST</SPAN> <SPAN CLASS="esymbol">[</SPAN><SPAN CLASS="egeneric">G</SPAN><SPAN CLASS="esymbol">]</SPAN> <SPAN CLASS="neclass">DS_LINKED_LIST_CURSOR</SPAN> <SPAN CLASS="esymbol">[</SPAN><SPAN CLASS="egeneric">G</SPAN><SPAN CLASS="esymbol">]</SPAN> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_layouts/l4e_pattern/l4e_pattern_converter_links.html">L4E_PATTERN_CONVERTER</A> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_layouts/l4e_pattern_layout_links.html">L4E_PATTERN_LAYOUT</A> <A CLASS="eclass" HREF="../../l4e_log4e/l4e_layouts/l4e_pattern/l4e_pattern_parser_links.html">L4E_PATTERN_PARSER</A> <SPAN CLASS="neclass">STRING</SPAN> <FORM ONSUBMIT="go_to('../../',this.c.value);return false;"> <TABLE CELLSPACING="5" CELLPADDING="4"><TR> <TD CLASS="link1"><A CLASS="link1" HREF="../../class_list.html">Classes</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../../cluster_list.html">Clusters</A></TD> <TD CLASS="link1"><A CLASS="link1" HREF="../../cluster_hierarchy.html">Cluster hierarchy</A></TD> <TD CLASS="nolink2">Relations</TD> <TD CLASS="link2"><A CLASS="link2" HREF="l4e_pattern_layout_short.html">Contracts</A></TD> <TD CLASS="link2"><A CLASS="link2" HREF="l4e_pattern_layout_flatshort.html">Flat contracts</A></TD> <TD CLASS="link2">Go to: <INPUT NAME="c" VALUE="L4E_PATTERN_LAYOUT"></TD> </TR></TABLE></FORM></pre> <P> Goanna Log4E &#045;&#045; Copyright &copy; 2002 Glenn Maughan </BODY> </HTML>
Eiffel-World/log4e
doc/classes/l4e_log4e/l4e_layouts/l4e_pattern_layout_links.html
HTML
mit
4,166
<!DOCTYPE html> <html> <head> <title>粤语注音白板 | Cantonese Whiteboard</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="UTF-8"> <meta name="description" content="粤语注音白板 | Cantonese Whiteboard"> <meta name="author" content="Justin Chu"> <link rel="stylesheet" href="./build/style.css"> </head> <body> <div id="app"></div> <script type="text/javascript"> var customInitialState = { "nodes": [{ "kind": "block", "type": "colored_jyutping_paragraph", "nodes": [{ "kind": "text", "text": "" }] }] }; </script> <script async src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Element.prototype.closest"></script> <script src="build/bundle.min.js"></script> </body> </html>
justinchuby/cantonese-whiteboard
index_iframe.html
HTML
mit
883
<!DOCTYPE html> <html lang="en-US"> <head> <script crossorigin="anonymous" src="/__dist__/testharness.js"></script> <script crossorigin="anonymous" src="/__dist__/webchat-es5.js"></script> </head> <body> <div id="webchat"></div> <script type="text/babel" data-presets="env,stage-3,react"> const { conditions, createStore, expect, host, pageObjects, timeouts, token } = window.WebChatTest; (async function () { window.WebChat.renderWebChat( { directLine: window.WebChat.createDirectLine({ conversationStartProperties: { locale: '1a2b3c' }, token: await token.fetchDirectLineToken('https://webchat-mockbot2.azurewebsites.net/api/token/directline') }), store: createStore() }, document.getElementById('webchat') ); await pageObjects.wait(conditions.uiConnected(), timeouts.directLine); await pageObjects.wait(conditions.minNumActivitiesShown(1), timeouts.directLine); await host.snapshot(); await host.done(); })().catch(async err => { console.error(err); await host.error(err); }); </script> </body> </html>
billba/botchat
__tests__/html/conversationStartProperties.sendNonISOFormat.html
HTML
mit
1,250
<!--Add a paragraph to this document with the text "Hello World!".--> <!--<!DOCTYPE html> <html> <body> </body> </html>--> <!DOCTYPE html> <html> <body> <p>Hello World!</p> </body> </html>
saikatdas0790/HtmlConquest
HTML Tutorial/05 - HTML Paragraphs/Exercise 01.html
HTML
mit
194
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Mecura Health</title> <link rel="icon" href="img/favicon.png" type="image/x-icon"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <!-- <link rel="stylesheet" href="css/bootstrap.css"> --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/custom.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" type="text/css" href="css/doc.css"> <link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css"> <script src="js/bootstrap.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="js/vendor/modernizr-2.8.3.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <!-- nav bar --> <section class="sct-all container-fluid"> <div class="navbar navbar-default nav-custom navbar-fixed-top animated fadeInDownBig"> <div class="container-fluid" style="background-color: #333;"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#Main-nav"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand company-name" href="#" ><h3>Mecura <span>Health</span></h3></a> </div> <div class="collapse navbar-collapse" id="Main-nav"> <ul class="nav navbar-nav navbar-right"> <li><a href="#">Home</a></li> <li><a href="#">Services</a></li> <li><a href="#">Doctors</a></li> <li><a href="#">Careers</a></li> <li><a href="#">About</a></li> <li><a href="#">Mecura Child</a></li> </ul> </div> </div> </div> </section> <!-- End of nav bar --> <section class="doc"> <div class="container"> <ul class="nav nav-pills"> <li class="active"><a data-toggle="pill" href="#ba" style="color: #fff">Book Appointment</a></li> <li><a data-toggle="pill" href="#menu1" style="color: #fff">Search Doctor</a></li> </ul> <div class="tab-content"> <div id="ba" class="tab-pane fade in active"> <br> <!-- book appointment --> <form action="list.php" method="POST"> <div class="form-group"> <input type="text" list="special" class="form-control" placeholder="Specialization" name="Specialist" style="width: 50%"> <datalist id="special"> <option value="Child Specialist"> <option value="Orthopaedic"> <option value="Gyaenocologist"> <option value="MS in Ear"> <option value="Laproscopic & Cancer Surgeon"> <option value="OBS & Gyane & Infertility Specialist"> <option value="General Physician"> <option value="Oral & Dental Implantalogist"> <option value="Physician & Cardio-Diabetologist"> <option value="Dental Surgeon"> <option value="Oral & Dental surgeon"> </datalist> </div> <div class="form-group"> <input type="text" list="local" class="form-control" id="locality" placeholder="Locality" name="locality" style="width: 50%"> <datalist id="local"> <option value="Kolkata"> </datalist> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div> <div id="menu1" class="tab-pane fade"> <br> <form action="list.php" method="POST"> <div class="form-group"> <input type="text" list="special" class="form-control" placeholder="Specialization" name="Specialist" style="width: 50%"> <datalist id="special"> <option value="Child Specialist"> <option value="Orthopaedic"> <option value="Gyanecologist"> <option value="MS in Ear"> <option value="Laproscopic & Cancer Surgeon"> <option value="OBS & Gyane & Infertility Specialist"> <option value="General Physician"> <option value="Oral & Dental Implantalogist"> <option value="Physician & Cardio-Diabetologist"> <option value="Dental Surgeon"> <option value="Oral & Dental surgeon"> </datalist> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div> </div> </div> </section> <!-- Footer --> <footer> <div class="footer-all"> <div class="container-fluid"> <div class="row"> <div class="col-md-5"> <img src="img/mecuralogo.png" height="40" alt="Mecura"><br><br> <p> <a href="#">Home</a> <a href="#">Services</a> <a href="#">Doctors</a> <a href="#">Careers</a> <a href="#">About</a> <a href="#">Mecura Child</a> </p> </div> <div class="col-md-3"> <h3>Contact Us</h3> <p class="fa fa-location-arrow"><span class="footer-p"> 4G M. M. Ali Road Kidderpore </span><br> Kolkata, India</p> <p class="fa fa-location-arrow"> Mecura eClinic:<span class="footer-p"> 38 Dent Mission Road kidderpore</span><br> Kolkata :700023 <p class="fa fa-phone-square"> +91 80170 12294</p> <p><a href="mailto:info@mecurahealth.com">info@mecurahealth.com</a></p> </div> <div class="col-md-4"> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FMecuraIndia&tabs=timeline&width=280&height=500&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=313582392097066" width="280" height="200" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe> </div> </div> </div> </div> <div class="footer-copyright"> <div class="row"> <div class="col-md-12"> <p >Mecura Health &copy; 2017</p> </div> </div> </div> </footer> <!-- end of footer --> <script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='https://www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X','auto');ga('send','pageview'); </script> </body> </html>
akhil2015/mecurahealth.com
doc-consultant.html
HTML
mit
9,671
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Template Example</title> <!-- polymer platform dependencies --> <script type="text/javascript" src="../vendor/platform/platform.js"></script> <!-- pants-observe inner dependencies --> <script type="text/javascript" src="../vendor/pants-observe/js/weakmap.poly.js"></script> <script type="text/javascript" src="../vendor/pants-observe/js/observe.poly.js"></script> <script type="text/javascript" src="../vendor/pants-observe/js/path.js"></script> <script type="text/javascript" src="../vendor/pants-observe/js/observe.js"></script> <!-- pants-node inner dependencies --> <!-- <script type="text/javascript" src="../js/node.js"></script> --> <!-- pants-template inner dependencies --> <script type="text/javascript" src="../lib/mustache.js"></script> <script type="text/javascript" src="../js/expression.js"></script> <script type="text/javascript" src="../js/node.js"></script> <script type="text/javascript" src="../js/template.js"></script> </head> <body> <script type="text/javascript"> (function(root) { "use strict"; root.data = { name: 'Ganesha', address: 'Menjangan st 1' }; })(this); </script> <div> <template is="pants-template" bind="{{ data }}"> <div> <input id="i1" type="text" value="{{ name }}"> <input id="i2" type="text" value="{{ name }}"> </div> <div> <span>{{ name }}</span> </div> <div> <textarea name="" id="" cols="30" rows="10">{{address}}</textarea> <textarea name="" id="" cols="30" rows="10">{{address}}</textarea> </div> <div> <span>{{address}}</span> </div> </template> </div> </body> </html>
xinix-technology/pants-template
examples/input.html
HTML
mit
1,941
<link rel="import" href="../polymer/polymer.html" /> <link rel="import" href="./toggle-animation.html"> <!-- ### Status [![Build Status](https://travis-ci.org/bstavroulakis/simple-alert.svg?branch=master)](https://travis-ci.org/bstavroulakis/simple-alert) ### General Info `<simple-alert>` `<simple-alert>` shows an alert on your page and device notification. To use, insert `<simple-alert>` in the body: <body> <simple-alert></simple-alert> Example: To show the message instantly. ``` <body> <simple-alert autoshow message="Hello"> </simple-alert> ``` Example: To enable push notifications per device. ``` <body> <simple-alert notify-device message="Hello"> </simple-alert> ``` ### Documentation Page http://bstavroulakis.github.io/simple-alert/components/simple-alert/ ### Demo Page http://bstavroulakis.github.io/simple-alert/components/simple-alert/demo/ ### Styling The following custom properties and mixins are available for styling: Custom property | Description | Default ----------------------------|--------------------------------------------|---------- `--dark-primary-color` | The background-color of the message | `#303F9F` `--text-primary-color` | The text color of the message | `#ffffff` ### Fonts The following variable is applied for the font of the element `--paper-font-common-base` --> <dom-module id="simple-alert"> <template> <style> :host .simple-alert-wrapper{ position: fixed; right: 10px; top: 10px; font-weight: 300; width:280px; } :host toggle-animation .simple-alert-item{ background-color: var(--dark-primary-color, #303F9F); color: var(--text-primary-color, #ffffff); padding: 1em; cursor: pointer; width:250px; border-radius: 5px; @apply(--paper-font-common-base); } </style> <div class="simple-alert-wrapper"> <toggle-animation on-click="hideMessage"> <div class="simple-alert-item">{{message}}</div> </toggle-animation> </div> </template> </dom-module> <script> Polymer({ is: "simple-alert", properties:{ /** The message of the alert. */ message: { type: String, notify: true, reflectToAttribute: true }, /** If the alert will auto-play. */ autoshow:{ type: Boolean, refrectToAttribute: true }, /** To notify the device with push notifications. */ notifyDevice:{ type: Boolean, refrectToAttribute: true }, notification:{ type: Object, notify: true } }, ready: function(){ if (this.notifyDevice && Notification != null && Notification.permission !== 'granted') { Notification.requestPermission(function (status) { if (Notification.permission !== status) { Notification.permission = status; } }); } if(this.autoshow != null && this.autoshow){ this.showMessage(); } }, /** * To set the message and show it. * * @param {message} the message to show. * @return {void} No return parameter. */ setMessage: function(message){ this.message = message; this.showMessage(); }, /** * To show the message. * * @return {void} No return parameter. */ showMessage: function(){ var toggle = this.querySelector("toggle-animation"); toggle.show(); if(this.notifyDevice && Notification != null){ this.notification = new Notification("", { body: this.message }); } }, /** * To hide the message. * * @return {void} No return parameter. */ hideMessage: function(event){ event.currentTarget.hide(); } }); </script>
bstavroulakis/simple-alert
simple-alert.html
HTML
mit
4,432
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" type="image/png" href="assets/paper_img/favicon.ico"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Paper Kit Components by Creative Tim</title> <script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script> <link href="bootstrap3/css/bootstrap.css" rel="stylesheet" /> <link href="assets/css/ct-paper.css" rel="stylesheet"/> <link href="assets/css/demo.css" rel="stylesheet" /> <!-- Fonts and icons --> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link href='//fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'> </head> <body> <nav class="navbar navbar-ct-danger" role="navigation-demo" id="demo-navbar"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example-2"> <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="http://www.creative-tim.com"> <div class="logo-container"> <div class="logo"> <img src="assets/paper_img/new_logo.png" alt="Creative Tim Logo"> </div> <div class="brand"> Creative Tim </div> </div> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navigation-example-2"> <ul class="nav navbar-nav navbar-right"> <li> <a href="components.html" class="btn btn-danger btn-simple">Components</a> </li> <li> <a href="tutorial.html" class="btn btn-danger btn-simple">Tutorial</a> </li> <li> <a href="http://www.creative-tim.com/product/paper-kit" target="_blank" class="btn btn-danger btn-fill">Download</a> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container--> </nav> <div class="wrapper"> <div class="demo-header"> <div class="motto"> <h1 class="title-uppercase">Paper Kit</h1> <h3>Components description and usage</h3> </div> </div> <div class="main"> <div class="section section-nude"> <div class="container"> <div class="row"> <div class="col-md-2"> <div class="fixed-section"> <ul> <li><a href="#buttons-row">Buttons</a></li> <li><a href="#checkbox-row">Checkbox/Radio</a></li> <li><a href="#dropdown-row">Dropdown</a></li> <li><a href="#inputs-row">Inputs</a></li> <li><a href="#textarea-row">Textarea</a></li> <li><a href="#navbar-row">Navigation</a></li> <li><a href="#subscription-row">Footers</a></li> <li><a href="#pagination-row">Pagination</a></li> <li><a href="#progressbar-row">Progress Bars</a></li> <li><a href="#sliders-row">Sliders</a></li> <li><a href="#labels-row">Labels</a></li> <li><a href="#datepicker-row">Datepicker</a></li> <li><a href="#modal-row">Modals</a></li> <li><a href="#tooltip-row">Tooltips/Popovers</a></li> <li><a href="#notification-row">Notification</a></li> </ul> </div> </div> <div class="col-md-8 col-md-offset-1"> <div class="tim-container" style="min-height: 2000px;"> <!-- buttons row --> <div class="tim-row" id="buttons-row"> <h2>Buttons </h2> <legend></legend> <h4>Colors</h4> <p> We worked over the original Bootstrap classes, choosing a different color pallete. We opted for this beautiful scheme of pale colors: </p> <p> <button class="btn btn-default">Default</button> <button class="btn btn-primary">Primary</button> <button class="btn btn-info">Info</button> <button class="btn btn-success">Success</button> <button class="btn btn-warning">Warning</button> <button class="btn btn-danger">Danger</button> <button class="btn btn-neutral">Neutral</button> </p> <br /> <div class="area-line"> <a data-target="#buttonColor" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation </a> <div id="buttonColor" class="collapse"> <pre class="prettyprint"> &lt;button class=&quot;btn btn-default&quot;&gt;Default&lt;/button&gt; &lt;button class=&quot;btn btn-primary&quot;&gt;Primary&lt;/button&gt; &lt;button class=&quot;btn btn-info&quot;&gt;Info&lt;/button&gt; &lt;button class=&quot;btn btn-success&quot;&gt;Success&lt;/button&gt; &lt;button class=&quot;btn btn-warning&quot;&gt;Warning&lt;/button&gt; &lt;button class=&quot;btn btn-danger&quot;&gt;Danger&lt;/button&gt; &lt;button class=&quot;btn btn-neutral&quot;&gt;Neutral&lt;/button&gt; </pre> </div> </div> <h4>Sizes</h4> <p> Buttons come in all needed sizes: </p> <p> <button class="btn btn-primary btn-lg">Large</button> <button class="btn btn-primary">Normal</button> <button class="btn btn-primary btn-sm">Small</button> <button class="btn btn-primary btn-xs">Extra Small</button> </p> <div class="area-line"> <a data-target="#buttonSize" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation </a> <div id="buttonSize" class="collapse"> <pre class="prettyprint"> &lt;button class=&quot;btn btn-primary btn-lg&quot;&gt;Large&lt;/button&gt; &lt;button class=&quot;btn btn-primary&quot;&gt;Normal&lt;/button&gt; &lt;button class=&quot;btn btn-primary btn-sm&quot;&gt;Small&lt;/button&gt; &lt;button class=&quot;btn btn-primary btn-xs&quot;&gt;Extra Small&lt;/button&gt; </pre> </div> </div> <h4>Styles</h4> <p class="space-top"> We added extra classes that can help you better customise the look. You can use regular buttons, filled buttons or plain link buttons. Let's see some examples: </p> <p> <button class="btn btn-primary">Default</button> <button class="btn btn-primary btn-fill">Filled</button> <button class="btn btn-primary btn-simple">Simple</button> </p> <div class="area-line"> <a data-target="#buttonStyle" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation </a> <div id="buttonStyle" class="collapse"> <pre class="prettyprint"> &lt;button class=&quot;btn btn-primary&quot;&gt;Default&lt;/button&gt; &lt;button class=&quot;btn btn-primary btn-fill&quot;&gt;Filled&lt;/button&gt; &lt;button class=&quot;btn btn-primary btn-simple&quot;&gt;Simple&lt;/button&gt; </pre> </div> </div> <p class="space-top"> Button groups, toolbars, and disabled state all work like they are supposed to. </p> </div> <!-- end row --> <!-- checkbox row --> <div class="tim-row" id="checkbox-row"> <h2> Checkboxes </h2> <legend></legend> <p> To use the custom checkboxes, you need to import a separate Javascript file called 'ct-paper-checkbox.js'. </p> <p> <label class="checkbox" for="checkbox1"> <input type="checkbox" value="" id="checkbox1" data-toggle="checkbox"> Unchecked </label> <label class="checkbox" for="checkbox2"> <input type="checkbox" value="" id="checkbox2" data-toggle="checkbox" checked> Checked </label> <label class="checkbox" for="checkbox3"> <input type="checkbox" value="" id="checkbox3" data-toggle="checkbox" disabled> Disabled unchecked </label> <label class="checkbox" for="checkbox4"> <input type="checkbox" value="" id="checkbox4" data-toggle="checkbox" disabled checked> Disabled checked </label> </p> <p>Usage can be done via Data Attributes: <a data-target="#checkboxDataAttribute" href="javascript: void(0);" data-toggle="collapse"> See example. </a> </p> <div id="checkboxDataAttribute" class="collapse"> <pre class="prettyprint"> &lt;label class=&quot;checkbox&quot; for=&quot;checkbox1&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox1&quot; data-toggle=&quot;checkbox&quot;&gt; Unchecked &lt;/label&gt; &lt;label class=&quot;checkbox&quot; for=&quot;checkbox2&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox2&quot; data-toggle=&quot;checkbox&quot; checked&gt; Checked &lt;/label&gt; &lt;label class=&quot;checkbox&quot; for=&quot;checkbox3&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox3&quot; data-toggle=&quot;checkbox&quot; disabled&gt; Disabled unchecked &lt;/label&gt; &lt;label class=&quot;checkbox&quot; for=&quot;checkbox4&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox4&quot; data-toggle=&quot;checkbox&quot; disabled checked&gt; Disabled checked &lt;/label&gt; </pre> </div> <p>Or can be called via Javascript: <a data-target="#checkboxJavascript" href="javascript: void(0);" data-toggle="collapse"> See example. </a> </p> <div id="checkboxJavascript" class="collapse"> <pre class="prettyprint"> $(':checkbox').checkbox(); </pre> </div> <p> We added more classes to provide you with choices </p> <label class="checkbox checkbox-blue" for="checkbox1"> <input type="checkbox" value="" id="checkbox1" data-toggle="checkbox" checked> Blue </label> <label class="checkbox checkbox-azure" for="checkbox2"> <input type="checkbox" value="" id="checkbox2" data-toggle="checkbox" checked> Azure </label> <label class="checkbox checkbox-green" for="checkbox3"> <input type="checkbox" value="" id="checkbox3" data-toggle="checkbox" checked> Green </label> <label class="checkbox checkbox-orange" for="checkbox4"> <input type="checkbox" value="" id="checkbox4" data-toggle="checkbox" checked> Orange </label> <label class="checkbox checkbox-red" for="checkbox5"> <input type="checkbox" value="" id="checkbox5" data-toggle="checkbox" checked> Red </label> <div class="area-line"> <a data-target="#checkboxColor" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation </a> <div id="checkboxColor" class="collapse"> <pre class="prettyprint"> &lt;label class=&quot;checkbox checkbox-blue&quot; for=&quot;checkbox1&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox1&quot; data-toggle=&quot;checkbox&quot; checked&gt; Blue &lt;/label&gt; &lt;label class=&quot;checkbox checkbox-azure&quot; for=&quot;checkbox2&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox2&quot; data-toggle=&quot;checkbox&quot; checked&gt; Azure &lt;/label&gt; &lt;label class=&quot;checkbox checkbox-green&quot; for=&quot;checkbox3&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox3&quot; data-toggle=&quot;checkbox&quot; checked&gt; Green &lt;/label&gt; &lt;label class=&quot;checkbox checkbox-orange&quot; for=&quot;checkbox4&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox4&quot; data-toggle=&quot;checkbox&quot; checked&gt; Orange &lt;/label&gt; &lt;label class=&quot;checkbox checkbox-red&quot; for=&quot;checkbox5&quot;&gt; &lt;input type=&quot;checkbox&quot; value=&quot;&quot; id=&quot;checkbox5&quot; data-toggle=&quot;checkbox&quot; checked&gt; Red &lt;/label&gt; </pre> </div> </div> <p> <h4>Methods</h4> <ul class="list-unstyled"> <li> <b>.checkbox('toggle')</b> is used to toggle the states between checked and unchecked. </li> <li> <b>.checkbox('check') </b> sets the checkbox state to checked. </li> <li> <b>.checkbox('uncheck') </b> sets the state to unchecked. </li> </ul> <div class="area-line"> <a data-target="#checkboxMethod" href="javascript: void(0);" data-toggle="collapse"> See coded example </a> <div id="checkboxMethod" class="collapse"> <pre class="prettyprint"> $(':checkbox').checkbox('check'); </pre> </div> </div> <h4>Events</h4> <ul class="list-unstyled"> <li> <b>.on('toggle') </b> gets activated when the checkbox state changes between checked and unchecked. </li> <li> <b>.on('change') </b> the same as toggle. </li> </ul> </p> <div class="area-line"> <a data-target="#checkboxEvent" href="javascript: void(0);" data-toggle="collapse"> See coded example </a> <div id="checkboxEvent" class="collapse"> <pre class="prettyprint"> $(':checkbox').on('toggle', function() { // Do something }); </pre> </div> </div> </div> <!-- end row --> <!-- radio row --> <div class="tim-row" id="radio-row"> <h2> Radio Buttons </h2> <legend></legend> <p> To use the custom radio buttons, you need to import a separate Javascript file called 'ct-paper-radio.js'. </p> <p> <label class="radio"> <input type="radio" name="optionsRadios" data-toggle="radio" id="optionsRadios1" value="option1"> <i></i>Radio is off </label> <label class="radio"> <input type="radio" name="optionsRadios" data-toggle="radio" id="optionsRadios2" value="option1" checked> <i></i>Radio is on </label> <label class="radio"> <input type="radio" name="optionsRadiosDisabled" data-toggle="radio" id="optionsRadios3" value="option2" disabled> <i></i>Disabled radio is off </label> <label class="radio"> <input type="radio" name="optionsRadiosDisabled" data-toggle="radio" id="optionsRadios4" value="option2" checked disabled> <i></i>Disabled radio is on </label> </p> <p>Usage can be done via Data Attributes: <a data-target="#radioDataAttribute" href="javascript: void(0);" data-toggle="collapse">See example.</a></p> <div id="radioDataAttribute" class="collapse"> <pre class="prettyprint"> &lt;label class=&quot;radio&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios1&quot; value=&quot;option1&quot;&gt; &lt;i&gt;&lt;/i&gt;Radio is off &lt;/label&gt; &lt;label class=&quot;radio&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios2&quot; value=&quot;option1&quot; checked&gt; &lt;i&gt;&lt;/i&gt;Radio is on &lt;/label&gt; &lt;label class=&quot;radio&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadiosDisabled&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios3&quot; value=&quot;option2&quot; disabled&gt; &lt;i&gt;&lt;/i&gt;Disabled radio is off &lt;/label&gt; &lt;label class=&quot;radio&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadiosDisabled&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios4&quot; value=&quot;option2&quot; checked disabled&gt; &lt;i&gt;&lt;/i&gt;Disabled radio is on &lt;/label&gt; </pre> </div> <p>Or can be called via Javascript: <a data-target="#radioJavascript" href="javascript: void(0);" data-toggle="collapse">See example.</a> </p> <div id="radioJavascript" class="collapse"> <pre class="prettyprint"> $(':radio').radio(); </pre> </div> <p> You can choose between different colors: </p> <label class="radio radio-blue"> <input type="radio" name="optionsRadios1" data-toggle="radio" id="optionsRadios1" value="option1" checked> <i></i>Blue </label> <label class="radio radio-azure"> <input type="radio" name="optionsRadios2" data-toggle="radio" id="optionsRadios2" value="option1" checked> <i></i>Azure </label> <label class="radio radio-green"> <input type="radio" name="optionsRadios3" data-toggle="radio" id="optionsRadios3" value="option1" checked> <i></i>Green </label> <label class="radio radio-orange"> <input type="radio" name="optionsRadios4" data-toggle="radio" id="optionsRadios4" value="option1" checked> <i></i>Orange </label> <label class="radio radio-red"> <input type="radio" name="optionsRadios5" data-toggle="radio" id="optionsRadios5" value="option1" checked> <i></i>Red </label> <div class="area-line"> <a data-target="#radioColor" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation </a> <div id="radioColor" class="collapse"> <pre class="prettyprint"> &lt;label class=&quot;radio radio-blue&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios1&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios1&quot; value=&quot;option1&quot; checked&gt; &lt;i&gt;&lt;/i&gt;Blue &lt;/label&gt; &lt;label class=&quot;radio radio-azure&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios2&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios2&quot; value=&quot;option1&quot; checked&gt; &lt;i&gt;&lt;/i&gt;Azure &lt;/label&gt; &lt;label class=&quot;radio radio-green&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios3&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios3&quot; value=&quot;option1&quot; checked&gt; &lt;i&gt;&lt;/i&gt;Green &lt;/label&gt; &lt;label class=&quot;radio radio-orange&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios4&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios4&quot; value=&quot;option1&quot; checked&gt; &lt;i&gt;&lt;/i&gt;Orange &lt;/label&gt; &lt;label class=&quot;radio radio-red&quot;&gt; &lt;input type=&quot;radio&quot; name=&quot;optionsRadios5&quot; data-toggle=&quot;radio&quot; id=&quot;optionsRadios5&quot; value=&quot;option1&quot; checked&gt; &lt;i&gt;&lt;/i&gt;Red &lt;/label&gt; </pre> </div> </div> <p> <h4>Methods</h4> <ul class="list-unstyled"> <li> <b>.radio('check') </b> sets the checkbox state to checked. </li> <li> <b>.radio('uncheck') </b> sets the state to unchecked. </li> </ul> <div class="area-line"> <a data-target="#radioMethod" href="javascript: void(0);" data-toggle="collapse"> See coded example </a> <div id="radioMethod" class="collapse"> <pre class="prettyprint"> $(':radio').radio('check'); </pre> </div> </div> <h4>Events</h4> <ul class="list-unstyled"> <li> <b>.on('toggle') </b> gets activated when the checkbox state changes between checked and unchecked. </li> <li> <b>.on('change') </b> the behaviour as the toggle, with the difference that the event is fired for each radio button that gets a state change. </li> </ul> </p> <div class="area-line"> <a data-target="#radioEvent" href="javascript: void(0);" data-toggle="collapse"> See coded example </a> <div id="radioEvent" class="collapse"> <pre class="prettyprint"> $(':radio').on('toggle', function() { // Do something }); </pre> </div> </div> </div> <!-- end row --> <!-- dropdown row --> <div class="tim-row" id="dropdown-row"> <h2> Dropdown </h2> <legend></legend> <p> We are very proud to present the dropdown, we added a subtle animation resembling a piece of paper sliding down. Here is an example and the code: </p> <div class="row"> <div class="col-md-3 dropdown"> <a href="#" class="btn dropdown-toggle" data-toggle="dropdown"> Dropdown <b class="caret"></b> </a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </div> </div> <div class="area-line"> <a data-target="#dropdown" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="dropdown" class="collapse"> <pre class="prettyprint"> &lt;div class=&quot;dropdown&quot;&gt; &lt;button class=&quot;btn dropdown-toggle&quot; type=&quot;button&quot; id=&quot;dropdownMenu1&quot; data-toggle=&quot;dropdown&quot;&gt; Dropdown &lt;span class=&quot;caret&quot;&gt;&lt;/span&gt; &lt;/button&gt; &lt;ul class=&quot;dropdown-menu&quot; role=&quot;menu&quot; aria-labelledby=&quot;dropdownMenu1&quot;&gt; &lt;li role=&quot;presentation&quot;&gt;&lt;a role=&quot;menuitem&quot; tabindex=&quot;-1&quot; href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt; &lt;li role=&quot;presentation&quot;&gt;&lt;a role=&quot;menuitem&quot; tabindex=&quot;-1&quot; href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt; &lt;li role=&quot;presentation&quot;&gt;&lt;a role=&quot;menuitem&quot; tabindex=&quot;-1&quot; href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt; &lt;li role=&quot;presentation&quot; class=&quot;divider&quot;&gt;&lt;/li&gt; &lt;li role=&quot;presentation&quot;&gt;&lt;a role=&quot;menuitem&quot; tabindex=&quot;-1&quot; href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </pre> </div> </div> </div> <!-- end row --> <!-- inputs row --> <div class="tim-row" id="inputs-row"> <h2>Inputs </h2> <legend></legend> <p> We restyled the Bootstrap input to give it a different look. You can use the classic look, different colors and states or input groups. </p> <div class="row"> <div class="col-md-6"> <div class="form-group"> <input type="text" value="" placeholder="Input" class="form-control" /> </div> </div> <div class="col-md-6"> <div class="form-group has-success"> <input type="text" value="Success" class="form-control" /> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="form-group has-error has-feedback"> <input type="text" value="Error" class="form-control" /> <span class="glyphicon glyphicon-remove form-control-feedback"></span> </div> </div> <div class="col-md-6"> <div class="input-group"> <input type="text" value="Group Addon" class="form-control"> <span class="input-group-addon"><i class="fa fa-group"></i></span> </div> </div> </div> <div class="area-line"> <a data-target="#inputs" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="inputs" class="collapse"> <pre class="prettyprint"> &lt;div class=&quot;form-group&quot;&gt; &lt;input type=&quot;text&quot; value=&quot;&quot; placeholder=&quot;Input&quot; class=&quot;form-control&quot; /&gt; &lt;/div&gt; &lt;div class=&quot;form-group has-success&quot;&gt; &lt;input type=&quot;text&quot; value=&quot;Success&quot; class=&quot;form-control&quot; /&gt; &lt;/div&gt; &lt;div class=&quot;form-group has-error has-feedback&quot;&gt; &lt;input type=&quot;text&quot; value=&quot;Error&quot; class=&quot;form-control&quot; /&gt; &lt;span class=&quot;glyphicon glyphicon-remove form-control-feedback&quot;&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;input-group&quot;&gt; &lt;input type=&quot;text&quot; value=&quot;Group Addon&quot; class=&quot;form-control&quot;&gt; &lt;span class=&quot;input-group-addon&quot;&gt;&lt;i class=&quot;fa fa-group&quot;&gt;&lt;/i&gt;&lt;/span&gt; &lt;/div&gt; </pre> </div> </div> </div> <!-- end row --> <!-- textarea row --> <div class="tim-row" id="textarea-row"> <h2>Textarea</h2> <legend></legend> <p>We added custom style for the textarea, so it looks similar to all other inputs.</p> <textarea class="form-control" placeholder="Here can be your nice text" rows="3"></textarea> <div class="area-line"> <a data-target="#textarea" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="textarea" class="collapse"> <pre class="prettyprint"> &lt;textarea class=&quot;form-control&quot; placeholder=&quot;Here can be your nice text&quot; rows=&quot;3&quot;&gt;&lt;/textarea&gt; </pre> </div> </div> </div> <!-- end row --> <!-- navbar row --> <div class="tim-row" id="navbar-row"> <h2>Navbar </h2> <legend></legend> <p> We restyled the classic Bootstrap Navbar: </p> <div id="navbar"> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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="#">Brand</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="#">Work in progress...</a></li> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div><!-- end navbar --> <div class="area-line"> <a data-target="#navbarCode" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="navbarCode" class="collapse"> <pre class="prettyprint"> &lt;div id=&quot;navbar&quot;&gt; &lt;nav class=&quot;navbar navbar-default&quot; role=&quot;navigation&quot;&gt; &lt;div class=&quot;container-fluid&quot;&gt; &lt;div class=&quot;navbar-header&quot;&gt; &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#bs-example-navbar-collapse-1&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;Toggle navigation&lt;/span&gt; &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt; &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt; &lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt; &lt;/button&gt; &lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;Brand&lt;/a&gt; &lt;/div&gt; &lt;div class=&quot;collapse navbar-collapse&quot; id=&quot;bs-example-navbar-collapse-1&quot;&gt; &lt;ul class=&quot;nav navbar-nav&quot;&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Work in progress...&lt;/a&gt;&lt;/li&gt; &lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/li&gt; &lt;li class=&quot;dropdown&quot;&gt; &lt;a href=&quot;#&quot; class=&quot;dropdown-toggle&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt;&lt;/a&gt; &lt;ul class=&quot;dropdown-menu&quot;&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt; &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt; &lt;li class=&quot;divider&quot;&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;One more separated link&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;&lt;!-- /.navbar-collapse --&gt; &lt;/div&gt;&lt;!-- /.container-fluid --&gt; &lt;/nav&gt; &lt;/div&gt;&lt;!-- end navbar --&gt; </pre> </div> </div> <p class="space-top"> Besides the default navbar, we added 5 new classes for colors: primary, info, success, warning, danger. If you want to use one of them, you have to replace the 'navbar-default' with the class for the chosen color 'navbar-ct-#class'. </p> <!-- navbar blue --> <div id="navbar-primary"> <nav class="navbar navbar-ct-primary" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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="#">Brand</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="#">Work in progress...</a></li> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div><!-- end navbar --> <!-- navbar azure --> <div id="navbar-info"> <nav class="navbar navbar-ct-info" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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="#">Brand</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="#">Work in progress...</a></li> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div><!-- end navbar --> <!-- navbar green --> <div id="navbar-success"> <nav class="navbar navbar-ct-success" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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="#">Brand</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="#">Work in progress...</a></li> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div><!-- end navbar --> <!-- navbar orange --> <div id="navbar-warning"> <nav class="navbar navbar-ct-warning" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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="#">Brand</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="#">Work in progress...</a></li> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div><!-- end navbar --> <!-- navbar red --> <div id="navbar-danger"> <nav class="navbar navbar-ct-danger" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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="#">Brand</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="#">Work in progress...</a></li> <li class="active"><a href="#">Link</a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-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> <li class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div><!-- end navbar --> <p class="space-top"> Besides all this customisation, we have an extra navbar. 'Navbar-transparent' is a special class that you can to use if you want the navbar to be transparent. We recommend that the part of your page that has the transparent navbar contains something non-cluttered, like an image. </p> </div> <!-- end row --> <!-- nav tabs row --> <div class="tim-row" id="navtabs-row"> <h2> Nav Tabs</h2> <legend></legend> <p>We changed the look for the nav tabs, so they can easily integrate with the rest of the kit.</p> <div class="nav-tabs-navigation"> <div class="nav-tabs-wrapper"> <ul id="tabs" class="nav nav-tabs" data-tabs="tabs"> <li class="active"><a href="#home" data-toggle="tab">Home</a></li> <li><a href="#profile" data-toggle="tab">Profile</a></li> <li><a href="#messages" data-toggle="tab">Messages</a></li> </ul> </div> </div> <div id="my-tab-content" class="tab-content text-center"> <div class="tab-pane active" id="home"> <p>Here is information about home.</p> </div> <div class="tab-pane" id="profile"> <p>Here is your profile.</p> </div> <div class="tab-pane" id="messages"> <p>Here are your messages.</p> </div> </div> <div class="area-line"> <a data-target="#navTabs" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="navTabs" class="collapse"> <pre class="prettyprint"> &lt;div class=&quot;nav-tabs-navigation&quot;&gt; &lt;div class=&quot;nav-tabs-wrapper&quot;&gt; &lt;ul id=&quot;tabs&quot; class=&quot;nav nav-tabs&quot; data-tabs=&quot;tabs&quot;&gt; &lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#home&quot; data-toggle=&quot;tab&quot;&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#profile&quot; data-toggle=&quot;tab&quot;&gt;Profile&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#messages&quot; data-toggle=&quot;tab&quot;&gt;Messages&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id=&quot;my-tab-content&quot; class=&quot;tab-content text-center&quot;&gt; &lt;div class=&quot;tab-pane active&quot; id=&quot;home&quot;&gt; &lt;p&gt;Here is information about home.&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;tab-pane&quot; id=&quot;profile&quot;&gt; &lt;p&gt;Here is your profile.&lt;/p&gt; &lt;/div&gt; &lt;div class=&quot;tab-pane&quot; id=&quot;messages&quot;&gt; &lt;p&gt;Here are your messages.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; </pre> </div> </div> </div> <!-- end row --> <!-- nav pills row --> <div class="tim-row" id="navpills-row"> <h2> Nav Pills</h2> <legend></legend> <p> We changed the design for the Bootstrap nav pills into something a bit more fresh. We also added more color classes for customisation. </p> <ul class="nav nav-pills nav-pills-primary"> <li class="active"><a href="#">Home</a></li> <li><a href="#"> Profile</a></li> <li><a href="#">Messages</a></li> </ul> <br /> <ul class="nav nav-pills nav-pills-info"> <li class="active"><a href="#">Home</a></li> <li><a href="#"> Profile</a></li> <li><a href="#">Messages</a></li> </ul> <br /> <ul class="nav nav-pills nav-pills-success"> <li class="active"><a href="#">Home</a></li> <li><a href="#"> Profile</a></li> <li><a href="#">Messages</a></li> </ul> <br /> <ul class="nav nav-pills nav-pills-warning"> <li class="active"><a href="#">Home</a></li> <li><a href="#"> Profile</a></li> <li><a href="#">Messages</a></li> </ul> <br /> <ul class="nav nav-pills nav-pills-danger"> <li class="active"><a href="#">Home</a></li> <li><a href="#"> Profile</a></li> <li><a href="#">Messages</a></li> </ul> <div class="area-line"> <a data-target="#navPills" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="navPills" class="collapse"> <pre class="prettyprint"> &lt;ul class=&quot;nav nav-pills nav-pills-blue&quot;&gt; &lt;!-- color-classes: &quot;nav-pills-primary&quot;, &quot;nav-pills-info&quot;, &quot;nav-pills-warning&quot;, &quot;nav-pills-danger&quot;, &quot;nav-pills-success&quot; --&gt; &lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt; Profile&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Messages&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; </pre> </div> </div> </div> <!-- end row --> <!-- pagination row --> <div class="tim-row" id="pagination-row"> <h2> Pagination</h2> <legend></legend> <p> We took the Bootstrap pagination elements and customised them to fit the overall theme. </p> <ul class="pagination"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li class="active"><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <p class=""> Besides the classic look, we also added the color classes to offer more customisation. </p> <ul class="pagination pagination-primary"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li class="active"><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <ul class="pagination pagination-info"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li class="active"><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <ul class="pagination pagination-success"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li class="active"><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <ul class="pagination pagination-warning"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li class="active"><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <ul class="pagination pagination-danger"> <li><a href="#">&laquo;</a></li> <li><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li class="active"><a href="#">5</a></li> <li><a href="#">&raquo;</a></li> </ul> <div class="area-line"> <a data-target="#pagination" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="pagination" class="collapse"> <pre class="prettyprint"> &lt;ul class=&quot;pagination&quot;&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;&amp;laquo;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;2&lt;/a&gt;&lt;/li&gt; &lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;3&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;4&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;5&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;&amp;raquo;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt </pre> </div> </div> </div> <!-- end row --> <!-- progressbar row --> <div class="tim-row" id="progressbar-row"> <h2> Progress Bars</h2> <legend></legend> <p>The progress bars from Bootstrap hold the same classes and functionality. You can use the standard class or you can add the class 'progress-thin' for a progress bar that has only half the height of the normal one.</p> <div class="progress"> <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 30%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"> <span class="sr-only">60% Complete</span> </div> </div> <div class="progress"> <div class="progress-bar progress-bar-success" style="width: 35%"> <span class="sr-only">35% Complete (success)</span> </div> <div class="progress-bar progress-bar-warning" style="width: 20%"> <span class="sr-only">20% Complete (warning)</span> </div> <div class="progress-bar progress-bar-danger" style="width: 10%"> <span class="sr-only">10% Complete (danger)</span> </div> </div> <div class="area-line"> <a data-target="#progressBars" href="javascript: void(0);" data-toggle="collapse">See full implementation</a> <div id="progressBars" class="collapse"> <pre class="prettyprint"> &lt;div class=&quot;progress&quot;&gt; &lt;div class=&quot;progress-bar&quot; role=&quot;progressbar&quot; aria-valuenow=&quot;60&quot; aria-valuemin=&quot;0&quot; aria-valuemax=&quot;100&quot; style=&quot;width: 30%;&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;60% Complete&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;progress&quot;&gt; &lt;div class=&quot;progress-bar progress-bar-info&quot; role=&quot;progressbar&quot; aria-valuenow=&quot;60&quot; aria-valuemin=&quot;0&quot; aria-valuemax=&quot;100&quot; style=&quot;width: 60%;&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;60% Complete&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=&quot;progress&quot;&gt; &lt;div class=&quot;progress-bar progress-bar-success&quot; style=&quot;width: 35%&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;35% Complete (success)&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;progress-bar progress-bar-warning&quot; style=&quot;width: 20%&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;20% Complete (warning)&lt;/span&gt; &lt;/div&gt; &lt;div class=&quot;progress-bar progress-bar-danger&quot; style=&quot;width: 10%&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;10% Complete (danger)&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; </pre> </div> </div> </div> <!-- end row --> <!-- sliders row --> <div class="tim-row" id="sliders-row"> <h2> Sliders</h2> <legend></legend> <p>We restyled jQuery UI slider, while keeping the design consistent.</p> <div id="slider-default" class="slider-info"></div> <br> <div id="slider-range" class="slider-success"></div> <div class="area-line"> <a data-target="#sliderMarkup" href="javascript: void(0);" data-toggle="collapse"> See Markup and Javascript</a> <div id="sliderMarkup" class="collapse"> <pre class="prettyprint"> &lt;!-- Markup --&gt; &lt;div id=&quot;slider-default&quot; class=&quot;slider-info&quot;&gt;&lt;/div&gt; &lt;div id=&quot;slider-range&quot; class=&quot;slider-success&quot;&gt;&lt;/div&gt; &lt;!-- Javascript --&gt; $( &quot;#slider-range&quot; ).slider({ range: true, min: 0, max: 500, values: [ 75, 300 ], }); $( &quot;#slider-default&quot; ).slider({ value: 70, orientation: &quot;horizontal&quot;, range: &quot;min&quot;, animate: true }); </pre> </div> </div> </div> <!-- end row --> <!-- labels row --> <div class="tim-row" id="labels-row"> <h2>Labels</h2> <legend></legend> <p>We restyled the default options for labels and we added the filled class, that can be used in any combination.</p> <span class="label label-default">Default</span> <span class="label label-primary">Primary</span> <span class="label label-success">Success</span> <span class="label label-info">Info</span> <span class="label label-warning">Warning</span> <span class="label label-danger">Danger</span> <div class="area-line"> <a data-target="#labels" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation</a> <div id="labels" class="collapse"> <pre class="prettyprint"> &lt;span class=&quot;label label-default&quot;&gt;Default&lt;/span&gt; &lt;span class=&quot;label label-primary&quot;&gt;Primary&lt;/span&gt; &lt;span class=&quot;label label-success&quot;&gt;Success&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;Info&lt;/span&gt; &lt;span class=&quot;label label-warning&quot;&gt;Warning&lt;/span&gt; &lt;span class=&quot;label label-danger&quot;&gt;Danger&lt;/span&gt; </pre> </div> </div> </div> <!-- end row --> <!-- datepicker row --> <div class="tim-row" id="datepicker-row"> <h2>Datepicker</h2> <legend></legend> <p>The re-styled the Bootstrap datepicker and we added the Paper Kit colors, which you can give as parameter to the plugin: color = {blue,azure,green,orange,red}.</p> <div class="row"> <div class="col-md-4"> <input class="datepicker form-control" type="text"/> </div> </div> <div class="area-line"> <a data-target="#datepicker" href="javascript: void(0);" data-toggle="collapse"> See Markup and Javascript</a> <div id="datepicker" class="collapse"> <pre class="prettyprint"> &lt;!-- markup --&gt; &lt;input class=&quot;datepicker form-control&quot; type=&quot;text&quot;/&gt; &lt;!-- javascript --&gt; $(&apos;.datepicker&apos;).datepicker({ weekStart:1, color: &apos;{color}&apos; }); </pre> </div> </div> </div> <!-- end row --> <!-- modals row --> <div class="tim-row" id="modal-row"> <h2>Modals</h2> <legend></legend> <p>We restyled the classic Twitter Bootstrap and gave it a more simple look. TO have the footer splitted into 2 parts, please you the 'left-side' and 'right-side' classes. You can see and an example below. </p> <!-- Button trigger modal --> <button class="btn btn-primary" data-toggle="modal" data-target="#myModal">Launch demo modal</button> <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="myModalLabel">Modal title</h4> </div> <div class="modal-body"> Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. </div> <div class="modal-footer"> <div class="left-side"> <button type="button" class="btn btn-default btn-simple" data-dismiss="modal">Never mind</button> </div> <div class="divider"></div> <div class="right-side"> <button type="button" class="btn btn-danger btn-simple">Delete</button> </div> </div> </div> </div> </div> <div class="area-line"> <a data-target="#modals" href="javascript: void(0);" data-toggle="collapse"> See Full Implementation</a> <div id="modals" class="collapse"> <pre class="prettyprint"> &lt;div class=&quot;modal fade&quot; id=&quot;myModal&quot; tabindex=&quot;-1&quot; role=&quot;dialog&quot; aria-labelledby=&quot;myModalLabel&quot; aria-hidden=&quot;true&quot;&gt; &lt;div class=&quot;modal-dialog&quot;&gt; &lt;div class=&quot;modal-content&quot;&gt; &lt;div class=&quot;modal-header&quot;&gt; &lt;button type=&quot;button&quot; class=&quot;close&quot; data-dismiss=&quot;modal&quot; aria-hidden=&quot;true&quot;&gt;&amp;times;&lt;/button&gt; &lt;h4 class=&quot;modal-title&quot; id=&quot;myModalLabel&quot;&gt;Modal title&lt;/h4&gt; &lt;/div&gt; &lt;div class=&quot;modal-body&quot;&gt; Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. &lt;/div&gt; &lt;div class=&quot;modal-footer&quot;&gt; &lt;div class=&quot;left-side&quot;&gt; &lt;button type=&quot;button&quot; class=&quot;btn btn-default btn-simple&quot; data-dismiss=&quot;modal&quot;&gt;Never mind&lt;/button&gt; &lt;/div&gt; &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt; &lt;div class=&quot;right-side&quot;&gt; &lt;button type=&quot;button&quot; class=&quot;btn btn-danger btn-simple&quot;&gt;Delete&lt;/button&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </pre> </div> </div> </div> <!-- end row --> <!-- tooltip row --> <div class="tim-row" id="tooltip-row"> <h2> Tooltips</h2> <legend></legend> <p style="margin-bottom: 45px;"> We restyled the Bootstrap tooltip. </p> <button type="button" class="btn btn-default btn-tooltip" data-toggle="tooltip" data-placement="top" title="Tooltip on top" data-trigger="manual">Button with Tooltip</button> <div class="area-line"> <a data-target="#tooltipMarkup" href="javascript: void(0);" data-toggle="collapse">See Markup and Javascript</a> <div id="tooltipMarkup" class="collapse"> <pre class="prettyprint"> &lt;!-- Markup --&gt; &lt;button type=&quot;button&quot; class=&quot;btn btn-default btn-tooltip&quot; data-toggle=&quot;tooltip&quot; data-placement=&quot;top&quot; title=&quot;Tooltip on top&quot; data-trigger=&quot;manual&quot;&gt;Button with Tooltip&lt;/button&gt; &lt;!-- Javascript --&gt; $(&apos;.btn-tooltip&apos;).tooltip(); </pre> </div> </div> </div> <!-- end row --> <!-- popover row --> <div class="tim-row" id="popover-row"> <h2>Popovers</h2> <legend></legend> <p> We restyled the Bootstrap popover and we added an extra effect of opening. When the popover is active, the background of the page gets darker, letting you concentrate on the information inside the popover. <br /> See the following example: </p> <button type="button" class="btn btn-default" data-toggle="popover" data-placement="top" title="Popover on top" data-content="Here will be some very useful information about his popover.">On top</button> <div class="area-line"> <a data-target="#popover" href="javascript: void(0);" data-toggle="collapse">See Markup and Javascript</a> <div id="popover" class="collapse"> <pre class="prettyprint"> &lt;!-- markup --&gt; &lt;button type=&quot;button&quot; class=&quot;btn btn-default&quot; data-toggle=&quot;popover&quot; data-placement=&quot;top&quot; title=&quot;Popover on top&quot; data-content=&quot;Here will be some very useful information about his popover.&quot;&gt;On top&lt;/button&gt; &lt;!-- javascript --&gt; gsdk.initPopovers(); </pre> </div> </div> </div> <!-- end row --> <!-- notification row --> <div class="tim-row" id="notification-row"> <h2> Notifications </h2> <legend></legend> <p> The new Paper Kit notifications are looking fresh and clean. They go great with the navbar. If you want to see how we recommend using them, see on of the example pages <a href="examples/landing.html">here.</a> </p> </div> <!-- end row --> </div> <!-- end container --> </div> </div> </div> </div> </div> <footer class="footer-demo section-dark"> <div class="container"> <nav class="pull-left"> <ul> <li> <a href="http://www.creative-tim.com"> Creative Tim </a> </li> <li> <a href="http://blog.creative-tim.com"> Blog </a> </li> <li> <a href="http://www.creative-tim.com/license"> Licenses </a> </li> </ul> </nav> <div class="copyright pull-right"> &copy; 2015, made with <i class="fa fa-heart heart"></i> by Creative Tim </div> </div> </footer> </div> </body> <script src="assets/js/jquery-1.10.2.js" type="text/javascript"></script> <script src="assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script> <script src="bootstrap3/js/bootstrap.js" type="text/javascript"></script> <!-- Plugins --> <script src="assets/js/ct-paper-checkbox.js"></script> <script src="assets/js/ct-paper-radio.js"></script> <script src="assets/js/bootstrap-select.js"></script> <script src="assets/js/bootstrap-datepicker.js"></script> <script src="assets/js/ct-paper.js"></script> <script> $( "#slider-range" ).slider({ range: true, min: 0, max: 500, values: [ 75, 300 ], }); $( "#slider-default" ).slider({ value: 70, orientation: "horizontal", range: "min", animate: true }); $('.btn-tooltip').tooltip('show'); $('.radio').on('toggle', function() { }); </script> </html>
zhouxinyong/code-demo
demoHouse/paper_kit/components.html
HTML
mit
71,553
<!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 v0.1.92: Class Members - Functions</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 v0.1.92 </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&#160;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&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_c.html#index_c"><span>c</span></a></li> <li><a href="functions_func_d.html#index_d"><span>d</span></a></li> <li><a href="functions_func_e.html#index_e"><span>e</span></a></li> <li><a href="functions_func_f.html#index_f"><span>f</span></a></li> <li><a href="functions_func_g.html#index_g"><span>g</span></a></li> <li><a href="functions_func_h.html#index_h"><span>h</span></a></li> <li><a href="functions_func_i.html#index_i"><span>i</span></a></li> <li><a href="functions_func_l.html#index_l"><span>l</span></a></li> <li><a href="functions_func_m.html#index_m"><span>m</span></a></li> <li class="current"><a href="functions_func_n.html#index_n"><span>n</span></a></li> <li><a href="functions_func_o.html#index_o"><span>o</span></a></li> <li><a href="functions_func_p.html#index_p"><span>p</span></a></li> <li><a href="functions_func_r.html#index_r"><span>r</span></a></li> <li><a href="functions_func_s.html#index_s"><span>s</span></a></li> <li><a href="functions_func_t.html#index_t"><span>t</span></a></li> <li><a href="functions_func_u.html#index_u"><span>u</span></a></li> <li><a href="functions_func_w.html#index_w"><span>w</span></a></li> <li><a href="functions_func_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <!-- 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 class="contents"> &#160; <h3><a class="anchor" id="index_n"></a>- n -</h3><ul> <li>New() : <a class="el" href="classv8_1_1_context.html#add11dd18ee8e7f03d383afa79e87d1e6">v8::Context</a> , <a class="el" href="classv8_1_1_function_template.html#af9012aee4a102c4018fec8e9532cb996">v8::FunctionTemplate</a> , <a class="el" href="classv8_1_1_local.html#ac4024a7e2aea140c6aaa38fc32d5a840">v8::Local&lt; T &gt;</a> , <a class="el" href="classv8_1_1_object_template.html#a394801526a9e9eb6df349a0eb8dfa0d0">v8::ObjectTemplate</a> , <a class="el" href="classv8_1_1_persistent.html#ad309269ccaeffa6dec338093752ca539">v8::Persistent&lt; T &gt;</a> , <a class="el" href="classv8_1_1_script.html#aebbe434ea4df560ffc8eb290f7ac284b">v8::Script</a> , <a class="el" href="classv8_1_1_string.html#a66188e5be9378cad8cbf953053de86bc">v8::String</a> </li> <li>NewExternal() : <a class="el" href="classv8_1_1_string.html#adbcec9a915fabf0235f4f688cd7b4f32">v8::String</a> </li> <li>NewInstance() : <a class="el" href="classv8_1_1_object_template.html#ad25d8ebf37b1a3aaf7d4a03b1a9bd5c1">v8::ObjectTemplate</a> </li> <li>NewSymbol() : <a class="el" href="classv8_1_1_string.html#ad190aa56ee2e94a429df13c84b19f025">v8::String</a> </li> <li>NewUndetectable() : <a class="el" href="classv8_1_1_string.html#a28dc24076f4954a1dba0d70a6ecb0b04">v8::String</a> </li> <li>NumberOfHandles() : <a class="el" href="classv8_1_1_handle_scope.html#abb2d32a75b0468885b7340404050604b">v8::HandleScope</a> </li> <li>NumberValue() : <a class="el" href="classv8_1_1_date.html#a00ae69718a3810d82ae0b54b28d53512">v8::Date</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:44:42 for V8 API Reference Guide for node.js v0.1.92 by &#160;<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>
v8-dox/v8-dox.github.io
e72b7b8/html/functions_func_n.html
HTML
mit
7,472
<form [formGroup]="stateForm"> <mat-form-field> <input type="text" matInput placeholder="States Group" formControlName="stateGroup" required [matAutocomplete]="autoGroup"> <!-- #docregion mat-autocomplete --> <mat-autocomplete #autoGroup="matAutocomplete"> <mat-optgroup *ngFor="let group of stateGroupOptions | async" [label]="group.letter"> <mat-option *ngFor="let name of group.names" [value]="name"> {{name}} </mat-option> </mat-optgroup> </mat-autocomplete> <!-- #enddocregion mat-autocomplete --> </mat-form-field> </form>
Jefiozie/material2
src/components-examples/material/autocomplete/autocomplete-optgroup/autocomplete-optgroup-example.html
HTML
mit
648
<!DOCTYPE html> <html lang="en-US" class="js"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="{{ .Site.BaseURL }}"> <title> {{ .Title }} </title> <link rel="canonical" href="{{ .Permalink }}"> {{ partial "head_includes.html" . }} </head> <body lang="en">
gzuidhof/gzuidhof.github.io
guido.io/themes/catsup/layouts/partials/header.html
HTML
mit
409
<!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> Unicoatings Canada - 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=1492327836953&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=48662&V_SEARCH.docsStart=48661&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_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&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</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>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=48660&amp;V_DOCUMENT.docRank=48661&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492327855985&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567040558&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=48662&amp;V_DOCUMENT.docRank=48663&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492327855985&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456002442&amp;profileId=&amp;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> Unicoatings Canada </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Unicoatings Canada</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.unicoatings.ca" target="_blank" title="Website URL">http://www.unicoatings.ca</a></p> <p><a href="mailto:info@unicoatings.ca" title="info@unicoatings.ca">info@unicoatings.ca</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"> 4236 Colonel Talbot Rd<br/> LONDON, Ontario<br/> N6P 1A1 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 4236 Colonel Talbot Rd<br/> LONDON, Ontario<br/> N6P 1A1 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (519) 652-8573 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </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"> <h2 class="wb-inv">Company Profile</h2> <br> Supply, distribute and apply protective nanocoatings. distribute and apply Re-Clear Automotive Headlight Product.<br> </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> Rick Bauslaugh </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 652-8573 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> rick@unicoatings.ca </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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 416390 - Other Specialty-Line Building Supplies Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 418410 - Chemical (except Agricultural) and Allied Product Wholesaler-Distributors<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </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> Product Name: </strong> </div> <div class="col-md-9"> Unicoatings Anti Graffiti Coating<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A clear nanocoating that will protect against dirt, grease or paint on any substrate.<br> <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> Rick Bauslaugh </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (519) 652-8573 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> rick@unicoatings.ca </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 &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 416390 - Other Specialty-Line Building Supplies Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 418410 - Chemical (except Agricultural) and Allied Product Wholesaler-Distributors<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </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> Product Name: </strong> </div> <div class="col-md-9"> Unicoatings Anti Graffiti Coating<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A clear nanocoating that will protect against dirt, grease or paint on any substrate.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-09-16 </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&amp;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&amp;WT.js=No&amp;WT.tv=9.4.0&amp;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 -->
GoC-Spending/data-corporations
html/234567137084.html
HTML
mit
34,429
<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="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">功德圓滿</td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">佛教用語。本指已經圓滿地完成利他的善行。後引申為事情圓滿的結束。元.王實甫《西廂記.第二本.楔子》:「限三日功德圓滿,脫了孝服,換上顏色衣服,倒陪房奩,定將小姐送與將軍。」 </td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">佛教類參考語料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/28000-28999/28169-22.html
HTML
mit
1,008
<!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="description" content="Unimeet is the free, fast and secure way to chat anonymously with other university students."> <meta name="author" content="Dimitris Karakostas"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"> <link rel="stylesheet" src="https://npmcdn.com/react-bootstrap-table/dist/react-bootstrap-table-all.min.css"> <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> <!-- Notice the use of %PUBLIC_URL% in the tag above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> <title>Unimeet</title> <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-000000000-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <div id="root"></div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start`. To create a production bundle, use `npm run build`. --> </body> </html>
dimkarakostas/unimeet
frontend/public/index.html
HTML
mit
2,162
<!DOCTYPE HTML> <html> <head> <title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} &middot; {{ .Site.Title }}{{ end }}</title> {{ partial "meta.html" . }} <link rel="canonical" href="{{ .Site.BaseURL }}" /> {{ .Hugo.Generator }} {{ "<!--[if lte IE 8]>" | safeHTML }}<script src='{{ .Site.BaseURL }}js/ie/html5shiv.js'></script>{{ "<![endif]-->" | safeHTML}} <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> {{ "<!--[if lte IE 8]>" | safeHTML }}<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/ie8.css">{{ "<![endif]-->" | safeHTML}} {{ with .RSSLink }} <link href="{{ . }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" /> <link href="{{ . }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" /> {{ end }} <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/detox.css"/> <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/style.css"/> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700" rel="stylesheet" type="text/css"> <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> </head>
nathanp/HeIsBetter.org
site/layouts/partials/head.html
HTML
mit
1,500
<!DOCTYPE html> <!DOCTYPE html> <html lang=sl> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Drugi ljudje ne morejo predvajati mojih videoposnetkov</title> <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script><link rel="shortcut icon" href="https://www.ubuntu.si/favicon.ico"> <link rel="stylesheet" type="text/css" href="../vodnik_1404.css"> </head> <body id="home"><div id="wrapper" class="hfeed"> <div id="header"> <div id="branding"> <div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="//www.ubuntu.si">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div> <h1 id="blog-description"></h1> </div> <div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni"> <li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="//www.ubuntu.si">Domov</a></li> <li id="menu-item-2776" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2776"><a href="//www.ubuntu.si/category/novice/">Novice</a></li> <li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="//www.ubuntu.si/forum/">Forum</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="//www.ubuntu.si/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="//www.ubuntu.si/pogosta_vprasanja/">Pogosta vprašanja</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="//www.ubuntu.si/skupnost/">Skupnost</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="//www.ubuntu.si/povezave/">Povezave</a></li> </ul></div></li></ul></div></div> </div> <div id="main"><div id="cwt-content" class="clearfix content-area"><div id="page"> <div class="trails" role="navigation"><div class="trail"> <span style="color: #333">Ubuntu 16.10</span> » <a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" class="media media-inline" alt="Pomoč"></span></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="media.html" title="Zvok, video in slike">Zvok, video in slike</a> › <a class="trail" href="media.html#videos" title="Videoposnetki in video kamere">Video posnetki</a> » </div></div> <div id="content"> <div class="hgroup"><h1 class="title"><span class="title">Drugi ljudje ne morejo predvajati mojih videoposnetkov</span></h1></div> <div class="region"> <div class="contents"> <p class="p">V primeru, da ste naredili video na svojem računalniku z Linuxom in ga poslali nekomu, ki uporablja Windows ali Mac OS, bo morda imel težave z njegovim predvajanjem.</p> <p class="p">Da bi lahko predvajala vaš videoposnetek, mora imeti oseba, ki ste ji poslali videoposnetek, nameščene prave <span class="em">kodeke</span>. Kodek je majhen program, ki ve, kako video prikazati na zaslonu. Obstaja veliko različnih vrst videa in vsaka za predvajanje zahteva svoj kodek.</p> <div class="list"><div class="inner"><div class="region"><ul class="list"> <li class="list"><p class="p">Odprite <span class="link"><a href="files-browse.html" title="Brskanje med datotekami in mapami">upravljalnik datotek</a></span>.</p></li> <li class="list"><p class="p">Desno kliknite na video datoteko in izberite <span class="gui">Lastnosti</span>.</p></li> <li class="list"><p class="p">Pojdite v zavihek <span class="gui">Zvok/Video</span> in preverite kateri <span class="gui">kodek</span> je naveden pod <span class="gui">Video</span>.</p></li> </ul></div></div></div> <p class="p">Osebo s težavami s predvajanjem vprašajte, če ima nameščen pravi kodek. Morda jim bo pomagalo iskanje po spletu z imenom kodeka in njihovega video programa. Na primer, če vaš video uporablja vrsto <span class="em">Theora</span> in imate prijatelja, ki uporablja Windows Media Player in si ga želite ogledati, iščite "theora windows media player". Pogosto boste lahko pravi kodek prejeli brezplačno, če še ni nameščen.</p> <p class="p">Če pravega kodeka ne morete najti, poskusite <span class="link"><a href="http://www.videolan.org/vlc/" title="http://www.videolan.org/vlc/">predvajalnik VLC</a></span>. Deluje na sistemih Windows, Mac OS in Linux in podpira veliko različnih vrst videa. V nasprotnem primeru poskusite pretvoriti video v drugo vrsto. To lahko stori večina urejevalnikov videa, na voljo pa so tudi posebni programi za pretvarjanje videa. Preverite kaj je na voljo v <span class="app">Programi Ubuntu</span>.</p> <div class="note" title="Opomba"><div class="inner"><div class="region"><div class="contents"><p class="p">Obstaja še nekaj drugih težav, ki lahko nekomu preprečijo predvajanje vašega videoposnetka. Video je lahko bil ob pošiljanju poškodovan (včasih velike datoteke niso pravilno kopirane), lahko imajo težave s svojim programom za predvajanje videa ali pa video ni bil pravilno ustvarjen (ob shranjevanju videoposnetka je morda prišlo do nekaj napak).</p></div></div></div></div> </div> <div class="sect sect-links" role="navigation"> <div class="hgroup"></div> <div class="contents"><div class="links guidelinks"><div class="inner"> <div class="title"><h2><span class="title">Več podrobnosti</span></h2></div> <div class="region"><ul><li class="links "><a href="media.html#videos" title="Videoposnetki in video kamere">Video posnetki</a></li></ul></div> </div></div></div> </div> </div> <div class="clear"></div> </div> </div></div></div> <div id="footer"> <img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1&amp;rec=1" style="border:0" alt=""><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekipa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:ubuntu-l10n-slv@lists.ubuntu.com?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div> </div> </div></body> </html>
ubuntu-si/ubuntu.si
vodnik/16.10/video-sending.html
HTML
mit
6,777
<!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/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title></title> </head> <body> <h1 id="the-mit-license-mit">The MIT License (MIT)</h1> <p>Copyright © 2014 George Rogers</p> <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> </body> </html>
georgerogers42/bton
LICENSE.html
HTML
mit
1,546
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Promises Animation</title> <link rel="stylesheet" href="style.css"> </head> <body> <div id="object"> <img src="cat.png" alt="A cat"> </div> <script src="main.js"></script> </body> </html>
krulik/demos
skm-async/promise-animation/index.html
HTML
mit
402
<HTML><HEADER><meta charset="UTF-8"><BODY> <A NAME="Addicted2EuroGames"><H2>Addicted2EuroGames</H2></A> Addicted2EuroGames does not send anything.<BR> Addicted2EuroGames does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210211#item3210211">Antiquity</A> (wanted by $1, $10, $70, $75, Scholle, Snowy0505, ausminstrel, cyberkev63, dlow, prd1982, revgiblet)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210233#item3210233">Hannibal: Rome vs. Carthage</A> (wanted by $40, Scholle, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210240#item3210240">Merchants of the Middle Ages</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210245#item3210245">Bang! The Bullet!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210248#item3210248">Alba Longa</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210250#item3210250">Alhambra</A> (wanted by $20, Benzy311, Median54, balzi, cyberkev63)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210259#item3210259">Caylus</A> (wanted by Herbz, Kerbster76, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210264#item3210264">A Game of Thrones: The Card Game</A><BR> </ul><br> <A NAME="Ailinoro"><H2>Ailinoro</H2></A> Ailinoro does not send anything.<BR> Ailinoro does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214073#item3214073">Cosmic Encounter</A><BR> </ul><br> <A NAME="Alex Brown"><H2>Alex Brown</H2></A> Alex Brown sends:<ul> <LI>$20.0 from Alex Brown to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH) to Mezzomaniac<BR> </ul><br> Alex Brown receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215483#item3215483">Space Empires: 4X</A> (wanted by Snowy0505, Trevi, da pyrate, paralipsis, stuartfinlay, wozzit)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215495#item3215495">Galaxy Trucker</A> (wanted by $35, $45, Lucky Phil, Snowy0505, Toolman, balzi, bcbgg, buttadam, khorgor, nictnic, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217411#item3217411">Escape: The Curse of the Temple</A> (wanted by $35, $45, Ax_kidson, Befefig, Happy Grizzly, Kerbster76, Lucky Phil, Median54, Mezzomaniac, Snowy0505, balzi, buttadam, codermike, earlyworm, fFish, haos17, khorgor, meng, paralipsis, silentwolf, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217417#item3217417">Ricochet Robots</A> (wanted by $20, Mezzomaniac, paralipsis)<BR> </ul><br> Alex Brown:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT) in exchange for $20.0 from Alex Brown<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH)<BR> </ul><br> <A NAME="Amiguero"><H2>Amiguero</H2></A> Amiguero sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE) to zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments) to PocketAtomic<BR> </ul><br> Amiguero receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG) from Trevi<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217984#item3217984">duck! duck! Go!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218000#item3218000">Robber Knights</A> (wanted by $5, bcbgg)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218007#item3218007">Antiquity</A> (wanted by $1, $100, $30, $35, $70, $75, $91, Mariana, PocketAtomic, Scholle, Smashngrab, Snowy0505, Thiessi, Trevi, ausminstrel, cyberkev63, junkmonsta, khorgor, meng, paralipsis, prd1982, revgiblet, skreechlemon, srand, stompy, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218064#item3218064">Cazadores de Fosiles</A><BR> </ul><br> Amiguero:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE)<BR> </ul><br> <A NAME="Aneirin"><H2>Aneirin</H2></A> Aneirin sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS) to Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7) to Ax_kidson<BR> </ul><br> Aneirin receives:<ul> <LI>$25.0 from Herbz from Herbz<BR> <LI>$40.0 from Duckula from Duckula<BR> <LI>$40.0 from hxbx from hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX) from TaleSpinner<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217729#item3217729">African Park</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217738#item3217738">Martinique</A><BR> </ul><br> Aneirin:<BR><ul> <LI>receives $25.0 from Herbz in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS)<BR> <LI>receives $40.0 from Duckula in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7)<BR> <LI>receives $40.0 from hxbx in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN)<BR> </ul><br> <A NAME="aquillo"><H2>aquillo</H2></A> aquillo does not send anything.<BR> aquillo does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212006#item3212006">Fallen City of Karez</A><BR> </ul><br> <A NAME="ateh"><H2>ateh</H2></A> ateh sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO) to Befefig<BR> </ul><br> ateh receives:<ul> <LI>$40.0 from Phantomwhale from Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG) from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217161#item3217161">The Castle of the Devil</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217171#item3217171">Funny Friends</A> (wanted by red_gamster)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217173#item3217173">Vegas Showdown</A> (wanted by Herbz)<BR> </ul><br> ateh:<BR><ul> <LI>receives $40.0 from Phantomwhale in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO)<BR> </ul><br> <A NAME="ausminstrel"><H2>ausminstrel</H2></A> ausminstrel sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME) to intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO) to Median54<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO) to skreechlemon<BR> </ul><br> ausminstrel receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA) from Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS) from dangrant88<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL) from Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND) from bcbgg<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217856#item3217856">Bruxelles 1893</A> (wanted by $40, Bokke66, Chuie, Duckula, EGF via Moose_Head, Friendless, Kerbster76, Mariana, Paul65, Scholle, Trevi, Vince, aquillo, bcbgg, hxbx, intheclear, junkmonsta, ludopoly, meng, revgiblet, srand, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217866#item3217866">Incan Gold</A> (wanted by $15, $20, Duckula, EGF via Moose_Head, Herbz, Kerbster76, Unhalfbricking, balzi, codermike, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217868#item3217868">Skyline</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217875#item3217875">Game of Thrones: The Card Game</A> (wanted by coxy_fc)<BR> </ul><br> ausminstrel:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO)<BR> </ul><br> <A NAME="Ax_kidson"><H2>Ax_kidson</H2></A> Ax_kidson sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND) to spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO) to Herbz<BR> </ul><br> Ax_kidson receives:<ul> <LI>$30.0 from Herbz from Herbz<BR> <LI>$5.0 from cyberkev63 from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB) from prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG) from silentwolf<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7) from Aneirin<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215745#item3215745">Pandemic</A> (wanted by felipe1982)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215784#item3215784">Things...</A> (wanted by $15, Mezzomaniac)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215809#item3215809">Oz Fluxx</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215814#item3215814">Mouse Trap</A> (wanted by $10, Moose_Head) and you have to send $30 to Friendless.<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215821#item3215821">Clue (2-6 players)</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216267#item3216267">Arcana</A><BR> </ul><br> Ax_kidson:<BR><ul> <LI>receives $30.0 from Herbz in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF)<BR> <LI>receives $5.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN)<BR> </ul><br> <A NAME="balzi"><H2>balzi</H2></A> balzi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF) to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV) to wilderness<BR> </ul><br> balzi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC) from da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197503#item3197503">Diplomacy</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212587#item3212587">Axis & Allies</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212605#item3212605">Command & Conquer: Generals</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215462#item3215462">Monopoly City</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215467#item3215467">Megabuck$</A><BR> </ul><br> balzi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV)<BR> </ul><br> <A NAME="bcbgg"><H2>bcbgg</H2></A> bcbgg sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR) to mikipe2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM) to fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP) to Thiessi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR) to coxy_fc<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND) to ausminstrel<BR> </ul><br> bcbgg receives:<ul> <LI>$100.0 from Mezzomaniac from Mezzomaniac<BR> <LI>$20.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$30.0 from mikipe2 from mikipe2<BR> <LI>$45.0 from Chuie from Chuie<BR> <LI>$50.0 from BielTann from BielTann<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD) from Cocteau<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207437#item3207437">Jet Set</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207458#item3207458">Star Trek Deck Building Game: The Next Generation – The Next Phase</A> (wanted by Ailinoro)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207666#item3207666">Gear & Piston</A> (wanted by $25, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207680#item3207680">Lemonade Stand</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216965#item3216965">Scotland Yard</A> (wanted by paralipsis, sbszine)<BR> </ul><br> bcbgg:<BR><ul> <LI>receives $100.0 from Mezzomaniac in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP)<BR> <LI>receives $20.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP)<BR> <LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN)<BR> <LI>receives $45.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM)<BR> <LI>receives $50.0 from BielTann in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA)<BR> </ul><br> <A NAME="Befefig"><H2>Befefig</H2></A> Befefig sends:<ul> <LI>$30.0 from Befefig to skreechlemon<BR> <LI>$35.0 from Befefig to skreechlemon<BR> <LI>$50.0 from Befefig to Unhalfbricking<BR> <LI>$65.0 from Befefig to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI) to PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM) to EGF via Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD) to TorbenVang<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT) to revgiblet<BR> </ul><br> Befefig receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF) from mctom<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB) from Benzy311<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF) from Median54<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT) from PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214004#item3214004">Alhambra: The Card Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214008#item3214008">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214014#item3214014">El Grande Decennial Edition</A> (wanted by $50, Chuie, Dr Corey, Paul65, Trevi, aquillo, balzi, bcbgg, paralipsis, sbszine, srand, stuartfinlay)<BR> </ul><br> Befefig:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL) in exchange for $65.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT) in exchange for $30.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND) in exchange for $50.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR) in exchange for $35.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC)<BR> </ul><br> <A NAME="Benzy311"><H2>Benzy311</H2></A> Benzy311 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR) to silentwolf<BR> </ul><br> Benzy311 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS) from Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA) from spwaugh<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204422#item3204422">Marauders</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204431#item3204431">Space Pirates</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204434#item3204434">Micro Mutants: Evolution</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204438#item3204438">Mutant Chronicles Collectible Miniatures Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204458#item3204458">Red November</A> (wanted by $10, $15, BielTann, Phantomwhale)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204459#item3204459">Project Pandora: Grim Cargo</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204460#item3204460">Duel of the Giants: Eastern Front</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204470#item3204470">Level 7 [Escape]</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204475#item3204475">Zombie State: Diplomacy of the Dead</A> (wanted by paralipsis)<BR> </ul><br> Benzy311:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB)<BR> </ul><br> <A NAME="BielTann"><H2>BielTann</H2></A> BielTann sends:<ul> <LI>$50.0 from BielTann to bcbgg<BR> <LI>$60.0 from BielTann to tiggers<BR> </ul><br> BielTann receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE) from some_guy<BR> </ul><br> BielTann:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO) in exchange for $50.0 from BielTann<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE) in exchange for $60.0 from BielTann<BR> </ul><br> <A NAME="Bokke66"><H2>Bokke66</H2></A> Bokke66 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments) to stompy<BR> </ul><br> Bokke66 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI) from stompy<BR> </ul><br> Bokke66:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments)<BR> </ul><br> <A NAME="buttadam"><H2>buttadam</H2></A> buttadam sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments) to Happy Grizzly<BR> </ul><br> buttadam receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI) from TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215856#item3215856">Cold War: CIA vs KGB</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215857#item3215857">Pandemic</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215861#item3215861">Risk</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215869#item3215869">Spicks and Specks: The Board Game</A><BR> </ul><br> buttadam:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments)<BR> </ul><br> <A NAME="chicken_ramen"><H2>chicken_ramen</H2></A> chicken_ramen sends:<ul> <LI>$40.0 from chicken_ramen to Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments) to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE) to Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG) to Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS) to Mark_Owen_Reich<BR> </ul><br> chicken_ramen receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments) from Thiessi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM) from haos17<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS) from Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments) from nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197088#item3197088">Cuba</A> (wanted by Ailinoro, Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197089#item3197089">1st & Goal</A> (wanted by Chuie, Herbz, junkmonsta, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197090#item3197090">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197091#item3197091">Panic Station</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197092#item3197092">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197096#item3197096">Ladies & Gentlemen</A> (wanted by $15, Ax_kidson, Chuie, ateh, earlyworm, junkmonsta, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217642#item3217642">Tzolk'in: The Mayan Calendar</A> (wanted by $30, $35, $40, $45, Benzy311, Chuie, Duckula, EGF via Moose_Head, Herbz, Kerbster76, Lucky Phil, Mariana, Median54, Paul65, Scholle, Snowy0505, Toolman, aquillo, da pyrate, intheclear, junkmonsta, khorgor, meng, paralipsis, revgiblet, silentwolf, squire, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217643#item3217643">Junta</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217645#item3217645">Dust</A> (wanted by $30, ZombieJules, paralipsis, revgiblet, srand)<BR> </ul><br> chicken_ramen:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO) in exchange for $40.0 from chicken_ramen<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE)<BR> </ul><br> <A NAME="Chuie"><H2>Chuie</H2></A> Chuie sends:<ul> <LI>$35.0 from Chuie to Scholle<BR> <LI>$40.0 from Chuie to Jimmers<BR> <LI>$40.0 from Chuie to revgiblet<BR> <LI>$45.0 from Chuie to bcbgg<BR> <LI>$45.0 from Chuie to squire<BR> <LI>$50.0 from Chuie to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP) to fFish<BR> </ul><br> Chuie receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD) from intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208111#item3208111">Shadows over Camelot</A> (wanted by $30, $51, Befefig, Herbz, Kerbster76, Median54, MrBaggy, Snowy0505, Toolman, balzi, haos17, mctom, paralipsis, revgiblet, skreechlemon, strings)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208114#item3208114">Cuba</A> (wanted by Ailinoro, Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208116#item3208116">Heads of State</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208174#item3208174">Timbuktu</A><BR> </ul><br> Chuie:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX) in exchange for $45.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB) in exchange for $40.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO) in exchange for $35.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD) in exchange for $50.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments) in exchange for $45.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE) in exchange for $40.0 from Chuie<BR> </ul><br> <A NAME="Cocteau"><H2>Cocteau</H2></A> Cocteau sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD) to bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA) to rosehip<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN) to Median54<BR> </ul><br> Cocteau receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB) from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218038#item3218038">Revolver</A><BR> </ul><br> Cocteau:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP)<BR> </ul><br> <A NAME="codermike"><H2>codermike</H2></A> codermike sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB) to nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX) to EGF via Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW) to Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU) to Lucky Phil<BR> </ul><br> codermike receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM) from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR) from Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA) from Paul65<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217412#item3217412">A Game of Thrones (first edition)</A><BR> </ul><br> codermike:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX)<BR> </ul><br> <A NAME="coxy_fc"><H2>coxy_fc</H2></A> coxy_fc sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO) to Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW) to Paul65<BR> </ul><br> coxy_fc receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE) from Median54<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211690#item3211690">Nightfall</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211691#item3211691">Hop Hop Hooray!</A> (wanted by $15, $20, Amiguero, Lucky Phil, earlyworm, stompy)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211692#item3211692">Pax Romana</A> (wanted by Trevi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211693#item3211693">It's Alive!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211696#item3211696">The World Cup Card Game 2010</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217943#item3217943">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218015#item3218015">Carcassonne: The Castle</A> (wanted by balzi, junkmonsta, mctom)<BR> </ul><br> coxy_fc:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW)<BR> </ul><br> <A NAME="Critical Mass"><H2>Critical Mass</H2></A> Critical Mass sends:<ul> <LI>$50.0 from Critical Mass to Smashngrab<BR> </ul><br> Critical Mass receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI) from zeroichi<BR> </ul><br> Critical Mass:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI) in exchange for $50.0 from Critical Mass<BR> </ul><br> <A NAME="cyberkev63"><H2>cyberkev63</H2></A> cyberkev63 sends:<ul> <LI>$25.0 from cyberkev63 to Tezza<BR> <LI>$5.0 from cyberkev63 to Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments) to felipe1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments) to skreechlemon<BR> </ul><br> cyberkev63 receives:<ul> <LI>$20.0 from Alex Brown from Alex Brown<BR> <LI>$25.0 from Lucky Phil from Lucky Phil<BR> <LI>$26.0 from srand from srand<BR> <LI>$40.0 from Duckula from Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF) from balzi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO) from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL) from Phil81<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217666#item3217666">Glory to Rome</A> (wanted by $10, $20, Bokke66, PK1988, Scholle, Smashngrab, Szemis, ZombieJules, ausminstrel, bcbgg, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217668#item3217668">Werewolf</A> (wanted by $28, $35, Duckula, Mezzomaniac, felipe1982)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217684#item3217684">Hanabi</A> (wanted by $10, $30, Kerbster76, Mark_Owen_Reich, Median54, Mezzomaniac, Tezza, ZombieJules, khorgor, sbszine, spwaugh, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217689#item3217689">Masters Gallery</A> (wanted by Vince)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217697#item3217697">Zombie-opoly</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217778#item3217778">La Boca</A> (wanted by $15, $20, $30, Amiguero, Mariana, Paul65, Phil81, Trevi, bcbgg, earlyworm, loganbreath, sbszine, srand, strings, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217786#item3217786">Android: Netrunner</A> (wanted by Scholle, Tezza, ausminstrel, fFish, haos17, khorgor, mctom, red_gamster, rosehip)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217793#item3217793">Takenoko</A> (wanted by $20, $30, $40, Aneirin, Benzy311, Chuie, Duckula, Happy Grizzly, Herbz, Kerbster76, Mariana, Median54, Paul65, Scholle, Snowy0505, Toolman, Vince, da pyrate, dangrant88, junkmonsta, meng, paralipsis, strings, tiggers, wakeem)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217798#item3217798">Star Trek: Catan</A> (wanted by $35, Dr Corey, Snowy0505, Toolman, da pyrate, strings, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217799#item3217799">Dr. Shark</A> (wanted by loganbreath)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217809#item3217809">Rallyman</A> (wanted by $35, Benzy311, Median54, Phantomwhale, Scholle, ausminstrel, balzi, junkmonsta, meng, revgiblet, strings, tiggers, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217814#item3217814">Jäger und Sammler</A> (wanted by $25, Lucky Phil, Scholle, ludopoly, trif)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217824#item3217824">Battle For Souls</A> (wanted by $30, Snowy0505, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217832#item3217832">Expedition</A> (wanted by $25, Trevi, huffa2)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217836#item3217836">Casa Grande</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217921#item3217921">Miscellaneous Miniatures Game Accessory</A> (wanted by ZombieJules, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217936#item3217936">Miscellaneous Miniatures Game Accessory</A> (wanted by ZombieJules)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217950#item3217950">Serpent Stones</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218025#item3218025">Dominion Base Cards</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218053#item3218053">Coloretto</A> (wanted by $12, $40, Amiguero, Ax_kidson, Friendless, Kerbster76, Mezzomaniac, chicken_ramen, loganbreath, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218101#item3218101">Dungeon Roll</A> (wanted by huffa2, paralipsis)<BR> </ul><br> cyberkev63:<BR><ul> <LI>receives $20.0 from Alex Brown in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments)<BR> <LI>receives $25.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments)<BR> <LI>receives $26.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments)<BR> <LI>receives $40.0 from Duckula in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments) in exchange for $25.0 from cyberkev63<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF) in exchange for $5.0 from cyberkev63<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments)<BR> </ul><br> <A NAME="da pyrate"><H2>da pyrate</H2></A> da pyrate sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC) to balzi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE) to hxbx<BR> </ul><br> da pyrate receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE) from Phil81<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207389#item3207389">New World: A Carcassonne Game</A> (wanted by Ailinoro, Median54, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207400#item3207400">Alexander the Great</A> (wanted by $20, mctom, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207403#item3207403">Eastern Front 2</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207407#item3207407">El Caballero</A> (wanted by $25, EGF via Moose_Head, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207410#item3207410">Express 01</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207418#item3207418">Seven Sisters</A> (wanted by Ax_kidson)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215081#item3215081">Wizard Dice</A> (wanted by $5, aquillo, cyberkev63)<BR> </ul><br> da pyrate:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC)<BR> </ul><br> <A NAME="dangrant88"><H2>dangrant88</H2></A> dangrant88 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW) to reddyredrooster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD) to Scholle<BR> </ul><br> dangrant88 receives:<ul> <LI>$20.0 from Moose_Head from Moose_Head<BR> <LI>$40.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG) from Mariana<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214369#item3214369">Carolus Magnus</A> (wanted by $20, Lucky Phil)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214374#item3214374">Chicago Express: Narrow Gauge & Erie Railroad Company</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215573#item3215573">Imperial</A> (wanted by Trevi, aquillo, paralipsis, trif)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215577#item3215577">Lord of the Rings</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215582#item3215582">Skyline</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215592#item3215592">Love Letter</A><BR> </ul><br> dangrant88:<BR><ul> <LI>receives $20.0 from Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD)<BR> <LI>receives $40.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS)<BR> </ul><br> <A NAME="dlow"><H2>dlow</H2></A> dlow does not send anything.<BR> dlow does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209638#item3209638">Fun-in-a-Box: The Dr. Seuss Matching Game</A> (wanted by $40, chicken_ramen)<BR> </ul><br> <A NAME="Dr Corey"><H2>Dr Corey</H2></A> Dr Corey sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF) to nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA) to makhlakh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT) to spwaugh<BR> </ul><br> Dr Corey receives:<ul> <LI>$70.0 from revgiblet from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE) from kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP) from Tezza<BR> </ul><br> Dr Corey:<BR><ul> <LI>receives $70.0 from revgiblet in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF)<BR> </ul><br> <A NAME="dr026"><H2>dr026</H2></A> dr026 does not send anything.<BR> dr026 does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205964#item3205964">Dragon Rage</A> (wanted by Benzy311)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205978#item3205978">The Ares Project</A> (wanted by junkmonsta, mctom)<BR> </ul><br> <A NAME="Duckula"><H2>Duckula</H2></A> Duckula sends:<ul> <LI>$40.0 from Duckula to Aneirin<BR> <LI>$40.0 from Duckula to Unhalfbricking<BR> <LI>$40.0 from Duckula to cyberkev63<BR> </ul><br> Duckula receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO) from Trevi<BR> </ul><br> Duckula:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS) in exchange for $40.0 from Duckula<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG) in exchange for $40.0 from Duckula<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO) in exchange for $40.0 from Duckula<BR> </ul><br> <A NAME="earlyworm"><H2>earlyworm</H2></A> earlyworm sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF) to prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments) to PK1988<BR> </ul><br> earlyworm receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT) from Median54<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214433#item3214433">Tichu</A> (wanted by $5, Cocteau, Kerbster76, cyberkev63)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214443#item3214443">Warhammer: Invasion</A> (wanted by Bokke66, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214446#item3214446">Vanished Planet</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214452#item3214452">Cutthroat Caverns</A> (wanted by Bokke66)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214460#item3214460">Hot Potato</A> (wanted by $15, Lucky Phil)<BR> </ul><br> earlyworm:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF)<BR> </ul><br> <A NAME="EGF via Moose_Head"><H2>EGF via Moose_Head</H2></A> EGF via Moose_Head sends:<ul> <LI>$15.0 from EGF via Moose_Head to Scholle<BR> <LI>$20.0 from EGF via Moose_Head to bcbgg<BR> <LI>$25.0 from EGF via Moose_Head to Friendless<BR> <LI>$35.0 from EGF via Moose_Head to Phil81<BR> </ul><br> EGF via Moose_Head receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX) from codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA) from sbszine<BR> </ul><br> EGF via Moose_Head:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW) in exchange for $35.0 from EGF via Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX) in exchange for $15.0 from EGF via Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM) in exchange for $20.0 from EGF via Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA) in exchange for $25.0 from EGF via Moose_Head<BR> </ul><br> <A NAME="felipe1982"><H2>felipe1982</H2></A> felipe1982 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP) to TaleSpinner<BR> </ul><br> felipe1982 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments) from cyberkev63<BR> </ul><br> felipe1982:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP)<BR> </ul><br> <A NAME="fFish"><H2>fFish</H2></A> fFish sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF) to Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC) to Alex Brown<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU) to strings<BR> </ul><br> fFish receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments) from makhlakh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP) from Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments) from Kerbster76<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217734#item3217734">The Pillars of the Earth</A> (wanted by Herbz, balzi, junkmonsta, mctom, paralipsis, red_gamster)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217739#item3217739">Spyrium</A> (wanted by $30, Aneirin, Bokke66, Herbz, MrBaggy, Scholle, Snowy0505, TaleSpinner, Trevi, Vince, da pyrate, dangrant88, haos17, hxbx, junkmonsta, mctom, meng, red_gamster, silentwolf, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217747#item3217747">China</A> (wanted by Median54, trif)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217757#item3217757">Wyatt Earp</A> (wanted by mctom)<BR> </ul><br> fFish:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU)<BR> </ul><br> <A NAME="foursaken"><H2>foursaken</H2></A> foursaken sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP) to PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN) to Tezza<BR> </ul><br> foursaken receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE) from urbaer<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202307#item3202307">Terra Evolution</A> (wanted by $40, Mezzomaniac)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202309#item3202309">Zombies!!!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202310#item3202310">Race for the Galaxy</A> (wanted by $15, $20, $25, $30, Befefig, Bokke66, EGF via Moose_Head, Mariana, Paul65, Scholle, Tezza, balzi, buttadam, cyberkev63, paralipsis)<BR> </ul><br> foursaken:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN)<BR> </ul><br> <A NAME="Friendless"><H2>Friendless</H2></A> Friendless sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU) to Tezza<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG) to hxbx<BR> </ul><br> Friendless receives:<ul> <LI>$20.0 from PK1988 from PK1988<BR> <LI>$25.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO) from Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO) from ausminstrel<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198122#item3198122">Khan</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203645#item3203645">Genesis</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217187#item3217187">Doctor Who: The Card Game</A> (wanted by $15, Chuie)<BR> </ul><br> Friendless:<BR><ul> <LI>receives $20.0 from PK1988 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU)<BR> <LI>receives $25.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR)<BR> </ul><br> <A NAME="haos17"><H2>haos17</H2></A> haos17 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI) to Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM) to chicken_ramen<BR> </ul><br> haos17 receives:<ul> <LI>$40.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE) from huffa2<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199909#item3199909">Panic Station</A> (wanted by $5, Phantomwhale)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199914#item3199914">World of Warcraft: The Adventure Game</A> (wanted by Bokke66)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199961#item3199961">Fossil</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199967#item3199967">Das letzte Paradies</A><BR> </ul><br> haos17:<BR><ul> <LI>receives $40.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI)<BR> </ul><br> <A NAME="Happy Grizzly"><H2>Happy Grizzly</H2></A> Happy Grizzly sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG) to urbaer<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments) to ZombieJules<BR> </ul><br> Happy Grizzly receives:<ul> <LI>$45.0 from Lucky Phil from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments) from buttadam<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197407#item3197407">Citadels</A> (wanted by $15, $20, BielTann, Mezzomaniac, Scholle, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198128#item3198128">Bang! The Bullet!</A> (wanted by $25, Alex Brown)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213674#item3213674">My Very First Games: Animal upon Animal</A> (wanted by $20, $25, Benzy311, Paul65, Vince, cyberkev63, earlyworm, stompy)<BR> </ul><br> Happy Grizzly:<BR><ul> <LI>receives $45.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments)<BR> </ul><br> <A NAME="Herbz"><H2>Herbz</H2></A> Herbz sends:<ul> <LI>$25.0 from Herbz to Aneirin<BR> <LI>$30.0 from Herbz to Ax_kidson<BR> <LI>$60.0 from Herbz to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments) to Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB) to Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO) to cyberkev63<BR> </ul><br> Herbz receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO) from fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF) from Unhalfbricking<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202064#item3202064">BattleTech: CityTech</A> (wanted by balzi)<BR> </ul><br> Herbz:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments) in exchange for $60.0 from Herbz<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO) in exchange for $25.0 from Herbz<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF) in exchange for $30.0 from Herbz<BR> </ul><br> <A NAME="huffa2"><H2>huffa2</H2></A> huffa2 sends:<ul> <LI>$40.0 from huffa2 to Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM) to codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG) to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE) to haos17<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments) to Smashngrab<BR> </ul><br> huffa2 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments) from Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201401#item3201401">Whacky Wit</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201403#item3201403">Whacky Wit</A> (wanted by Amiguero)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201407#item3201407">Sitting Ducks Gallery</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201408#item3201408">Onirim</A> (wanted by Cocteau, mctom, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201411#item3201411">Solarquest</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211542#item3211542">Space Cadets</A> (wanted by $30, $40, $55, Ax_kidson, Benzy311, Herbz, Median54, Mezzomaniac, Snowy0505, balzi, chicken_ramen, codermike, haos17, intheclear, junkmonsta, meng, nictnic, paralipsis, silentwolf, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211563#item3211563">Impulse</A> (wanted by $20, $25, Chuie, MrBaggy, Scholle, bcbgg, cyberkev63, meng, sbszine, srand, stompy)<BR> </ul><br> huffa2:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments) in exchange for $40.0 from huffa2<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE)<BR> </ul><br> <A NAME="hxbx"><H2>hxbx</H2></A> hxbx sends:<ul> <LI>$40.0 from hxbx to Aneirin<BR> <LI>$45.0 from hxbx to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV) to Mark_Owen_Reich<BR> </ul><br> hxbx receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE) from da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217846#item3217846">History of the World</A> (wanted by mctom, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217850#item3217850">High Frontier</A> (wanted by $25, Cocteau, Phantomwhale, Vince)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217852#item3217852">MegaCorps</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217854#item3217854">Battleship Galaxies: The Saturn Offensive Game Set</A> (wanted by silentwolf, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217860#item3217860">Clippers</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217880#item3217880">Deukalion</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217884#item3217884">Through the Desert</A> (wanted by Kerbster76, bcbgg, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217893#item3217893">Warriors</A><BR> </ul><br> hxbx:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE) in exchange for $40.0 from hxbx<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG) in exchange for $45.0 from hxbx<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV)<BR> </ul><br> <A NAME="intheclear"><H2>intheclear</H2></A> intheclear sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA) to Kerbster76<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD) to Chuie<BR> </ul><br> intheclear receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME) from ausminstrel<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210321#item3210321">Silk Road</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210328#item3210328">Space Dealer</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210367#item3210367">Rheinländer</A> (wanted by $15, cyberkev63, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214281#item3214281">Killer Bunnies REMIX</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214290#item3214290">Age of Discovery</A><BR> </ul><br> intheclear:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD)<BR> </ul><br> <A NAME="itmo"><H2>itmo</H2></A> itmo does not send anything.<BR> itmo does not receive anything.<BR> <A NAME="Jimmers"><H2>Jimmers</H2></A> Jimmers sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA) to Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI) to spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW) to EGF via Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC) to Toolman<BR> </ul><br> Jimmers receives:<ul> <LI>$20.0 from Moose_Head from Moose_Head<BR> <LI>$40.0 from Chuie from Chuie<BR> <LI>$40.0 from Ykikamucow from Ykikamucow<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI) from haos17<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM) from red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX) from TorbenVang<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204328#item3204328">Puerto Rico</A> (wanted by $20, $30, BielTann, Snowy0505)<BR> </ul><br> Jimmers:<BR><ul> <LI>receives $20.0 from Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI)<BR> <LI>receives $40.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB)<BR> <LI>receives $40.0 from Ykikamucow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW)<BR> </ul><br> <A NAME="junkmonsta"><H2>junkmonsta</H2></A> junkmonsta does not send anything.<BR> junkmonsta does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199686#item3199686">Guillotine</A> (wanted by $10, $15, Duckula, Scholle, earlyworm, spwaugh)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199687#item3199687">Il Principe</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199689#item3199689">Station Master</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199690#item3199690">UWO</A><BR> </ul><br> <A NAME="Kerbster76"><H2>Kerbster76</H2></A> Kerbster76 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments) to fFish<BR> </ul><br> Kerbster76 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA) from intheclear<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212461#item3212461">The Battle for Hill 218</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212482#item3212482">Colossal Arena</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212486#item3212486">Castle</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213817#item3213817">Lord of the Rings: Friends & Foes</A><BR> </ul><br> Kerbster76:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments)<BR> </ul><br> <A NAME="khorgor"><H2>khorgor</H2></A> khorgor does not send anything.<BR> khorgor does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199655#item3199655">DrunkQuest</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199656#item3199656">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210386#item3210386">Warhammer 40,000</A><BR> </ul><br> <A NAME="kissmejudas"><H2>kissmejudas</H2></A> kissmejudas sends:<ul> <LI>$50.0 from kissmejudas to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE) to Dr Corey<BR> </ul><br> kissmejudas receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB) from Smashngrab<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211660#item3211660">Citadels</A> (wanted by $15, $20, BielTann, Mezzomaniac, Scholle, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211669#item3211669">Pandemic</A><BR> </ul><br> kissmejudas:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB) in exchange for $50.0 from kissmejudas<BR> </ul><br> <A NAME="loganbreath"><H2>loganbreath</H2></A> loganbreath sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO) to skreechlemon<BR> </ul><br> loganbreath receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO) from Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW) from Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER) from some_guy<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205574#item3205574">Wings of War: Fire from the Sky</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205578#item3205578">The Big Fat Tomato Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216674#item3216674">Lost Cities: The Board Game</A> (wanted by paralipsis)<BR> </ul><br> loganbreath:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR)<BR> </ul><br> <A NAME="Lucky Phil"><H2>Lucky Phil</H2></A> Lucky Phil sends:<ul> <LI>$25.0 from Lucky Phil to cyberkev63<BR> <LI>$30.0 from Lucky Phil to Ozludo<BR> <LI>$45.0 from Lucky Phil to Happy Grizzly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO) to intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN) to Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA) to red_gamster<BR> </ul><br> Lucky Phil receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT) from tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM) from TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU) from codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD) from Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF) from rosehip<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201897#item3201897">Midnight Party</A> (wanted by $20, cyberkev63, sbszine)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209614#item3209614">Pirate Versus Pirate</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215185#item3215185">Cities</A> (wanted by bcbgg)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217022#item3217022">Animal Upon Animal: Small and Yet Great!</A> (wanted by $15, Benzy311, cyberkev63, stompy)<BR> </ul><br> Lucky Phil:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC) in exchange for $45.0 from Lucky Phil<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI) in exchange for $30.0 from Lucky Phil<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF) in exchange for $25.0 from Lucky Phil<BR> </ul><br> <A NAME="ludopoly"><H2>ludopoly</H2></A> ludopoly sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS) to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments) to zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON) to prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA) to Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments) to bcbgg<BR> </ul><br> ludopoly receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI) from Scholle<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198618#item3198618">Necromunda</A> (wanted by $50, aquillo, cyberkev63, mctom, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198631#item3198631">Dungeons & Dragons (3rd Edition)</A><BR> </ul><br> ludopoly:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments)<BR> </ul><br> <A NAME="makhlakh"><H2>makhlakh</H2></A> makhlakh sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments) to fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS) to Thiessi<BR> </ul><br> makhlakh receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA) from Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC) from revgiblet<BR> </ul><br> makhlakh:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments)<BR> </ul><br> <A NAME="Mariana"><H2>Mariana</H2></A> Mariana sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG) to dangrant88<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB) to Vince<BR> </ul><br> Mariana receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW) from codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO) from coxy_fc<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217717#item3217717">Blokus</A> (wanted by Benzy311)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217724#item3217724">Ali Baba</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217728#item3217728">Bang!</A> (wanted by $15, Duckula, felipe1982)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217743#item3217743">Mesopotamia</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217744#item3217744">More Cosmic Encounter</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217749#item3217749">Tantrix</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217773#item3217773">Cathedral</A><BR> </ul><br> Mariana:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB)<BR> </ul><br> <A NAME="Mark_Owen_Reich"><H2>Mark_Owen_Reich</H2></A> Mark_Owen_Reich sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN) to mikipe2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET) to TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments) to intheclear<BR> </ul><br> Mark_Owen_Reich receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB) from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC) from tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU) from nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW) from PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205923#item3205923">Uncharted: The Board Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205942#item3205942">Beowulf: The Legend</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205945#item3205945">Mykerinos</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207962#item3207962">The Settlers of Catan: Travel Edition</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207971#item3207971">Munchkin</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210548#item3210548">New England</A> (wanted by $20, $25, Lucky Phil, Moose_Head)<BR> </ul><br> Mark_Owen_Reich:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO)<BR> </ul><br> <A NAME="mctom"><H2>mctom</H2></A> mctom sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF) to Befefig<BR> </ul><br> mctom receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG) from MrBaggy<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198786#item3198786">Titan</A><BR> </ul><br> mctom:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF)<BR> </ul><br> <A NAME="Median54"><H2>Median54</H2></A> Median54 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE) to coxy_fc<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT) to earlyworm<BR> </ul><br> Median54 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN) from Cocteau<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214161#item3214161">The Rivals for Catan</A> (wanted by $20, $30, Benzy311, Chuie, Lucky Phil, Snowy0505, balzi, huffa2, junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217737#item3217737">Make Five</A><BR> </ul><br> Median54:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF)<BR> </ul><br> <A NAME="meng"><H2>meng</H2></A> meng sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments) to Scholle<BR> </ul><br> meng receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF) from Ax_kidson<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205221#item3205221">The Napoleonic Wars</A> (wanted by Bokke66)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205227#item3205227">Dungeons & Dragons Starter Set</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205230#item3205230">Quest: A Time of Heroes</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205234#item3205234">Portobello Market</A> (wanted by $20, Ailinoro, EGF via Moose_Head)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205236#item3205236">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205252#item3205252">The American Civil War</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205259#item3205259">Leaping Lemmings</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205273#item3205273">Thunder's Edge</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216722#item3216722">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> </ul><br> meng:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX)<BR> </ul><br> <A NAME="Mezzomaniac"><H2>Mezzomaniac</H2></A> Mezzomaniac sends:<ul> <LI>$100.0 from Mezzomaniac to bcbgg<BR> </ul><br> Mezzomaniac receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH) from Alex Brown<BR> </ul><br> Mezzomaniac:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH) in exchange for $100.0 from Mezzomaniac<BR> </ul><br> <A NAME="mikipe2"><H2>mikipe2</H2></A> mikipe2 sends:<ul> <LI>$30.0 from mikipe2 to Phil81<BR> <LI>$30.0 from mikipe2 to bcbgg<BR> </ul><br> mikipe2 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR) from bcbgg<BR> </ul><br> mikipe2:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN) in exchange for $30.0 from mikipe2<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR) in exchange for $30.0 from mikipe2<BR> </ul><br> <A NAME="Moose_Head"><H2>Moose_Head</H2></A> Moose_Head sends:<ul> <LI>$20.0 from Moose_Head to Jimmers<BR> <LI>$20.0 from Moose_Head to dangrant88<BR> <LI>$30.0 from Moose_Head to Unhalfbricking<BR> </ul><br> Moose_Head receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS) from Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS) from Tezza<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC) from Unhalfbricking<BR> </ul><br> Moose_Head:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS) in exchange for $20.0 from Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS) in exchange for $30.0 from Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC) in exchange for $20.0 from Moose_Head<BR> </ul><br> <A NAME="MrBaggy"><H2>MrBaggy</H2></A> MrBaggy sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments) to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG) to mctom<BR> </ul><br> MrBaggy receives:<ul> <LI>$50.0 from Chuie from Chuie<BR> <LI>$50.0 from srand from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD) from revgiblet<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194674#item3194674">Pirate's Cove</A> (wanted by $25, Befefig, Snowy0505, balzi)<BR> </ul><br> MrBaggy:<BR><ul> <LI>receives $50.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments)<BR> <LI>receives $50.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO)<BR> </ul><br> <A NAME="nictnic"><H2>nictnic</H2></A> nictnic sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH) to some_guy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU) to Mark_Owen_Reich<BR> </ul><br> nictnic receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF) from Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB) from codermike<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217202#item3217202">Risk: Godstorm</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217205#item3217205">YINSH</A> (wanted by $10, Phantomwhale, strings)<BR> </ul><br> nictnic:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU)<BR> </ul><br> <A NAME="Ozludo"><H2>Ozludo</H2></A> Ozludo sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD) to Smashngrab<BR> </ul><br> Ozludo receives:<ul> <LI>$25.0 from skreechlemon from skreechlemon<BR> <LI>$30.0 from Lucky Phil from Lucky Phil<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI>$40.0 from huffa2 from huffa2<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215827#item3215827">Runewars</A> (wanted by $30, $35, Befefig, Bokke66, Chuie, Thiessi, codermike, mctom, meng, paralipsis, prd1982, red_gamster, revgiblet, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215910#item3215910">Guards! Guards! A Discworld Boardgame</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215916#item3215916">Venture Forth</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215951#item3215951">Navia Dratp</A><BR> </ul><br> Ozludo:<BR><ul> <LI>receives $25.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD)<BR> <LI>receives $30.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments)<BR> <LI>receives $40.0 from huffa2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI)<BR> </ul><br> <A NAME="paralipsis"><H2>paralipsis</H2></A> paralipsis sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT) to Snowy0505<BR> </ul><br> paralipsis receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB) from sbszine<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211663#item3211663">Call of Cthulhu Roleplaying Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211687#item3211687">The Legend of Zelda: Skyward Sword</A><BR> </ul><br> paralipsis:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT)<BR> </ul><br> <A NAME="Paul65"><H2>Paul65</H2></A> Paul65 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR) to Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA) to codermike<BR> </ul><br> Paul65 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW) from coxy_fc<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN) from Unhalfbricking<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210577#item3210577">The 3 Commandments</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210582#item3210582">Alhambra: The Dice Game</A> (wanted by Amiguero, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210583#item3210583">Dungeons & Dragons: Castle Ravenloft Board Game</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210587#item3210587">Elder Sign</A> (wanted by $25, Benzy311, Herbz, Kerbster76, Mariana, Toolman, red_gamster, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210615#item3210615">Oltre Mare</A> (wanted by junkmonsta)<BR> </ul><br> Paul65:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA)<BR> </ul><br> <A NAME="Phantomwhale"><H2>Phantomwhale</H2></A> Phantomwhale sends:<ul> <LI>$40.0 from Phantomwhale to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO) to loganbreath<BR> </ul><br> Phantomwhale receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR) from wilderness<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204132#item3204132">Cineplexity</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204133#item3204133">Duel of Ages Set 1: Worldspanner</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204135#item3204135">Dungeon Twister</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204136#item3204136">All Things Zombie: The Boardgame</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204138#item3204138">Carnival</A><BR> </ul><br> Phantomwhale:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH) in exchange for $40.0 from Phantomwhale<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO)<BR> </ul><br> <A NAME="Phil81"><H2>Phil81</H2></A> Phil81 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO) to bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN) to da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL) to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE) to da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH) to loganbreath<BR> </ul><br> Phil81 receives:<ul> <LI>$25.0 from Snowy0505 from Snowy0505<BR> <LI>$30.0 from mikipe2 from mikipe2<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI>$35.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$35.0 from skreechlemon from skreechlemon<BR> <LI>$35.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments) from srand<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217483#item3217483">Royal Palace</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217485#item3217485">Pirate's Cove</A> (wanted by $25, Snowy0505, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217488#item3217488">CO₂</A> (wanted by $30, $35, $40, $45, $50, Benzy311, Chuie, Duckula, EGF via Moose_Head, Herbz, MrBaggy, Paul65, Scholle, Snowy0505, dlow, intheclear, junkmonsta, khorgor, mctom, meng, paralipsis, prd1982, srand, trif, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217498#item3217498">Phoenicia</A> (wanted by junkmonsta, mctom, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217514#item3217514">Crossbows and Catapults: Sea Battle Set</A> (wanted by $10, earlyworm, loganbreath)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217567#item3217567">Ever Green</A><BR> </ul><br> Phil81:<BR><ul> <LI>receives $25.0 from Snowy0505 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH)<BR> <LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO)<BR> <LI>receives $35.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN)<BR> <LI>receives $35.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO)<BR> <LI>receives $35.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA)<BR> </ul><br> <A NAME="PK1988"><H2>PK1988</H2></A> PK1988 sends:<ul> <LI>$20.0 from PK1988 to Friendless<BR> </ul><br> PK1988 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments) from earlyworm<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205787#item3205787">Pirate's Cove</A> (wanted by $25, Snowy0505, Toolman, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205790#item3205790">Mag·Blast (Third Edition)</A><BR> </ul><br> PK1988:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments) in exchange for $20.0 from PK1988<BR> </ul><br> <A NAME="PocketAtomic"><H2>PocketAtomic</H2></A> PocketAtomic sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW) to Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT) to Befefig<BR> </ul><br> PocketAtomic receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP) from foursaken<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217823#item3217823">Blue Moon</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217838#item3217838">The Lord of the Rings Dice Building Game</A> (wanted by Toolman, aquillo)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217851#item3217851">Miskatonic School for Girls</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217905#item3217905">Wiz-War (eighth edition)</A> (wanted by $30, $40, Alex Brown, Benzy311, Toolman, Trevi, chicken_ramen, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217908#item3217908">Polterfass</A> (wanted by $10, $15, Amiguero, Scholle, aquillo, dlow, earlyworm, loganbreath, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217920#item3217920">Dragon's Hoard</A> (wanted by bcbgg)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217928#item3217928">Dungeon Twister: The Card Game</A> (wanted by Trevi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217942#item3217942">Power Grid: Australia & Indian Subcontinent</A> (wanted by $15, EGF via Moose_Head, balzi, da pyrate, srand)<BR> </ul><br> PocketAtomic:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP)<BR> </ul><br> <A NAME="prd1982"><H2>prd1982</H2></A> prd1982 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB) to Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10) to some_guy<BR> </ul><br> prd1982 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF) from earlyworm<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195750#item3195750">Star Trek: Fleet Captains</A> (wanted by $30, $35, $40, $50, Befefig, Snowy0505, Tezza, TorbenVang, Trevi, ZombieJules, balzi, chicken_ramen, cyberkev63, da pyrate, ludopoly, paralipsis, squire, strings, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195752#item3195752">Eight-Minute Empire: Legends</A> (wanted by $10, $15, $20, Aneirin, Ax_kidson, Friendless, Kerbster76, Mariana, Ozludo, PK1988, Phil81, Scholle, Vince, balzi, bcbgg, earlyworm, fFish, meng, revgiblet, srand, strings, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195754#item3195754">Boots on the Ground</A> (wanted by $15, dlow, khorgor, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215984#item3215984">Frontline: D-Day</A> (wanted by meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215985#item3215985">Winds Of Plunder</A><BR> </ul><br> prd1982:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB)<BR> </ul><br> <A NAME="pusboyau"><H2>pusboyau</H2></A> pusboyau does not send anything.<BR> pusboyau does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209652#item3209652">The City</A> (wanted by $10, Friendless, Lucky Phil, cyberkev63, khorgor, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210038#item3210038">The Settlers of Catan</A> (wanted by Ax_kidson, intheclear)<BR> </ul><br> <A NAME="red_gamster"><H2>red_gamster</H2></A> red_gamster sends:<ul> <LI>$75.0 from red_gamster to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM) to Jimmers<BR> </ul><br> red_gamster receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR) from Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA) from Lucky Phil<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217462#item3217462">Medieval Merchant</A><BR> </ul><br> red_gamster:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR) in exchange for $75.0 from red_gamster<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB)<BR> </ul><br> <A NAME="reddyredrooster"><H2>reddyredrooster</H2></A> reddyredrooster sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS) to TorbenVang<BR> </ul><br> reddyredrooster receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW) from dangrant88<BR> </ul><br> reddyredrooster:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS)<BR> </ul><br> <A NAME="revgiblet"><H2>revgiblet</H2></A> revgiblet sends:<ul> <LI>$50.0 from revgiblet to Unhalfbricking<BR> <LI>$70.0 from revgiblet to Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments) to Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC) to makhlakh<BR> </ul><br> revgiblet receives:<ul> <LI>$40.0 from Chuie from Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments) from sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM) from wilderness<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195492#item3195492">Ascension: Chronicle of the Godslayer</A> (wanted by Mariana, paralipsis, urbaer)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195495#item3195495">Zombie State: Diplomacy of the Dead</A> (wanted by paralipsis)<BR> </ul><br> revgiblet:<BR><ul> <LI>receives $40.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA) in exchange for $70.0 from revgiblet<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT) in exchange for $50.0 from revgiblet<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR)<BR> </ul><br> <A NAME="rosehip"><H2>rosehip</H2></A> rosehip sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF) to Lucky Phil<BR> </ul><br> rosehip receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA) from Cocteau<BR> </ul><br> rosehip:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF)<BR> </ul><br> <A NAME="sbszine"><H2>sbszine</H2></A> sbszine sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB) to paralipsis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA) to EGF via Moose_Head<BR> </ul><br> sbszine receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS) from Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215417#item3215417">Cartagena 2. The Pirate's Nest</A><BR> </ul><br> sbszine:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB)<BR> </ul><br> <A NAME="Scholle"><H2>Scholle</H2></A> Scholle sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments) to Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI) to ludopoly<BR> </ul><br> Scholle receives:<ul> <LI>$15.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$15.0 from Snowy0505 from Snowy0505<BR> <LI>$35.0 from Chuie from Chuie<BR> <LI>$45.0 from hxbx from hxbx<BR> <LI>$45.0 from srand from srand<BR> <LI>$65.0 from Befefig from Befefig<BR> <LI>$75.0 from red_gamster from red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD) from dangrant88<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204350#item3204350">Italia</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204351#item3204351">Professor Pünschge</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204354#item3204354">Railroad Barons</A> (wanted by paralipsis, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204377#item3204377">Through the Desert</A> (wanted by Kerbster76, bcbgg, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204401#item3204401">Duel in the Dark</A> (wanted by $40, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204406#item3204406">Doctor Faust</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204410#item3204410">Ablaze!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204436#item3204436">Mascarade</A> (wanted by Mark_Owen_Reich, Unhalfbricking, aquillo, balzi, buttadam)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213910#item3213910">Phoenicia</A> (wanted by junkmonsta, mctom, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213916#item3213916">Space Dealer</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213919#item3213919">Der schwarze Pirat</A> (wanted by $15, $20, $30, Amiguero, Lucky Phil, TorbenVang, Vince, coxy_fc, cyberkev63, earlyworm, fFish, huffa2, stompy)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213921#item3213921">Mare Nostrum</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213924#item3213924">Ramparts</A><BR> </ul><br> Scholle:<BR><ul> <LI>receives $15.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX)<BR> <LI>receives $15.0 from Snowy0505 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI)<BR> <LI>receives $35.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW)<BR> <LI>receives $45.0 from hxbx in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT)<BR> <LI>receives $45.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments)<BR> <LI>receives $65.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX)<BR> <LI>receives $75.0 from red_gamster in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT)<BR> </ul><br> <A NAME="silentwolf"><H2>silentwolf</H2></A> silentwolf sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG) to Ax_kidson<BR> </ul><br> silentwolf receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR) from Benzy311<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207993#item3207993">World of Warcraft: The Adventure Game</A> (wanted by Bokke66)<BR> </ul><br> silentwolf:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG)<BR> </ul><br> <A NAME="skreechlemon"><H2>skreechlemon</H2></A> skreechlemon sends:<ul> <LI>$25.0 from skreechlemon to Ozludo<BR> <LI>$30.0 from skreechlemon to Friendless<BR> <LI>$30.0 from skreechlemon to Ozludo<BR> <LI>$30.0 from skreechlemon to Phil81<BR> <LI>$30.0 from skreechlemon to Unhalfbricking<BR> <LI>$35.0 from skreechlemon to Phil81<BR> <LI>$35.0 from skreechlemon to Phil81<BR> <LI>$40.0 from skreechlemon to Unhalfbricking<BR> <LI>$40.0 from skreechlemon to dangrant88<BR> <LI>$40.0 from skreechlemon to haos17<BR> <LI>$55.0 from skreechlemon to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI) to kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments) to nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC) to codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT) to Alex Brown<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO) to Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT) to Mariana<BR> </ul><br> skreechlemon receives:<ul> <LI>$30.0 from Befefig from Befefig<BR> <LI>$35.0 from Befefig from Befefig<BR> <LI>$60.0 from Herbz from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW) from intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX) from Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO) from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments) from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198172#item3198172">The Adventurers: The Temple of Chac</A> (wanted by $20, $35, Benzy311, Chuie, Herbz, Median54, Trevi, junkmonsta, loganbreath, mikipe2, paralipsis, strings, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198174#item3198174">Puerto Rico</A> (wanted by $20, $30, BielTann, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198175#item3198175">Conflict of Heroes: Awakening the Bear! Russia 1941-1942</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198178#item3198178">The Isle of Doctor Necreaux</A> (wanted by $10, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198183#item3198183">Ora et Labora</A> (wanted by $10, $20, $30, $35, $40, $50, $55, Amiguero, Befefig, Dr Corey, EGF via Moose_Head, Friendless, Kerbster76, PK1988, Paul65, Scholle, Snowy0505, Tezza, Toolman, balzi, dangrant88, foursaken, huffa2, kissmejudas, meng, mikipe2, paralipsis, revgiblet, strings, tiggers, urbaer)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198188#item3198188">Star Trek Deck Building Game: The Next Generation</A> (wanted by Ailinoro)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198190#item3198190">Struggle for the Galactic Empire</A> (wanted by $40, Trevi, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198202#item3198202">Masters of Venice</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207406#item3207406">Terra Mystica</A> (wanted by $30, $35, $50, Befefig, Benzy311, Bokke66, Kerbster76, Lucky Phil, Mariana, Paul65, Scholle, Snowy0505, Tezza, Thiessi, ZombieJules, balzi, bcbgg, coxy_fc, dr026, fFish, junkmonsta, paralipsis, revgiblet, silentwolf, squire, srand, strings, tiggers)<BR> </ul><br> skreechlemon:<BR><ul> <LI>receives $30.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT)<BR> <LI>receives $35.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments)<BR> <LI>receives $60.0 from Herbz in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW) in exchange for $40.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX) in exchange for $25.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO) in exchange for $35.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO) in exchange for $40.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE) in exchange for $35.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments) in exchange for $40.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA) in exchange for $55.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT)<BR> </ul><br> <A NAME="Smashngrab"><H2>Smashngrab</H2></A> Smashngrab sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB) to kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT) to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN) to wilderness<BR> </ul><br> Smashngrab receives:<ul> <LI>$50.0 from Critical Mass from Critical Mass<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments) from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments) from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI) from TorbenVang<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217423#item3217423">Container</A> (wanted by $10, $20, $30, $40, $50, $61, $70, MrBaggy, PK1988, Paul65, Snowy0505, Tezza, Thiessi, ateh, buttadam, da pyrate, intheclear, junkmonsta, revgiblet, skreechlemon, some_guy, srand, wilderness, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217424#item3217424">Aztlán</A> (wanted by Friendless)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217425#item3217425">Descent: The Well of Darkness</A> (wanted by $15, Toolman, dlow)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217426#item3217426">Descent: The Tomb of Ice</A> (wanted by Toolman)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217427#item3217427">Descent: The Sea of Blood</A> (wanted by Toolman)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217433#item3217433">Axis & Allies Pacific 1940</A> (wanted by $15, dlow)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217634#item3217634">Mercante</A> (wanted by aquillo, balzi, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217910#item3217910">Android: Netrunner</A> (wanted by $30, $50, Cocteau, Herbz, ZombieJules, ausminstrel, fFish, haos17, khorgor, mctom, red_gamster, silentwolf, srand, stompy, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217911#item3217911">Small World</A> (wanted by $20, $30, $35, Befefig, Benzy311, EGF via Moose_Head, Herbz, Mariana, Snowy0505, Vince, earlyworm, mctom, paralipsis, trif, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217912#item3217912">Abaddon</A> (wanted by $30, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217914#item3217914">Tide of Iron</A> (wanted by Benzy311, Toolman, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217915#item3217915">Road to Enlightenment</A><BR> </ul><br> Smashngrab:<BR><ul> <LI>receives $50.0 from Critical Mass in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9)<BR> </ul><br> <A NAME="Snowy0505"><H2>Snowy0505</H2></A> Snowy0505 sends:<ul> <LI>$15.0 from Snowy0505 to Scholle<BR> <LI>$25.0 from Snowy0505 to Phil81<BR> <LI>$50.0 from Snowy0505 to tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS) to foursaken<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR) to Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU) to intheclear<BR> </ul><br> Snowy0505 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF) from Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT) from paralipsis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW) from buttadam<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194771#item3194771">Isla Dorada</A> (wanted by Median54, junkmonsta, stompy)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194775#item3194775">The Gnomes of Zavandor</A> (wanted by junkmonsta, ludopoly)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194783#item3194783">Dwarven Miner</A> (wanted by Ax_kidson, da pyrate, junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194787#item3194787">Alhambra</A> (wanted by Benzy311, Median54, balzi, junkmonsta, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194800#item3194800">Partini</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194803#item3194803">Pay Day</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196116#item3196116">Outside the Scope of BGG</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198315#item3198315">Magic: The Gathering</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198318#item3198318">Magic: The Gathering</A> (wanted by $10, cyberkev63)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3200758#item3200758">Civilization</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208101#item3208101">Pathfinder Adventure Card Game: Rise of the Runelords – The Skinsaw Murders Adventure Deck</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208103#item3208103">Pathfinder Adventure Card Game: Rise of the Runelords – The Hook Mountain Massacre Adventure Deck</A> (wanted by paralipsis)<BR> </ul><br> Snowy0505:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO) in exchange for $50.0 from Snowy0505<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF) in exchange for $25.0 from Snowy0505<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT) in exchange for $15.0 from Snowy0505<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR)<BR> </ul><br> <A NAME="some_guy"><H2>some_guy</H2></A> some_guy sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE) to BielTann<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT) to Ykikamucow<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER) to loganbreath<BR> </ul><br> some_guy receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10) from prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH) from nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA) from srand<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218089#item3218089">Priests of Ra</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218090#item3218090">Sator Arepo Tenet Opera Rotas</A> (wanted by $20, $30, Mezzomaniac, Paul65, mikipe2, wilderness)<BR> </ul><br> some_guy:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT)<BR> </ul><br> <A NAME="spwaugh"><H2>spwaugh</H2></A> spwaugh sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA) to Benzy311<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments) to meng<BR> </ul><br> spwaugh receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT) from Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO) from Tezza<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210424#item3210424">Zombie Survival: The Board Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210434#item3210434">Changeling: The Dreaming (1st Edition)</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210436#item3210436">Eberron Campaign Setting</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210439#item3210439">Call of Duty: Ghosts</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210441#item3210441">Skylanders: Swap Force</A><BR> </ul><br> spwaugh:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments)<BR> </ul><br> <A NAME="squire"><H2>squire</H2></A> squire sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ) to zeroichi<BR> </ul><br> squire receives:<ul> <LI>$45.0 from Chuie from Chuie<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195804#item3195804">EastFront</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195809#item3195809">The Hunters: German U-Boats at War, 1939-43</A> (wanted by $25, Bokke66, dlow, khorgor, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195810#item3195810">Phantom Leader</A> (wanted by khorgor, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195820#item3195820">Shadows over the Empire</A> (wanted by $20, Snowy0505, Vince, ausminstrel, silentwolf)<BR> </ul><br> squire:<BR><ul> <LI>receives $45.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ)<BR> </ul><br> <A NAME="srand"><H2>srand</H2></A> srand sends:<ul> <LI>$26.0 from srand to cyberkev63<BR> <LI>$45.0 from srand to Scholle<BR> <LI>$50.0 from srand to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments) to Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS) to TorbenVang<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA) to some_guy<BR> </ul><br> srand receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X) from sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX) from Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215895#item3215895">Sylla</A> (wanted by Cocteau, Scholle, junkmonsta, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217415#item3217415">Project Pandora: Grim Cargo</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217626#item3217626">The Manhattan Project</A> (wanted by $30, $35, $40, $45, $60, Benzy311, Chuie, Cocteau, Herbz, Kerbster76, Paul65, Phantomwhale, Scholle, Snowy0505, Szemis, Tezza, aquillo, ausminstrel, balzi, bcbgg, chicken_ramen, da pyrate, hxbx, intheclear, mctom, meng, paralipsis, revgiblet, stompy, tiggers, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218023#item3218023">Sheepland</A> (wanted by loganbreath, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218040#item3218040">Railroad Dice</A> (wanted by $25, Duckula)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218106#item3218106">Mage Knight Board Game</A> (wanted by $30, $40, $45, Befefig, Benzy311, Herbz, Kerbster76, Phil81, PocketAtomic, Scholle, Toolman, TorbenVang, aquillo, da pyrate, dlow, dr026, fFish, mctom, prd1982, revgiblet, silentwolf, stompy, tiggers, zeroichi)<BR> </ul><br> srand:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X) in exchange for $45.0 from srand<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX) in exchange for $50.0 from srand<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments) in exchange for $26.0 from srand<BR> </ul><br> <A NAME="stompy"><H2>stompy</H2></A> stompy sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH) to Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN) to red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI) to Bokke66<BR> </ul><br> stompy receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments) from Thiessi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments) from Bokke66<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195894#item3195894">Call of Cthulhu: The Card Game</A> (wanted by Friendless, mctom, spwaugh)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195897#item3195897">A Game of Thrones: The Card Game</A> (wanted by Toolman, makhlakh, mctom, spwaugh)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195904#item3195904">Middle-earth Quest</A> (wanted by $40, Benzy311, chicken_ramen, mctom, meng, paralipsis, silentwolf)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195934#item3195934">Dungeons & Dragons: Conquest of Nerath Board Game</A> (wanted by $40, chicken_ramen, meng, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195936#item3195936">Star Trek: Fleet Captains</A> (wanted by $30, $35, $40, Ailinoro, Befefig, Tezza, balzi, chicken_ramen, cyberkev63, paralipsis, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195948#item3195948">Cosmic Encounter</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195969#item3195969">Axis & Allies</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195978#item3195978">MidEvil</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195980#item3195980">Beowulf: The Movie Board Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195984#item3195984">Mesopotamia</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195996#item3195996">Apples to Apples</A> (wanted by $20, Ailinoro, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196019#item3196019">Sedition Wars: Battle for Alabaster</A> (wanted by $35, Benzy311, khorgor, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196055#item3196055">A Study in Emerald</A> (wanted by $40, Befefig, Bokke66, Dr Corey, Scholle, ausminstrel, chicken_ramen, da pyrate, junkmonsta, mctom, spwaugh, zeroichi)<BR> </ul><br> stompy:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH)<BR> </ul><br> <A NAME="strings"><H2>strings</H2></A> strings sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT) to buttadam<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO) to BielTann<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE) to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI) to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS) to balzi<BR> </ul><br> strings receives:<ul> <LI>$50.0 from kissmejudas from kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC) from TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217982#item3217982">Code 777</A> (wanted by Median54)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217986#item3217986">Courtier</A> (wanted by $30, aquillo, balzi, hxbx)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218005#item3218005">Modern Art</A> (wanted by nictnic, sbszine)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218009#item3218009">Neuroshima Hex!</A> (wanted by Kerbster76)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218031#item3218031">The Princes of Florence</A> (wanted by Befefig, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218047#item3218047">Ra</A> (wanted by $40, Kerbster76, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218057#item3218057">Rum & Pirates</A> (wanted by huffa2)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218075#item3218075">To Court the King</A> (wanted by $10, Phantomwhale, haos17, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218082#item3218082">Santy Anno</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218095#item3218095">Buy Low Sell High</A> (wanted by sysyphus)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218099#item3218099">Caribbean</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218104#item3218104">Tongiaki</A> (wanted by $20, Moose_Head)<BR> </ul><br> strings:<BR><ul> <LI>receives $50.0 from kissmejudas in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET)<BR> </ul><br> <A NAME="stuartfinlay"><H2>stuartfinlay</H2></A> stuartfinlay does not send anything.<BR> stuartfinlay does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211716#item3211716">Pax Porfiriana</A> (wanted by Amiguero, MrBaggy, Scholle, mctom, meng, paralipsis, zeroichi)<BR> </ul><br> <A NAME="sysyphus"><H2>sysyphus</H2></A> sysyphus sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP) to zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN) to Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments) to Median54<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY) to strings<BR> </ul><br> sysyphus receives:<ul> <LI>$55.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL) from TorbenVang<BR> </ul><br> sysyphus:<BR><ul> <LI>receives $55.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP)<BR> </ul><br> <A NAME="Szemis"><H2>Szemis</H2></A> Szemis sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR) to codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE) to zeroichi<BR> </ul><br> Szemis receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR) from Paul65<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207972#item3207972">Galactic Emperor</A><BR> </ul><br> Szemis:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR)<BR> </ul><br> <A NAME="TaleSpinner"><H2>TaleSpinner</H2></A> TaleSpinner sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX) to Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI) to buttadam<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM) to Lucky Phil<BR> </ul><br> TaleSpinner receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP) from felipe1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments) from Trevi<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198209#item3198209">Dungeon Roll</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198215#item3198215">Cuba</A> (wanted by Ailinoro, Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198222#item3198222">Catan Card Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198225#item3198225">Birds on a Wire</A><BR> </ul><br> TaleSpinner:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX)<BR> </ul><br> <A NAME="Tezza"><H2>Tezza</H2></A> Tezza sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP) to Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS) to Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO) to spwaugh<BR> </ul><br> Tezza receives:<ul> <LI>$25.0 from cyberkev63 from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN) from foursaken<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU) from Friendless<BR> </ul><br> Tezza:<BR><ul> <LI>receives $25.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO)<BR> </ul><br> <A NAME="TheKeyLosers"><H2>TheKeyLosers</H2></A> TheKeyLosers does not send anything.<BR> TheKeyLosers does not receive anything.<BR> <A NAME="Thiessi"><H2>Thiessi</H2></A> Thiessi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments) to stompy<BR> </ul><br> Thiessi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS) from makhlakh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP) from bcbgg<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198131#item3198131">Puerto Rico</A> (wanted by $20, $30, BielTann, Snowy0505)<BR> </ul><br> Thiessi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments)<BR> </ul><br> <A NAME="tiggers"><H2>tiggers</H2></A> tiggers sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC) to Mark_Owen_Reich<BR> </ul><br> tiggers receives:<ul> <LI>$50.0 from Snowy0505 from Snowy0505<BR> <LI>$60.0 from BielTann from BielTann<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207883#item3207883">Mammoth Hunters</A> (wanted by Vince, junkmonsta, strings)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207887#item3207887">Dragonheart</A> (wanted by $15, Tezza, strings)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207888#item3207888">Merkator</A> (wanted by Scholle, Tezza)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215184#item3215184">London</A> (wanted by $40, Duckula)<BR> </ul><br> tiggers:<BR><ul> <LI>receives $50.0 from Snowy0505 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC)<BR> <LI>receives $60.0 from BielTann in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT)<BR> </ul><br> <A NAME="Toolman"><H2>Toolman</H2></A> Toolman sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS) to Benzy311<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR) to red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF) to Snowy0505<BR> </ul><br> Toolman receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC) from Jimmers<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204117#item3204117">BodgerMania</A><BR> </ul><br> Toolman:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS)<BR> </ul><br> <A NAME="TorbenVang"><H2>TorbenVang</H2></A> TorbenVang sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX) to Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI) to Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL) to sysyphus<BR> </ul><br> TorbenVang receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS) from reddyredrooster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS) from srand<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215459#item3215459">Mythic Battles</A> (wanted by Cocteau, Scholle, da pyrate, paralipsis, prd1982, silentwolf)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215476#item3215476">Star Trek Deck Building Game: The Next Generation</A> (wanted by Ailinoro)<BR> </ul><br> TorbenVang:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL)<BR> </ul><br> <A NAME="Trevi"><H2>Trevi</H2></A> Trevi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments) to Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO) to Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments) to TaleSpinner<BR> </ul><br> Trevi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF) from Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ) from Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217948#item3217948">Roll Through the Ages: The Bronze Age</A> (wanted by $25, Duckula, Kerbster76, Median54, balzi, haos17, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218078#item3218078">After Pablo</A> (wanted by Scholle, da pyrate, meng, srand, trif)<BR> </ul><br> Trevi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX)<BR> </ul><br> <A NAME="trif"><H2>trif</H2></A> trif sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS) to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS) to meng<BR> </ul><br> trif receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB) from red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA) from intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205713#item3205713">Zong Shi</A> (wanted by wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205740#item3205740">Riffifi</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205746#item3205746">Phantom</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205749#item3205749">Zombiegeddon</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205752#item3205752">Blood Royale</A><BR> </ul><br> trif:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments)<BR> </ul><br> <A NAME="Unhalfbricking"><H2>Unhalfbricking</H2></A> Unhalfbricking sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR) to fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC) to Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN) to Paul65<BR> </ul><br> Unhalfbricking receives:<ul> <LI>$30.0 from Moose_Head from Moose_Head<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI>$40.0 from Duckula from Duckula<BR> <LI>$40.0 from chicken_ramen from chicken_ramen<BR> <LI>$40.0 from skreechlemon from skreechlemon<BR> <LI>$50.0 from Befefig from Befefig<BR> <LI>$50.0 from revgiblet from revgiblet<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194630#item3194630">Shinobi: War of Clans</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194637#item3194637">Cornish Smuggler</A> (wanted by $40, Ailinoro, Amiguero, chicken_ramen, junkmonsta, prd1982, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194644#item3194644">Il Principe</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194645#item3194645">The Dutch Golden Age</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194656#item3194656">New Haven</A> (wanted by $20, BielTann, junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217903#item3217903">Redshirts</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217913#item3217913">Crazy Kick</A><BR> </ul><br> Unhalfbricking:<BR><ul> <LI>receives $30.0 from Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3)<BR> <LI>receives $40.0 from Duckula in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF)<BR> <LI>receives $40.0 from chicken_ramen in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN)<BR> <LI>receives $40.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD)<BR> <LI>receives $50.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM)<BR> <LI>receives $50.0 from revgiblet in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR)<BR> </ul><br> <A NAME="urbaer"><H2>urbaer</H2></A> urbaer sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE) to foursaken<BR> </ul><br> urbaer receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG) from Happy Grizzly<BR> </ul><br> urbaer:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE)<BR> </ul><br> <A NAME="Vince"><H2>Vince</H2></A> Vince sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL) to ausminstrel<BR> </ul><br> Vince receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB) from Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments) from Trevi<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215898#item3215898">Phoenicia</A> (wanted by $25, Lucky Phil, Scholle, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217013#item3217013">Tomb</A> (wanted by paralipsis)<BR> </ul><br> Vince:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS)<BR> </ul><br> <A NAME="wakeem"><H2>wakeem</H2></A> wakeem does not send anything.<BR> wakeem does not receive anything.<BR> <A NAME="wilderness"><H2>wilderness</H2></A> wilderness sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR) to Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS) to Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR) to earlyworm<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED) to TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA) to Scholle<BR> </ul><br> wilderness receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV) from balzi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN) from Aneirin<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215641#item3215641">Tash-Kalar: Arena of Legends</A> (wanted by $40, Benzy311, Chuie, Scholle, Snowy0505, Toolman, da pyrate, fFish, paralipsis, srand, tiggers, trif, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216754#item3216754">Batavia</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216801#item3216801">Asteroyds</A> (wanted by codermike)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216804#item3216804">Charon Inc.</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216806#item3216806">Dragon Rage</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216810#item3216810">Finca: El Razul</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216954#item3216954">Rome</A> (wanted by mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216956#item3216956">Kolejka</A> (wanted by $20, khorgor, mikipe2, red_gamster, reddyredrooster, srand, trif)<BR> </ul><br> wilderness:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP)<BR> </ul><br> <A NAME="wozzit"><H2>wozzit</H2></A> wozzit does not send anything.<BR> wozzit does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198684#item3198684">Space Empires: 4X</A> (wanted by Trevi, Vince, da pyrate, paralipsis, stuartfinlay)<BR> </ul><br> <A NAME="Ykikamucow"><H2>Ykikamucow</H2></A> Ykikamucow sends:<ul> <LI>$40.0 from Ykikamucow to Jimmers<BR> </ul><br> Ykikamucow receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT) from some_guy<BR> </ul><br> Ykikamucow:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT) in exchange for $40.0 from Ykikamucow<BR> </ul><br> <A NAME="zerogeek"><H2>zerogeek</H2></A> zerogeek does not send anything.<BR> zerogeek does not receive anything.<BR> <A NAME="zeroichi"><H2>zeroichi</H2></A> zeroichi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI) to Critical Mass<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO) to Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW) to Befefig<BR> </ul><br> zeroichi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ) from squire<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE) from Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196003#item3196003">Doom: The Boardgame</A> (wanted by $30, Cocteau, PocketAtomic, Toolman, paralipsis, prd1982, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196009#item3196009">Risk 2210 A.D.</A> (wanted by Lucky Phil)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196014#item3196014">Space Hulk: Death Angel – The Card Game</A> (wanted by $15, $20, Alex Brown, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196015#item3196015">The Convoy</A> (wanted by loganbreath)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196016#item3196016">Tide of Iron</A> (wanted by Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196020#item3196020">Tide of Iron: Designer Series Vol. 1</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196022#item3196022">Tide of Iron: Normandy</A><BR> </ul><br> zeroichi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI)<BR> </ul><br> <A NAME="ZombieJules"><H2>ZombieJules</H2></A> ZombieJules sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM) to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG) to spwaugh<BR> </ul><br> ZombieJules receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments) from Happy Grizzly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER) from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP) from PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP) from Cocteau<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196921#item3196921">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196935#item3196935">Caledea: The Epic Strategy Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196941#item3196941">Confrontation</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196943#item3196943">DeepWars</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196951#item3196951">Fallen City of Karez</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196953#item3196953">Guilds of Cadwallon</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196954#item3196954">Kings of War</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196967#item3196967">Midgard</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196973#item3196973">Nightfall</A><BR> </ul><br> ZombieJules:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN)<BR> </ul><br> </BODY></HTML>
DrFriendless/TradeMaximizerOz
Trades/Old Trades/amiguero6/result18.html
HTML
mit
290,224