text
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 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>3. Initial conditions file — MAOOAM documentation</title>
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="top" title="MAOOAM documentation" href="../index.html" />
<link rel="next" title="4. Inner products module" href="inprod_analytic.html" />
<link rel="prev" title="2. Initial conditions generator module" href="ic_def.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="inprod_analytic.html" title="4. Inner products module"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="ic_def.html" title="2. Initial conditions generator module"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">MAOOAM documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<span class="target" id="module-ic"></span><div class="section" id="initial-conditions-file">
<h1>3. Initial conditions file<a class="headerlink" href="#initial-conditions-file" title="Permalink to this headline">¶</a></h1>
<p>This file defines the initial conditions of the model. To be deleted if the dimensions are changed.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Example:</th><td class="field-body"></td>
</tr>
</tbody>
</table>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">ic</span> <span class="kn">import</span> <span class="n">X0</span>
</pre></div>
</div>
<div class="section" id="global-variables-state-vectors">
<h2>3.1. Global variables (state vectors)<a class="headerlink" href="#global-variables-state-vectors" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>X0 random (non-null) initial conditions.</li>
</ul>
</div>
<div class="section" id="dependencies">
<h2>3.2. Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline">¶</a></h2>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">import</span> <span class="nn">numpy</span> <span class="kn">as</span> <span class="nn">np</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/MAOOAM_small.png" alt="Logo"/>
</a></p>
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">3. Initial conditions file</a><ul>
<li><a class="reference internal" href="#global-variables-state-vectors">3.1. Global variables (state vectors)</a></li>
<li><a class="reference internal" href="#dependencies">3.2. Dependencies</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="ic_def.html"
title="previous chapter">2. Initial conditions generator module</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="inprod_analytic.html"
title="next chapter">4. Inner products module</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/rstfiles/ic.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="inprod_analytic.html" title="4. Inner products module"
>next</a> |</li>
<li class="right" >
<a href="ic_def.html" title="2. Initial conditions generator module"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">MAOOAM documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Maxime Tondeur, Jonathan Demaeyer.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.
</div>
</body>
</html> | Climdyn/MAOOAM | python/doc/build/html/rstfiles/ic.html | HTML | mit | 6,687 |
{% extends "base.html" %}
{% block ext_js %}
<script type="text/javascript">
$(document).ready(function(){
$("#gw_info").accordion();
$("#live_feed").accordion();
$("#app_tabs").tabs();
$('.my_table').dataTable({
"bJQueryUI": true,
"bPaginate": true,
"bSort": true,
"bAutoWidth": true,
});
});
</script>
{% endblock%}
{% block content %}
{% comment %}
<table id="live_update" width="960" border="0" cellpadding="0" cellspacing="0" style="margin-top:20px;" class="ui-corner-all">
<td align="left">
<div id="gw_info" style="width:340px;">
<h3><a href="">Gateway Status</a></h3>
<div><p>Gateway Information comes here</p></div>
</div>
</td>
<td align="left">
<div id="live_feed" style="width:605px;">
<h3><a href="">Incoming Message</a></h3>
<div><p>A live update for incoming message</p></div>
</div>
</td>
</table>
{% endcomment %}
<hr/>
<div id="app_tabs">
<ul>
<li><a href="#sent_items">Sent Message</a></li>
<li><a href="#inbox">Received Message</a></li>
<li><a href="#app_one">App One</a></li>
</ul>
<div id="sent_items">
<table id="sent_table" class="my_table display">
<thead>
<tr>
<th>Destionation Number</th>
<th>Message</th>
<th>UDH</th>
<th>Sending Time</th>
<th>Status</th>
</tr>
</thead>
<tbody id="sent_item">
{% if sent_items %}{% for item in sent_items%}
<tr>
<td>{{ item.destination_number}}</td>
<td>{{ item.text_decoded }}</td>
<td>{{ item.udh }}</td>
<td>{{ item.sending_datetime }}</td>
<td>{{ item.status }}</td>
</tr>
{% endfor %}{% endif %}
</tbody>
</table>
</div>
<div id="inbox">
<table id="inbox_table" class="my_table display">
<thead>
<tr>
<th>Sender Number</th>
<th>Message</th>
<th>UDH</th>
<th>Receiving Time</th>
<th>Update Time</th>
</tr>
</thead>
<tbody id="inbox">
{% if inbox %}{% for item in inbox%}
<tr>
<td>{{ item.sender_number}}</td>
<td>{{ item.text_decoded }}</td>
<td>{{ item.udh }}</td>
<td>{{ item.receiving_datetime }}</td>
<td>{{ item.update_in_db }}</td>
</tr>
{% endfor %}{% endif %}
</tbody>
</table>
</div>
<div id="app_one">
<table id="AppTable" class="my_table display">
<thead>
<tr>
<th>Name</th>
<th>Other fields</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
{% endblock%}
| lubao/uju | templates/UjuServer/home.html | HTML | mit | 3,207 |
<nav class="navbar title">
<div class="container" style="text-align: center;">
<ul class="pager">
<li class="previous"></li>
<li style="font-size:22px;" data-app-menu="member" data-app-icon="ion-person"></li>
<li class="next"></li>
</ul>
</div>
</nav>
<div class="container">
<div class="btn-group btn-group-justified" role="group" aria-label="저장" style="margin-bottom:20px;">
<div class="btn-group" role="group">
<button type="button" class="btn btn-success btn-md" data-ng-click="regist()"><i class='ion-person-add'></i> 새 찬양대원 등록</button>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="sView =! sView" style="cursor: pointer;">소프라노 <span class="badge" data-ng-bind="memberList.s.length"></span><span style="float: right;"><i data-ng-class="sView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="sView">
<tr data-ng-repeat="m in memberList.s">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="aView =! aView" style="cursor: pointer;">알토 <span class="badge" data-ng-bind="memberList.a.length"></span><span style="float: right;"><i data-ng-class="aView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="aView">
<tr data-ng-repeat="m in memberList.a">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="tView =! tView" style="cursor: pointer;">테너 <span class="badge" data-ng-bind="memberList.t.length"></span><span style="float: right;"><i data-ng-class="tView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="tView">
<tr data-ng-repeat="m in memberList.t">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="bView =! bView" style="cursor: pointer;">베이스 <span class="badge" data-ng-bind="memberList.b.length"></span><span style="float: right;"><i data-ng-class="bView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="bView">
<tr data-ng-repeat="m in memberList.b">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="eView =! eView" style="cursor: pointer;">기타 <span class="badge" data-ng-bind="memberList.e.length"></span><span style="float: right;"><i data-ng-class="eView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="eView">
<tr data-ng-repeat="m in memberList.e">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="hView =! hView" style="cursor: pointer;">휴직 <span class="badge" data-ng-bind="memberList.h.length"></span><span style="float: right;"><i data-ng-class="hView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="hView">
<tr data-ng-repeat="m in memberList.h">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-ng-click="xView =! xView" style="cursor: pointer;">탈단 <span class="badge" data-ng-bind="memberList.x.length"></span><span style="float: right;"><i data-ng-class="xView?'ion-chevron-up':'ion-chevron-down'"></i></span></div>
<table class="table" data-ng-show="xView">
<tr data-ng-repeat="m in memberList.x">
<td data-ng-bind="m.memberNm" class="text-center"></td>
<td data-ng-bind="m.cPositionNm" class="text-center"></td>
<td data-ng-bind="m.positionNm" class="text-center"></td>
<td class="text-center"><a href="javascript:;" data-ng-click="detail(m.memberId);"><i class='ion-edit'></i> 상세보기</a></td>
</tr>
</table>
</div>
</div> | yhzion/choirzion-demo | app/view/member/member.html | HTML | mit | 5,730 |
<h2>BTStandardContentFindUsageParams</h2>
<ul class="parameter">
<li class="param-required-false">parameters : List
<br/>
</li>
</ul>
<ul class="parameter">
<li class="param-required-false">componentDocumentId : String
<br/>
</li>
</ul>
<ul class="parameter">
<li class="param-required-false">usedFromInDays : String
<br/>
</li>
</ul>
<ul class="parameter">
<li class="param-required-false">userId : String
<br/>
</li>
</ul>
<ul class="parameter">
<li class="param-required-false">companyId : String
<br/>
</li>
</ul>
| onshape-public/onshape-clients | dynamic-html/docs/models/BTStandardContentFindUsageParams.html | HTML | mit | 559 |
<div class="container login-container">
<h4 class="title" translate="LOGIN"></h4>
<form class="form-horizontal" role="form" id="loginform">
<div class="form-group">
<label for="email" class="col-xs-1 control-label" translate="EMAIL"></label>
<div class="col-xs-11">
<input type="text" ng-model="login.email" class="form-control" id="email" required>
</div>
</div>
<div class="form-group">
<label for="password" class="col-xs-1 control-label" translate="PASSWORD"></label>
<div class="col-xs-11">
<input type="password" ng-model="login.password" class="form-control" id="password" required>
</div>
</div>
<div class="form-group">
<div class="col-xs-offset-1 col-xs-11">
<h6><a id="forgotPassword" ng-click="doReset()" translate="FORGOT_PASS"></a></h6>
</div>
</div>
<div class="form-group">
<div class="col-xs-offset-1 col-xs-11">
<button type="submit" class="btn btn-common" ng-click="doLogin()" translate="LOGIN"></button>
</div>
</div>
</form>
</div> | ssuljic/scrummer | app/assets/javascripts/templates/login.html | HTML | mit | 1,135 |
<HTML><HEADER><meta charset="UTF-8"><BODY>
<A NAME="aaronseeber"><H2>aaronseeber</H2></A>
aaronseeber sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR) to Phil81<BR>
</ul><br>
aaronseeber receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO) from Neil Thomson<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152318#item2152318">Bolide</A><BR>
</ul><br>
aaronseeber:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR)<BR>
</ul><br>
<A NAME="Abanon"><H2>Abanon</H2></A>
Abanon sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106952#item2106952">Entry 143: Cheapass Games</A> (0143-CHEAG) to Lucky Phil<BR>
</ul><br>
Abanon receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR) from some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125166#item2125166">Entry 281: Bang! The Bullet!</A> (0281-BANTB) from Unhalfbricking<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106940#item2106940">Illuminati: Deluxe Edition</A> (wanted by srand, thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106946#item2106946">The Haunting House</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152641#item2152641">Star Munchkin</A> (wanted by $5, Lucky Phil)<BR>
</ul><br>
Abanon:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125166#item2125166">Entry 281: Bang! The Bullet!</A> (0281-BANTB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106952#item2106952">Entry 143: Cheapass Games</A> (0143-CHEAG)<BR>
</ul><br>
<A NAME="Alae"><H2>Alae</H2></A>
Alae sends:<ul>
<LI>$20.0 from Alae to Friendless<BR>
<LI>$30.0 from Alae to Unhalfbricking<BR>
<LI>$40.0 from Alae to Thiessi<BR>
<LI>$45.0 from Alae to Phil81<BR>
<LI>$48.0 from Alae to wilderness<BR>
<LI>$55.0 from Alae to Scholle<BR>
</ul><br>
Alae receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON) from paco paco<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA) from Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL) from nnf1<BR>
</ul><br>
Alae:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO) in exchange for $20.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD) in exchange for $45.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N) in exchange for $40.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON) in exchange for $30.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA) in exchange for $48.0 from Alae<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL) in exchange for $55.0 from Alae<BR>
</ul><br>
<A NAME="Alex Brown"><H2>Alex Brown</H2></A>
Alex Brown sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS) to MrBaggy<BR>
</ul><br>
Alex Brown receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS) from hxbx<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130977#item2130977">Flash Duel: Second Edition</A><BR>
</ul><br>
Alex Brown:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS)<BR>
</ul><br>
<A NAME="Amiguero"><H2>Amiguero</H2></A>
Amiguero sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI) to Friendless<BR>
</ul><br>
Amiguero receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096051#item2096051">Carcassonne: The Discovery</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096052#item2096052">Lupin the 3rd</A> (wanted by $30, some_guy, srand, thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116362#item2116362">Ca$h 'n Gun$: Live</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141637#item2141637">Settlers of Catan: Gallery Edition</A> (wanted by Tegs)<BR>
</ul><br>
Amiguero:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI)<BR>
</ul><br>
<A NAME="Amnese"><H2>Amnese</H2></A>
Amnese sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA) to TorbenVang<BR>
</ul><br>
Amnese receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments) from wilderness<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096951#item2096951">Acquire</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096952#item2096952">Alhambra</A> (wanted by mjwills, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096953#item2096953">Grand Illusion: The 1914 Campaign in the West</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096954#item2096954">In the Shadow of the Emperor</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096956#item2096956">Pursuit of Glory</A> (wanted by $40, Alae, ausminstrel, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096957#item2096957">Race for the Galaxy</A> (wanted by Mariana, Phil81, ausminstrel, mbroecker, mjwills, revgiblet)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096958#item2096958">Senator</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096960#item2096960">Skybridge</A> (wanted by Mariana, Ykikamucow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096961#item2096961">SPQR (Deluxe Edition)</A> (wanted by GeneSteeler, da pyrate, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096963#item2096963">Victory: The Blocks of War</A><BR>
</ul><br>
Amnese:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA)<BR>
</ul><br>
<A NAME="ausminstrel"><H2>ausminstrel</H2></A>
ausminstrel sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST) to some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR) to Kinosness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB) to srand<BR>
</ul><br>
ausminstrel receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA) from Dr Corey<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE) from revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS) from some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM) from paco paco<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO) from mbroecker<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW) from mikotan26<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN) from MrBaggy<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151777#item2151777">Conquest Tactics</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151779#item2151779">Cosmic Encounter</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151782#item2151782">Risk 2210 A.D.</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151783#item2151783">Diplomacy</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151785#item2151785">Bohnanza</A> (wanted by Morka)<BR>
</ul><br>
ausminstrel:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR)<BR>
</ul><br>
<A NAME="brumbynut"><H2>brumbynut</H2></A>
brumbynut does not send anything.<BR>
brumbynut does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115014#item2115014">Tomb</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115016#item2115016">FaceEater</A><BR>
</ul><br>
<A NAME="Charlie Alpha"><H2>Charlie Alpha</H2></A>
Charlie Alpha sends:<ul>
<LI>$30.0 from Charlie Alpha to vanadamme<BR>
</ul><br>
Charlie Alpha receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA) from Karlsen<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142778#item2142778">Axis & Allies: Europe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142779#item2142779">Axis & Allies: Pacific</A><BR>
</ul><br>
Charlie Alpha:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA) in exchange for $30.0 from Charlie Alpha<BR>
</ul><br>
<A NAME="ChrisPayne"><H2>ChrisPayne</H2></A>
ChrisPayne sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER) to petegs<BR>
</ul><br>
ChrisPayne receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M) from earlyworm<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150197#item2150197">Second World War at Sea: Bismarck</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150198#item2150198">Panzer Grenadier: Eastern Front</A><BR>
</ul><br>
ChrisPayne:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER)<BR>
</ul><br>
<A NAME="Chuie"><H2>Chuie</H2></A>
Chuie sends:<ul>
<LI>$20.0 from Chuie to nnf1<BR>
<LI>$35.0 from Chuie to nnf1<BR>
<LI>$45.0 from Chuie to thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL) to Isolater<BR>
</ul><br>
Chuie receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC) from Critical Mass<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO) from FinalAttack<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT) from revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN) from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR) from Duke Leto<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT) from PocketAtomic<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142945#item2142945">Cuba</A> (wanted by Kerbster76, Paul65)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142946#item2142946">Dixit</A> (wanted by $20, Amiguero, Lucky Phil, Mariana, PBrennan, Tegs, Ykikamucow, mr_lunch, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142950#item2142950">A Touch of Evil: The Supernatural Game</A> (wanted by ChrisPayne, Kerbster76, PocketAtomic, revgiblet)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142951#item2142951">Wars of the Roses: Lancaster vs. York</A> (wanted by $55, Alae, PocketAtomic, da pyrate, prd1982, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151708#item2151708">Acquire</A> (wanted by Kerbster76)<BR>
</ul><br>
Chuie:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC) in exchange for $20.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142955#item2142955">Entry 402: Zong Shi</A> (0402-ZONGS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT) in exchange for $35.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN) in exchange for $45.0 from Chuie<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP)<BR>
</ul><br>
<A NAME="coxy_fc"><H2>coxy_fc</H2></A>
coxy_fc sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC) to tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR) to rustylantern<BR>
</ul><br>
coxy_fc receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129083#item2129083">Chaos in the Old World</A> (wanted by Chuie, Dr Corey, Kinosness, Thiessi, earlyworm, mikotan26, mjwills, revgiblet, srand, stuartfinlay, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129086#item2129086">Middle-Earth Quest</A> (wanted by Croup and Vandemar, Friendless, brumbynut, johnclark, mr_lunch, prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129098#item2129098">Imperial</A> (wanted by $15, $20, $25, $30, Charlie Alpha, Croup and Vandemar, Dr Corey, Phil81, Thiessi, revgiblet, srand, stuartfinlay, tiggers, vanadamme)<BR>
</ul><br>
coxy_fc:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142952#item2142952">Entry 400: Nuns on the Run</A> (0400-NUOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND)<BR>
</ul><br>
<A NAME="Critical Mass"><H2>Critical Mass</H2></A>
Critical Mass sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI) to renacreon<BR>
</ul><br>
Critical Mass receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL) from TumbleSteak<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104230#item2104230">The Pillars of the Earth</A> (wanted by Abanon, Kerbster76, PocketAtomic, fFish, junkmonsta, mjwills, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104232#item2104232">The Pillars of the Earth: Expansion Set</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104235#item2104235">PitchCar Extension</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104237#item2104237">PitchCar Extension 2</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104239#item2104239">Carcassonne: Hunters and Gatherers</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104240#item2104240">Colossal Arena</A> (wanted by Phil81, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104244#item2104244">Quarto!</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104245#item2104245">Rook</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104248#item2104248">Start Player</A> (wanted by $20, Phil81)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104249#item2104249">Relationship Tightrope</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104251#item2104251">It's Mine!</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104254#item2104254">The Hollywood! Card Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104259#item2104259">Sorry! Revenge Card Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104262#item2104262">I Spy Memory Game</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104266#item2104266">5 Second Rule</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122310#item2122310">Tongiaki</A><BR>
</ul><br>
Critical Mass:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104238#item2104238">Entry 84: Lost Cities</A> (0084-LOSTC)<BR>
</ul><br>
<A NAME="Croup and Vandemar"><H2>Croup and Vandemar</H2></A>
Croup and Vandemar sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI) to tiggers<BR>
</ul><br>
Croup and Vandemar receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG) from TorbenVang<BR>
</ul><br>
Croup and Vandemar:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI)<BR>
</ul><br>
<A NAME="cyberkev63"><H2>cyberkev63</H2></A>
cyberkev63 sends:<ul>
<LI>$15.0 from cyberkev63 to tiggers<BR>
<LI>$20.0 from cyberkev63 to Duke Leto<BR>
<LI>$30.0 from cyberkev63 to Thiessi<BR>
</ul><br>
cyberkev63 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW) from Kinosness<BR>
</ul><br>
cyberkev63:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND) in exchange for $30.0 from cyberkev63<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA) in exchange for $15.0 from cyberkev63<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW) in exchange for $20.0 from cyberkev63<BR>
</ul><br>
<A NAME="da pyrate"><H2>da pyrate</H2></A>
da pyrate sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT) to Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS) to Friendless<BR>
</ul><br>
da pyrate receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT) from Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153023#item2153023">Entry 668: Horse Fever</A> (0668-HORSF) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108147#item2108147">Hoity Toity</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109464#item2109464">Bobby Lee</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2110085#item2110085">Columbia Games</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2110699#item2110699">NATO: The Next War in Europe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2110701#item2110701">Blackbeard</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2120981#item2120981">World of Warcraft</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2131673#item2131673">The Republic of Rome</A><BR>
</ul><br>
da pyrate:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153023#item2153023">Entry 668: Horse Fever</A> (0668-HORSF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI)<BR>
</ul><br>
<A NAME="Damhsa_Roisin"><H2>Damhsa_Roisin</H2></A>
Damhsa_Roisin does not send anything.<BR>
Damhsa_Roisin does not receive anything.<BR>
<A NAME="dlow"><H2>dlow</H2></A>
dlow sends:<ul>
<LI>$10.0 from dlow to Scholle<BR>
<LI>$10.0 from dlow to Unhalfbricking<BR>
<LI>$40.0 from dlow to Dr Corey<BR>
<LI>$40.0 from dlow to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO) to thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR) to Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116345#item2116345">Entry 260: I Spy In Common</A> (0260-ISPIC) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS) to mbroecker<BR>
</ul><br>
dlow receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137175#item2137175">Entry 348: Acquire</A> (0348-ACQUI) (1 comments) from Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI) from Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM) from nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153039#item2153039">Entry 674: Mage Knight Dungeons</A> (0674-MAGKN) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116338#item2116338">Giants</A> (wanted by $20, $35, Phil81, Scholle, Ykikamucow, ausminstrel, mikipe2, prd1982, some_guy, sysyphus, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116339#item2116339">Oasis</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116341#item2116341">Subulata</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116342#item2116342">Tribe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116343#item2116343">Battle B-Daman</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116344#item2116344">Chessword</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116349#item2116349">Brawl</A><BR>
</ul><br>
dlow:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116345#item2116345">Entry 260: I Spy In Common</A> (0260-ISPIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments) in exchange for $40.0 from dlow<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA) in exchange for $40.0 from dlow<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137175#item2137175">Entry 348: Acquire</A> (0348-ACQUI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI) in exchange for $10.0 from dlow<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153039#item2153039">Entry 674: Mage Knight Dungeons</A> (0674-MAGKN) in exchange for $10.0 from dlow<BR>
</ul><br>
<A NAME="Dr Corey"><H2>Dr Corey</H2></A>
Dr Corey sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND) to PBrennan<BR>
</ul><br>
Dr Corey receives:<ul>
<LI>$40.0 from dlow from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT) from tiggers<BR>
</ul><br>
Dr Corey:<BR><ul>
<LI>receives $40.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101302#item2101302">Entry 53: Khet: The Laser Game</A> (0053-KHTLA)<BR>
</ul><br>
<A NAME="Duke Leto"><H2>Duke Leto</H2></A>
Duke Leto sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA) to TaleSpinner<BR>
</ul><br>
Duke Leto receives:<ul>
<LI>$20.0 from cyberkev63 from cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA) from fFish<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152250#item2152250">Kill the Hippies</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152255#item2152255">Mahjong</A> (wanted by Amiguero)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152256#item2152256">Lawless</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152261#item2152261">Batman: Arkham City</A> (wanted by srand)<BR>
</ul><br>
Duke Leto:<BR><ul>
<LI>receives $20.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152247#item2152247">Entry 547: Amun-Re</A> (0547-AMUNR)<BR>
</ul><br>
<A NAME="earlyworm"><H2>earlyworm</H2></A>
earlyworm sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA) to mikotan26<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX) to Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M) to ChrisPayne<BR>
</ul><br>
earlyworm receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116345#item2116345">Entry 260: I Spy In Common</A> (0260-ISPIC) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151731#item2151731">Entry 530: Queen of the Cupcakes</A> (0530-QUOTC) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT) from PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG) from Mariana<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105491#item2105491">Margaret & David At The Movies Boardgame</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105494#item2105494">Vanished Planet</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105495#item2105495">Cluzzle</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105498#item2105498">Martian Fluxx</A> (wanted by $10, Lucky Phil)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105499#item2105499">Famiglia</A> (wanted by Oiler, Scholle)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105502#item2105502">DaVinci's Mancala</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105504#item2105504">Killer Bunnies and the Quest for the Magic Carrot</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105505#item2105505">Fallout 3</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105507#item2105507">Army of Two</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105510#item2105510">Assassin's Creed</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105513#item2105513">PlayStation 2</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105514#item2105514">Xbox</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105515#item2105515">PSP</A><BR>
</ul><br>
earlyworm:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116345#item2116345">Entry 260: I Spy In Common</A> (0260-ISPIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116346#item2116346">Entry 261: Monza</A> (0261-MONZA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116347#item2116347">Entry 262: Pig Pile</A> (0262-PIGPI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105503#item2105503">Entry 113: Fury of Dracula</A> (0113-FUROD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151731#item2151731">Entry 530: Queen of the Cupcakes</A> (0530-QUOTC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105506#item2105506">Entry 116: Call of Duty 4: Modern Warfare</A> (0116-COD4M)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI)<BR>
</ul><br>
<A NAME="fFish"><H2>fFish</H2></A>
fFish sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB) to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY) to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA) to Duke Leto<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT) to mikipe2<BR>
</ul><br>
fFish receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO) from stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE) from TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments) from Kinosness<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147431#item2147431">Winds Of Plunder</A><BR>
</ul><br>
fFish:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147438#item2147438">Entry 442: Thurn and Taxis: Power and Glory</A> (0442-TATPA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH)<BR>
</ul><br>
<A NAME="FinalAttack"><H2>FinalAttack</H2></A>
FinalAttack sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO) to Chuie<BR>
</ul><br>
FinalAttack receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO) from stuartfinlay<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125116#item2125116">Space Hulk: Death Angel - The Card Game</A> (wanted by $10, Abanon, mikipe2)<BR>
</ul><br>
FinalAttack:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125115#item2125115">Entry 279: Nexus Ops</A> (0279-NEXUO)<BR>
</ul><br>
<A NAME="Foozle"><H2>Foozle</H2></A>
Foozle sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC) to Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC) to TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF) to Paul65<BR>
</ul><br>
Foozle receives:<ul>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU) from mr_lunch<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109140#item2109140">Iron Dragon</A> (wanted by junkmonsta, petegs, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109150#item2109150">Frag</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109187#item2109187">Power Grid</A><BR>
</ul><br>
Foozle:<BR><ul>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109179#item2109179">Entry 171: Modern Art</A> (0171-MODEA) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109160#item2109160">Entry 169: Dominion</A> (0169-DOMIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109121#item2109121">Entry 166: Battle Hymn</A> (0166-BATTH) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC)<BR>
</ul><br>
<A NAME="foursaken"><H2>foursaken</H2></A>
foursaken sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT) to revgiblet<BR>
</ul><br>
foursaken receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC) from rustylantern<BR>
</ul><br>
foursaken:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT)<BR>
</ul><br>
<A NAME="Friendless"><H2>Friendless</H2></A>
Friendless sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments) to prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143742#item2143742">Entry 412: Freya's Folly</A> (0412-FREYF) to intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN) to Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments) to Fronk<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS) to Foozle<BR>
</ul><br>
Friendless receives:<ul>
<LI>$10.0 from Fronk from Fronk<BR>
<LI>$10.0 from mikipe2 from mikipe2<BR>
<LI>$15.0 from Lucky Phil from Lucky Phil<BR>
<LI>$20.0 from Alae from Alae<BR>
<LI>$30.0 from Fronk from Fronk<BR>
<LI>$30.0 from Lucky Phil from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI) from Amiguero<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN) from Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143733#item2143733">Battle of the Bands: Encore Edition</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143737#item2143737">Station Master</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143738#item2143738">Glik</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143740#item2143740">Lucky Loop</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143741#item2143741">Ticket to Ride: Switzerland</A> (wanted by $15, $20, Fronk, Lucky Phil, Mariana, mjwills, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143743#item2143743">Sword & Skull</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145552#item2145552">Meridian</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145555#item2145555">Fire and Ice</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145565#item2145565">Kogworks</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145566#item2145566">Oltre Mare</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145569#item2145569">Eschnapur</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145576#item2145576">Reef Encounter</A> (wanted by Kerbster76)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150157#item2150157">Catan Geographies: Germany</A> (wanted by Scholle, da pyrate)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150159#item2150159">Monastery</A><BR>
</ul><br>
Friendless:<BR><ul>
<LI>receives $10.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments)<BR>
<LI>receives $10.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments)<BR>
<LI>receives $15.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments)<BR>
<LI>receives $20.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145562#item2145562">Entry 418: Caprice</A> (0418-CAPRI) (1 comments)<BR>
<LI>receives $30.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD)<BR>
<LI>receives $30.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143742#item2143742">Entry 412: Freya's Folly</A> (0412-FREYF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141631#item2141631">Entry 367: Callisto</A> (0367-CALLI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151369#item2151369">Entry 516: Here I Stand</A> (0516-HERIS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145578#item2145578">Entry 427: Sunda to Sahul</A> (0427-SUNTS)<BR>
</ul><br>
<A NAME="Fronk"><H2>Fronk</H2></A>
Fronk sends:<ul>
<LI>$10.0 from Fronk to Friendless<BR>
<LI>$15.0 from Fronk to nnf1<BR>
<LI>$30.0 from Fronk to Friendless<BR>
<LI>$30.0 from Fronk to Thiessi<BR>
</ul><br>
Fronk receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments) from Friendless<BR>
</ul><br>
Fronk:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143734#item2143734">Entry 406: Turn the Tide</A> (0406-TURTT) (6 comments) in exchange for $10.0 from Fronk<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143736#item2143736">Entry 407: Sleuth</A> (0407-SLEUT) (1 comments) in exchange for $15.0 from Fronk<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145571#item2145571">Entry 423: Arkadia</A> (0423-ARKAD) in exchange for $30.0 from Fronk<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145575#item2145575">Entry 424: Lost Cities</A> (0424-LOSTC) (4 comments) in exchange for $30.0 from Fronk<BR>
</ul><br>
<A NAME="GeneSteeler"><H2>GeneSteeler</H2></A>
GeneSteeler sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments) to mikipe2<BR>
</ul><br>
GeneSteeler receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI) from petegs<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2131677#item2131677">Rome At War III: Queen of the Celts</A> (wanted by petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140573#item2140573">Lord of the Rings</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150117#item2150117">Gumball Rally</A> (wanted by earlyworm)<BR>
</ul><br>
GeneSteeler:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments)<BR>
</ul><br>
<A NAME="hali"><H2>hali</H2></A>
hali does not send anything.<BR>
hali does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153030#item2153030">Supremacy</A><BR>
</ul><br>
<A NAME="hxbx"><H2>hxbx</H2></A>
hxbx sends:<ul>
<LI>$60.0 from hxbx to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS) to Alex Brown<BR>
</ul><br>
hxbx receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP) from prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO) from TorbenVang<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152297#item2152297">Mutant Chronicles: Siege of the Citadel</A> (wanted by $34, $40, Dr Corey, Kinosness, cyberkev63, mr_lunch, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152300#item2152300">The Settlers of the Stone Age</A> (wanted by pusboyau)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152301#item2152301">Il Principe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152303#item2152303">MegaCorps</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152304#item2152304">Trivial Pursuit DVD: Star Wars Saga Edition</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152316#item2152316">Chaos in the Old World: The Horned Rat Expansion</A> (wanted by petegs)<BR>
</ul><br>
hxbx:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP) in exchange for $60.0 from hxbx<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152286#item2152286">Entry 553: Twilight Struggle</A> (0553-TWILS)<BR>
</ul><br>
<A NAME="intheclear"><H2>intheclear</H2></A>
intheclear sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109368#item2109368">Entry 180: Panic Station</A> (0180-PANIS) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP) to some_guy<BR>
</ul><br>
intheclear receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143742#item2143742">Entry 412: Freya's Folly</A> (0412-FREYF) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE) from mr_lunch<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109365#item2109365">Master Labyrinth</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109371#item2109371">Risk 2210 A.D.</A> (wanted by srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109372#item2109372">Age of Discovery</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112268#item2112268">Twilight Imperium</A><BR>
</ul><br>
intheclear:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109368#item2109368">Entry 180: Panic Station</A> (0180-PANIS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143742#item2143742">Entry 412: Freya's Folly</A> (0412-FREYF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP)<BR>
</ul><br>
<A NAME="Isolater"><H2>Isolater</H2></A>
Isolater sends:<ul>
<LI>$50.0 from Isolater to MrBaggy<BR>
<LI>$80.0 from Isolater to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT) to da pyrate<BR>
</ul><br>
Isolater receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL) from Chuie<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151621#item2151621">Monsterpocalypse - Voltron: Defender of the Universe Battle Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151624#item2151624">Monsterpocalypse</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151628#item2151628">Aliens</A> (wanted by $15, $20, Dr Corey, Kinosness, cyberkev63, petegs, srand)<BR>
</ul><br>
Isolater:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105496#item2105496">Entry 107: Yomi</A> (0107-YOMIX) in exchange for $80.0 from Isolater<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111893#item2111893">Entry 193: Dungeon Twister</A> (0193-DUNGT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151609#item2151609">Entry 520: A Game of Thrones: The Card Game - Kings of the Sea</A> (0520-AGOTT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151709#item2151709">Entry 526: Dungeon Lords</A> (0526-DUNGL) in exchange for $50.0 from Isolater<BR>
</ul><br>
<A NAME="johnclark"><H2>johnclark</H2></A>
johnclark sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH) to Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS) to thepackrat<BR>
</ul><br>
johnclark receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA) from Mark_Owen_Reich<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148401#item2148401">Hamburgum</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148406#item2148406">BattleLore: Earth Elemental</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148413#item2148413">Doom: The Boardgame</A> (wanted by $15, $20, Amnese, revgiblet, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148416#item2148416">Europe Engulfed</A> (wanted by Amnese)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148419#item2148419">Lascaux</A> (wanted by Amiguero, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148423#item2148423">Wizard Kings</A> (wanted by mr_lunch, prd1982)<BR>
</ul><br>
johnclark:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH)<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/140281/item/2097831#item2097831">Horus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097834#item2097834">Lock 'n Load: A Day of Heroes</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107311#item2107311">Killer Bunnies and the Quest for the Magic Carrot</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150184#item2150184">UWO</A><BR>
</ul><br>
<A NAME="Karlsen"><H2>Karlsen</H2></A>
Karlsen sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA) to Charlie Alpha<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW) to mbroecker<BR>
</ul><br>
Karlsen receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI) from stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED) from Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104155#item2104155">Mouse Trap</A> (wanted by $2, Amiguero, Lucky Phil) and you have to send $30 to Friendless.<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152702#item2152702">PQ-17: Arctic Naval Operations 1941-43</A> (wanted by GeneSteeler)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152711#item2152711">Dust Tactics: Operation "Cyclone"</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152715#item2152715">Chez Goth</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152718#item2152718">Architekton</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152719#item2152719">Monkeys on the Moon</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152724#item2152724">Talisman (fourth edition)</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152730#item2152730">Streetcar</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152735#item2152735">Snake Lake</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152743#item2152743">Soccer Tactics World</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152748#item2152748">Catan: Seafarers - 5-6 Player Extension</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152751#item2152751">Universal Fighting System: Street Fighter</A><BR>
</ul><br>
Karlsen:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152700#item2152700">Entry 606: Quo Vadis?</A> (0606-QUOVA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152708#item2152708">Entry 609: Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A> (0609-BT1RI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW)<BR>
</ul><br>
<A NAME="kathyb"><H2>kathyb</H2></A>
kathyb sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM) to tiggers<BR>
</ul><br>
kathyb receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL) from Unhalfbricking<BR>
</ul><br>
kathyb:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM)<BR>
</ul><br>
<A NAME="Kerbster76"><H2>Kerbster76</H2></A>
Kerbster76 does not send anything.<BR>
Kerbster76 does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145961#item2145961">Lord of the Rings</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152351#item2152351">Top Trumps</A> (wanted by $5, Lucky Phil)<BR>
</ul><br>
<A NAME="kerrinaddis"><H2>kerrinaddis</H2></A>
kerrinaddis does not send anything.<BR>
kerrinaddis does not receive anything.<BR>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146920#item2146920">Chinatown</A><BR>
</ul><br>
<A NAME="khorgor"><H2>khorgor</H2></A>
khorgor sends:<ul>
<LI>$40.0 from khorgor to wilderness<BR>
</ul><br>
khorgor receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL) from vanadamme<BR>
</ul><br>
khorgor:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL) in exchange for $40.0 from khorgor<BR>
</ul><br>
<A NAME="Kinosness"><H2>Kinosness</H2></A>
Kinosness sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW) to cyberkev63<BR>
</ul><br>
Kinosness receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI) from Tegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA) from PBrennan<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR) from ausminstrel<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152555#item2152555">Monsters Menace America</A> (wanted by petegs, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152563#item2152563">Freedom in the Galaxy</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152583#item2152583">Amoeba Wars</A> (wanted by petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152585#item2152585">Chaos Marauders</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152590#item2152590">Here I Stand</A> (wanted by $20, Charlie Alpha, Chuie, Friendless, MrBaggy, aaronseeber, cyberkev63, paco paco, pusboyau)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152593#item2152593">The Warlock of Firetop Mountain</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152603#item2152603">Classic Warlord</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152607#item2152607">Marine: 2002</A><BR>
</ul><br>
Kinosness:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152601#item2152601">Entry 574: Power Grid</A> (0574-POWEG) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151771#item2151771">Entry 536: Puerto Rico</A> (0536-PUERR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152605#item2152605">Entry 576: Dark World</A> (0576-DARKW)<BR>
</ul><br>
<A NAME="kwan245"><H2>kwan245</H2></A>
kwan245 does not send anything.<BR>
kwan245 does not receive anything.<BR>
<A NAME="Lucky Phil"><H2>Lucky Phil</H2></A>
Lucky Phil sends:<ul>
<LI>$10.0 from Lucky Phil to Foozle<BR>
<LI>$10.0 from Lucky Phil to Scholle<BR>
<LI>$10.0 from Lucky Phil to nnf1<BR>
<LI>$12.0 from Lucky Phil to pusboyau<BR>
<LI>$15.0 from Lucky Phil to Friendless<BR>
<LI>$15.0 from Lucky Phil to thepackrat<BR>
<LI>$18.0 from Lucky Phil to nnf1<BR>
<LI>$20.0 from Lucky Phil to Unhalfbricking<BR>
<LI>$25.0 from Lucky Phil to Scholle<BR>
<LI>$25.0 from Lucky Phil to Tyndal<BR>
<LI>$30.0 from Lucky Phil to Friendless<BR>
<LI>$35.0 from Lucky Phil to nnf1<BR>
<LI>$35.0 from Lucky Phil to nnf1<BR>
<LI>$40.0 from Lucky Phil to Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT) to revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101413#item2101413">Entry 57: Piece o' Cake</A> (0057-PIEOC) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE) to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF) to da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK) to Critical Mass<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments) to da pyrate<BR>
</ul><br>
Lucky Phil receives:<ul>
<LI>$30.0 from srand from srand<BR>
<LI>$35.0 from mr_lunch from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT) from prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106124#item2106124">Entry 123: Odin's Ravens</A> (0123-ODINR) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106162#item2106162">Entry 129: Sorry! Sliders</A> (0129-SORRS) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106952#item2106952">Entry 143: Cheapass Games</A> (0143-CHEAG) from Abanon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH) from srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY) from intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142609#item2142609">Entry 374: Quarriors!</A> (0374-QUARR) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC) from Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM) from Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ) from mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152659#item2152659">Entry 588: Chicken Cha Cha Cha</A> (0588-CHCHC) (4 comments) from Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C) from Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113859#item2113859">Federation Commander: Romulan Border</A> (wanted by Croup and Vandemar)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113862#item2113862">A House Divided</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113865#item2113865">War of 1812</A><BR>
</ul><br>
Lucky Phil:<BR><ul>
<LI>receives $30.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101413#item2101413">Entry 57: Piece o' Cake</A> (0057-PIEOC)<BR>
<LI>receives $35.0 from mr_lunch in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT) in exchange for $30.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN) in exchange for $40.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP) in exchange for $25.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106124#item2106124">Entry 123: Odin's Ravens</A> (0123-ODINR) in exchange for $20.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135684#item2135684">Entry 339: To Court the King</A> (0339-TCOTK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106162#item2106162">Entry 129: Sorry! Sliders</A> (0129-SORRS) in exchange for $15.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106952#item2106952">Entry 143: Cheapass Games</A> (0143-CHEAG) in exchange for $15.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH) in exchange for $35.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG) in exchange for $12.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109367#item2109367">Entry 179: Scotland Yard</A> (0179-SCOTY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT) in exchange for $10.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142609#item2142609">Entry 374: Quarriors!</A> (0374-QUARR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC) in exchange for $35.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM) in exchange for $25.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL) in exchange for $10.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152855#item2152855">Entry 631: Liberty: The American Revolution 1775-83</A> (0631-LITAM) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152659#item2152659">Entry 588: Chicken Cha Cha Cha</A> (0588-CHCHC) (4 comments) in exchange for $18.0 from Lucky Phil<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135679#item2135679">Entry 338: Power Grid: Factory Manager</A> (0338-POGRF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI) in exchange for $10.0 from Lucky Phil<BR>
</ul><br>
<A NAME="Mariana"><H2>Mariana</H2></A>
Mariana sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152659#item2152659">Entry 588: Chicken Cha Cha Cha</A> (0588-CHCHC) (4 comments) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG) to earlyworm<BR>
</ul><br>
Mariana receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR) from TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152662#item2152662">Hera and Zeus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152676#item2152676">Break the Safe</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152683#item2152683">Mummy Rummy</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152698#item2152698">Banana Republic</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152952#item2152952">Euphrat & Tigris: Die Zikkurat</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152984#item2152984">Power Grid: Transformer Station</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152986#item2152986">Ghost Stories: Chuck No-Rice</A> (wanted by junkmonsta)<BR>
</ul><br>
Mariana:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152678#item2152678">Entry 595: Star Wars: Episode 1; Clash of the Lightsabers</A> (0595-SWE1C)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152979#item2152979">Entry 650: Zooloretto - Grizzly</A> (0650-ZOOLG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152659#item2152659">Entry 588: Chicken Cha Cha Cha</A> (0588-CHCHC) (4 comments)<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/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED) to Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA) to johnclark<BR>
</ul><br>
Mark_Owen_Reich receives:<ul>
<LI>$40.0 from Lucky Phil from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH) from johnclark<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142869#item2142869">Leaping Lemmings</A> (wanted by $30, Amiguero, Kerbster76, mikipe2, prd1982, some_guy)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142873#item2142873">New England</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142875#item2142875">Beowulf: The Legend</A><BR>
</ul><br>
Mark_Owen_Reich:<BR><ul>
<LI>receives $40.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142867#item2142867">Entry 382: Im Reich der Jadegöttin</A> (0382-IMRED)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142883#item2142883">Entry 387: Rune Age</A> (0387-RUNEA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148422#item2148422">Entry 451: Shadow Hunters</A> (0451-SHADH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV)<BR>
</ul><br>
<A NAME="mbroecker"><H2>mbroecker</H2></A>
mbroecker sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO) to MrBaggy<BR>
</ul><br>
mbroecker receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW) from Karlsen<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141848#item2141848">Illuminati: Deluxe Edition</A> (wanted by srand)<BR>
</ul><br>
mbroecker:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116351#item2116351">Entry 264: Catan: Seafarers</A> (0264-CATAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141847#item2141847">Entry 369: Lock 'n Load: Band of Heroes</A> (0369-LNLBO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152746#item2152746">Entry 620: Elusive Victory: The Air War over the Suez Canal, 1967-1973</A> (0620-EVTAW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO)<BR>
</ul><br>
<A NAME="mikipe2"><H2>mikipe2</H2></A>
mikipe2 sends:<ul>
<LI>$10.0 from mikipe2 to Friendless<BR>
<LI>$15.0 from mikipe2 to Unhalfbricking<BR>
<LI>$15.0 from mikipe2 to Unhalfbricking<BR>
<LI>$20.0 from mikipe2 to vanadamme<BR>
<LI>$30.0 from mikipe2 to Scholle<BR>
<LI>$30.0 from mikipe2 to Tyndal<BR>
<LI>$30.0 from mikipe2 to Unhalfbricking<BR>
<LI>$45.0 from mikipe2 to Tyndal<BR>
<LI>$55.0 from mikipe2 to Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145853#item2145853">Entry 431: Elder Sign</A> (0431-ELDES) to Tyndal<BR>
</ul><br>
mikipe2 receives:<ul>
<LI>$40.0 from dlow from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101413#item2101413">Entry 57: Piece o' Cake</A> (0057-PIEOC) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC) from Abanon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI) from TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments) from GeneSteeler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL) from PBrennan<BR>
</ul><br>
mikipe2:<BR><ul>
<LI>receives $40.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101413#item2101413">Entry 57: Piece o' Cake</A> (0057-PIEOC) in exchange for $15.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106941#item2106941">Entry 141: Carcassonne: The Castle</A> (0141-CARTC) in exchange for $15.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108814#item2108814">Entry 163: Tahuantinsuyu</A> (0163-TAHUA) in exchange for $20.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129079#item2129079">Entry 300: Dominion</A> (0300-DOMIN) in exchange for $30.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI) in exchange for $30.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145852#item2145852">Entry 430: Vikings</A> (0430-VIKIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140571#item2140571">Entry 365: At the Gates of Loyang</A> (0365-ATGOL) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145853#item2145853">Entry 431: Elder Sign</A> (0431-ELDES)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST) in exchange for $45.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147424#item2147424">Entry 438: Agricola</A> (0438-AGRIC) in exchange for $55.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147442#item2147442">Entry 443: Space Hulk: Death Angel - The Card Game</A> (0443-SHDAT) in exchange for $10.0 from mikipe2<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL) in exchange for $30.0 from mikipe2<BR>
</ul><br>
<A NAME="mikotan26"><H2>mikotan26</H2></A>
mikotan26 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW) to ausminstrel<BR>
</ul><br>
mikotan26 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA) from earlyworm<BR>
</ul><br>
mikotan26:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105493#item2105493">Entry 104: El Grande</A> (0104-ELGRA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151746#item2151746">Entry 532: Dungeon Twister 2: Prison</A> (0532-DUNTW)<BR>
</ul><br>
<A NAME="mjwills"><H2>mjwills</H2></A>
mjwills sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC) to johnclark<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM) to rustylantern<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI) to nnf1<BR>
</ul><br>
mjwills receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP) from Scholle<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112215#item2112215">Tongiaki</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112217#item2112217">Techno Witches</A> (wanted by Amiguero, Oiler, Scholle)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112218#item2112218">Savannah Café</A> (wanted by $5, Lucky Phil, earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112222#item2112222">Camelot Legends</A> (wanted by Oiler, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112226#item2112226">Citadels</A> (wanted by Tegs, mbroecker, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112228#item2112228">Duel of Ages Set 1: Worldspanner</A> (wanted by thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112237#item2112237">Odin's Ravens</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112238#item2112238">Warhamster Rally</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112249#item2112249">Tyrus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112255#item2112255">Empire Builder</A> (wanted by $30, Alae, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112258#item2112258">Tichu</A> (wanted by srand)<BR>
</ul><br>
mjwills:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105492#item2105492">Entry 103: Alhambra</A> (0103-ALHAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112219#item2112219">Entry 202: Democrazy</A> (0202-DEMOC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112236#item2112236">Entry 209: Cold War: CIA vs KGB</A> (0209-CWCVK) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142948#item2142948">Entry 396: Hansa</A> (0396-HANSA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI)<BR>
</ul><br>
<A NAME="Morka"><H2>Morka</H2></A>
Morka sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments) to paco paco<BR>
</ul><br>
Morka receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA) from Phil81<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096988#item2096988">Go West</A><BR>
</ul><br>
Morka:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108729#item2108729">Entry 161: Augsburg 1520</A> (0161-AUGSB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096990#item2096990">Entry 30: Ablaze!</A> (0030-ABLAZ)<BR>
</ul><br>
<A NAME="mr_lunch"><H2>mr_lunch</H2></A>
mr_lunch sends:<ul>
<LI>$35.0 from mr_lunch to Lucky Phil<BR>
<LI>$35.0 from mr_lunch to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE) to intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU) to Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA) to earlyworm<BR>
</ul><br>
mr_lunch receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV) from Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP) from Neil Thomson<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152634#item2152634">HeroQuest: Against the Ogre Horde</A> (wanted by $10, $20, Duke Leto, Karlsen, Lucky Phil, Mariana, cyberkev63, revgiblet)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152637#item2152637">Formidable Foes</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152642#item2152642">Clue</A> (wanted by $10, Lucky Phil)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152644#item2152644">Tomb</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152655#item2152655">Dungeon Master's Guide</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152656#item2152656">4th Edition Core Rulebook Collection</A> (wanted by Kerbster76, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152691#item2152691">A Book of Sandhurst Wargames</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152699#item2152699">Submarine</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152710#item2152710">Time's Up!</A> (wanted by Kerbster76)<BR>
</ul><br>
mr_lunch:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113172#item2113172">Entry 217: Ticket to Ride: Switzerland</A> (0217-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152697#item2152697">Entry 603: Tangled Tales Starter</A> (0603-TANTA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142871#item2142871">Entry 384: Taluva</A> (0384-TALUV) in exchange for $35.0 from mr_lunch<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR) in exchange for $35.0 from mr_lunch<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152686#item2152686">Entry 600: duck! duck! Go!</A> (0600-DUCDU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151769#item2151769">Entry 534: Cadwallon: City of Thieves</A> (0534-CACIO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152628#item2152628">Entry 578: Tigris & Euphrates</A> (0578-TIGRE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152650#item2152650">Entry 585: Killer Bunnies and the Quest for the Magic Carrot</A> (0585-KBATQ)<BR>
</ul><br>
<A NAME="MrBaggy"><H2>MrBaggy</H2></A>
MrBaggy sends:<ul>
<LI>$65.0 from MrBaggy to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI) to Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI) to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD) to da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA) to tiggers<BR>
</ul><br>
MrBaggy receives:<ul>
<LI>$50.0 from Isolater from Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS) from Alex Brown<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO) from mbroecker<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH) from fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO) from Karlsen<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148853#item2148853">Ticket to Ride: Europe</A> (wanted by $15, $20, $25, Abanon, Critical Mass, Mariana, junkmonsta, srand, tiggers)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148894#item2148894">Lord of the Rings</A> (wanted by Morka, petegs, revgiblet, srand)<BR>
</ul><br>
MrBaggy:<BR><ul>
<LI>receives $50.0 from Isolater in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113864#item2113864">Entry 244: The Kaiser's Pirates</A> (0244-TKAIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148842#item2148842">Entry 454: Memoir '44</A> (0454-MEMOI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2123469#item2123469">Entry 273: Ghost Stories</A> (0273-GHOSS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148863#item2148863">Entry 459: Wings of War: WW2 Deluxe set</A> (0459-WOWWD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152355#item2152355">Entry 563: Guillotine</A> (0563-GUILL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2141849#item2141849">Entry 371: Hornet Leader: Carrier Air Operations</A> (0371-HLCAO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148849#item2148849">Entry 457: Rattus</A> (0457-RATTU) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147421#item2147421">Entry 437: Neuroshima Hex!</A> (0437-NEURH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152356#item2152356">Entry 564: Havana</A> (0564-HAVAN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152714#item2152714">Entry 612: Vinhos</A> (0612-VINHO) in exchange for $65.0 from MrBaggy<BR>
</ul><br>
<A NAME="Neil Thomson"><H2>Neil Thomson</H2></A>
Neil Thomson sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO) to aaronseeber<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART) to Lucky Phil<BR>
</ul><br>
Neil Thomson receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109368#item2109368">Entry 180: Panic Station</A> (0180-PANIS) from intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB) from da pyrate<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152810#item2152810">Polarity</A> (wanted by $15, aaronseeber, earlyworm, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152814#item2152814">Rook</A> (wanted by earlyworm)<BR>
</ul><br>
Neil Thomson:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109368#item2109368">Entry 180: Panic Station</A> (0180-PANIS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152811#item2152811">Entry 626: Oregon</A> (0626-OREGO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116337#item2116337">Entry 252: Detroit-Cleveland Grand Prix</A> (0252-DETGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152817#item2152817">Entry 629: Quarto!</A> (0629-QUART)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148870#item2148870">Entry 460: Blood Bowl</A> (0460-BLOOB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151786#item2151786">Entry 544: Shazamm!</A> (0544-SHAZA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152809#item2152809">Entry 624: Pick & Pack</A> (0624-PICKP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152813#item2152813">Entry 627: Chaos Marauders</A> (0627-CHAOM)<BR>
</ul><br>
<A NAME="nnf1"><H2>nnf1</H2></A>
nnf1 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS) to thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB) to Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW) to PocketAtomic<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT) to Amiguero<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM) to Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA) to prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153023#item2153023">Entry 668: Horse Fever</A> (0668-HORSF) to da pyrate<BR>
</ul><br>
nnf1 receives:<ul>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI>$15.0 from Fronk from Fronk<BR>
<LI>$18.0 from Lucky Phil from Lucky Phil<BR>
<LI>$20.0 from Chuie from Chuie<BR>
<LI>$20.0 from srand from srand<BR>
<LI>$25.0 from tiggers from tiggers<BR>
<LI>$35.0 from Chuie from Chuie<BR>
<LI>$35.0 from Lucky Phil from Lucky Phil<BR>
<LI>$35.0 from Lucky Phil from Lucky Phil<BR>
<LI>$60.0 from hxbx from hxbx<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB) from fFish<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152960#item2152960">Boss Kito</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152965#item2152965">Order Up</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152966#item2152966">FlipOut</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152970#item2152970">Bootleggers</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152971#item2152971">Barbarossa</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152972#item2152972">Talisman Dragons</A> (wanted by $20, $50, Charlie Alpha, aaronseeber, cyberkev63, some_guy)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152973#item2152973">Dungeonquest: Catacombs</A> (wanted by Phil81)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152974#item2152974">Dungeonquest: Catacombs</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152975#item2152975">Talisman City</A> (wanted by $10, aaronseeber, cyberkev63)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152976#item2152976">Queen of the Cupcakes</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152978#item2152978">Master Labyrinth</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152980#item2152980">Master Labyrinth</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152983#item2152983">Men of Iron</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152990#item2152990">Robot Master</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153000#item2153000">Kahmaté</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153002#item2153002">Ice Flow</A> (wanted by dlow, junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153010#item2153010">Dawn Under</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153014#item2153014">Phoenix</A> (wanted by Mariana)<BR>
</ul><br>
nnf1:<BR><ul>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB)<BR>
<LI>receives $15.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152993#item2152993">Entry 660: Ka-Ching!</A> (0660-KACHI)<BR>
<LI>receives $18.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152981#item2152981">Entry 652: Monkeys on the Moon</A> (0652-MOOTM)<BR>
<LI>receives $20.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS)<BR>
<LI>receives $20.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152989#item2152989">Entry 657: Tokyo Train</A> (0657-TOKYT)<BR>
<LI>receives $25.0 from tiggers in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152997#item2152997">Entry 661: Survive: Escape from Atlantis!</A> (0661-SUESF)<BR>
<LI>receives $35.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA)<BR>
<LI>receives $35.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153009#item2153009">Entry 664: Dawn Under</A> (0664-DAWNU)<BR>
<LI>receives $35.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153023#item2153023">Entry 668: Horse Fever</A> (0668-HORSF)<BR>
<LI>receives $60.0 from hxbx in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152977#item2152977">Entry 648: Wars of the Roses: Lancaster vs. York</A> (0648-WOTRL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112257#item2112257">Entry 214: It's Mine!</A> (0214-ITSMI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152991#item2152991">Entry 659: Musée Mystère</A> (0659-MUSEM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147432#item2147432">Entry 440: The Hobbit</A> (0440-THOBB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW)<BR>
</ul><br>
<A NAME="Oiler"><H2>Oiler</H2></A>
Oiler sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137175#item2137175">Entry 348: Acquire</A> (0348-ACQUI) (1 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM) to Lucky Phil<BR>
</ul><br>
Oiler receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152538#item2152538">WWE DVD Board Game</A><BR>
</ul><br>
Oiler:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109096#item2109096">Entry 165: Pirate's Cove</A> (0165-PIRAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137175#item2137175">Entry 348: Acquire</A> (0348-ACQUI) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116340#item2116340">Entry 255: Pocket Battles: Celts vs. Romans</A> (0255-PBCVR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146963#item2146963">Entry 435: Attacktix Battle Figure Game Marvel Superheroes</A> (0435-ABFGM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143730#item2143730">Entry 404: Cranium Cariboo</A> (0404-CRANC)<BR>
</ul><br>
<A NAME="Ozludo"><H2>Ozludo</H2></A>
Ozludo sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments) to Tegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN) to Friendless<BR>
</ul><br>
Ozludo receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142895#item2142895">Darjeeling</A> (wanted by Mariana, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142907#item2142907">Tycoon</A><BR>
</ul><br>
Ozludo:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142897#item2142897">Entry 390: Empires of the Middle Ages</A> (0390-EOTMA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145570#item2145570">Entry 422: Urland</A> (0422-URLAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142906#item2142906">Entry 392: Phoenicia</A> (0392-PHOEN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152967#item2152967">Entry 640: Dweebies</A> (0640-DWEEB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments)<BR>
</ul><br>
<A NAME="paco paco"><H2>paco paco</H2></A>
paco paco sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON) to Alae<BR>
</ul><br>
paco paco receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG) from rustylantern<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135495#item2135495">Acquire</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135499#item2135499">Lascaux</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135503#item2135503">Blackbeard</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135507#item2135507">Monopoly: Star Wars</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135514#item2135514">Railroad Barons</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139597#item2139597">Sunda to Sahul</A><BR>
</ul><br>
paco paco:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2114974#item2114974">Entry 247: RoboRally</A> (0247-ROBOR) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135500#item2135500">Entry 333: Sutter's Mill</A> (0333-SUTTM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2135505#item2135505">Entry 335: Age of Napoleon</A> (0335-AGEON)<BR>
</ul><br>
<A NAME="Paul65"><H2>Paul65</H2></A>
Paul65 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC) to stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT) to coxy_fc<BR>
</ul><br>
Paul65 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL) from PocketAtomic<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112118#item2112118">Oltre Mare</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112136#item2112136">Saboteur</A> (wanted by Oiler, Tegs, earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140500#item2140500">Taj Mahal</A> (wanted by $15, Kerbster76, Lucky Phil, junkmonsta, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151325#item2151325">The Stars Are Right</A> (wanted by dlow)<BR>
</ul><br>
Paul65:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109185#item2109185">Entry 172: The Princes of Florence</A> (0172-TPROF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112121#item2112121">Entry 197: Shear Panic</A> (0197-SHEAP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140501#item2140501">Entry 364: Dixit</A> (0364-DIXIT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112119#item2112119">Entry 196: Medici</A> (0196-MEDIC) (5 comments)<BR>
</ul><br>
<A NAME="PBrennan"><H2>PBrennan</H2></A>
PBrennan sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM) to Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA) to Kinosness<BR>
</ul><br>
PBrennan receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC) from vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND) from Dr Corey<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR) from TorbenVang<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149733#item2149733">Ausbrecher AG</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149738#item2149738">Atlanteon</A> (wanted by thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149739#item2149739">Bonnie and Clyde</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149741#item2149741">Fredericus</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149742#item2149742">Toppo</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149744#item2149744">Anno 1503</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149745#item2149745">Bean Trader</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149747#item2149747">Celtica</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149749#item2149749">Guerilla</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149751#item2149751">Putsch</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149752#item2149752">Rocketville</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149758#item2149758">Streetcar</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149759#item2149759">Warhamster Rally</A><BR>
</ul><br>
PBrennan:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149750#item2149750">Entry 485: Leaping Lemmings</A> (0485-LEAPL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101303#item2101303">Entry 54: Thunderstone</A> (0054-THUND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149761#item2149761">Entry 491: World of Warcraft: The Adventure Game</A> (0491-WOWTA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM)<BR>
</ul><br>
<A NAME="petegs"><H2>petegs</H2></A>
petegs sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND) to cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N) to Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI) to GeneSteeler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE) to wilderness<BR>
</ul><br>
petegs receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB) from Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB) from Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW) from sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE) from Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER) from ChrisPayne<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN) from Kinosness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098110#item2098110">The Devil's Cauldron: The Battles for Arnhem and Nijmegen</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098114#item2098114">DAK</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104125#item2104125">Battle for Armageddon</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104127#item2104127">China: The Middle Kingdom</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104128#item2104128">Dark Emperor</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104131#item2104131">Empire Builder</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104132#item2104132">First Blood: The 1st and 2nd Battles of Manassas</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104143#item2104143">Lock 'n Load: Band of Heroes</A> (wanted by $15, $20, ausminstrel, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104148#item2104148">Paths of Glory</A> (wanted by $15, $20, ausminstrel, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106898#item2106898">Caesar at Alesia</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106899#item2106899">Panzer Grenadier: Battle of the Bulge</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106900#item2106900">The Best of Dragon Magazine Games</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106902#item2106902">Sweden Fights On</A> (wanted by $40, Alae, ChrisPayne)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106903#item2106903">Anzio Cassino - Battle Command Series</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126185#item2126185">Federation & Empire</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134110#item2134110">Guards! Guards! A Discworld Boardgame</A> (wanted by $40, Alae, Amiguero, PocketAtomic, some_guy)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134111#item2134111">Axis & Allies: D-Day</A> (wanted by stuartfinlay)<BR>
</ul><br>
petegs:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104151#item2104151">Entry 78: Thunderstone</A> (0078-THUND)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108732#item2108732">Entry 162: Age of Mythology: The Boardgame</A> (0162-AOMTB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134112#item2134112">Entry 326: Fighting Formations: Grossdeutschland Motorized Infantry Division</A> (0326-FFGMI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142890#item2142890">Entry 388: Ascending Empires</A> (0388-ASCEE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106901#item2106901">Entry 137: Successors (2nd Edition)</A> (0137-SUC2N)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150200#item2150200">Entry 500: Aspern-Essling</A> (0500-ASPER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104137#item2104137">Entry 74: Heroscape Marvel: The Conflict Begins</A> (0074-HMTCB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152573#item2152573">Entry 569: Source of the Nile</A> (0569-SOOTN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2108989#item2108989">Entry 164: The Barbarossa Campaign</A> (0164-TBARC) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104146#item2104146">Entry 76: New World</A> (0076-NEWWO)<BR>
</ul><br>
<A NAME="Phil81"><H2>Phil81</H2></A>
Phil81 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME) to vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA) to Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR) to some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151731#item2151731">Entry 530: Queen of the Cupcakes</A> (0530-QUOTC) to earlyworm<BR>
</ul><br>
Phil81 receives:<ul>
<LI>$30.0 from srand from srand<BR>
<LI>$35.0 from mr_lunch from mr_lunch<BR>
<LI>$45.0 from Alae from Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR) from vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP) from tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT) from renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113594#item2113594">Entry 237: Slapshot</A> (0237-SLAPS) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC) from TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH) from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK) from pusboyau<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR) from aaronseeber<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099863#item2099863">Kingdoms</A> (wanted by Oiler)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099866#item2099866">Il Principe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125184#item2125184">4 Monkeys</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125331#item2125331">Wildlife Adventure</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138502#item2138502">Bloom</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151724#item2151724">Ever Green</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151732#item2151732">Leonardo da Vinci</A><BR>
</ul><br>
Phil81:<BR><ul>
<LI>receives $30.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125341#item2125341">Entry 287: Rune Age</A> (0287-RUNEA)<BR>
<LI>receives $35.0 from mr_lunch in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138503#item2138503">Entry 356: Masons</A> (0356-MASON) (1 comments)<BR>
<LI>receives $45.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125344#item2125344">Entry 288: Modern Art: The Card Game</A> (0288-MATCG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2143074#item2143074">Entry 403: China</A> (0403-CHINA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112221#item2112221">Entry 204: Tony & Tino</A> (0204-TONYT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151731#item2151731">Entry 530: Queen of the Cupcakes</A> (0530-QUOTC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113594#item2113594">Entry 237: Slapshot</A> (0237-SLAPS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145851#item2145851">Entry 429: Yspahan</A> (0429-YSPAH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152320#item2152320">Entry 561: Cambria</A> (0561-CAMBR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151726#item2151726">Entry 529: No Thanks!</A> (0529-NOTHA)<BR>
</ul><br>
<A NAME="PocketAtomic"><H2>PocketAtomic</H2></A>
PocketAtomic sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL) to Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT) to earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT) to Chuie<BR>
</ul><br>
PocketAtomic receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH) from Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152673#item2152673">Panic Station</A> (wanted by Neil Thomson, Scholle, TumbleSteak, earlyworm)<BR>
</ul><br>
PocketAtomic:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142949#item2142949">Entry 397: Roll Through the Ages: The Bronze Age</A> (0397-RTTAT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152679#item2152679">Entry 596: In the Year of the Dragon</A> (0596-ITYOT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152806#item2152806">Entry 623: Airships</A> (0623-AIRSH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152665#item2152665">Entry 591: Lost Temple</A> (0591-LOSTT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152985#item2152985">Entry 655: Wits & Wagers</A> (0655-WITSW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152660#item2152660">Entry 589: Revolution!</A> (0589-REVOL)<BR>
</ul><br>
<A NAME="prd1982"><H2>prd1982</H2></A>
prd1982 sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP) to hxbx<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO) to TorbenVang<BR>
</ul><br>
prd1982 receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE) from srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096781#item2096781">After the Flood</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096784#item2096784">Shoot Out</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096787#item2096787">Warlords of Europe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096794#item2096794">A Game of Thrones: The Board Game (Second Edition)</A> (wanted by mikotan26)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096795#item2096795">Domaine</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096799#item2096799">Small World</A> (wanted by Abanon, Amiguero, Critical Mass, FinalAttack, Foozle, Mariana, Mark_Owen_Reich, TaleSpinner, TorbenVang, Unhalfbricking, ausminstrel, earlyworm, foursaken, mbroecker, mjwills, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2146909#item2146909">The End of the Triumvirate</A> (wanted by junkmonsta, petegs)<BR>
</ul><br>
prd1982:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130379#item2130379">Entry 317: Lost Valley</A> (0317-LOSTV) (5 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134104#item2134104">Entry 322: Olympos</A> (0322-OLYMP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153016#item2153016">Entry 667: El Grande</A> (0667-ELGRA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096782#item2096782">Entry 12: Cowboys: The Way of the Gun</A> (0012-CTWOT)<BR>
</ul><br>
<A NAME="pusboyau"><H2>pusboyau</H2></A>
pusboyau sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK) to Phil81<BR>
</ul><br>
pusboyau receives:<ul>
<LI>$12.0 from Lucky Phil from Lucky Phil<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2130192#item2130192">Funny Friends</A> (wanted by prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138045#item2138045">Bohnkick</A> (wanted by earlyworm)<BR>
</ul><br>
pusboyau:<BR><ul>
<LI>receives $12.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152175#item2152175">Entry 546: Klunker</A> (0546-KLUNK)<BR>
</ul><br>
<A NAME="renacreon"><H2>renacreon</H2></A>
renacreon sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE) to Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG) to Lucky Phil<BR>
</ul><br>
renacreon receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI) from Critical Mass<BR>
</ul><br>
renacreon:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107850#item2107850">Entry 159: Cranium: The Family Fun Game</A> (0159-CTFFG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107837#item2107837">Entry 158: Betrayal at House on the Hill</A> (0158-BAHOT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107834#item2107834">Entry 157: Rallyman</A> (0157-RALLY)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122322#item2122322">Entry 272: Attribute</A> (0272-ATTRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107831#item2107831">Entry 156: Pandemic</A> (0156-PANDE)<BR>
</ul><br>
<A NAME="revgiblet"><H2>revgiblet</H2></A>
revgiblet sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT) to Chuie<BR>
</ul><br>
revgiblet receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR) from vanadamme<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT) from foursaken<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107778#item2107778">Fortress America</A> (wanted by petegs, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111542#item2111542">Oasis</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111545#item2111545">Bacchus' Banquet</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111551#item2111551">Krysis</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2111557#item2111557">The Resistance</A> (wanted by $10, $15, Alex Brown, Kerbster76, Kinosness, Mariana, Oiler, Scholle, mikipe2, mjwills)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113810#item2113810">Vegas Showdown</A> (wanted by mr_lunch)<BR>
</ul><br>
revgiblet:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129019#item2129019">Entry 297: A Game of Thrones: The Card Game</A> (0297-AGOTT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101409#item2101409">Entry 55: 1960: The Making of the President</A> (0055-1TMOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148240#item2148240">Entry 445: Zombie State: Diplomacy of the Dead</A> (0445-ZSDOT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107771#item2107771">Entry 153: Conquest of the Empire</A> (0153-COOTE)<BR>
</ul><br>
<A NAME="rustylantern"><H2>rustylantern</H2></A>
rustylantern sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC) to foursaken<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG) to paco paco<BR>
</ul><br>
rustylantern receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR) from coxy_fc<BR>
</ul><br>
rustylantern:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112234#item2112234">Entry 208: Blue Moon</A> (0208-BLUEM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139080#item2139080">Entry 359: Mr. Jack</A> (0359-MRJAC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129097#item2129097">Entry 304: The Lord of the Rings: The Card Game</A> (0304-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2139087#item2139087">Entry 360: Trivial Pursuit: Genus IV</A> (0360-TRPUG)<BR>
</ul><br>
<A NAME="Scholle"><H2>Scholle</H2></A>
Scholle sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER) to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113594#item2113594">Entry 237: Slapshot</A> (0237-SLAPS) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH) to Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP) to mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN) to mr_lunch<BR>
</ul><br>
Scholle receives:<ul>
<LI>$10.0 from Lucky Phil from Lucky Phil<BR>
<LI>$10.0 from dlow from dlow<BR>
<LI>$25.0 from Lucky Phil from Lucky Phil<BR>
<LI>$30.0 from mikipe2 from mikipe2<BR>
<LI>$55.0 from Alae from Alae<BR>
<LI>$55.0 from mikipe2 from mikipe2<BR>
<LI>$80.0 from Isolater from Isolater<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY) from fFish<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113530#item2113530">Bolide</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113534#item2113534">Bolide Tracks #1: Roma, Italian GP, and O Copo, Brazilian GP</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113542#item2113542">Caylus</A> (wanted by $30, Kerbster76, mikipe2, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113544#item2113544">Die kleine Hexe</A> (wanted by Mariana, earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113545#item2113545">Doctor Faust</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113546#item2113546">Eketorp</A> (wanted by TorbenVang, vanadamme)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113554#item2113554">Fauna</A> (wanted by Amiguero, Chuie, Karlsen)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113555#item2113555">Florenza</A> (wanted by $15, $20, $25, $30, MrBaggy, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113561#item2113561">Fresco</A> (wanted by Chuie, Mariana, TaleSpinner, Ykikamucow, mjwills, prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113566#item2113566">Granada</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113578#item2113578">Industrial Waste</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113584#item2113584">Manimals - Australien & Neuseeland 1</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113585#item2113585">Neuland</A> (wanted by $15, $20, $25, $30, hxbx, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113587#item2113587">Power Struggle</A> (wanted by $30, Critical Mass, Kerbster76, Mariana, ausminstrel, junkmonsta, mr_lunch, paco paco, prd1982, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113590#item2113590">RAF: The Battle of Britain 1940</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113591#item2113591">Railroad Barons</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113592#item2113592">Rising Kings</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113595#item2113595">Snow Tails</A> (wanted by $15, $20, $25, Lucky Phil, Mariana, Oiler, dlow, petegs, pusboyau, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113599#item2113599">Spiel der Türme</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113600#item2113600">Ubongo: Das Kartenspiel</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150253#item2150253">Combat Commander: Europe</A> (wanted by $30, Amnese, Karlsen, da pyrate, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151149#item2151149">The Republic of Rome</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151159#item2151159">Glenn Drover's Empires: The Age of Discovery</A> (wanted by $30, Critical Mass, Kerbster76, petegs, prd1982, revgiblet, rustylantern, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151174#item2151174">Atlantic Star</A> (wanted by mjwills)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151544#item2151544">In the Year of the Dragon</A> (wanted by $15, $20, Chuie, TorbenVang, TumbleSteak, mjwills, petegs, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151561#item2151561">Ticket to Ride: The Card Game</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151566#item2151566">Pastiche</A> (wanted by ChrisPayne, Mariana, Paul65, Phil81, sysyphus)<BR>
</ul><br>
Scholle:<BR><ul>
<LI>receives $10.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150249#item2150249">Entry 503: Power Grid: The New Power Plant Cards</A> (0503-PGTNP)<BR>
<LI>receives $10.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150247#item2150247">Entry 502: Le Havre: Le Grand Hameau</A> (0502-LHLGH)<BR>
<LI>receives $25.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113594#item2113594">Entry 237: Slapshot</A> (0237-SLAPS)<BR>
<LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments)<BR>
<LI>receives $55.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113540#item2113540">Entry 220: Britannia</A> (0220-BRITA)<BR>
<LI>receives $55.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER)<BR>
<LI>receives $80.0 from Isolater in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147434#item2147434">Entry 441: Mr. Jack in New York</A> (0441-MJINY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151167#item2151167">Entry 509: Mare Nostrum</A> (0509-MAREN)<BR>
</ul><br>
<A NAME="some_guy"><H2>some_guy</H2></A>
some_guy sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS) to ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments) to TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR) to Abanon<BR>
</ul><br>
some_guy receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP) from intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST) from ausminstrel<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109223#item2109223">Torres</A> (wanted by Kerbster76)<BR>
</ul><br>
some_guy:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109370#item2109370">Entry 181: The Ares Project</A> (0181-TAREP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151722#item2151722">Entry 527: Dungeon Raiders</A> (0527-DUNGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109228#item2109228">Entry 177: Glory to Rome</A> (0177-GLOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151768#item2151768">Entry 533: Ad Astra</A> (0533-ADAST) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109220#item2109220">Entry 174: Age of Conan: The Strategy Board Game</A> (0174-AOCTS)<BR>
</ul><br>
<A NAME="srand"><H2>srand</H2></A>
srand sends:<ul>
<LI>$15.0 from srand to Unhalfbricking<BR>
<LI>$20.0 from srand to nnf1<BR>
<LI>$30.0 from srand to Lucky Phil<BR>
<LI>$30.0 from srand to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR) to Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE) to prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH) to Lucky Phil<BR>
</ul><br>
srand receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH) from Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097944#item2097944">Cinematique</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104686#item2104686">Blood Bowl (Second Edition)</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104694#item2104694">Hidden Conflict</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107045#item2107045">Collateral Damage</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150155#item2150155">Liar's Dice</A> (wanted by Tegs, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152454#item2152454">Ka'lide</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152822#item2152822">Innovation</A> (wanted by $15, Abanon, Alex Brown, Duke Leto, Foozle, Kerbster76, Scholle, Tegs, TumbleSteak, cyberkev63, earlyworm, mjwills, nnf1, paco paco, revgiblet, rustylantern, stuartfinlay)<BR>
</ul><br>
srand:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126190#item2126190">Entry 290: The Creature That Ate Sheboygan</A> (0290-TCTAS) in exchange for $15.0 from srand<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138500#item2138500">Entry 354: Chicago Express</A> (0354-CHICE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107039#item2107039">Entry 144: PitchCar</A> (0144-PITCH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151770#item2151770">Entry 535: Space Empires: 4X</A> (0535-SPAEM) in exchange for $30.0 from srand<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151780#item2151780">Entry 540: Lord of the Rings: The Confrontation (Deluxe Edition)</A> (0540-LOTRT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151788#item2151788">Entry 545: Patton's Best</A> (0545-PATTB) in exchange for $20.0 from srand<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152705#item2152705">Entry 608: YINSH</A> (0608-YINSH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104687#item2104687">Entry 99: Galactic Emperor</A> (0099-GALAE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT) in exchange for $30.0 from srand<BR>
</ul><br>
<A NAME="stuartfinlay"><H2>stuartfinlay</H2></A>
stuartfinlay sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO) to FinalAttack<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI) to Karlsen<BR>
</ul><br>
stuartfinlay receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC) from Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM) from mr_lunch<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104074#item2104074">Trivial Pursuit: Genus IV</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109508#item2109508">RoboRally</A> (wanted by paco paco, prd1982)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118901#item2118901">Hex Hex XL</A><BR>
</ul><br>
stuartfinlay:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105497#item2105497">Entry 108: Onirim</A> (0108-ONIRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104077#item2104077">Entry 61: Jambo</A> (0061-JAMBO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112116#item2112116">Entry 194: Carcassonne: The Castle</A> (0194-CARTC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129087#item2129087">Entry 303: Paths of Glory</A> (0303-PATOG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104072#item2104072">Entry 59: Commands & Colors: Ancients</A> (0059-COMCO)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152632#item2152632">Entry 579: Alhambra</A> (0579-ALHAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2122202#item2122202">Entry 270: Escape from the Aliens in Outer Space</A> (0270-EFTAI)<BR>
</ul><br>
<A NAME="sysyphus"><H2>sysyphus</H2></A>
sysyphus sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA) to cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR) to fFish<BR>
</ul><br>
sysyphus receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF) from stuartfinlay<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF) from revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS) from Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA) from Tyndal<BR>
</ul><br>
sysyphus:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104063#item2104063">Entry 58: Horse Fever</A> (0058-HORSF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138511#item2138511">Entry 358: Caylus</A> (0358-CAYLU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107781#item2107781">Entry 155: High Frontier</A> (0155-HIGHF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2138509#item2138509">Entry 357: Washington's War</A> (0357-WASHW)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145577#item2145577">Entry 426: Portobello Market</A> (0426-PORTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104307#item2104307">Entry 96: Montage</A> (0096-MONTA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2140220#item2140220">Entry 362: The Lord of the Rings: The Card Game</A> (0362-TLOTR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104310#item2104310">Entry 97: Kingdom of Solomon</A> (0097-KINOS)<BR>
</ul><br>
<A NAME="TaleSpinner"><H2>TaleSpinner</H2></A>
TaleSpinner sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE) to fFish<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN) to Tyndal<BR>
</ul><br>
TaleSpinner receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC) from Foozle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments) from some_guy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI) from wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA) from Duke Leto<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136819#item2136819">Medici vs Strozzi</A> (wanted by Tegs, junkmonsta, petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136826#item2136826">New England</A><BR>
</ul><br>
TaleSpinner:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109177#item2109177">Entry 170: Pirate's Cove</A> (0170-PIRAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2109222#item2109222">Entry 175: Evo</A> (0175-EVOXX) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136814#item2136814">Entry 340: The Pillars of the Earth</A> (0340-TPOTE)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136817#item2136817">Entry 341: Tribune: Primus Inter Pares</A> (0341-TRPRI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152257#item2152257">Entry 551: Once Upon a Time</A> (0551-ONUPA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136821#item2136821">Entry 343: Odin's Ravens</A> (0343-ODINR)<BR>
</ul><br>
<A NAME="Tegs"><H2>Tegs</H2></A>
Tegs sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI) to Kinosness<BR>
</ul><br>
Tegs receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments) from Ozludo<BR>
</ul><br>
Tegs:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142901#item2142901">Entry 391: Gheos</A> (0391-GHEOS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097930#item2097930">Entry 33: The Resistance</A> (0033-TRESI)<BR>
</ul><br>
<A NAME="thepackrat"><H2>thepackrat</H2></A>
thepackrat sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA) to renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA) to Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS) to Unhalfbricking<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI) to wilderness<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT) to Ozludo<BR>
</ul><br>
thepackrat receives:<ul>
<LI>$15.0 from Lucky Phil from Lucky Phil<BR>
<LI>$45.0 from Chuie from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO) from dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS) from johnclark<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC) from TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS) from nnf1<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107240#item2107240">Evo</A> (wanted by Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127805#item2127805">Malta!</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127812#item2127812">Hollywood Hijinx</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127813#item2127813">Zork I: The Great Underground Empire</A><BR>
</ul><br>
thepackrat:<BR><ul>
<LI>receives $15.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS)<BR>
<LI>receives $45.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107241#item2107241">Entry 147: Die Macher</A> (0147-DIEMA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2116336#item2116336">Entry 251: Heroscape Master Set: Rise of the Valkyrie</A> (0251-HMSRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148426#item2148426">Entry 453: X-Bugs</A> (0453-XBUGS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107242#item2107242">Entry 148: Bürger, Baumeister & Co.</A> (0148-BRGBA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152963#item2152963">Entry 637: Regista</A> (0637-REGIS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127811#item2127811">Entry 294: Defenders of the Realm: The Dragon Expansion</A> (0294-DOTRT)<BR>
</ul><br>
<A NAME="Thiessi"><H2>Thiessi</H2></A>
Thiessi sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST) to intheclear<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB) to Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD) to tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments) to Foozle<BR>
</ul><br>
Thiessi receives:<ul>
<LI>$30.0 from Fronk from Fronk<BR>
<LI>$30.0 from cyberkev63 from cyberkev63<BR>
<LI>$40.0 from Alae from Alae<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF) from Unhalfbricking<BR>
</ul><br>
Thiessi:<BR><ul>
<LI>receives $30.0 from Fronk in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD)<BR>
<LI>receives $30.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB)<BR>
<LI>receives $40.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098025#item2098025">Entry 40: Dominion: Prosperity</A> (0040-DOMIP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113573#item2113573">Entry 229: Imperial 2030</A> (0229-IMPER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098024#item2098024">Entry 39: Dominion</A> (0039-DOMIN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148843#item2148843">Entry 455: Age of Industry</A> (0455-AGEOI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2115899#item2115899">Entry 250: Sid Meier's Civilization: The Board Game</A> (0250-SMCTB) (1 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098021#item2098021">Entry 36: Constantinopolis</A> (0036-CONST)<BR>
</ul><br>
<A NAME="tiggers"><H2>tiggers</H2></A>
tiggers sends:<ul>
<LI>$25.0 from tiggers to Unhalfbricking<BR>
<LI>$25.0 from tiggers to nnf1<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT) to Dr Corey<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH) to Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU) to Ozludo<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT) to Lucky Phil<BR>
</ul><br>
tiggers receives:<ul>
<LI>$15.0 from cyberkev63 from cyberkev63<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI) from Croup and Vandemar<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM) from kathyb<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104086#item2104086">Sylla</A> (wanted by Abanon, PBrennan, prd1982, sysyphus)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104088#item2104088">Keltis: Das Würfelspiel</A> (wanted by $10, Lucky Phil, Mariana, Neil Thomson, Phil81, Scholle, mr_lunch, thepackrat)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104089#item2104089">Excape</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104096#item2104096">Robber Knights</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2117409#item2117409">Travel Blog</A> (wanted by $25, Lucky Phil, earlyworm, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129176#item2129176">Times Square</A> (wanted by Mark_Owen_Reich)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129182#item2129182">The Bridges of Shangri-La</A> (wanted by dlow, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129193#item2129193">Journey to the Center of the Earth</A> (wanted by $20, intheclear, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129207#item2129207">Celtica</A> (wanted by $10, Lucky Phil)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2131787#item2131787">Portobello Market</A> (wanted by junkmonsta, sysyphus)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137010#item2137010">Two by Two</A> (wanted by $25, Lucky Phil, Scholle)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137017#item2137017">BITS</A> (wanted by $15, $20, $25, Neil Thomson, Tyndal, nnf1, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152922#item2152922">Great Wall of China</A><BR>
</ul><br>
tiggers:<BR><ul>
<LI>receives $15.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129197#item2129197">Entry 310: Ubongo Trigo</A> (0310-UBONT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098023#item2098023">Entry 38: Arkadia</A> (0038-ARKAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104092#item2104092">Entry 67: Mondo: Zusatzspieler Pack B</A> (0067-MOZUP)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2118525#item2118525">Entry 267: Ticket to Ride: Europe</A> (0267-TITRI) in exchange for $25.0 from tiggers<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129076#item2129076">Entry 299: Carson City</A> (0299-CARSC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151254#item2151254">Entry 514: Glen More</A> (0514-GLENM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129187#item2129187">Entry 308: Dschunke</A> (0308-DSCHU)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152914#item2152914">Entry 632: Cyclades</A> (0632-CYCLA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104084#item2104084">Entry 62: Blood Bowl: Team Manager - The Card Game</A> (0062-BBTMT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP) in exchange for $25.0 from tiggers<BR>
</ul><br>
<A NAME="TorbenVang"><H2>TorbenVang</H2></A>
TorbenVang sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106124#item2106124">Entry 123: Odin's Ravens</A> (0123-ODINR) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI) to renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR) to PBrennan<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106162#item2106162">Entry 129: Sorry! Sliders</A> (0129-SORRS) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX) to renacreon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB) to Mark_Owen_Reich<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO) to hxbx<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT) to coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS) to Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG) to Croup and Vandemar<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC) to thepackrat<BR>
</ul><br>
TorbenVang receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA) from Amnese<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098058#item2098058">Entry 45: Cave Troll</A> (0045-CAVET) from Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR) from petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK) from mjwills<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO) from prd1982<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL) from Friendless<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments) from Scholle<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR) from Scholle<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106115#item2106115">Duel of Ages Set 1: Worldspanner</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106161#item2106161">Star Wars: Epic Duels</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106163#item2106163">Shear Panic</A> (wanted by $15, Amiguero, junkmonsta, mikipe2)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134527#item2134527">Panic Station</A> (wanted by Scholle, TumbleSteak, earlyworm, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152682#item2152682">Owner's Choice</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152684#item2152684">Sucking Vacuum</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152689#item2152689">Quizzit!</A><BR>
</ul><br>
TorbenVang:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096959#item2096959">Entry 25: Ostia</A> (0025-OSTIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106176#item2106176">Entry 132: Bacchus' Banquet</A> (0132-BACCB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098058#item2098058">Entry 45: Cave Troll</A> (0045-CAVET) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152674#item2152674">Entry 593: Euphrates & Tigris Card Game</A> (0593-EUTIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2101411#item2101411">Entry 56: Bazaar</A> (0056-BAZAA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106167#item2106167">Entry 131: Hive</A> (0131-HIVEX)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105501#item2105501">Entry 111: Jambo</A> (0111-JAMBO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106136#item2106136">Entry 124: Triumvirate</A> (0124-TRIUM)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106897#item2106897">Entry 133: Puerto Rico</A> (0133-PUERR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106148#item2106148">Entry 126: Acquire</A> (0126-ACQUI)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107245#item2107245">Entry 149: Pacific Typhoon</A> (0149-PACIT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106162#item2106162">Entry 129: Sorry! Sliders</A> (0129-SORRS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2112220#item2112220">Entry 203: Perikles</A> (0203-PERIK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134526#item2134526">Entry 329: A Castle for All Seasons</A> (0329-ACFAS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125202#item2125202">Entry 283: Citadels</A> (0283-CITAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106124#item2106124">Entry 123: Odin's Ravens</A> (0123-ODINR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125336#item2125336">Entry 286: To Court the King</A> (0286-TCOTK) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106146#item2106146">Entry 125: Nanuk</A> (0125-NANUK)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134106#item2134106">Entry 323: Eketorp</A> (0323-EKETO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134524#item2134524">Entry 328: Samarkand: Routes to Riches</A> (0328-SAROT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145550#item2145550">Entry 415: Gobblet</A> (0415-GOBBL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2106153#item2106153">Entry 127: The Red Dragon Inn</A> (0127-TREDR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150257#item2150257">Entry 505: Caligula</A> (0505-CALIG) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150183#item2150183">Entry 496: Mob Ties: The Board Game</A> (0496-MTTBG)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150261#item2150261">Entry 506: The Republic of Rome</A> (0506-TREOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2134523#item2134523">Entry 327: Belfort</A> (0327-BELFO)<BR>
</ul><br>
<A NAME="TumbleSteak"><H2>TumbleSteak</H2></A>
TumbleSteak sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA) to Morka<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142609#item2142609">Entry 374: Quarriors!</A> (0374-QUARR) to Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST) to mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC) to Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL) to Critical Mass<BR>
</ul><br>
TumbleSteak receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP) from Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA) from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG) from ausminstrel<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG) from Mariana<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF) from Tyndal<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142606#item2142606">Axis & Allies</A> (wanted by stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142622#item2142622">7 Wonders</A> (wanted by $15, $20, Amnese, Critical Mass, Duke Leto, Friendless, Kerbster76, Mariana, Morka, PBrennan, Paul65, Tegs, Unhalfbricking, cyberkev63, mjwills, paco paco, petegs, revgiblet, some_guy, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142631#item2142631">Acquire</A><BR>
</ul><br>
TumbleSteak:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142954#item2142954">Entry 401: Clippers</A> (0401-CLIPP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142623#item2142623">Entry 378: Tikal</A> (0378-TIKAL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148846#item2148846">Entry 456: El Grande</A> (0456-ELGRA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142612#item2142612">Entry 375: Wok Star</A> (0375-WOKST)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151774#item2151774">Entry 537: Ascension: Chronicle of the Godslayer</A> (0537-ACOTG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142609#item2142609">Entry 374: Quarriors!</A> (0374-QUARR)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2152956#item2152956">Entry 635: Category 5</A> (0635-CATEG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142607#item2142607">Entry 373: Bohnanza</A> (0373-BOHNA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2142618#item2142618">Entry 376: Winner's Circle</A> (0376-WINNC)<BR>
</ul><br>
<A NAME="Tyndal"><H2>Tyndal</H2></A>
Tyndal sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153039#item2153039">Entry 674: Mage Knight Dungeons</A> (0674-MAGKN) to dlow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP) to tiggers<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM) to Neil Thomson<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF) to TumbleSteak<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT) to srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT) to Oiler<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD) to Karlsen<BR>
</ul><br>
Tyndal receives:<ul>
<LI>$25.0 from Lucky Phil from Lucky Phil<BR>
<LI>$30.0 from mikipe2 from mikipe2<BR>
<LI>$45.0 from mikipe2 from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL) from Ykikamucow<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC) from earlyworm<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND) from coxy_fc<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN) from TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145853#item2145853">Entry 431: Elder Sign</A> (0431-ELDES) from mikipe2<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153031#item2153031">The Castle of the Devil</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153033#item2153033">Cluzzle</A> (wanted by Mariana)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153036#item2153036">The BoardGameGeek Game</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153037#item2153037">The End of the Triumvirate</A> (wanted by junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153042#item2153042">Lascaux</A> (wanted by Amiguero, Foozle, Tegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153047#item2153047">Il Principe</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153062#item2153062">The Pillars of the Earth</A> (wanted by Abanon, ChrisPayne, Kerbster76, Scholle, fFish, junkmonsta, mjwills, mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153064#item2153064">Phoenicia</A> (wanted by $15, Friendless, Phil81, aaronseeber, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153067#item2153067">Modern Art</A> (wanted by Kerbster76, TaleSpinner, Tegs, mr_lunch, srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153072#item2153072">Eaten by Zombies!</A> (wanted by petegs)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153086#item2153086">Midgard</A> (wanted by mr_lunch)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153089#item2153089">HeroClix</A><BR>
</ul><br>
Tyndal:<BR><ul>
<LI>receives $25.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153059#item2153059">Entry 680: Stack Market</A> (0680-STACM)<BR>
<LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153044#item2153044">Entry 676: Scarab Lords</A> (0676-SCARL)<BR>
<LI>receives $45.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153070#item2153070">Entry 684: Factory Fun</A> (0684-FACTF)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153039#item2153039">Entry 674: Mage Knight Dungeons</A> (0674-MAGKN)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2099361#item2099361">Entry 50: Fauna</A> (0050-FAUNA) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153055#item2153055">Entry 679: Sylla</A> (0679-SYLLA)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2105490#item2105490">Entry 101: Fresco</A> (0101-FRESC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153083#item2153083">Entry 688: Arkadia</A> (0688-ARKAD)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2129073#item2129073">Entry 298: Thunderstone: Dragonspire</A> (0298-THUND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153077#item2153077">Entry 686: Dungeon Twister</A> (0686-DUNGT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2136824#item2136824">Entry 344: Ingenious</A> (0344-INGEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153079#item2153079">Entry 687: Dungeon Twister</A> (0687-DUNGT)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145853#item2145853">Entry 431: Elder Sign</A> (0431-ELDES) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2153046#item2153046">Entry 677: Maharaja: The Game of Palace Building in India</A> (0677-MTGOP)<BR>
</ul><br>
<A NAME="Unhalfbricking"><H2>Unhalfbricking</H2></A>
Unhalfbricking sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125166#item2125166">Entry 281: Bang! The Bullet!</A> (0281-BANTB) to Abanon<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF) to Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR) to Karlsen<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS) to sysyphus<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR) to mr_lunch<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL) to kathyb<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments) to petegs<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX) to Paul65<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT) to vanadamme<BR>
</ul><br>
Unhalfbricking receives:<ul>
<LI>$10.0 from dlow from dlow<BR>
<LI>$15.0 from mikipe2 from mikipe2<BR>
<LI>$15.0 from mikipe2 from mikipe2<BR>
<LI>$15.0 from srand from srand<BR>
<LI>$20.0 from Lucky Phil from Lucky Phil<BR>
<LI>$25.0 from tiggers from tiggers<BR>
<LI>$30.0 from Alae from Alae<BR>
<LI>$30.0 from mikipe2 from mikipe2<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM) from PBrennan<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096020#item2096020">Avanti</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148875#item2148875">Not Tonight Josephine</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148877#item2148877">John Silver</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148880#item2148880">Bang! The Bullet!</A> (wanted by Abanon, FinalAttack)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148883#item2148883">Alaska</A> (wanted by dlow)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148885#item2148885">Judge Dredd</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148887#item2148887">Reef Encounter of the Second Kind</A> (wanted by srand)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148890#item2148890">Bang! A Fistful of Cards</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151226#item2151226">Mystery of the Abbey: The Pilgrims' Chronicles</A><BR>
</ul><br>
Unhalfbricking:<BR><ul>
<LI>receives $10.0 from dlow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151220#item2151220">Entry 511: Louis XIV</A> (0511-LOUIX)<BR>
<LI>receives $15.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148889#item2148889">Entry 468: The El Grande Expansions</A> (0468-TELGR)<BR>
<LI>receives $15.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT)<BR>
<LI>receives $15.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148873#item2148873">Entry 461: After the Flood</A> (0461-AFTTF)<BR>
<LI>receives $20.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148904#item2148904">Entry 473: Sator Arepo Tenet Opera Rotas</A> (0473-SATOR)<BR>
<LI>receives $25.0 from tiggers in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148900#item2148900">Entry 472: Trans Europa</A> (0472-TRANS)<BR>
<LI>receives $30.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148899#item2148899">Entry 471: Power Grid: China/Korea</A> (0471-POWGR)<BR>
<LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148907#item2148907">Entry 474: Aquileia</A> (0474-AQUIL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107247#item2107247">Entry 150: Days of Steam</A> (0150-DAYOS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148908#item2148908">Entry 475: Alcatraz: The Scapegoat</A> (0475-ALCTS) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2149755#item2149755">Entry 488: Seismic</A> (0488-SEISM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125166#item2125166">Entry 281: Bang! The Bullet!</A> (0281-BANTB)<BR>
</ul><br>
<A NAME="vanadamme"><H2>vanadamme</H2></A>
vanadamme sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL) to khorgor<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC) to PBrennan<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR) to revgiblet<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR) to Phil81<BR>
</ul><br>
vanadamme receives:<ul>
<LI>$20.0 from mikipe2 from mikipe2<BR>
<LI>$30.0 from Charlie Alpha from Charlie Alpha<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME) from Phil81<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT) from Unhalfbricking<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096103#item2096103">Mr. Jack</A> (wanted by $20, Abanon, Lucky Phil, Mariana, foursaken, mjwills, revgiblet, srand, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096104#item2096104">Warrior Knights</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096110#item2096110">Gheos</A> (wanted by Tegs, stuartfinlay)<BR>
</ul><br>
vanadamme:<BR><ul>
<LI>receives $20.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096109#item2096109">Entry 9: En Garde</A> (0009-ENGAR)<BR>
<LI>receives $30.0 from Charlie Alpha in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096107#item2096107">Entry 7: Infinite City</A> (0007-INFIC)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125204#item2125204">Entry 284: Cosmic Encounter</A> (0284-COSME) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096105#item2096105">Entry 6: Dungeon Lords</A> (0006-DUNGL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151225#item2151225">Entry 512: Railways of the World: The Card Game</A> (0512-ROTWT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2096108#item2096108">Entry 8: The Lord of the Rings: The Card Game</A> (0008-TLOTR)<BR>
</ul><br>
<A NAME="wilderness"><H2>wilderness</H2></A>
wilderness sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS) to MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments) to Chuie<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI) to TaleSpinner<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments) to Amnese<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF) to fFish<BR>
</ul><br>
wilderness receives:<ul>
<LI>$40.0 from khorgor from khorgor<BR>
<LI>$48.0 from Alae from Alae<BR>
<LI>$65.0 from MrBaggy from MrBaggy<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI) from thepackrat<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE) from Lucky Phil<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE) from petegs<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124483#item2124483">A Touch of Evil: Something Wicked</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124630#item2124630">Starship Catan</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125070#item2125070">Ad Astra</A> (wanted by Neil Thomson, aaronseeber, mbroecker, prd1982, some_guy, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2125106#item2125106">Panzer General: Allied Assault</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2126869#item2126869">Caylus Magna Carta</A> (wanted by Mariana, Scholle, Tegs, Tyndal, hali, intheclear, paco paco, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137192#item2137192">Bootleggers</A> (wanted by earlyworm)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137261#item2137261">Rome</A> (wanted by TorbenVang)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137972#item2137972">New England</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145179#item2145179">Terra Evolution</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2148114#item2148114">Igel Ärgern</A><BR>
</ul><br>
wilderness:<BR><ul>
<LI>receives $40.0 from khorgor in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2147348#item2147348">Entry 436: The Speicherstadt</A> (0436-TSPEI)<BR>
<LI>receives $48.0 from Alae in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2150220#item2150220">Entry 501: Frontline: D-Day</A> (0501-FROND) (1 comments)<BR>
<LI>receives $65.0 from MrBaggy in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2124479#item2124479">Entry 274: U-Boat Leader</A> (0274-UBOAL)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2107251#item2107251">Entry 151: 1860: Railways on the Isle of Wight</A> (0151-1ROTI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2137189#item2137189">Entry 349: Incursion</A> (0349-INCUR) (2 comments)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2113867#item2113867">Entry 246: Quebec 1759</A> (0246-QUEBE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2127590#item2127590">Entry 292: Lords of Scotland</A> (0292-LOROS)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2145762#item2145762">Entry 428: Band of Brothers: Screaming Eagles</A> (0428-BOBSE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2151688#item2151688">Entry 524: Survive: Escape from Atlantis!</A> (0524-SUESF)<BR>
</ul><br>
<A NAME="Ykikamucow"><H2>Ykikamucow</H2></A>
Ykikamucow sends:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098058#item2098058">Entry 45: Cave Troll</A> (0045-CAVET) to TorbenVang<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL) to Tyndal<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB) to petegs<BR>
</ul><br>
Ykikamucow receives:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR) from srand<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB) from Thiessi<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH) from tiggers<BR>
</ul><br>
These games do not trade:<ul>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098054#item2098054">Hermagor</A> (wanted by Amiguero, junkmonsta)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098055#item2098055">Duel of Ages Set 1: Worldspanner</A><BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098056#item2098056">Scotland Yard</A> (wanted by Mariana, stuartfinlay)<BR>
<LI><A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098057#item2098057">Android</A> (wanted by $15, $20, revgiblet, srand)<BR>
</ul><br>
Ykikamucow:<BR><ul>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2097940#item2097940">Entry 34: Skybridge</A> (0034-SKYBR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098060#item2098060">Entry 47: World of Warcraft: The Boardgame</A> (0047-WOWTB)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098022#item2098022">Entry 37: Wasabi!</A> (0037-WASAB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098058#item2098058">Entry 45: Cave Troll</A> (0045-CAVET)<BR>
<LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2104085#item2104085">Entry 63: Keythedral</A> (0063-KEYTH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/140281/item/2098059#item2098059">Entry 46: Perry Rhodan: The Cosmic League</A> (0046-PRTCL)<BR>
</ul><br>
</BODY></HTML>
| DrFriendless/TradeMaximizerOz | Trades/Old Trades/amiguero2/result26.html | HTML | mit | 248,378 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="dist/child.js"></script>
</body>
</html>
| andrvyal/postmessenger | tests/child.html | HTML | mit | 126 |
<html>
<head>
<script type="text/javascript" charset="UTF-8" src="../../dist/tesspathy.min.js"></script>
<script type="text/javascript" charset="UTF-8" src="Canvas2DRenderer.js"></script>
<script type="text/javascript" charset="UTF-8" src="WebGLRenderer.js"></script>
<script type="text/javascript" charset="UTF-8" src="render_test.js"></script>
</head>
<body>
<div>
<canvas style="border: solid 1px; " id="canvas" width="600" height="600"></canvas>
</div>
<div>
<span>
<input type="radio" name="mode" id="2d-radio" value="2d">
Canvas 2D
</span>
<span>
<input type="radio" name="mode" id="3d-radio" value="3d">
WebGL
</span>
<button onclick="addObjectToStage(50)">Add Objects</button>
<span id="objCount" style="font-size: 300%; color: blue;">0</span>
</div>
</body>
</html> | gree/tesspathy | examples/canvas_vs_webgl/index.html | HTML | mit | 943 |
<!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_45) on Fri Mar 07 21:28:08 EST 2014 -->
<TITLE>
realtimeweb.simplebusiness (Simple Business: version 1)
</TITLE>
<META NAME="date" CONTENT="2014-03-07">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../realtimeweb/simplebusiness/package-summary.html" target="classFrame">realtimeweb.simplebusiness</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="SimpleBusiness.html" title="class in realtimeweb.simplebusiness" target="classFrame">SimpleBusiness</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| RealTimeWeb/BusinessSearch | java/docs/realtimeweb/simplebusiness/package-frame.html | HTML | mit | 919 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /home/ubuntu/workspace/ConnectedSoccerPhp/src/Soccer/LandingBundle/Controller/DefaultController.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.html">/home/ubuntu/workspace/ConnectedSoccerPhp/src/Soccer</a> <span class="divider">/</span></li>
<li><a href="LandingBundle.html">LandingBundle</a> <span class="divider">/</span></li>
<li><a href="LandingBundle_Controller.html">Controller</a> <span class="divider">/</span></li>
<li class="active">DefaultController.php</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<table class="table table-bordered">
<thead>
<tr>
<td> </td>
<td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td>
</tr>
<tr>
<td> </td>
<td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
<td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td>
<td colspan="3"><div align="center"><strong>Lines</strong></div></td>
</tr>
</thead>
<tbody>
<tr>
<td class="danger">Total</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 4</div></td>
</tr>
<tr>
<td class="danger">DefaultController</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 4</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#9">indexAction($name)</a></td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress progress-danger" style="width: 100px;">
<div class="bar" style="width: 0.00%;"></div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 4</div></td>
</tr>
</tbody>
</table>
<table class="table table-borderless table-condensed">
<tbody>
<tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine"><?php</td></tr>
<tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine">namespace Soccer\LandingBundle\Controller;</td></tr>
<tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine">use Symfony\Bundle\FrameworkBundle\Controller\Controller;</td></tr>
<tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine">class DefaultController extends Controller</td></tr>
<tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine">{</td></tr>
<tr class="danger"><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"> public function indexAction($name)</td></tr>
<tr class="danger"><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine"> {</td></tr>
<tr class="danger"><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine"> return $this->render('SoccerLandingBundle:Default:index.html.twig', array('name' => $name));</td></tr>
<tr class="danger"><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine"> }</td></tr>
<tr><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine">}</td></tr>
</tbody>
</table>
<footer>
<h4>Legend</h4>
<p>
<span class="success"><strong>Executed</strong></span>
<span class="danger"><strong>Not Executed</strong></span>
<span class="warning"><strong>Dead Code</strong></span>
</p>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.13</a> using <a href="http://www.php.net/" target="_top">PHP 5.5.9-1ubuntu4.14</a> and <a href="http://phpunit.de/">PHPUnit 3.7.28</a> at Mon Jan 25 19:36:25 UTC 2016.</small>
</p>
</footer>
</div>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript">$('.popin').popover({trigger: 'hover'});</script>
</body>
</html>
| malioret/ConnectedSoccerApi | phpunit-report/LandingBundle_Controller_DefaultController.php.html | HTML | mit | 7,273 |
{{d}} | henrywoo/qblog | templates/sentosaapp/data.html | HTML | mit | 5 |
Hi %s!
<br><br>
%s
<br><br>
Before this transaction %s in %s, now <b>%s</b>.
<br><br>
If this is not correct, you can <a href="%s" target="_blank">reject it</a>.
<br><br>
Yours,<br>
De-Bee | manastech/de-bee | texts/en/action.html | HTML | mit | 205 |
<!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="./5e8a020de36e77c5d09cd27de4700fae11ce51add077a428defa81169bbde7fc.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/70fec7265cbdfe83b694b8795bbf9fc04553a1b96da856cc730516aa29dde9a8.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="./6fcbd68afe57dcc4f6069ef2eaa7daa01537af97cda8654e39ebaea45b423b67.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/27b45644a4aeab0bf286f54c26c233a0d76814679f08c0c9bc7cbb37761660e1.html | HTML | mit | 550 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<style>
body {
background: white;
font-size: 80%;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
We are using Electrino:
<script>
document.write(process.versions.electrino + ", running on: " + process.platform + ", " + process.arch + "<br>");
var os = require("os");
document.write(os.release());
</script>
</body>
</html> | pojala/electrino | Electrino/win10/Electrino/test-app/index.html | HTML | mit | 503 |
<h1> Forum in Angular2 </h1>
<div class="forum jumbotron center-block">
<h2>Welcome user {{ userLogName }} {{ userLogID }}</h2>
<h3>Threads</h3>
<div *ngIf="threads_error">An error occurred while loading the foods!</div>
<p><a class="btn btn-primary btn-lg" role="button" (click)="logout()">Logout</a></p>
<p><a class="btn btn-primary btn-lg" role="button" style="align-content: center" (click)="addThread()">Add New Thread</a></p>
<p><a class="btn btn-primary btn-lg" role="button" (click)="getThreads()">Refresh</a></p>
<table>
<ul>
<tr><li *ngFor="let thread of myThreads" >
<td><h4><span (click)="onSelect(thread.id)"> {{ thread.id }}. <b>{{thread.title }}</b> , last update: {{thread.last_update.valueOf() * 1000 | date: "short" }} </span></h4></td>
<td> <button class="delete-button" (click)="deleteThread( thread.id )" >Delete</button> </td>
</li></tr>
</ul>
</table>
<!--<p><a class="btn btn-primary btn-lg" role="button" (click)="callAnonymousApi()">Call REST API</a></p>-->
<p><a class="btn btn-primary btn-lg" role="button" (click)="testovaci()">testovaci</a></p>
<p class="response">REST API - Json<br> {{response2}}</p>
</div>
| petrKaspar/pwa-forum | src/forumHome/forum.html | HTML | mit | 1,209 |
{% extends "layout.html" %}
{% block body %}
{% for post in data.posts %}
<br>
<a class="title" href="/{% if post.type == 'post' %}posts{% else %}diaries{% endif %}/{{ post.title|urlencode }}">{{ post.title }}</a>
<pre>
<code>
Posted at {{ post.created_time }}
======================
{{ post.content|markdown_image }}
</code>
</pre>
<br>------------------------------------------<br>
{% endfor %}
<a href="/page/{{ data.preview }}" class="{% if data.preview <= 0 %}hide{% endif %}"><< Newer</a>
<a href="/page/{{ data.next }}" class="pull-right {% if data.posts|length < 3 or not data.next %}hide{% endif %}">Older >></a>
{% endblock %} | RicterZ/pyprint | pyprint/themes/none/templates/index.html | HTML | mit | 637 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>atbr: 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.7.1+2 / atbr - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
atbr
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
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.7.1+2 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: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/atbr"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ATBR"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~" & != "8.5.0~camlp4" & != "8.5.2~camlp4"}
]
tags: [
"keyword:Kleene algebra"
"keyword:finite automata"
"keyword:semiring"
"keyword:matrices"
"keyword:decision procedure"
"keyword:reflexive tactic"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"date:2009-06"
]
authors: [ "Damien Pous <[email protected]>" "Thomas Braibant <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/atbr/issues"
dev-repo: "git+https://github.com/coq-contribs/atbr.git"
synopsis: "A tactic for deciding Kleene algebras"
description: """
This library provides algebraic tools for working with
binary relations. The main tactic we provide is a reflexive tactic for
solving (in)equations in an arbitrary Kleene algebra. The decision
procedure goes through standard finite automata constructions, that we
formalized."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/atbr/archive/v8.5.0.tar.gz"
checksum: "md5=efede27586ebdb611c74efcd8017f70c"
}
</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-atbr.8.5.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-atbr -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-atbr.8.5.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.06.1-2.0.5/released/8.7.1+2/atbr/8.5.0.html | HTML | mit | 7,332 |
<template name="approvalPending">
<div class="full">
<div class="container">
<div class="row">
<div class="col-md-5 text-center center-block login-box">
<div class="logo-big">
<img src="/images/logo-big.png" alt="Chute" />
</div>
<h1>Your account hasn't been approved, yet. Stay tuned!</h1>
</div>
</div>
</div>
</div>
</template> | pepahlavacek/achiever-source | client/views/home/approval_pending.html | HTML | mit | 412 |
<!DOCTYPE html>
<!-- saved from url=(0511)https://www.facebook.com/xti.php?xt=21.%7B%22module_type%22%3Anull%2C%22item_type%22%3A%22spinner%22%2C%22display_style%22%3Anull%2C%22position_in_module%22%3Anull%2C%22id%22%3Anull%2C%22raw_id%22%3Anull%2C%22query%22%3A%22media-social%28lex%2Bandrews%29%22%2C%22session_id%22%3A%228b3d087724fe5cc0caa85643c33c210e%22%2C%22vertical%22%3A%22none%22%2C%22result_creation_timestamp%22%3Anull%2C%22module_result_type%22%3Anull%2C%22source_module_role%22%3Anull%2C%22subrequests%22%3A%5B%5D%2C%22unit_id%22%3Anull%7D -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title></title><script type="text/javascript">;try { document.domain = 'facebook.com'; } catch (_) { };</script></head><body class="mini_iframe"></body></html> | LexAndrews44/LexAndrews44.github.io | Game/images/me_files/xti(32).html | HTML | mit | 796 |
<div class="gmf-search">
<input
type="text"
ng-attr-placeholder="{{$ctrl.placeholder|translate}}"
class="form-control"
ng-model="$ctrl.inputValue"
ngeo-search="$ctrl.options"
ngeo-search-datasets="$ctrl.datasets"
ngeo-search-listeners="$ctrl.listeners"
/>
<span
class="gmf-clear-button ng-hide"
ng-hide="!$ctrl.clearButton || $ctrl.inputValue == '' && $ctrl.featureOverlay_.isEmpty()"
ng-click="$ctrl.onClearButton()"
>
</span>
</div>
<span ng-if="$ctrl.options.colorChooser">
<span ng-show="$ctrl.displayColorPicker" ngeo-popover ngeo-popover-placement="bottom">
<button
class="gmf-color-button fa fa-tint"
ngeo-popover-anchor
data-original-title="{{'Change the color of the search result'|translate}}"
></button>
<div ngeo-popover-content>
<div ngeo-colorpicker ngeo-colorpicker-color="$ctrl.color"></div>
</div>
</span>
</span>
| camptocamp/ngeo | src/search/component.html | HTML | mit | 925 |
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<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, maximum-scale=1.0">
<title>Goodreads Analysis - Dripping Data</title>
<meta name="description" content="I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.
Dataset library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) library(lubridate) ## ## Attaching package: 'lubridate' ## The following object is masked from 'package:base': ## ## date library(hrbrthemes) books <- read.">
<meta name="author" content="Mike Ching"/><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Dripping Data",
"url": "\/"
}
</script><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"url": "\/"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "\/",
"name": "home"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "\/2017\/06\/19\/goodreads-analysis\/",
"name": "Goodreads analysis"
}
}]
}
</script><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"author": {
"name" : "Mike Ching"
},
"headline": "Goodreads Analysis",
"description" : "I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.\nDataset library(dplyr) ## ## Attaching package: \u0026#39;dplyr\u0026#39; ## The following objects are masked from \u0026#39;package:stats\u0026#39;: ## ## filter, lag ## The following objects are masked from \u0026#39;package:base\u0026#39;: ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) library(lubridate) ## ## Attaching package: \u0026#39;lubridate\u0026#39; ## The following object is masked from \u0026#39;package:base\u0026#39;: ## ## date library(hrbrthemes) books \u0026lt;- read.",
"inLanguage" : "en",
"wordCount": 2339 ,
"datePublished" : "2017-06-19T00:00:00",
"dateModified" : "2017-06-19T00:00:00",
"image" : "\/img\/IMG_6557.jpg",
"keywords" : [ "visualization" ],
"mainEntityOfPage" : "\/2017\/06\/19\/goodreads-analysis\/",
"publisher" : {
"@type": "Organization",
"name" : "\/",
"logo" : {
"@type" : "ImageObject",
"url" : "\/img\/IMG_6557.jpg",
"height" : 60 ,
"width" : 60
}
}
}
</script>
<meta property="og:title" content="Goodreads Analysis" />
<meta property="og:description" content="I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.
Dataset library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) library(lubridate) ## ## Attaching package: 'lubridate' ## The following object is masked from 'package:base': ## ## date library(hrbrthemes) books <- read.">
<meta property="og:image" content="/img/IMG_6557.jpg" />
<meta property="og:url" content="/2017/06/19/goodreads-analysis/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Dripping Data" />
<meta name="twitter:title" content="Goodreads Analysis" />
<meta name="twitter:description" content="I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my …">
<meta name="twitter:image" content="/img/IMG_6557.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@mikec2a" />
<meta name="twitter:creator" content="@mikec2a" />
<link href='../../../../img/favicon.ico' rel='icon' type='image/x-icon'/>
<meta name="generator" content="Hugo 0.88.1" />
<link rel="alternate" href="../../../../index.xml" type="application/rss+xml" title="Dripping Data"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="../../../../css/main.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" /><link rel="stylesheet" href="../../../../css/syntax.css" /><link rel="stylesheet" href="../../../../css/codeblock.css" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.css" integrity="sha384-h/L2W9KefUClHWaty3SLE5F/qvc4djlyR4qY3NUV5HGQBBW7stbcfff1+I/vmsHh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/default-skin/default-skin.min.css" integrity="sha384-iD0dNku6PYSIQLyfTOpB06F2KCZJAKLOThS5HRe8b3ibhdEQ6eKsFf/EeFxdOt5R" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-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="../../../../">Dripping Data</a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li>
<a title="Blog" href="../../../../">Blog</a>
</li>
<li>
<a title="About" href="../../../../about/">About</a>
</li>
<li>
<a title="LinkedIn" href="https://www.linkedin.com/in/michael-ching-033a5029">LinkedIn</a>
</li>
<li>
<a title="Twitter" href="https://twitter.com/mikec2a">Twitter</a>
</li>
</ul>
</div>
<div class="avatar-container">
<div class="avatar-img-border">
<a title="Dripping Data" href="../../../../">
<img class="avatar-img" src="../../../../img/IMG_6557.jpg" alt="Dripping Data" />
</a>
</div>
</div>
</div>
</nav>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<header class="header-section ">
<div class="intro-header no-img">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>Goodreads Analysis</h1>
<span class="post-meta">
<i class="fas fa-calendar"></i> Posted on June 19, 2017
| <i class="fas fa-user"></i> Mike Ching
</span>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container" role="main">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<article role="main" class="blog-post">
<p>I just finished my 2017 Reading Challenge on Goodreads. My goal was to read 15 books this year. Poking around the site I discovered that I could export my data. I decided to have a look to see what my reading habits looked like, and since I was doing this for me, I decided to look at my wife’s data too.</p>
<div id="dataset" class="section level2">
<h2>Dataset</h2>
<pre class="r"><code>library(dplyr)</code></pre>
<pre><code>##
## Attaching package: 'dplyr'</code></pre>
<pre><code>## The following objects are masked from 'package:stats':
##
## filter, lag</code></pre>
<pre><code>## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union</code></pre>
<pre class="r"><code>library(tidyr)
library(ggplot2)
library(lubridate)</code></pre>
<pre><code>##
## Attaching package: 'lubridate'</code></pre>
<pre><code>## The following object is masked from 'package:base':
##
## date</code></pre>
<pre class="r"><code>library(hrbrthemes)
books <- read.csv("../datasets/goodreads.csv", colClasses = "character")
books_wife <- read.csv("../datasets/goodreads_wife.csv", colClasses = "character")
books <- tbl_df(books)
books_wife <- tbl_df(books_wife)</code></pre>
<pre class="r"><code>books <- mutate(books, reader = "me")
books_wife <- mutate(books_wife, reader = "wife")
books <- full_join(books, books_wife)</code></pre>
<pre><code>## Joining, by = c("Book.Id", "Title", "Author", "Author.l.f", "Additional.Authors", "ISBN", "ISBN13", "My.Rating", "Average.Rating", "Publisher", "Binding", "Number.of.Pages", "Year.Published", "Original.Publication.Year", "Date.Read", "Date.Added", "Bookshelves", "Bookshelves.with.positions", "Exclusive.Shelf", "My.Review", "Spoiler", "Private.Notes", "Read.Count", "Recommended.For", "Recommended.By", "Owned.Copies", "Original.Purchase.Date", "Original.Purchase.Location", "Condition", "Condition.Description", "BCID", "reader")</code></pre>
<p>The data were arranged into variables like Author and Title but also Pages, Publication Date, Date Read, My Rating, Average Rating, etc.</p>
<pre class="r"><code>str(books)</code></pre>
<pre><code>## Classes 'tbl_df', 'tbl' and 'data.frame': 491 obs. of 32 variables:
## $ Book.Id : chr "3852882" "31920777" "30653783" "840" ...
## $ Title : chr "Your Hate Mail Will Be Graded: A Decade of Whatever, 1998-2008" "American Kingpin: The Epic Hunt for the Criminal Mastermind Behind the Silk Road" "Smart Baseball: The Story Behind the Old Stats That Are Ruining the Game, the New Ones That Are Running It, and"| __truncated__ "The Design of Everyday Things" ...
## $ Author : chr "John Scalzi" "Nick Bilton" "Keith Law" "Donald A. Norman" ...
## $ Author.l.f : chr "Scalzi, John" "Bilton, Nick" "Law, Keith" "Norman, Donald A." ...
## $ Additional.Authors : chr "" "" "Tbd" "" ...
## $ ISBN : chr "=\"1596062118\"" "=\"1591848148\"" "=\"0062490222\"" "=\"0465067107\"" ...
## $ ISBN13 : chr "=\"9781596062115\"" "=\"9781591848141\"" "=\"9780062490223\"" "=\"9780465067107\"" ...
## $ My.Rating : chr "4" "0" "0" "0" ...
## $ Average.Rating : chr "3.67" "4.36" "4.10" "4.18" ...
## $ Publisher : chr "Subterranean" "Portfolio" "Harper Collins" "Basic Books" ...
## $ Binding : chr "Hardcover" "Hardcover" "Hardcover" "Paperback" ...
## $ Number.of.Pages : chr "368" "352" "304" "240" ...
## $ Year.Published : chr "2008" "2017" "2017" "2002" ...
## $ Original.Publication.Year : chr "2008" "2017" "2017" "1988" ...
## $ Date.Read : chr "2017/06/17" "" "" "" ...
## $ Date.Added : chr "2017/06/17" "2017/06/16" "2017/06/10" "2017/06/10" ...
## $ Bookshelves : chr "" "to-read" "to-read" "to-read" ...
## $ Bookshelves.with.positions: chr "" "to-read (#16)" "to-read (#15)" "to-read (#14)" ...
## $ Exclusive.Shelf : chr "read" "to-read" "to-read" "to-read" ...
## $ My.Review : chr "" "" "" "" ...
## $ Spoiler : chr "" "" "" "" ...
## $ Private.Notes : chr "" "" "" "" ...
## $ Read.Count : chr "1" "0" "0" "0" ...
## $ Recommended.For : chr "" "" "" "" ...
## $ Recommended.By : chr "" "" "" "" ...
## $ Owned.Copies : chr "0" "0" "0" "0" ...
## $ Original.Purchase.Date : chr "" "" "" "" ...
## $ Original.Purchase.Location: chr "" "" "" "" ...
## $ Condition : chr "" "" "" "" ...
## $ Condition.Description : chr "" "" "" "" ...
## $ BCID : chr "" "" "" "" ...
## $ reader : chr "me" "me" "me" "me" ...</code></pre>
</div>
<div id="data-cleaning" class="section level2">
<h2>Data Cleaning</h2>
<p>Some boring data cleaning code…</p>
<pre class="r"><code># Factor author names
books$Author <- factor(books$Author)
# Factor bookshelves
books$Exclusive.Shelf <- factor(books$Exclusive.Shelf)
# Numeric ratings
books$My.Rating <- as.numeric(books$My.Rating)
books$Average.Rating <- as.numeric(books$Average.Rating)
# Number of Pages
books$Number.of.Pages <- as.integer(books$Number.of.Pages)
# Years
books$Year.Published <- as.integer(books$Year.Published)
books$Original.Publication.Year <- as.integer(books$Original.Publication.Year)
# Dates
books$Date.Added <- ymd(books$Date.Added)
books$Date.Read <- ymd(books$Date.Read)</code></pre>
</div>
<div id="books-read-vs-added" class="section level2">
<h2>Books Read vs Added</h2>
<p>I’ve recorded 150 books as being read, and the wife has recorded 302 books as being read.</p>
<pre class="r"><code>books %>% select(Exclusive.Shelf, reader) %>% group_by(reader, Exclusive.Shelf) %>%
summarize(n = length(Exclusive.Shelf))</code></pre>
<pre><code>## Source: local data frame [6 x 3]
## Groups: reader [?]
##
## reader Exclusive.Shelf n
## <chr> <fctr> <int>
## 1 me currently-reading 2
## 2 me read 150
## 3 me to-read 16
## 4 wife currently-reading 1
## 5 wife read 302
## 6 wife to-read 20</code></pre>
</div>
<div id="dates-added-and-read" class="section level2">
<h2>Dates Added and Read</h2>
<p>I have only been adding to this list off and on since joining Goodreads. I plotted below the distribution of when I added and read books.</p>
<pre class="r"><code>tmp1 <- books %>% select(Book.Id, Date.Added, reader) %>% mutate(action = "added") %>% rename(year = Date.Added)
tmp2 <- books %>% select(Book.Id, Date.Read, reader) %>% mutate(action = "read") %>% rename(year = Date.Read)
bind_rows(tmp1, tmp2) %>% filter(!is.na(year)) %>%
ggplot(aes(x = year, fill = action)) +
geom_histogram(binwidth = 365, position=position_dodge()) +
ggtitle("Books Added and Read per Year") +
ylab("number of books") +
xlab("year") +
theme_ipsum() +
facet_grid(reader ~ .)</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-6-1.png" width="672" /></p>
<p>It looks like I signed up for Goodreads in 2012 and started adding books to my list of read books. If I couldn’t remember when I read the book, I left the date read field blank. My wife started in 2009 and had a similar pattern of behavior. After this initial flurry of adding books, I recorded little activity on the website until about 2014-2015 when I started using Goodreads in earnest. This graph doesn’t really represent my reading history since there’s a lot of missing data, but it does represent pretty well how I’ve used this website.</p>
</div>
<div id="most-popular-author" class="section level2">
<h2>Most popular author</h2>
<p>I wondered which author we had read the most of. This is subject to recall bias, but it seems that for me #1 is Haruki Murakami, whose work I just love. Then came two comic artists (Gene Luen Yang and Sara Varon). Finally there were a whole bunch of 3-timers including Hugh Howey (Wool series), John Elder Robison (autistic writer), Stieg Larsson (The Girl Who… series) Suzanne Collins (Hunger Games series).</p>
<pre class="r"><code>books %>% filter(reader == "me") %>%
group_by(Author) %>% summarize(n = length(Author)) %>% arrange(desc(n))</code></pre>
<pre><code>## # A tibble: 124 × 2
## Author n
## <fctr> <int>
## 1 Haruki Murakami 10
## 2 Gene Luen Yang 6
## 3 Sara Varon 4
## 4 Hugh Howey 3
## 5 John Elder Robison 3
## 6 Randall Munroe 3
## 7 Stieg Larsson 3
## 8 Suzanne Collins 3
## 9 Veronica Roth 3
## 10 America's Test Kitchen 2
## # ... with 114 more rows</code></pre>
<p>For my wife, it’s the romance novels that predominate.</p>
<pre class="r"><code>books %>% filter(reader == "wife") %>%
group_by(Author) %>% summarize(n = length(Author)) %>% arrange(desc(n))</code></pre>
<pre><code>## # A tibble: 157 × 2
## Author n
## <fctr> <int>
## 1 Bella Andre 18
## 2 Meg Cabot 12
## 3 Daisy Prescott 11
## 4 Penny Reid 11
## 5 Tasha Alexander 9
## 6 J.K. Rowling 8
## 7 Kristin Hannah 7
## 8 Michael Scott 6
## 9 Violet Duke 6
## 10 Alexander McCall Smith 5
## # ... with 147 more rows</code></pre>
</div>
<div id="my-ratings" class="section level2">
<h2>My Ratings</h2>
<p>I wondered about the ratings we had given books.</p>
<pre class="r"><code># Unrated books got a rating of zero
books$My.Rating <- ifelse(books$My.Rating == 0, NA, books$My.Rating)
books %>% filter(!is.na(My.Rating)) %>%
ggplot(aes(x = My.Rating, fill = reader)) +
geom_histogram(binwidth = 1, position=position_dodge()) +
ggtitle("Our Ratings") +
xlab("Rating") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-9-1.png" width="672" /></p>
<p>It looks pretty heavily skewed to 4 and 5 star ratings. In fact, both of our median ratings were a 4.</p>
<pre class="r"><code>books %>% group_by(reader) %>% summarize(median(My.Rating, na.rm = T))</code></pre>
<pre><code>## # A tibble: 2 × 2
## reader `median(My.Rating, na.rm = T)`
## <chr> <dbl>
## 1 me 4
## 2 wife 4</code></pre>
<pre class="r"><code>books %>%
ggplot(aes(x=Average.Rating, fill = reader)) +
geom_histogram(binwidth = 0.1) +
ggtitle("Community Ratings of Books that We've Added") +
xlab("Rating") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-11-1.png" width="672" /></p>
<p>The median rating by the community was actually pretty similar to mine.</p>
<pre class="r"><code>median(books$Average.Rating)</code></pre>
<pre><code>## [1] 3.97</code></pre>
</div>
<div id="difference-between-my-ratings-and-the-masses" class="section level2">
<h2>Difference between My Ratings and the Masses</h2>
<p>Were there books that I enjoyed way more or less than the community? I didn’t have the distribution of the ratings for each book, but I did have the mean and could calculate the difference between the community average rating and mine.</p>
<pre class="r"><code>books %>% select(Title, Author, My.Rating, Average.Rating, reader) %>%
mutate(dRating = My.Rating - Average.Rating) %>%
filter(!is.na(dRating)) %>% arrange(desc(dRating)) %>%
ggplot(aes(x = dRating, fill = reader)) +
geom_histogram(binwidth = 0.25, position = "identity", alpha = 0.5) +
ggtitle("Difference between My Ratings and Community Ratings") +
xlab("My Rating - Community Rating") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-13-1.png" width="672" /></p>
<p>Here are the top 10 books that we liked more than the community.</p>
<pre class="r"><code>books %>% select(Title, Author, My.Rating, Average.Rating) %>% mutate(dRating = My.Rating - Average.Rating) %>%
filter(!is.na(dRating)) %>% arrange(desc(dRating))</code></pre>
<pre><code>## # A tibble: 440 × 5
## Title
## <chr>
## 1 FOUND IT! Introducing Geocaching to Kids and Families
## 2 A Hologram for the King
## 3 Twilight (Twilight, #1)
## 4 The Meanings of Craft Beer (Kindle Single)
## 5 The Fortune Cookie Chronicles: Adventures in the World of Chinese Food
## 6 Three Cups of Tea: One Man's Mission to Promote Peace ... One School at a T
## 7 The Fantastic Mr. Wani
## 8 After Dark
## 9 After You (Me Before You, #2)
## 10 Breaking Dawn (Twilight, #4)
## # ... with 430 more rows, and 4 more variables: Author <fctr>,
## # My.Rating <dbl>, Average.Rating <dbl>, dRating <dbl></code></pre>
<p>And the ones we liked worse than the community.</p>
<pre class="r"><code>books %>% select(Title, Author, My.Rating, Average.Rating) %>% mutate(dRating = My.Rating - Average.Rating) %>%
filter(!is.na(dRating)) %>% arrange(dRating)</code></pre>
<pre><code>## # A tibble: 440 × 5
## Title
## <chr>
## 1 Under Pressure: Cooking Sous Vide
## 2 A Wind in the Door (A Wrinkle in Time Quintet, #2)
## 3 Be Different: Adventures of a Free-Range Aspergian
## 4 Angels & Demons (Robert Langdon, #1)
## 5 Every Day is an Atheist Holiday!
## 6 Last Chance Saloon
## 7 Grey (Fifty Shades, #4)
## 8 The Orchid Thief: A True Story of Beauty and Obsession
## 9 The Mermaid's Sister
## 10 Apps for Autism: An Essential Guide to Over 200 Effective Apps for Improvin
## # ... with 430 more rows, and 4 more variables: Author <fctr>,
## # My.Rating <dbl>, Average.Rating <dbl>, dRating <dbl></code></pre>
</div>
<div id="publication-date" class="section level2">
<h2>Publication Date</h2>
<p>How old were the books I’ve been reading?</p>
<pre class="r"><code>books %>% filter(!is.na(Original.Publication.Year)) %>%
ggplot(aes(x = Original.Publication.Year, fill = reader)) +
geom_histogram(binwidth = 5, position = "identity", alpha = 0.5) +
ggtitle("Original Publication Year") +
xlab("Publication Year") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-16-1.png" width="672" /></p>
<p>These two 17th century books were Shakespeare plays I had read before going to see them live (Othello, Twelfth Night). Taking those out led to this admittedly still skewed distribution.</p>
<pre class="r"><code>books %>% filter(Original.Publication.Year > 1900) %>%
ggplot(aes(x = Original.Publication.Year, fill = reader)) +
geom_histogram(binwidth = 2, position = "identity", alpha = 0.5) +
xlab("Original Publication Year") +
ggtitle("Original Publication Year (Books Written since 1900)") +
theme_ipsum()</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-17-1.png" width="672" /></p>
<p>The distribution is highly skewed, with a median original publication date of 2010.</p>
<pre class="r"><code>median(books$Original.Publication.Year, na.rm = T)</code></pre>
<pre><code>## [1] 2010</code></pre>
<p>Those outliers were:</p>
<pre class="r"><code>books %>% filter(Original.Publication.Year < 1980) %>%
arrange(Original.Publication.Year) %>%
select(Original.Publication.Year, Title) %>%
as.data.frame()</code></pre>
<pre><code>## Original.Publication.Year
## 1 1601
## 2 1603
## 3 1811
## 4 1813
## 5 1814
## 6 1817
## 7 1817
## 8 1847
## 9 1868
## 10 1919
## 11 1937
## 12 1937
## 13 1937
## 14 1951
## 15 1955
## 16 1962
## 17 1970
## 18 1970
## 19 1971
## 20 1971
## 21 1973
## 22 1974
## 23 1975
## 24 1978
## 25 1979
## Title
## 1 Twelfth Night
## 2 Othello
## 3 Sense and Sensibility
## 4 Pride and Prejudice
## 5 Mansfield Park
## 6 Northanger Abbey
## 7 Persuasion
## 8 Jane Eyre
## 9 Little Women (Little Women, #1)
## 10 South
## 11 The Hobbit
## 12 Their Eyes Were Watching God
## 13 Of Mice and Men
## 14 The Catcher in the Rye
## 15 The Lord of the Rings (The Lord of the Rings, #1-3)
## 16 A Wrinkle in Time (Time Quintet, #1)
## 17 Bury My Heart at Wounded Knee: An Indian History of the American West
## 18 Frog and Toad Are Friends (Frog and Toad, #1)
## 19 Encounters with the Archdruid
## 20 Suzuki Violin School, Volume 1: Piano Accompaniment
## 21 A Wind in the Door (A Wrinkle in Time Quintet, #2)
## 22 Where the Sidewalk Ends
## 23 Danny the Champion of the World
## 24 Once a Runner
## 25 Wind/Pinball: Two Early Novels</code></pre>
</div>
<div id="number-of-pages-and-over-time" class="section level2">
<h2>Number of Pages (and over time)</h2>
<p>The last thing I looked at was the number of pages we’ve read since beginning recording in earnest.</p>
<pre class="r"><code>books %>% mutate(Year_read = factor(year(Date.Read))) %>%
filter(!is.na(Year_read)) %>%
group_by(Year_read, reader) %>%
summarize(npages = sum(Number.of.Pages, na.rm = T)) %>%
ggplot(aes(x = Year_read, y = npages, fill = reader)) +
geom_bar(stat="identity", position = "identity", alpha = 0.5) +
xlab("Year Read") +
ylab("Number of Pages") +
ggtitle("Pages Recorded as Read per Year") +
theme_ipsum() </code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-20-1.png" width="672" /></p>
<p>This year (2017) has been a big reading year and it’s not even half over yet. I think the summer reading program from my library and the Goodreads Reading Challenge have been big reasons that I have done so much this year.</p>
</div>
<div id="date-published-vs.date-read" class="section level2">
<h2>Date Published vs. Date Read</h2>
<pre class="r"><code>books %>% select(Date.Read, Original.Publication.Year, reader) %>%
filter(!is.na(Date.Read) & !is.na(Original.Publication.Year)) %>%
ggplot(aes(x = Date.Read, y = Original.Publication.Year, color = reader)) +
geom_point(alpha = 0.2) +
theme_ipsum() +
labs(title = "Date Read vs. Original Publication Year",
x = "Date Read",
y = "Original Publication Year")</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-21-1.png" width="672" /></p>
<p>Shoot, those Shakespeare plays really mess with the plot. I don’t think even putting a log scale would help. I filtered them out to get the plot below.</p>
<pre class="r"><code>library(scales)
books %>% select(Date.Read, Original.Publication.Year, reader) %>%
filter(!is.na(Date.Read) & !is.na(Original.Publication.Year)) %>%
filter(Original.Publication.Year > 1700) %>%
ggplot(aes(x = Date.Read, y = Original.Publication.Year, color = reader)) +
geom_point(alpha = 0.2) +
theme_ipsum() +
labs(title = "Date Read vs. Original Publication Year (Books after 1700)",
x = "Date Read",
y = "Original Publication Year")</code></pre>
<p><img src="../../../../post/2017-06-19-Goodreads_files/figure-html/unnamed-chunk-22-1.png" width="672" /></p>
</div>
<div class="blog-tags">
<a href="//tags/visualization/">visualization</a>
</div>
</article>
<ul class="pager blog-pager">
<li class="previous">
<a href="../../../../2017/05/30/years-at-private-school-and-academic-achievement/" data-toggle="tooltip" data-placement="top" title="Association between Years at a Private School and Academic Achievement">← Previous Post</a>
</li>
<li class="next">
<a href="../../../../2017/06/26/justin-smoak-and-babip-trends/" data-toggle="tooltip" data-placement="top" title="Justin Smoak and BABIP Trends">Next Post →</a>
</li>
</ul>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li>
<a href="https://github.com/mching" title="GitHub">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/mikec2a" title="Twitter">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://linkedin.com/in/michael-ching-033a5029" title="LinkedIn">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="" title="RSS">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="credits copyright text-muted">
Mike Ching
• ©
2021
•
<a href="../../../../">Dripping Data</a>
</p>
<p class="credits theme-by text-muted">
<a href="https://gohugo.io">Hugo v0.88.1</a> powered • Theme <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> adapted from <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>
</p>
</div>
</div>
</div>
</footer><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="../../../../js/main.js"></script><script> renderMathInElement(document.body); </script><script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.js" integrity="sha384-QELNnmcmU8IR9ZAykt67vGr9/rZJdHbiWi64V88fCPaOohUlHCqUD/unNN0BXSqy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe-ui-default.min.js" integrity="sha384-m67o7SkQ1ALzKZIFh4CiTA8tmadaujiTa9Vu+nqPSwDOqHrDmxLezTdFln8077+q" crossorigin="anonymous"></script><script src="../../../../js/load-photoswipe.js"></script>
</body>
</html>
| mching/mching.github.io | 2017/06/19/goodreads-analysis/index.html | HTML | mit | 39,577 |
<HTML><HEAD>
<TITLE>Review for Two Hands (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?0145547">Two Hands (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Mark+R.+Leeper">Mark R. Leeper</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> TWO HANDS
A film review by Mark R. Leeper</PRE>
<PRE> Capsule: Pandemonium erupts when an amateur
criminal on an errand for a local hood loses
$10,000. The film certainly has its funny moments
and if this was the first film of its type, this
clever and inventive film could have been a real
standout. Unfortunately LOCK, STOCK, AND TWO
SMOKING BARRELS came out first and there is
insufficient reason to see both. There are just
too many similar films being made. Rating: 6 (0 to
10), +1 (-4 to +4)</PRE>
<P> Things are starting to go right in Jimmy's world. Until now Jimmy
(played by Heath Ledger) has been a street hawker for a second rate
Sydney strip club. But Jimmy has fallen in love with Alex (Rose
Byrne), a woman he has seen outside the club. And a local gangster
Pando (Bryan Brown) offers a small job as courier to Jimmy. What Jimmy
does not know is that Pando killed Jimmy's brother. Now Pando wants to
make things up to Jimmy and offers him a job that could lead to bigger
things if Jimmy does not screw up this first job. Of course we would
not have much of a story if something did not go wrong. In a careless
moment Jimmy loses $10,000. Now Jimmy needs $10,000 to square things
with Pando and a few of his friends want to see Jimmy dead. Before the
film PULP FICTION was made this all could have been a fairly serious
matter. But now we expect crime films to have really strange dialog
and really weird interconnected plots with very strange twists and odd
characters.</P>
<P> Heath Ledger is a good actor and carries his part well. Bryan
Brown is particularly enjoyable as a vicious hood by profession but
also a caring and loving family man at home. There are occasional
astonishing touches like the Narrator from Hell.</P>
<P> This is not a bad little film. One of the people in a Cairns
audience said it was the best Australian film he had seen in a long
time. I can believe it. The real problem is the timing. TWO HANDS is
just one more creative, violent, semi- comedic crime film made in the
wake of PULP FICTION. Its pacing and its plotting remind one a lot of
LOCK, STOCK, AND TWO SMOKING BARRELS. And in the comparison it is
nearly but not quite as good. My recommendation for Showtime Australia
is put this film in a vault for five years and release it again when it
will again be fresh and a discovery. I rate it a 6 on the 0 to 10 scale
and a +1 on the -4 to +4 scale.</P>
<PRE> Mark R. Leeper
<A HREF="mailto:[email protected]">[email protected]</A>
Copyright 1999 Mark R. Leeper</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/20578.html | HTML | mit | 4,046 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Check Forbidden results</title>
<style>
button, div { margin-bottom: 5px; margin-top: 5px; }
caption { font-size: 125%; font-weight: bold; padding: 10px 0 10px 0;}
tr input, td input { width: 100%; }
table { border: 1px solid black; border-collapse: collapse; table-layout: fixed; width: 100%; }
td { border: 1px solid black; word-wrap: break-word; }
th { background: silver; border: 1px solid black; }
</style>
<script>
document.fluxColor = false;
document.hiddenRows = {};
var assessKey = function(event) {
if (event.ctrlKey || event.altKey || event.metaKey
|| document.activeElement.nodeName === "INPUT") {
return;
}
switch (event.keyCode){
case 'C'.charCodeAt(0):
clearFilter();
break;
case 'F'.charCodeAt(0):
toggleCheckboxByKey("fluxCheckbox");
toggleFluxColor();
break;
}
};
document.addEventListener('keydown', assessKey);
var updateSegmentVisibility = function (allTr) {
var hiddenRowsArray = new Array(allTr.length).fill(false);
var n = allTr.length;
for (var key in document.hiddenRows) {
if (document.hiddenRows.hasOwnProperty(key)
&& typeof document.hiddenRows[key] === "object") {
for (var i = 0; i < n; i ++){
hiddenRowsArray[i] = hiddenRowsArray[i] || document.hiddenRows[key][i];
}
}
}
for (var j = 0; j < n; j ++){
if (allTr[j].className.indexOf("filter") == -1) {
allTr[j].style.display = hiddenRowsArray[j]? "None": "";
}
}
};
var include = function(range, string) {
return range.indexOf(string) === -1;
};
var exclude = function(range, string) {
if (string === "") {
return;
}
return range.indexOf(string) !== -1;
};
var includeRegex = function(range, string) {
try {
var regex = new RegExp(string);
return !regex.exec(range);
} catch (e) {
if (e instanceof SyntaxError){
return;
} else {
throw e;
}
}
};
var excludeRegex = function(range, string) {
if (string === "") {
return;
}
try {
var regex = new RegExp(string);
return regex.exec(range);
} catch (e) {
if (e instanceof SyntaxError){
return;
} else {
throw e;
}
}
};
var numberRange = function(range, string) {
var match = /^(\d+)\-(\d+)$/.exec(string);
var numberInRange = parseInt(range);
if (!match || isNaN(numberInRange)) {
return;
}
return !(match[1] <= numberInRange && numberInRange <= match[2]);
};
var functionsList = [include, exclude, includeRegex, excludeRegex, numberRange];
var filterSegments = function(tr, func) {
var th = tr.parentNode;
var column = Array.prototype.indexOf.call(th.parentNode.children, th);
var filterId = func.name + "Filter" + column;
var allTr = document.querySelectorAll('tr');
if (!tr.value) {
delete document.hiddenRows[filterId];
} else {
document.hiddenRows[filterId] = [];
for (var i = 0, n = allTr.length; i < n; i ++) {
if (allTr[i].children[0] && allTr[i].children[0].nodeName === "TD"
&& func(allTr[i].children[column].textContent, tr.value)){
document.hiddenRows[filterId].push(true);
} else {
document.hiddenRows[filterId].push(false);
}
}
}
updateSegmentVisibility(allTr);
};
var clearFilter = function () {
document.querySelectorAll(".filter").forEach(function(tr){
var filterTd = document.getElementById(tr.id).children;
for (var td in filterTd) {
if (filterTd.hasOwnProperty(td)
&& filterTd[td].nodeName === "TD"){
for (var input in filterTd[td].children){
if (filterTd[td].children.hasOwnProperty(input)
&& filterTd[td].children[input].nodeName === "INPUT"){
filterTd[td].children[input].value = "";
}
}
}
}
for (var key in document.hiddenRows){
if (document.hiddenRows.hasOwnProperty(key)
&& key.indexOf("Filter") >= 0) {
delete document.hiddenRows[key];
}
}
});
var allTr = document.querySelectorAll('tr');
updateSegmentVisibility(allTr);
};
var toggleCheckboxByKey = function (id) {
var cb = document.getElementById(id);
if (cb.disabled) return;
cb.checked = !cb.checked;
};
var toggleFluxColor = function() {
document.fluxColor = !document.fluxColor;
var styleSheet = document.styleSheets[0];
var styleLength = styleSheet.cssRules.length;
if (document.fluxColor){
styleSheet.insertRule('mark {background: #dff;}', styleLength);
} else {
styleSheet.deleteRule(styleLength - 1);
}
};
var collapseTbody = function(caption) {
tbody = caption.parentNode.children[1];
if (caption.textContent[0] === '▼') {
caption.innerHTML = '▷' + caption.textContent.slice(1);
tbody.style.display = 'None';
} else {
caption.innerHTML = '▼' + caption.textContent.slice(1);
tbody.style.display = '';
}
};
var sortTable = function(th) {
var tableBody = th.parentNode.parentNode;
var index = 0;
while ( (th = th.previousElementSibling) ) {
index++;
}
var arrayTr = new Array();
for (var i = 1; i <= tableBody.children.length - 1; i++) {
arrayTr.push(tableBody.children[i]);
}
arrayTr.sort(function (a, b) {
if (index == 0) {
a = a.id;
b = b.id;
} else {
a = a.children[index].textContent;
b = b.children[index].textContent;
}
if (isNaN(a) || isNaN(b)) {
return a > b? 1: -1;
} else {
return a - b;
}
});
for (var i = tableBody.children.length - 1; i >= 1; i--) {
tableBody.removeChild(tableBody.children[i]);
}
for (var i = 0; i <= arrayTr.length - 1; i++) {
tableBody.appendChild(arrayTr[i]);
}
};
</script>
</head>
<body>
<h3>Check Forbidden results</h3>
<ul class="info">
<li>@list_metadata</li>
</ul>
<table id="filterTable">
<caption>Filters (Include, Exclude, Include Regex, Exclude Regex, Number Range)</caption>
<tbody>
<tr>
@filter_header
</tr>
@filter_body
</tbody>
</table>
<div>
<button onclick="clearFilter()"><u>C</u>lear Filter</button>
</div>
<div>
<input type="checkbox" id="fluxCheckbox" onclick="toggleFluxColor()" /><u>f</u>.lux-friendly color
</div>
@result_tables
</body>
</html>
| ShunSakurai/check_forbidden | files/cf_template_functions.html | HTML | mit | 7,054 |
<div class="topics-container-custom">
<div class="row">
<h2>{{Title}}</h2>
</div>
<hr style="border-color: #fff; margin-left: inherit; max-width: 80%;"/>
<div class="row">
<div class="col-md-8">
<iframe width="480" height="360" src="https://www.youtube.com/embed/{{VideoId}}?enablejsapi=1&version=3" enablejsapi="1" allowfullscreen></iframe>
<a class="btn btn-info btn-edit-topic" id="video-url">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
<div class="col-md-4">{{Content}}</div>
<a class="btn btn-info btn-edit-topic" id="content">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
<hr style="border-color: #fff; margin-left: inherit; max-width: 80%;"/>
<div class="row">
<div class="col-md-7 examples">
{{#each this.Examples}}
<div class="example" id="{{Id}}">
<div>
<h3>{{Description}}</h3>
<a class="btn btn-info btn-edit-topic" id="description">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
<br/>
<div>
<div>{{Content}}</div>
<a class="btn btn-info btn-edit-topic" id="example-content">
<i class="fa fa-pencil-square-o"></i>
</a>
</div>
</div>
{{/each}}
</div>
</div>
<form id="upload">
<div>
<h4>Add Materials</h4>
<label for="opmlFile"></label>
<div>
<input class="btn btn-primary" type="file" id="opmlFile"/>
</div>
</div>
<!--<button class="btn btn-primary" type="submit">Upload TODO: Remove?</button>-->
</form>
<a class="btn btn-primary" id="btn-edit-topic-save">Save Changes</a>
</div> | Momus-Telerik-Academy/StudentsLearningServerDeployTest | Source/Client/StudentsLearning.Client/partials/edit-topic.html | HTML | mit | 1,968 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Html4PhpUI_Datepicker | HTML4PHP</title>
<script type="text/javascript" src="resources/combined.js?4216411405"></script>
<script type="text/javascript" src="elementlist.js?514687784"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li><a href="package-HTML4PHP.html">HTML4PHP</a>
</li>
<li class="active"><a href="package-None.html">None</a>
</li>
<li><a href="package-PHP.html">PHP</a>
</li>
<li><a href="package-PHPMailer.html">PHPMailer</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-ConfigModel.html">ConfigModel</a></li>
<li><a href="class-ConfigPage.html">ConfigPage</a></li>
<li><a href="class-ContactodexModel.html">ContactodexModel</a></li>
<li><a href="class-ContactodexPage.html">ContactodexPage</a></li>
<li><a href="class-Event.html">Event</a></li>
<li><a href="class-Html4PhpDebug.html">Html4PhpDebug</a></li>
<li><a href="class-Html4PhpUI_Accordion.html">Html4PhpUI_Accordion</a></li>
<li><a href="class-Html4PhpUI_AutoComplete.html">Html4PhpUI_AutoComplete</a></li>
<li><a href="class-Html4PHPUI_Button.html">Html4PHPUI_Button</a></li>
<li class="active"><a href="class-Html4PhpUI_Datepicker.html">Html4PhpUI_Datepicker</a></li>
<li><a href="class-Html4PhpUI_ProgressBar.html">Html4PhpUI_ProgressBar</a></li>
<li><a href="class-Html4PhpUI_SelectMenu.html">Html4PhpUI_SelectMenu</a></li>
<li><a href="class-Html4PhpUI_Slider.html">Html4PhpUI_Slider</a></li>
<li><a href="class-Html4PhpUI_Spinner.html">Html4PhpUI_Spinner</a></li>
<li><a href="class-Html4PhpUI_Tab.html">Html4PhpUI_Tab</a></li>
<li><a href="class-Html4PhpUI_Tooltip.html">Html4PhpUI_Tooltip</a></li>
<li><a href="class-JqueryUIModel.html">JqueryUIModel</a></li>
<li><a href="class-JqueryUIPage.html">JqueryUIPage</a></li>
<li><a href="class-LoginModel.html">LoginModel</a></li>
<li><a href="class-LoginPage.html">LoginPage</a></li>
<li><a href="class-SampleModel.html">SampleModel</a></li>
<li><a href="class-SamplePage.html">SamplePage</a></li>
<li><a href="class-TestDatabaseModel.html">TestDatabaseModel</a></li>
<li><a href="class-TestDatabasePage.html">TestDatabasePage</a></li>
<li><a href="class-TestUserModel.html">TestUserModel</a></li>
<li><a href="class-TestUserPage.html">TestUserPage</a></li>
<li><a href="class-ValidatorModel.html">ValidatorModel</a></li>
<li><a href="class-ValidatorPage.html">ValidatorPage</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-parseDateTime.html">parseDateTime</a></li>
<li><a href="function-stripTime.html">stripTime</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="package-None.html" title="Summary of None"><span>Package</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class Html4PhpUI_Datepicker</h1>
<div class="info">
<b>Located at</b> <a href="source-class-Html4PhpUI_Datepicker.html#15-17" title="Go to source code">webroot/includes/Html4PhpUI.php</a><br />
</div>
</div>
<div id="footer">
HTML4PHP API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
| microuser/HTML4PHP | documentation/apigen/class-Html4PhpUI_Datepicker.html | HTML | mit | 4,281 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link href="/prism.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Customizing Bootstrap from twitter</title>
<link rel="modulepreload" href="/./_app/start-99805a81.js">
<link rel="modulepreload" href="/./_app/chunks/vendor-ab208dc6.js">
<link rel="modulepreload" href="/./_app/pages/__layout.svelte-8c7117d5.js">
<link rel="modulepreload" href="/./_app/pages/blog/2012-12-30-my-top-5-wishes-for-the-future.md-2fb868ef.js">
<link rel="modulepreload" href="/./_app/chunks/BlogLayout-13fb6eb5.js">
<link rel="modulepreload" href="/./_app/chunks/Bio-9303181a.js">
<link rel="stylesheet" href="/./_app/assets/start-a8cd1609.css">
<link rel="stylesheet" href="/./_app/assets/pages/__layout.svelte-6f4d6741.css">
<script type="module">
import { start } from "/./_app/start-99805a81.js";
start({
target: document.querySelector("#svelte"),
paths: {"base":"","assets":"/."},
session: {},
host: location.host,
route: true,
spa: false,
trailing_slash: "never",
hydrate: {
status: 200,
error: null,
nodes: [
import("/./_app/pages/__layout.svelte-8c7117d5.js"),
import("/./_app/pages/blog/2012-12-30-my-top-5-wishes-for-the-future.md-2fb868ef.js")
],
page: {
host: location.host, // TODO this is redundant
path: "/blog/2012-12-30-my-top-5-wishes-for-the-future",
query: new URLSearchParams(""),
params: {}
}
}
});
</script>
</head>
<body>
<div id="svelte">
<main style="max-width: 42rem;margin:auto"><h1 class="logo logo-small svelte-1tkco1r"><a class="header-link svelte-1tkco1r" href="/">unstack.in </a></h1>
<div class="post"><h2 style="margin-bottom: 0">My top 5 wishes for the future</h2>
<div class="date">2012-12-30</div>
<p>Every now and then i am frustrated by one or the other event. Sometimes the govt. frustrates me, some times my own gadgets and at other times, any and everyone in my vicinity. Here’s my top 5 wish list for the future to reduce those frustrations -</p>
<ol><li>A smartphone with a battery which can run for 3-4 days without needed a recharge. That too with wifi/edge and gps on at all times.</li>
<li>A laptop with build quality like macbook pro but which does not get hot for a long period of time (say 2-3 hours). Infinitely cool laptops are most welcome.</li>
<li>Contraptions which attach to my smartphone and let me conduct basic medical tests. I am tired of being looted in the day by the doctor-tester mafia. 99% of my visits to doctors are useless. If at all, they result in me taking antibiotics which were not all required in the first place.</li>
<li>A system in place which lets me make complaints against my area MLA and promises an answer within a week. Make it a full fledged system with auditors and easy interfaces for the people to lodge a complain. Something like the courier tracking service.</li>
<li>Better medicine for depression patients. My mom has been suffering from depression for quite some time and none of the medicines seem to work. Googling about it i have come to realise that anti-depressants work on less than 50% of the affected people, which itself is a depressing fact. Seems it has to do something with the greed of the pharmaceutical companies.</li></ol>
<p>I hope that i can contribute to at least one of the above wishes. If anyone reading this post has any pointers to achieving any one of the above, do let me know. I would be more than happy to contribute time, money and sweat to bring it to fruition.</p>
<p>P.S. - A couple of days have passed and i realize that 5 wishes are not enough for me. Always hungry for more (read - frustrated by more). So here is an extended wish list -</p>
<ol><li>A good app/website to learn indian languages. I came to Bangalore one year back and have googled and googled about something decent to help me learn Kannada. Found a few resources but all of them are very basic. Someone up to the challenge?</li></ol>
<br>
<a href="/">Browse more posts</a>
<hr>
<h3>About me</h3>
<div style="display: flex; margin-bottom: 3.5rem; flex-direction: column;"><div style="display: flex"><img src="/profile-pic.jpg" alt="Mukesh Soni" style="margin-right: 1rem; margin-bottom: 0; width: 56px; height: 56px">
<div><p style="margin-top: 0;">This is the personal blog of <strong>Mukesh Soni</strong>. I am a frontend engineer who's
exhausted trying to keep up with the new technologies in the frontend world. I am good at
JavaScript, HTML, CSS, React (ReactJS) and nodejs. I have been doing this stuff since 2011.
</p>
<p style="margin-top: 0">This blog was written in <a href="https://svelte.dev">svelte</a>, using
<a href="https://kit.svelte.dev/">svelte-kit</a>, even though i write reactjs in my day job.
</p></div></div>
<a style="text-decoration: none; box-shadow: none;" href="https://twitter.com/mukeshsoni">Follow me on Twitter
</a>
<a style="text-decoration: none; box-shadow: none;" href="https://github.com/mukeshsoni">Look at my open source work on github
</a></div></div>
</main>
</div>
</body>
</html>
| mukeshsoni/mukeshsoni.github.io | blog/2012-12-30-my-top-5-wishes-for-the-future/index.html | HTML | mit | 5,249 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bundle/LocatorBundle</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE]><script src="excanvas.compressed.js"></script><![endif]-->
<script src="RGraph.common.js" ></script>
<script src="RGraph.bar.js" ></script>
<script src="RGraph.scatter.js" ></script>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="title">Bundle/LocatorBundle</td></tr>
<tr><td><div align="center"><p><a href="./reports/Bundle_LocatorBundle.html">Back to Code Coverage report</a></p></div></td></tr>
<tr><td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td></tr>
</table>
<br />
<center>
<table width="90%" cellpadding="2" cellspacing="1" border="0">
<tr>
<td valign="top">
<h2>Class Coverage Distribution</h2>
<canvas id="classCoverageDistribution" width="475" height="200"></canvas>
<script>
var ccd = new RGraph.Bar('classCoverageDistribution', [0,1,2,0,1,0,0,0,0,0,0,2]);
ccd.Set('chart.background.barcolor1', 'white');
ccd.Set('chart.background.barcolor2', 'white');
ccd.Set('chart.colors', ['blue']);
ccd.Set('chart.shadow', true);
ccd.Set('chart.shadow.offsetx', 3);
ccd.Set('chart.shadow.offsety', 3);
ccd.Set('chart.labels', ['0%','0-10%','10-20%','20-30%','30-40%','40-50%','50-60%','60-70%','70-80%','80-90%','90-100%','100%']);
ccd.Set('chart.text.size', 5);
ccd.Draw();
</script>
</td>
<td valign="top">
<h2>Class Complexity</h2>
<canvas id="classComplexity" width="475" height="200"></canvas>
<script>
var cc = new RGraph.Scatter('classComplexity', [[7.6923076923077,3,"blue","LocatorController"],[14.285714285714,3,"blue","LocatorForm"],[100,0,"blue","LocatorBundle"],[16.666666666667,2,"blue","Locator"],[33.333333333333,1,"blue","LBSRequest"],[100,0,"blue","GPInit"]]);
cc.Set('chart.xmax', 100);
cc.Set('chart.background.barcolor1', 'white');
cc.Set('chart.background.barcolor2', 'white');
cc.Set('chart.tickmarks', 'plus');
cc.Set('chart.ticksize', 5);
cc.Set('chart.text.size', 5);
cc.Set('chart.ylabels', false);
cc.Draw();
</script>
</td>
</tr>
<tr>
<td valign="top">
<h2>Top Project Risks</h2>
<ul>
<li><a href="Bundle_LocatorBundle_Controller_LocatorController.php.html#10">LocatorController</a> (10)</li>
</ul>
</td>
<td valign="top">
<h2>Least Tested Methods</h2>
<ul>
<li><a href="Bundle_LocatorBundle_Model_Locator.php.html#17">Locator::findLocationBy</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Model_Locator.php.html#31">LBSRequest::__construct</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Model_Locator.php.html#12">Locator::__construct</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Form_LocatorForm.php.html#23">LocatorForm::loadValidatorMetadata</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Form_LocatorForm.php.html#13">LocatorForm::getMsisdn</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Form_LocatorForm.php.html#18">LocatorForm::setMsisdn</a> (0%)</li>
<li><a href="Bundle_LocatorBundle_Controller_LocatorController.php.html#13">LocatorController::indexAction</a> (0%)</li>
</ul>
</td>
</tr>
</table>
</center>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td></tr>
<tr><td class="versionInfo">Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.0.0beta2</a> using <a href="http://www.php.net/" target="_top">PHP 5.3.2-1ubuntu4.2</a> and PHPUnit 3.5.0beta1 at Sat Aug 14 0:17:32 BDT 2010.</td></tr>
</table>
<br/>
</body>
</html>
| dynamicguy/gpweb | gp/reports/Bundle_LocatorBundle.dashboard.html | HTML | mit | 4,358 |
<!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!--<script src="../node_modules/chart.js/dist/Chart.bundle.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.bundle.min.js"></script>
<script src="https://cdn.firebase.com/js/client/2.3.2/firebase.js"></script>
<title>Baby feeding</title>
<base href="/">
</head>
<body>
<app>
Loading...
</app>
<script src="/polyfills.bundle.js"></script>
<script src="/vendor.bundle.js"></script>
<script src="/main.bundle.js"></script>
</body>
</html>
| RovenskyOleg/baby-feeding | src/index.html | HTML | mit | 776 |
<meta charset="utf-8">
<title>杭州Hangzhou – By vliux.me</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="杭州Hangzhou – By vliux.me">
<meta property="og:description" content="我出生在这里。除了求学、北漂的五个春秋,我也一直生活在她怀里。她的美,缺少那种磅礴的大气。因此横构图里的她,总是有点平淡。如果使用竖构图,再把镜头拉近,却能在每个角落里给我感动。西湖(下图)是最有名的景点。因此,好天气的时候,游客非常...">
<meta property="og:url" content="http://vliux.me/gallery/hangzhou/">
<meta property="og:site_name" content="By vliux.me">
<link href="http://vliux.me/feed.xml" type="application/atom+xml" rel="alternate" title="By vliux.me Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Type -->
<link rel="stylesheet" href="http://vliux.me/assets/css/crimson.css" rel='stylesheet' type='text/css' />
<link href="/assets/css/sourcesanspro.css" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://vliux.me/assets/css/entypo.css" media="all">
<!-- In order to use Calendas Plus, you must first purchase it. Then, create a font-face package using FontSquirrel.
<link rel='stylesheet' href='http://vliux.me/assets/cal.css' media='all' />
-->
<!-- For all browsers -->
<link rel="stylesheet" href="http://vliux.me/assets/css/i.css">
<!-- Fresh Squeezed jQuery -->
<!-- vliux: not sure what does this do for my site. But it slows the page loading, especially as google is blocked -->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>-->
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="http://vliux.me/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://vliux.me/favicon.ico">
<div id="bump">
<body class="">
<header class="site-header darken">
<div class="wrap">
<hgroup>
<h1><a href="/">By vliux.me</a></h1>
</hgroup>
<a href="#nav" class="menu"><span class='icons'>☰</span></a>
<nav role="navigation">
<ul>
<!-- <li>
<a href="/" title="By vliux.me">Home</a>
</li> -->
<li><a href="http://vliux.me/home"
>
Home
</a></li>
<li><a href="http://vliux.me/draw"
>
Drawings
</a></li>
<li><a href="http://vliux.me/gallery"
>
Photos
</a></li>
<li><a href="http://vliux.me/blog"
>
Tech
</a></li>
<li><a href="http://vliux.me/about"
>
About
</a></li>
</ul>
</nav>
</div>
</header>
<!-- tencent analysis -->
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=61337454" charset="UTF-8"></script>
<section class="article pad-top">
<article class="wrap post">
<header class="post-header">
<hgroup>
<h1>杭州Hangzhou</h1>
<!-- <p class="intro"></p> -->
</hgroup>
</header>
<div class="bdsharebuttonbox">
<a href="#" class="bds_more" data-cmd="more"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
<a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a>
<a href="#" class="bds_fbook" data-cmd="fbook" title="分享到Facebook"></a>
<a href="#" class="bds_twi" data-cmd="twi" title="分享到Twitter"></a></div>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"1","bdMiniList":false,"bdPic":"","bdStyle":"1","bdSize":"24"},"share":{},"image":{"viewList":["weixin","tsina","sqq","fbook","twi"],"viewText":"分享到:","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["weixin","tsina","sqq","fbook","twi"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
<br/>
<p>我出生在这里。除了求学、北漂的五个春秋,我也一直生活在她怀里。</p>
<p>她的美,缺少那种磅礴的大气。因此横构图里的她,总是有点平淡。如果使用竖构图,再把镜头拉近,却能在每个角落里给我感动。</p>
<p>西湖(下图)是最有名的景点。因此,好天气的时候,游客非常多。再加上稍显过多的人为装饰,使得它总有些杂乱和造作的感觉。在雨雪天,游客稀少的日子里,倒更有一番韵味。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-1974.jpg"><img src="/images/p/hz/vliux_hz-1974.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-02977.jpg"><img src="/images/p/hz/vliux_hz-02977.jpg" alt=""/></a></div>
</div>
</div>
</div>
<p/>
<p>通往灵隐的路叫“九里松”。路两边全是高耸入云的松树、水杉和樟树(下左图)。灵隐寺坐落在飞来峰景区,相比景区内其他几座寺庙,显得更为气派。但它过大的知名度导致游客数量很多。
如果只想安静地走一走,或赶早到达寺中,或不妨试试边上的永福寺(下图右)。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-1273.jpg"><img src="/images/p/hz/vliux_hz-1273.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-1351.jpg"><img src="/images/p/hz/vliux_hz-1351.jpg" alt=""/></a></div>
</div>
</div>
</div>
<p/>
<p>浙江大学玉泉校区新桥门附近(下图左)的流水和秋天的黄叶搭配很美。河水从学校边上的山上流下来,绕着校园东边而过。</p>
<p>西溪湿地(下图右)作为城市的“肺”,它的景是纯天然的。因此缺乏人工景观的那种有序感,更需要摄影师耐心发掘。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-03177.jpg"><img src="/images/p/hz/vliux_hz-03177.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-2421.jpg"><img src="/images/p/hz/vliux_hz-2421.jpg" alt=""/></a></div>
</div>
</div>
</div>
<p/>
<p>虎跑(下图左)虽然很小,对摄影师来说却相当高产。它是杭州之美的一个典型代表:一个小小的、安静怡和的世外桃源。这不正是每个人心中那片安宁的一亩三分地嘛?</p>
<p>我现在生活在钱塘江边(下图右)。江水在大多数时候都波澜不惊,显得相当平淡。但每个月的农历18,海水回灌江中,掀起巨浪,蔚为壮观。只是我一直都没有办法拍出一张满意的照片。</p>
<div class="divTable" style="width: 100%;" >
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-2305.jpg"><img src="/images/p/hz/vliux_hz-2305.jpg" alt=""/></a></div>
<div class="divTableCell"><a href="/images/p/hz/vliux_hz-02363.jpg"><img src="/images/p/hz/vliux_hz-02363.jpg" alt=""/></a></div>
</div>
</div>
</div>
<br/>
<div class="bdsharebuttonbox">
<a href="#" class="bds_more" data-cmd="more"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
<a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a>
<a href="#" class="bds_fbook" data-cmd="fbook" title="分享到Facebook"></a>
<a href="#" class="bds_twi" data-cmd="twi" title="分享到Twitter"></a></div>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"1","bdMiniList":false,"bdPic":"","bdStyle":"1","bdSize":"24"},"share":{},"image":{"viewList":["weixin","tsina","sqq","fbook","twi"],"viewText":"分享到:","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["weixin","tsina","sqq","fbook","twi"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
<!-- gitment comment -->
<div id="container"></div>
<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
<script>
var gitment = new Gitment({
owner: 'vliux',
repo: 'vliux.github.io_gitment',
oauth: {
client_id: '8a5fb88f646b2bfec025',
client_secret: 'c4a2a75b7377e5fde416fca7baffd4cb6197c58a',
},
})
gitment.render('container')
</script>
</article>
</section>
</div>
<div class="push"></div>
<footer>
<aside class="wrap">
<ol class="prev-posts">
<p class="list-title">Recent Posts</p>
<!-- for1 -->
<li>
<span class="recent-title"><a href="http://vliux.me/drawing/yulinwei/" title="[最后的游侠]御灵校尉">[最后的游侠]御灵校尉 </a></span>
<span class="date">Nov 24, 2018</span>
</li>
<!-- for1 -->
<li>
<span class="recent-title"><a href="http://vliux.me/drawing/bravery_3/" title="[最后的游侠]Bravery_3">[最后的游侠]Bravery_3 </a></span>
<span class="date">Nov 12, 2018</span>
</li>
<!-- for1 -->
<li>
<span class="recent-title"><a href="http://vliux.me/drawing/bravery_2/" title="[最后的游侠]Bravery_2">[最后的游侠]Bravery_2 </a></span>
<span class="date">Nov 05, 2018</span>
</li>
</ol>
<div class="social">
<ul>
<li><a id="mail" href="mailto:[email protected]"><span class="foot-link">@Email</span></a></li>
<li><a id="500px" href="https://500px.com/xinliu4" target="_blank"><span class="foot-link">500px</span></a></li>
<li><a id="500pxc" href="https://500px.me/vliux" target="_blank"><span class="foot-link">500px中国</span></a></li>
<li><a id="insta" href="https://www.instagram.com/vliux" target="_blank"><span class="foot-link">Instagram</span></a></li>
</ul>
</div>
</aside>
<small>© 2018 vliux. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://jekyll.gtat.me/about">Balzac</a> theme.</small>
</footer>
<!-- If they're out, get some from the cellar -->
<script>window.jQuery || document.write('<script src="http://vliux.me/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://vliux.me/assets/js/retina.min.js"></script>
<!-- Custom JS -->
<script src="http://vliux.me/assets/js/scripts.js"></script>
</body>
</html>
| vliux/vliux.github.io | gallery/hangzhou/index.html | HTML | mit | 11,981 |
<h2>My Blog</h2>
<p data-ng-show="!auth.loggedIn">
<a href="#/login">Log in</a> to blog.
</p>
<p>Users with different permissions can perform different actions, i.e.:
edit/delete posts, create new post and administer the blog.</p>
<p>
<span style="font-weight: bold">Follow <a href="https://twitter.com/appmux">@appmux</a> on twitter</span> to receive
updates about <a href="https://twitter.com/search?q=%23adhesivejs">#adhesivejs</a>.
<span data-require-access="update">Edit</span>
<span data-require-access="delete">Delete</span>
</p>
<a href="#/blog/post" data-require-access="create">Create new post</a>
<span data-require-access="admin"> | <a href="#/blog/admin">Administer Blog</a></span>
| appmux/adhesive.js | demo/full/app/module/blog/view/index.html | HTML | mit | 709 |
---
title: wax and pins
order: 9
thumbnail: /img/sculptures/wax-and-pins/swarm_01.jpg
images:
- url: /wax-and-pins/harem_01.jpg
contain: true
caption: Harem 2013; 65cm x 25cm x 15cm; copper bull ring, violin bow hair, wax, steel pins
- url: /wax-and-pins/nest_01.jpg
contain: true
caption: Nest 2013; Wax; Steel Pins
- url: /wax-and-pins/swarm_01.jpg
contain: true
caption: Swarm II 2011; wax, steel pins
---
| andrewMacmurray/susie-macmurray | collections/_sculptures/wax-and-pins.html | HTML | mit | 439 |
<!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:29:14 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
接口 java.net.SocketOptions 的使用 (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="接口 java.net.SocketOptions 的使用 (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?java/net//class-useSocketOptions.html" target="_top"><B>框架</B></A>
<A HREF="SocketOptions.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>接口 java.net.SocketOptions<br>的使用</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
使用 <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口">SocketOptions</A> 的软件包</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#java.net"><B>java.net</B></A></TD>
<TD>为实现网络应用程序提供类。 </TD>
</TR>
</TABLE>
<P>
<A NAME="java.net"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../java/net/package-summary.html">java.net</A> 中 <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口">SocketOptions</A> 的使用</FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">实现 <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口">SocketOptions</A> 的 <A HREF="../../../java/net/package-summary.html">java.net</A> 中的类</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../java/net/DatagramSocketImpl.html" title="java.net 中的类">DatagramSocketImpl</A></B></CODE>
<BR>
数据报和多播套接字实现的抽象基类。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../java/net/SocketImpl.html" title="java.net 中的类">SocketImpl</A></B></CODE>
<BR>
抽象类 <code>SocketImpl</code> 是实际实现套接字的所有类的通用超类。</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/net/SocketOptions.html" title="java.net 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?java/net//class-useSocketOptions.html" target="_top"><B>框架</B></A>
<A HREF="SocketOptions.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
| piterlin/piterlin.github.io | doc/jdk6_cn/java/net/class-use/SocketOptions.html | HTML | mit | 8,908 |
{{ define "title" -}}
{{ .Article.Title }} - {{ i18n . "page.site.title.suffix" }}
{{- end }}
{{ define "meta_tags" -}}
{{ $pageTitle := .Article.Title -}}
{{ $pageDesc := .Article.Desc -}}
<meta name="description" content="{{ $pageDesc }}">
<meta name="keywords" content="{{ .Article.Keywords }}">
<meta property="og:title" content="{{ $pageTitle }}"/>
<meta property="og:description" content="{{ $pageDesc }}"/>
<meta name="twitter:title" content="{{ $pageTitle }}">
<meta name="twitter:description" content="{{ $pageDesc }}">
{{ end }}
{{ define "body" -}}
<div class="container-fluid aah-container-fluid">
<div class="aah-security-vuln clear">
<h1>Reporting Vulnerabilities</h1>
<p>Hello, if you believe you’ve found something in <code>aah framework</code> which has security implications, please do not raise an issue in a public forum; it's best interest and to safe gurad aah application users before the fix is ready.</p>
<p>I strongly encourage people to report such issue via email to <a href="mailto:[email protected]">[email protected]</a>. Security issues always take precedence over bug fixes and feature work. The project maintainers will work with you closely to resolve issues where required.</p>
<p>Once an issue is resolved it is usually released immediately with the appropriate semantic version and gets documented in this page.</p>
</div>
<div class="aah-security-vuln-section">
{{ if .Article.IsContent -}}
{{ safeHTML .Article.Content }}
{{ end -}}
</div>
</div>
{{- end }}
| go-aah/website | views/pages/site/security-vulnerabilities.html | HTML | mit | 1,598 |
<!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="">
<meta name="author" content="">
<meta property="og:site_name" content="ANEMONAL"/>
<meta property="og:title" content="ANEMONAL"/>
<meta property="og:image" content="img/home-bg.jpg">
<meta property="og:url" content="https://anemonal.github.io/">
<title>ANEMONAL</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<!-- <a class="navbar-brand" href="index.html"> - </a> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">MEDIACIÓN SEVERA</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
<!--
<li>
<a href="post.html">MEDIACIÓN SEVERA</a>
</li>
-->
<li>
<a href="archive.html">ARCHIVE</a>
</li>
<li>
<a href="contact.html">CONTACT</a>
</li>
<li>
<a href='https://www.facebook.com/anemonal/' target='_blank'><i class='fa fa-facebook'></i></a>
</li>
<li>
<a href='https://www.instagram.com/anemonaldigital/' target='_blank'><i class='fa fa-instagram'></i></a>
</li>
<li>
<a href='https://twitter.com/anemonalDigital' target='_blank'><i class='fa fa-twitter'></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('img/home-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1> <img src="img/anemonal_logo-01.png" width=700px">
</h1>
<!-- <hr class="small">
<span class="subheading"></span> -->
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-preview">
<a href="post.html">
<h3 class="post-subtitle" style = "font-size:26px; letter-spacing: 16px;">
CIRCUITOS / ANEMONAL
</h3>
<h3 class="post-subtitle" style = "font-size:20px; letter-spacing: 10px;">
PROGRAMA DE ACTIVIDADES 2017 - 2018.
</h3>
</a>
</div>
<hr>
<div class="post-preview">
<a href="viktoria.html">
<h2 class="post-title">
VIKTORIA MODESTA
</h2>
<h3 class="post-subtitle">
Circuitos/Mediación Severa: Viktoria Modesta "Human 2.0"
</h3>
</a>
<p class="post-meta">17 de Julio de 2017, LARVA, GDL, MX.
<!--<sub1>/ * REGISTRO_</p>
</sub1>--></div>
<hr>
<div class="post-preview">
<a href="sonidopetreo.html">
<h2 class="post-title">
SONIDO PÉTREO
</h2>
<h3 class="post-subtitle">
Taller de creación de formas por métodos digitales. <br> Imparte Pablo Kobayashi.
</h3>
</a>
<p class="post-meta">24 de Julio de 2014, Cuartel Creativo, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
TESTING ELECTRONICS
</h2>
<h3 class="post-subtitle">
Laboratorio para la investigación y divulgación de medios electrónicos. Imparte .RR
</h3>
</a>
<p class="post-meta">Agosto, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="embodied.html">
<h2 class="post-title">
EMBODIED MIXED REALITIES LAB
</h2>
<h3 class="post-subtitle">
Imparte Julian Stadon.
</h3>
</a>
<p class="post-meta">Agosto, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
VVVV INTERACTIVO
</h2>
<h3 class="post-subtitle">
Imparte Eduardo Melendez.
</h3>
</a>
<p class="post-meta">Septiembre, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
LIVE CODING AUDIOVISUAL E INTERFACES
</h2>
<h3 class="post-subtitle">
Imparte Ernesto Romero.
</h3>
</a>
<p class="post-meta">Septiembre, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
VISUALIZACIÓN DE DATOS URBANOS
</h2>
<h3 class="post-subtitle">
Imparte Desaxismundi.
</h3>
</a>
<p class="post-meta">Octubre, 2017, GDL, MX.</p>
</div>
<!--
<div class="post-preview">
<a href="#">
<h2 class="post-title">
BENOIT AND THE MANDELBROTS
</h2>
</a>
<p class="post-meta">Noviembre, 2017, GDL, MX.</p>
</div>
<hr>
<div class="post-preview">
<a href="#">
<h2 class="post-title">
ALGORAVE
</h2>
</a>
<p class="post-meta">Diciembre, 2017, GDL, MX.</p>
</div>
<hr>
-->
<!-- Pager -->
<ul class="pager">
<li class="next">
<a href="#">Older Posts →</a>
</li>
</ul>
<br>
<hr>
<br>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; color:#5D5D5D; letter-spacing: 2px; font-size:12px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: right;
}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//digital.us16.list-manage.com/subscribe/post?u=4c754699d3b300650a6109b8f&id=2a7eac5b11" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<br>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div><br>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_4c754699d3b300650a6109b8f_2a7eac5b11" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<br><br>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<!--
<li>
<a href="https://www.facebook.com/anemonal/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-1x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
-->
<li>
<a href="">
<img src="img/ciudad_creativa_logo-01.png" width=200px">
</a>
</li>
<li>
<a href="">
<img src="img/circuitos_logo-01.png" width="250px">
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © ANEMONAL 2016</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>
| ANEMONAL/anemonal.github.io | index3.html | HTML | mit | 14,181 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> This is a Standard Post</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="StudentHack V" />
<meta name="keywords" content="hackathon, studenthack, manchester hackathon, free html5, free template, free bootstrap, html5, css3, mobile first, responsive, hugo, static site" />
<meta name="author" content="HackSoc Dev Team" />
<meta property="og:title" content="StudentHack V"/>
<meta property="og:image" content="https://raw.githubusercontent.com/hacksoc-manchester/studenthack-2016/gh-pages/images/shlogo.png"/>
<meta property="og:url" content="https://www.studenthack.com"/>
<meta property="og:description" content="StudentHack V 2017 - #learn #build #share 10-12 March 2017"/>
<meta name="twitter:title" content="StudentHack V" />
<meta name="twitter:site" content="@studenthack" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/hacksoc-manchester/studenthack-2016/gh-pages/images/shlogo.png" />
<meta name="twitter:url" content="https://www.studenthack.com" />
<meta name="twitter:card" content="summary" />
<link rel="shortcut icon" type="image/x-icon" href=https://misterdoom.github.io/studenthack/favicon.ico>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Ubuntu" />
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/bootstrap.min.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/font-awesome.min.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/style.default.css id="theme-stylesheet">
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/custom_chal.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/animate.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/icomoon.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/simple-line-icons.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/magnific-popup.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/bootstrap.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/style.css>
<link rel="stylesheet" href=https://misterdoom.github.io/studenthack/css/custom1.css>
<script src=https://misterdoom.github.io/studenthack/js/modernizr-2.6.2.min.js></script>
</head>
<body>
<div class="col-md-10 main-content col-md-offset-1">
<div class="col-md-12 entry">
<div class="row">
<div class="col-md-12">
<div class="entry-header">
This is a Standard Post
</div>
</div>
</div>
<div class="row">
<div class="col-md-2">
<div class="entry-sidebar">
CATEGORIES
<div class="entry-categories">
<a href=""></a>
</div>
Tags
<div class="entry-tags">
<a href="">memories</a>
</div>
</div>
</div>
<div class="col-md-10">
<div class="entry-content">
<p>This is what an ordinary post looks like, and you’re reading a custom excerpt right now. Have fun looking around the theme, and don’t forget to check it out on your phone!
</p>
<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.</p>
<p>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.</p>
<p>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.</p>
<ol>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
</ol>
<blockquote>
<p>The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.</p>
</blockquote>
<h2 id="header-level-2">Header Level 2</h2>
<p>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.</p>
<p>The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.</p>
<ul>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
</ul>
<p>When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then</p>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="">
<div class="col-md-12 text-center">
<p>© Elate Free HTML5. All Rights Reserved. <br>Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a> <br>Hugo port by: <a href="https://github.com/saey55" target="_blank">saey55</a> <br> Edited By <a href="http://hacksoc.com/" target="_blank">HackSoc</a> Dev Team</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="https://twitter.com/studenthack"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/studenthack"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src=https://misterdoom.github.io/studenthack/js/jquery.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.easing.1.3.js></script>
<script src=https://misterdoom.github.io/studenthack/js/bootstrap.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.waypoints.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.stellar.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.countTo.js></script>
<script src=https://misterdoom.github.io/studenthack/js/jquery.magnific-popup.min.js></script>
<script src=https://misterdoom.github.io/studenthack/js/magnific-popup-options.js></script>
<script src=https://misterdoom.github.io/studenthack/js/Chart.bundle.min.js></script>
<script src="https://maps.googleapis.com/maps/apijs?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src=https://misterdoom.github.io/studenthack/js/google_map.js></script>
<script src=https://misterdoom.github.io/studenthack/js/main.js></script>
<script src=https://misterdoom.github.io/studenthack/js/barchart.js></script>
</body>
</html>
| MisterDoom/studenthack | public/challenges/work2/index.html | HTML | mit | 8,170 |
<!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_161-google-v7) on Fri Nov 09 17:55:38 PST 2018 -->
<title>org.robolectric.shadows.gms.common</title>
<meta name="date" content="2018-11-09">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../org/robolectric/shadows/gms/common/package-summary.html" target="classFrame">org.robolectric.shadows.gms.common</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ShadowGoogleApiAvailability.html" title="class in org.robolectric.shadows.gms.common" target="classFrame">ShadowGoogleApiAvailability</a></li>
</ul>
</div>
</body>
</html>
| robolectric/robolectric.github.io | javadoc/4.0/org/robolectric/shadows/gms/common/package-frame.html | HTML | mit | 925 |
<!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_30) on Sun Jan 15 10:17:02 EST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter (HSQLDB 2.2.7 API)
</TITLE>
<META NAME="date" CONTENT="2012-01-15">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter (HSQLDB 2.2.7 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hsqldb/jdbc/JDBCSQLXML.SAX2XMLStreamWriter.html" title="class in org.hsqldb.jdbc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hsqldb/jdbc//class-useJDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>FRAMES</B></A>
<A HREF="JDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter</B></H2>
</CENTER>
No usage of org.hsqldb.jdbc.JDBCSQLXML.SAX2XMLStreamWriter
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hsqldb/jdbc/JDBCSQLXML.SAX2XMLStreamWriter.html" title="class in org.hsqldb.jdbc"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/hsqldb/jdbc//class-useJDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>FRAMES</B></A>
<A HREF="JDBCSQLXML.SAX2XMLStreamWriter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2001 - 2010 HSQL Development Group.</i>
</BODY>
</HTML>
| RabadanLab/Pegasus | resources/hsqldb-2.2.7/hsqldb/doc/apidocs/org/hsqldb/jdbc/class-use/JDBCSQLXML.SAX2XMLStreamWriter.html | HTML | mit | 6,091 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29227_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page24.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 0px; margin-top: 0px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 212px; margin-top: 212px;">
<img src="images/tmpE3htM6.png" alt="tmpE3htM6.png" />
</div>
<div style="position: absolute; margin-left: 0px; margin-top: 935px;">
<p class="styleSans225.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1232px; margin-top: 2507px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W29227_text/page25.html | HTML | mit | 1,316 |
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div>
<div class="row text-center">
<div class="col-sm-12">
<h3>Ooops!<br><br>HOWL cannot find what you are looking for (404).<br><br>
</h3>
<a href="http://oregonhowl.org"><img class="img-responsive center-block" src="images/404.jpg"></img></a>
<p>I cannot find the document you are requesting...</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>
| jimmyangel/howl | src/404.html | HTML | mit | 1,090 |
---
layout: post
status: publish
published: true
title: RepeatableOperationExceptionMapper
author:
display_name: Tomas Restrepo
login: tomasr
email: [email protected]
url: http://winterdom.com/
author_login: tomasr
author_email: [email protected]
author_url: http://winterdom.com/
wordpress_id: 171
wordpress_url: http://winterdom.com/2005/08/repeatableoperationexceptionmapper
date: '2005-08-10 19:58:07 +0000'
date_gmt: '2005-08-10 19:58:07 +0000'
categories:
- ".NET"
tags: []
comments: []
---
<p><!--start_raw-->It just dawned on me (yes, I'm slow, I know) that the RepeatableOperationExceptionMapper class that Clemens presents <a href="http://friends.newtelligence.net/clemensv/PermaLink,guid,bafdbe41-0786-4a7f-a488-8ca447d612eb.aspx">here</a> is just the precise kind of thing that would work wonders as custom Exception Replacement Handler for a policy in the <a href="http://msdn.microsoft.com/library/en-us/dnpag2/html/ehab.asp">Exception Handling Application Block</a> of the Enterprise Library. Go figure.</p>
<p>It would be really cool to have similar translator replacements for common SQL and Oracle exception codes (say, replace a Unique Constraint Violation with a RowAlreadyExistsException)...</p><!--end_raw--></p>
| tomasr/winterdom.com | _posts/2005-08-10-repeatableoperationexceptionmapper.html | HTML | mit | 1,291 |
<!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_75) on Wed Jun 03 20:30:36 IST 2015 -->
<title>R-Index</title>
<meta name="date" content="2015-06-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="R-Index";
}
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-13.html">Prev Letter</a></li>
<li><a href="index-15.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
<li><a href="index-14.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <a href="index-19.html">W</a> <a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="../ie/cit/group3/repository/AuthoritiesRepository.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/AuthoritiesRepository.html" title="interface in ie.cit.group3.repository">AuthoritiesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ChObjectRepository.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ChObjectRepository.html" title="interface in ie.cit.group3.repository">ChObjectRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ImageRepository.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ImageRepository.html" title="interface in ie.cit.group3.repository">ImageRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcAuthoritiesRepository.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcAuthoritiesRepository.html" title="class in ie.cit.group3.repository">JdbcAuthoritiesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcChObjectRepository.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcChObjectRepository.html" title="class in ie.cit.group3.repository">JdbcChObjectRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcImageRepository.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcImageRepository.html" title="class in ie.cit.group3.repository">JdbcImageRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcParticipantRepository.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcParticipantRepository.html" title="class in ie.cit.group3.repository">JdbcParticipantRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcParticipationRepository.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcParticipationRepository.html" title="class in ie.cit.group3.repository">JdbcParticipationRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcRolesRepository.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcRolesRepository.html" title="class in ie.cit.group3.repository">JdbcRolesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/JdbcUsersRepository.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in class ie.cit.group3.repository.<a href="../ie/cit/group3/repository/JdbcUsersRepository.html" title="class in ie.cit.group3.repository">JdbcUsersRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ParticipantRepository.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ParticipantRepository.html" title="interface in ie.cit.group3.repository">ParticipantRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/ParticipationRepository.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/ParticipationRepository.html" title="interface in ie.cit.group3.repository">ParticipationRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/RolesRepository.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/RolesRepository.html" title="interface in ie.cit.group3.repository">RolesRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/repository/UsersRepository.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in interface ie.cit.group3.repository.<a href="../ie/cit/group3/repository/UsersRepository.html" title="interface in ie.cit.group3.repository">UsersRepository</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/AuthoritiesService.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/AuthoritiesService.html" title="interface in ie.cit.group3.service">AuthoritiesService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/AuthoritiesServiceImpl.html#remove(ie.cit.group3.domain.Authorities)">remove(Authorities)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/AuthoritiesServiceImpl.html" title="class in ie.cit.group3.service">AuthoritiesServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ChObjectService.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ChObjectService.html" title="interface in ie.cit.group3.service">ChObjectService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ChObjectServiceImpl.html#remove(ie.cit.group3.domain.ChObject)">remove(ChObject)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ChObjectServiceImpl.html" title="class in ie.cit.group3.service">ChObjectServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ChObjectServiceImplTest.html#remove()">remove()</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ChObjectServiceImplTest.html" title="class in ie.cit.group3.service">ChObjectServiceImplTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ImageService.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ImageService.html" title="interface in ie.cit.group3.service">ImageService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ImageServiceImpl.html#remove(ie.cit.group3.domain.Image)">remove(Image)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ImageServiceImpl.html" title="class in ie.cit.group3.service">ImageServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipantService.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipantService.html" title="interface in ie.cit.group3.service">ParticipantService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipantServiceImpl.html#remove(ie.cit.group3.domain.Participant)">remove(Participant)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipantServiceImpl.html" title="class in ie.cit.group3.service">ParticipantServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipationService.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipationService.html" title="interface in ie.cit.group3.service">ParticipationService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/ParticipationServiceImpl.html#remove(ie.cit.group3.domain.Participation,%20java.lang.String)">remove(Participation, String)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/ParticipationServiceImpl.html" title="class in ie.cit.group3.service">ParticipationServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/RolesService.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/RolesService.html" title="interface in ie.cit.group3.service">RolesService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/RolesServiceImpl.html#remove(ie.cit.group3.domain.Role)">remove(Role)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/RolesServiceImpl.html" title="class in ie.cit.group3.service">RolesServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/UsersService.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in interface ie.cit.group3.service.<a href="../ie/cit/group3/service/UsersService.html" title="interface in ie.cit.group3.service">UsersService</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/UsersServiceImpl.html#remove(ie.cit.group3.domain.User)">remove(User)</a></span> - Method in class ie.cit.group3.service.<a href="../ie/cit/group3/service/UsersServiceImpl.html" title="class in ie.cit.group3.service">UsersServiceImpl</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/domain/Role.html" title="class in ie.cit.group3.domain"><span class="strong">Role</span></a> - Class in <a href="../ie/cit/group3/domain/package-summary.html">ie.cit.group3.domain</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/domain/Role.html#Role()">Role()</a></span> - Constructor for class ie.cit.group3.domain.<a href="../ie/cit/group3/domain/Role.html" title="class in ie.cit.group3.domain">Role</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/repository/RolesRepository.html" title="interface in ie.cit.group3.repository"><span class="strong">RolesRepository</span></a> - Interface in <a href="../ie/cit/group3/repository/package-summary.html">ie.cit.group3.repository</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/utility/RolesRowMapper.html" title="class in ie.cit.group3.utility"><span class="strong">RolesRowMapper</span></a> - Class in <a href="../ie/cit/group3/utility/package-summary.html">ie.cit.group3.utility</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/utility/RolesRowMapper.html#RolesRowMapper()">RolesRowMapper()</a></span> - Constructor for class ie.cit.group3.utility.<a href="../ie/cit/group3/utility/RolesRowMapper.html" title="class in ie.cit.group3.utility">RolesRowMapper</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/service/RolesService.html" title="interface in ie.cit.group3.service"><span class="strong">RolesService</span></a> - Interface in <a href="../ie/cit/group3/service/package-summary.html">ie.cit.group3.service</a></dt>
<dd> </dd>
<dt><a href="../ie/cit/group3/service/RolesServiceImpl.html" title="class in ie.cit.group3.service"><span class="strong">RolesServiceImpl</span></a> - Class in <a href="../ie/cit/group3/service/package-summary.html">ie.cit.group3.service</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/service/RolesServiceImpl.html#RolesServiceImpl(ie.cit.group3.repository.RolesRepository)">RolesServiceImpl(RolesRepository)</a></span> - Constructor for class ie.cit.group3.service.<a href="../ie/cit/group3/service/RolesServiceImpl.html" title="class in ie.cit.group3.service">RolesServiceImpl</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ie/cit/group3/CooperHewittG3WebApplication.html#run(java.lang.String...)">run(String...)</a></span> - Method in class ie.cit.group3.<a href="../ie/cit/group3/CooperHewittG3WebApplication.html" title="class in ie.cit.group3">CooperHewittG3WebApplication</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">U</a> <a href="index-18.html">V</a> <a href="index-19.html">W</a> </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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-13.html">Prev Letter</a></li>
<li><a href="index-15.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-14.html" target="_top">Frames</a></li>
<li><a href="index-14.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>
| johnmurphy007/WebRepoCDHM | doc/index-files/index-14.html | HTML | mit | 17,367 |
<!DOCTYPE html>
<html lang="ca-es" data-theme="">
<head>
<meta name="generator" content="Hugo 0.76.2" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>La vista cansada</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="https://carlesbellver.github.io/index.xml" title="La vista cansada" />
<link rel="icon" type="image/x-icon" href="https://carlesbellver.github.io/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="https://carlesbellver.github.io/favicon.png">
<link rel="stylesheet" href="https://carlesbellver.github.io/css/light.css?rnd=1602439752" />
<style>
[data-theme="dark"] {
--font-color: #eee;
--bg-color: #212121;
--link-color:#599ada;
--link-state-color:#ff5858;
--link-state-border-color: rgba(238, 54, 54, 0.5);
--thead-bg-color: #343a40;
--table-border-color: lightgrey;
--pre-color: #333;
--pre-bg-color: #f1f1f1;
--bq-color: #ccc;
--hr-color: #333;
--pagination-bg-color: #373737;
--pagination-link-color: #b6b6b6;
--post-info-color: grey;
--switcher-color: #333;
--switcher-bg-color: #fff;
}
</style>
<link rel="stylesheet" href="https://carlesbellver.github.io/css/style.css?rnd=1602439752" />
<meta property="og:title" content="La vista cansada" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://carlesbellver.github.io/" />
<meta property="og:updated_time" content="2020-10-01T16:20:42+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="La vista cansada"/>
<meta name="twitter:description" content=""/>
</head>
<body>
<a class="skip-main" href="#main">Anar al contingut principal</a>
<div class="container">
<header class="common-header">
<h1 class="site-title">
<a href="/">La vista cansada</a>
</h1>
<nav>
<a class="" href="https://carlesbellver.github.io/about/" title="">Informació</a>
<a class="" href="https://carlesbellver.github.io/tags/" title="">Etiquetes</a>
</nav>
</header>
<main id="main" tabindex="-1">
<div class="homepage-content">
</div>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="http://www.bbc.com/travel/story/20180820-why-czechs-dont-speak-german">Why Czechs don’t speak German</a></p>
<blockquote>Al segle XVII, quan el regne de Bohèmia era sota el domini dels Habsburg, la llengua txeca podria haver desaparegut si no hagués estat pels titelles i una escletxa legal… ja que els titelles eren els únics ens restants que tenien dret a parlar txec en llocs públics.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/06/why-czechs-dont.html"><div class="post-date dt-published">2018-09-06</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://pxlnv.com/linklog/google-mastercard-deal/">Google Purchased Bulk Transaction Data from Mastercard to Link Online Ads and Offline Purchases</a></p>
<blockquote>Mitjançant aquest programa de proves, Google pot associar de manera anònima aquests perfils d’usuaris existents amb compres realitzades a botigues físiques. El resultat és potent: Google sap que la gent va fer clic als anuncis i ara pot informar als anunciants que aquesta activitat va conduir a vendes reals a la botiga.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/05/google-purchased-bulk.html"><div class="post-date dt-published">2018-09-05</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://blogs.herdereditorial.com/filco/cesar-rendueles-capitalismo-incompatible-vida-humana/">César Rendueles: "Este capitalismo es incompatible con la vida humana"</a></p>
<blockquote>Probablemente vaya a ser un experimento fallido y breve, de apenas unos pocos siglos, frente a sociedades y modos de vida que han durado milenios porque se enfrenta a límites materiales infranqueables. El capitalismo tal y como lo conocemos es imposible que subsista porque es medioambientalmente incompatible con la vida humana.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/04/csar-rendueles-este.html"><div class="post-date dt-published">2018-09-04</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://www.lavanguardia.com/opinion/20180901/451549851881/posverdad-suprema.html">Ignacio Sánchez-Cuenca: La posverdad suprema</a></p>
<blockquote>En estos momentos, la posverdad corporativa e ideológica se encarna de forma sobresaliente en nuestro Tribunal Supremo y su empeño en mantener la acusación de rebelión contra los líderes políticos del movimiento independentista catalán. Tratar de encajar las conductas del “otoño caliente” del 2017 en el tipo penal de rebelión es contrario a la lógica, el sentido común y el propio derecho español […] Se han propuesto dar un escarmiento ejemplar a los líderes del independentismo, un castigo que deje claro a las próximas generaciones el riesgo al que se exponen si alguien intenta de nuevo una estrategia unilateral rupturista […] Para frenar el disparate y la injusticia que se está cometiendo con las acusaciones de rebelión, haría falta una sociedad civil que se tomara en serio que en una democracia resulta inadmisible juzgar a unos políticos por hechos que no han cometido. No estamos ahí todavía.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/09/01/ignacio-snchezcuenca-la.html"><div class="post-date dt-published">2018-09-01</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://theconversation.com/advertising-is-obsolete-heres-why-its-time-to-end-it-101639">Advertising is obsolete – here's why it's time to end it</a></p>
<p>La publicitat és manipulació i s'hauria d'il·legalitzar.</p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/30/advertising-is-obsolete.html"><div class="post-date dt-published">2018-08-30</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://www.theatlantic.com/science/archive/2018/08/scientists-can-collectively-sense-which-psychology-studies-are-weak/568630/">Online Bettors Know If Psychology Studies Will Replicate</a></p>
<blockquote>Mentre portava a terme les seves proves experimentals, l'equip del SSRP [<a href="http://www.socialsciencesreplicationproject.com/">Social Sciences Replication Project</a>] gestionava també un "mercat predictiu": una borsa en la qual els voluntaris podien comprar o vendre "accions" dels vint-i-un estudis, basant-se en com de reproduïbles els semblaven. Van reclutar dos-cents sis voluntaris: una barreja de psicòlegs i economistes, estudiants i professors, cap dels quals no estava involucrat en el SSRP. Cadascun va començar amb cent dòlars i podia guanyar-ne més apostant correctament per estudis que eventualment tinguessin èxit.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/30/online-bettors-know.html"><div class="post-date dt-published">2018-08-30</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>Roger Zelazny, <i>24 vistas del monte Fuji, por Hokusai</i>. Premi Hugo a la millor novel·la curta, 1986. Ciberassetjament sobre un fons d'estampes japoneses. En <a href="http://www.stmoroky.com/reviews/gallery/hokusai/24views.htm">aquesta página</a> es poden contemplar les vint-i-quatre vistas.</p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/15/182155.html"><div class="post-date dt-published">2018-08-15</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/ressenyes">#ressenyes</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="http://www.openculture.com/2018/08/aldous-huxley-george-orwell-hellish-vision-future-better-1949.html">Aldous Huxley to George Orwell: My Hellish Vision of the Future is Better Than Yours (1949)</a></p>
<blockquote>El que crec és que l'oligarquia dominant trobarà maneres de governar, i de satisfer la seva ànsia de poder, menys àrdues i ineficients, i que s'assemblaran a les que vaig descriure en <i>Un món feliç</i>.</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/13/aldous-huxley-to.html"><div class="post-date dt-published">2018-08-13</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>📎 <a href="https://qz.com/1349858/what-does-qanon-have-to-do-with-leftist-italian-authors-wu-ming/">What does QAnon have to do with leftist Italian authors Wu Ming</a></p>
<blockquote>…la teoria de la conspiració darrere de la teoria de la conspiració és que bromistes d'esquerres, inspirats en la novel·la <i>Q</i> de Wu Ming, van crear una identitat falsa a Internet anomenada "Q". Sota aquesta disfressa, comparteixen notícies falses als fòrums de la dreta alternativa, aconseguint que els usuaris es posin nerviosos amb revelacions implausibles…</blockquote>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/11/what-does-qanon.html"><div class="post-date dt-published">2018-08-11</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
<article class="post-list">
<div class="content post-summary">
<p>Dashiell Hammet, <em>Interrogatorios</em> (Errata naturae). Transcripción de sus declaraciones ante el tribunal que lo condenó a seis meses de cárcel y ante el Comité de Actividades Antiestadounidenses. Incluye el cuento “Sombra en la noche” (“¿Y qué coño crees que quiero ser? ¿Chino?”).</p>
<p><img src="http://www.carlesbellver.net/blog/wp-content/uploads/2018/08/715f871c73c547f1b70bec89433517ab.jpg" width="600" height="600" /></p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/08/11/193210.html"><div class="post-date dt-published">2018-08-11</div></a>
<div class="post-taxonomies">
</div>
</div>
</article>
<div class="pagination">
<div class="left pagination-item ">
<a href="/page/51/">articles posteriors</a>
</div>
<div class="right pagination-item ">
<a href="/page/53/">articles anteriors</a>
</div>
</div>
</main>
<footer class="common-footer">
<div class="common-footer-bottom">
<div class="copyright">
<p>Carles Bellver Torlà </p>
</div>
<button class="theme-switcher">
Tema fosc
</button>
<script>
const STORAGE_KEY = 'user-color-scheme'
const defaultTheme = "light"
let currentTheme
let switchButton
let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)')
const autoChangeScheme = e => {
currentTheme = e.matches ? 'dark' : 'light'
document.documentElement.setAttribute('data-theme', currentTheme)
changeButtonText()
}
document.addEventListener('DOMContentLoaded', function() {
switchButton = document.querySelector('.theme-switcher')
currentTheme = detectCurrentScheme()
if (currentTheme == 'dark') {
document.documentElement.setAttribute('data-theme', 'dark')
}
if (currentTheme == 'auto') {
autoChangeScheme(autoDefinedScheme);
autoDefinedScheme.addListener(autoChangeScheme);
}
changeButtonText()
switchButton.addEventListener('click', switchTheme, false)
})
function detectCurrentScheme() {
if (localStorage.getItem(STORAGE_KEY)) {
return localStorage.getItem(STORAGE_KEY)
}
if (defaultTheme) {
return defaultTheme
}
if (!window.matchMedia) {
return 'light'
}
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
return 'dark'
}
return 'light'
}
function changeButtonText()
{
switchButton.textContent = currentTheme == 'dark' ? "Tema clar" : "Tema fosc"
}
function switchTheme(e) {
if (currentTheme == 'dark') {
localStorage.setItem(STORAGE_KEY, 'light')
document.documentElement.setAttribute('data-theme', 'light')
currentTheme = 'light'
} else {
localStorage.setItem(STORAGE_KEY, 'dark')
document.documentElement.setAttribute('data-theme', 'dark')
currentTheme = 'dark'
}
changeButtonText()
}
</script>
</div>
</footer>
</div>
</body>
</html>
| carlesbellver/carlesbellver.github.io | page/52/index.html | HTML | mit | 16,515 |
---
layout: page
title: ae-UAE
---
{% include postbycat key="ae" %} | binhbat/binhbat.github.io | _drafts/ae/index.html | HTML | mit | 67 |
<p>
tecnicos works!
</p>
| Jrocam/UnidosEnSalud | src/app/interacciones/tecnicos/tecnicos.component.html | HTML | mit | 27 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>template-coq: 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.6.1 / template-coq - 2.1~beta3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
template-coq
<small>
2.1~beta3
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-25 00:47:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 00:47:42 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-ocamlbuild base OCamlbuild binary and libraries 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.6.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
version: "2.1~beta3"
maintainer: "[email protected]"
homepage: "https://template-coq.github.io/template-coq"
dev-repo: "git+https://github.com/Template-Coq/template-coq.git#coq-8.8"
bug-reports: "https://github.com/Template-Coq/template-coq/issues"
authors: ["Abhishek Anand <[email protected]>"
"Simon Boulier <[email protected]>"
"Cyril Cohen <[email protected]>"
"Gregory Malecha <[email protected]>"
"Matthieu Sozeau <[email protected]>"
"Nicolas Tabareau <[email protected]>"]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "-R" "%{lib}%/coq/user-contrib/Template"]
["rm" "-R" "%{lib}%/coq/user-contrib/TemplateChecker"]
["rm" "-R" "%{lib}%/coq/user-contrib/TemplateExtraction"]
]
depends: [
"ocaml" {>= "4.05"}
"coq" {>= "8.8" & < "8.9~"}
]
synopsis: "A quoting and unquoting library for Coq in Coq"
description: """
Template Coq is a quoting library for Coq. It takes Coq terms and
constructs a representation of their syntax tree as a Coq inductive data
type. The representation is based on the kernel's term representation.
In addition to a complete reification and denotation of CIC terms,
Template Coq includes:
- Reification of the environment structures, for constant and inductive declarations.
- Denotation of terms and global declarations
- A monad for manipulating global declarations, calling the type
checker, and inserting them in the global environment, in the style of
MetaCoq/MTac.
- A partial type-checker for the Calculus of Inductive Constructions,
runnable as a plugin.
- Example plugins built on top of this."""
flags: light-uninstall
url {
src: "https://github.com/MetaCoq/metacoq/archive/v2.1-beta3.tar.gz"
checksum: "md5=e81b8ecabef788a10337a39b095d54f3"
}
</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-template-coq.2.1~beta3 coq.8.6.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.6.1).
The following dependencies couldn't be met:
- coq-template-coq -> ocaml >= 4.05
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-template-coq.2.1~beta3</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.02.3-2.0.6/released/8.6.1/template-coq/2.1~beta3.html | HTML | mit | 8,141 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Moses documentation</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>Moses</h1>
<h2>Contents</h2>
<ul>
<li><a href="#_a_name__table__Table_functions__a_"><a name='table'>Table functions</a> </a></li>
<li><a href="#_a_name__array__Array_functions__a_"><a name='array'>Array functions</a> </a></li>
<li><a href="#_a_name__utility__Utility_functions__a_"><a name='utility'>Utility functions</a> </a></li>
<li><a href="#_a_name__object__Object_functions__a_"><a name='object'>Object functions</a> </a></li>
<li><a href="#_a_name__chaining__Chaining__a_"><a name='chaining'>Chaining</a> </a></li>
<li><a href="#_a_name__import__Import__a_"><a name='import'>Import</a> </a></li>
</ul>
<h2>Topics</h2>
<ul class="">
<li><strong>tutorial</strong></li>
</ul>
<h2>Modules</h2>
<ul class="nowrap">
<li><a href="../index.html">moses</a></li>
</ul>
</div>
<div id="content">
<em>Moses: a utility-belt library for functional programming in Lua</em></p>
<p><strong>Moses</strong> is a Lua utility library which provides support for functional programming.
It complements built-in Lua functions, making easier common operations on tables, arrays, lists, collections, objects, and a lot more.<br/>
<strong>Moses</strong> was deeply inspired by <a href="http://documentcloud.github.com/underscore/">Underscore.js</a>. </p>
<h1><a name='TOC'>Table of Contents</a></h1>
<ul>
<li><a href="#adding">Adding <em>Moses</em> to your project</a></li>
<li><a href="#table">Table functions</a></li>
<li><a href="#array">Array functions</a></li>
<li><a href="#utility">Utility functions</a></li>
<li><a href="#object">Object functions</a></li>
<li><a href="#chaining">Chaining</a></li>
<li><a href="#import">Import</a></li>
</ul>
<h1><a name='adding'>Adding <em>Moses</em> to your project</a></h1>
<p>Drop the file <a href="http://github.com/Yonaba/Moses/blob/master/moses.lua">moses.lua</a> into your project and add it to your code with the <em>require</em> function:</p>
<pre>
<span class="keyword">local</span> _ = <span class="global">require</span> (<span class="string">"moses"</span>)
</pre>
<p><em>Note: Lua purists tend to use “_” to design a “dummy variable”. Here, the usage of this underscore is quite idiomatic and refers to the name <a href="http://documentcloud.github.com/underscore/">Underscore</a>, the JS library from which </em>Moses<em> takes inspiration</em>.</p>
<p><em>Moses</em>‘ provides a large set of functions that can be classified into four categories:</p>
<ul>
<li><strong>Table functions</strong>, which are mostly meant for tables, i.e Lua tables which contains both an array-part and a hash-part,</li>
<li><strong>Array functions</strong>, meant for array lists (or sequences),</li>
<li><strong>Utility functions</strong>,</li>
<li><strong>Object functions</strong>.</li>
</ul>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__table__Table_functions__a_"></a></p>
<h2><a name='table'>Table functions</a></h2>
<h3>clear (t)</h3>
<p>Clears a table. All its values becomes nil. It returns the passed-in table.</p>
<pre>
<span class="keyword">local</span> t = _.clear({<span class="number">1</span>,<span class="number">2</span>,<span class="string">'hello'</span>,<span class="keyword">true</span>}) <span class="comment">-- => {}</span>
</pre>
<h3>each (t, f, …)</h3>
<p><em>Aliases: <code>_.forEach</code></em>.</p>
<p>Iterates over each key-value pair in table.</p>
<pre>
_.each({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>The table can be map-like (array part and hash-part).</p>
<pre>
_.each({one = <span class="number">1</span>, two = <span class="number">2</span>, three = <span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => one 1
</span><span class="comment">-- => two 2
</span><span class="comment">-- => three 3</span>
</pre>
<p>Can index and assign in an outer table or in the passed-in table:</p>
<pre>
t = {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}
_.each(t,<span class="keyword">function</span>(i,v)
t[i] = v:rep(<span class="number">2</span>)
<span class="global">print</span>(t[i])
<span class="keyword">end</span>)
<span class="comment">-- => 1 aa
</span><span class="comment">-- => 2 bb
</span><span class="comment">-- => 3 cc</span>
</pre>
<h3>eachi (t, f, …)</h3>
<p><em>Aliases: <code>_.forEachi</code></em>.</p>
<p>Iterates only on integer keys in a sparse array table.</p>
<pre>
_.eachi({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>The given array can be sparse, or even have a hash-like part.</p>
<pre>
<span class="keyword">local</span> t = {a = <span class="number">1</span>, b = <span class="number">2</span>, [<span class="number">0</span>] = <span class="number">1</span>, [-<span class="number">1</span>] = <span class="number">6</span>, <span class="number">3</span>, x = <span class="number">4</span>, <span class="number">5</span>}
_.eachi(t,<span class="keyword">function</span>(i,v)
<span class="global">print</span>(i,v)
<span class="keyword">end</span>)
<span class="comment">-- => -1 6
</span><span class="comment">-- => 0 1
</span><span class="comment">-- => 1 3
</span><span class="comment">-- => 2 5</span>
</pre>
<h3>at (t, …)</h3>
<p>Collects all values at some specific keys and returns them in an array.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
_.at(t,<span class="number">1</span>,<span class="number">3</span>) <span class="comment">-- => "{4,6}"
</span>
<span class="keyword">local</span> t = {a = <span class="number">4</span>, bb = <span class="keyword">true</span>, ccc = <span class="keyword">false</span>}
_.at(t,<span class="string">'a'</span>, <span class="string">'ccc'</span>) <span class="comment">-- => "{4, false}"</span>
</pre>
<h3>count (t, value)</h3>
<p>Counts the number of occurences of a given value in a table.</p>
<pre>
_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">3</span>,<span class="number">2</span>},<span class="number">1</span>) <span class="comment">-- => 2
</span>_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">3</span>,<span class="number">2</span>},<span class="number">2</span>) <span class="comment">-- => 2
</span>_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">3</span>,<span class="number">2</span>},<span class="number">3</span>) <span class="comment">-- => 4
</span>_.count({<span class="keyword">false</span>, <span class="keyword">false</span>, <span class="keyword">true</span>},<span class="keyword">false</span>) <span class="comment">-- => 2
</span>_.count({<span class="keyword">false</span>, <span class="keyword">false</span>, <span class="keyword">true</span>},<span class="keyword">true</span>) <span class="comment">-- => 1</span>
</pre>
<p>Returns the size of the list in case no value was provided.</p>
<pre>
_.count({<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>}) <span class="comment">-- => 5</span>
</pre>
<h3>countf (t, f, …)</h3>
<p>Count the number of occurences of all values passing an iterator test.</p>
<pre>
_.countf({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span>
<span class="keyword">end</span>) <span class="comment">-- => 3
</span>
_.countf({<span class="global">print</span>, <span class="global">pairs</span>, <span class="global">os</span>, <span class="global">assert</span>, <span class="global">ipairs</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> <span class="global">type</span>(v)==<span class="string">'function'</span>
<span class="keyword">end</span>) <span class="comment">-- => 4</span>
</pre>
<h3>cycle (t, n)</h3>
<p><em>Aliases: <code>_.loop</code></em>.</p>
<p>Returns a function which iterates on each key-value pair in a given table (similarly to <code>_.each</code>), except that it restarts iterating again <code>n</code> times.
If <code>n</code> is not provided, it defaults to 1.</p>
<pre>
<span class="keyword">local</span> t = {<span class="string">'a,'</span>b<span class="string">','</span>c<span class="string">'}
for k,v in _.cycle(t, 2) do
print(k,v)
end
-- => 1 '</span>a<span class="string">'
-- => 2 '</span>b<span class="string">'
-- => 3 '</span>c<span class="string">'
-- => 1 '</span>a<span class="string">'
-- => 2 '</span>b<span class="string">'
-- => 3 '</span>c'
</pre>
<p>Supports array-like tables and map-like tables.</p>
<pre>
<span class="keyword">local</span> t = {x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>}
<span class="keyword">for</span> k,v <span class="keyword">in</span> _.cycle(t) <span class="keyword">do</span>
<span class="global">print</span>(k,v)
<span class="keyword">end</span>
<span class="comment">-- => y 2
</span><span class="comment">-- => x 1
</span><span class="comment">-- => z 3</span>
</pre>
<h3>map (t, f, …)</h3>
<p><em>Aliases: <code>_.collect</code></em>.</p>
<p>Executes a function on each key-value pairs.</p>
<pre>
_.map({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v+<span class="number">10</span>
<span class="keyword">end</span>) <span class="comment">-- => "{11,12,13}"</span>
</pre>
<pre>
_.map({a = <span class="number">1</span>, b = <span class="number">2</span>},<span class="keyword">function</span>(k,v)
<span class="keyword">return</span> k..v
<span class="keyword">end</span>) <span class="comment">-- => "{a = 'a1', b = 'b2'}"</span>
</pre>
<p>It also maps key-value pairs to key-value pairs</p>
<pre>
_.map({a = <span class="number">1</span>, b = <span class="number">2</span>},<span class="keyword">function</span>(k,v)
<span class="keyword">return</span> k..k, v*<span class="number">2</span>
<span class="keyword">end</span>) <span class="comment">-- => "{aa = 2, bb = 4}"</span>
</pre>
<h3>reduce (t, f, state)</h3>
<p><em>Aliases: <code>_.inject</code>, <code>_.foldl</code></em>.</p>
<p>Can sums all values in a table.</p>
<pre>
_.reduce({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo+v
<span class="keyword">end</span>) <span class="comment">-- => 10</span>
</pre>
<p>Or concatenates all values.</p>
<pre>
_.reduce({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo..v
<span class="keyword">end</span>) <span class="comment">-- => abcd </span>
</pre>
<h3>reduceby (t, f, state, pred, …)</h3>
<p>Reduces a table considering only values matching a predicate.
For example,let us define a set of values.</p>
<pre>
<span class="keyword">local</span> val = {-<span class="number">1</span>, <span class="number">8</span>, <span class="number">0</span>, -<span class="number">6</span>, <span class="number">3</span>, -<span class="number">1</span>, <span class="number">7</span>, <span class="number">1</span>, -<span class="number">9</span>}
</pre>
<p>We can also define some predicate functions.</p>
<pre>
<span class="comment">-- predicate for negative values
</span><span class="keyword">local</span> <span class="keyword">function</span> neg(_, v) <span class="keyword">return</span> v<=<span class="number">0</span> <span class="keyword">end</span>
<span class="comment">-- predicate for positive values
</span><span class="keyword">local</span> <span class="keyword">function</span> pos(_, v) <span class="keyword">return</span> v>=<span class="number">0</span> <span class="keyword">end</span>
</pre>
<p>Then we can perform reduction considering only negative values :</p>
<pre>
_.reduceby(val, <span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo+v
<span class="keyword">end</span>, <span class="number">0</span>, neg) <span class="comment">-- => -17</span>
</pre>
<p>Or only positive values :</p>
<pre>
_.reduceby(val, <span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo+v
<span class="keyword">end</span>, <span class="number">0</span>, pos) <span class="comment">-- => 19</span>
</pre>
<h3>reduceRight (t, f, state)</h3>
<p><em>Aliases: <code>_.injectr</code>, <code>_.foldr</code></em>.</p>
<p>Similar to <code>_.reduce</code>, but performs from right to left.</p>
<pre>
<span class="keyword">local</span> initial_state = <span class="number">256</span>
_.reduceRight({<span class="number">1</span>,<span class="number">2</span>,<span class="number">4</span>,<span class="number">16</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo/v
<span class="keyword">end</span>,initial_state) <span class="comment">-- => 2</span>
</pre>
<h3>mapReduce (t, f, state)</h3>
<p><em>Aliases: <code>_.mapr</code></em>.</p>
<p>Reduces while saving intermediate states.</p>
<pre>
_.mapReduce({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo..v
<span class="keyword">end</span>) <span class="comment">-- => "{'a', 'ab', 'abc'}"</span>
</pre>
<h3>mapReduceRight (t, f, state)</h3>
<p><em>Aliases: <code>_.maprr</code></em>.</p>
<p>Reduces from right to left, while saving intermediate states.</p>
<pre>
_.mapReduceRight({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>},<span class="keyword">function</span>(memo,v)
<span class="keyword">return</span> memo..v
<span class="keyword">end</span>) <span class="comment">-- => "{'c', 'cb', 'cba'}"</span>
</pre>
<h3>include (t, value)</h3>
<p><em>Aliases: <code>_.any</code>, <code>_.some</code>, <code>_.contains</code></em>.</p>
<p>Looks for a value in a table.</p>
<pre>
_.include({<span class="number">6</span>,<span class="number">8</span>,<span class="number">10</span>,<span class="number">16</span>,<span class="number">29</span>},<span class="number">16</span>) <span class="comment">-- => true
</span>_.include({<span class="number">6</span>,<span class="number">8</span>,<span class="number">10</span>,<span class="number">16</span>,<span class="number">29</span>},<span class="number">1</span>) <span class="comment">-- => false
</span>
<span class="keyword">local</span> complex_table = {<span class="number">18</span>,{<span class="number">2</span>,{<span class="number">3</span>}}}
<span class="keyword">local</span> collection = {<span class="number">6</span>,{<span class="number">18</span>,{<span class="number">2</span>,<span class="number">6</span>}},<span class="number">10</span>,{<span class="number">18</span>,{<span class="number">2</span>,{<span class="number">3</span>}}},<span class="number">29</span>}
_.include(collection, complex_table) <span class="comment">-- => true</span>
</pre>
<p>Handles iterator functions.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> isUpper(v) <span class="keyword">return</span> v:upper()== v <span class="keyword">end</span>
_.include({<span class="string">'a'</span>,<span class="string">'B'</span>,<span class="string">'c'</span>},isUpper) <span class="comment">-- => true</span>
</pre>
<h3>detect (t, value)</h3>
<p>Returns the index of a value in a table.</p>
<pre>
_.detect({<span class="number">6</span>,<span class="number">8</span>,<span class="number">10</span>,<span class="number">16</span>},<span class="number">8</span>) <span class="comment">-- => 2
</span>_.detect({<span class="keyword">nil</span>,<span class="keyword">true</span>,<span class="number">0</span>,<span class="keyword">true</span>,<span class="keyword">true</span>},<span class="keyword">false</span>) <span class="comment">-- => nil
</span>
<span class="keyword">local</span> complex_table = {<span class="number">18</span>,{<span class="number">2</span>,<span class="number">6</span>}}
<span class="keyword">local</span> collection = {<span class="number">6</span>,{<span class="number">18</span>,{<span class="number">2</span>,<span class="number">6</span>}},<span class="number">10</span>,{<span class="number">18</span>,{<span class="number">2</span>,{<span class="number">3</span>}}},<span class="number">29</span>}
_.detect(collection, complex_table) <span class="comment">-- => 2</span>
</pre>
<p>Handles iterator functions.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> isUpper(v)
<span class="keyword">return</span> v:upper()==v
<span class="keyword">end</span>
_.detect({<span class="string">'a'</span>,<span class="string">'B'</span>,<span class="string">'c'</span>},isUpper) <span class="comment">-- => 2</span>
</pre>
<h3>where (t, props)</h3>
<p>Looks through a table and returns all the values that matches all of the key-value pairs listed in <code>props</code>. </p>
<pre>
<span class="keyword">local</span> tA = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">0</span>}
<span class="keyword">local</span> tB = {a = <span class="number">1</span>, b = <span class="number">4</span>, c = <span class="number">1</span>}
<span class="keyword">local</span> tC = {a = <span class="number">4</span>, b = <span class="number">4</span>, c = <span class="number">3</span>}
<span class="keyword">local</span> tD = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
<span class="keyword">local</span> found = _.where({tA, tB, tC, tD}, {a = <span class="number">1</span>})
<span class="comment">-- => found = {tA, tB, tD}
</span>
found = _.where({tA, tB, tC, tD}, {b = <span class="number">4</span>})
<span class="comment">-- => found = {tB, tC}
</span>
found = _.where({tA, tB, tC, tD}, {b = <span class="number">4</span>, c = <span class="number">3</span>})
<span class="comment">-- => found = {tC}</span>
</pre>
<h3>findWhere (t, props)</h3>
<p>Looks through a table and returns the first value that matches all of the key-value pairs listed in <code>props</code>. </p>
<pre>
<span class="keyword">local</span> a = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
<span class="keyword">local</span> b = {a = <span class="number">2</span>, b = <span class="number">3</span>, d = <span class="number">4</span>}
<span class="keyword">local</span> c = {a = <span class="number">3</span>, b = <span class="number">4</span>, e = <span class="number">5</span>}
_.findWhere({a, b, c}, {a = <span class="number">3</span>, b = <span class="number">4</span>}) == c <span class="comment">-- => true</span>
</pre>
<h3>select (t, f, …)</h3>
<p><em>Aliases: <code>_.filter</code></em>.</p>
<p>Collects values passing a validation test.</p>
<pre>
<span class="comment">-- Even values
</span>_.<span class="global">select</span>({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>==<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{2,4,6}"
</span>
<span class="comment">-- Odd values
</span>_.<span class="global">select</span>({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>~=<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{1,3,5,7}"</span>
</pre>
<h3>reject (t, f, …)</h3>
<p><em>Aliases: <code>_.reject</code></em>.</p>
<p>Removes all values failing a validation test:</p>
<pre>
_.reject({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>==<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{1,3,5,7}"
</span>
_.reject({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>~=<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => "{2,4,6}"</span>
</pre>
<h3>all (t, f, …)</h3>
<p><em>Aliases: <code>_.every</code></em>.</p>
<p>Checks whether or not all elements pass a validation test.</p>
<pre>
_.all({<span class="number">2</span>,<span class="number">4</span>,<span class="number">6</span>}, <span class="keyword">function</span>(key,value)
<span class="keyword">return</span> (value%<span class="number">2</span>==<span class="number">0</span>)
<span class="keyword">end</span>) <span class="comment">-- => true</span>
</pre>
<h3>invoke (t, method, …)</h3>
<p>Invokes a given function on each value in a table</p>
<pre>
_.invoke({<span class="string">'a'</span>,<span class="string">'bea'</span>,<span class="string">'cdhza'</span>},<span class="global">string</span>.len) <span class="comment">-- => "{1,3,5}"</span>
</pre>
<p>Can reference the method of the same name in each value.</p>
<pre>
<span class="keyword">local</span> a = {}
<span class="keyword">function</span> a:call() <span class="keyword">return</span> <span class="string">'a'</span> <span class="keyword">end</span>
<span class="keyword">local</span> b, c, d = {}, {}, {}
b.call, c.call, d.call = a.call, a.call, a.call
_.invoke({a,b,c,d},<span class="string">'call'</span>) <span class="comment">-- => "{'a','a','a','a'}"</span>
</pre>
<h3>pluck (t, property)</h3>
<p>Fetches all values indxed with specific key in a table of objects.</p>
<pre>
<span class="keyword">local</span> peoples = {
{name = <span class="string">'John'</span>, age = <span class="number">23</span>},{name = <span class="string">'Peter'</span>, age = <span class="number">17</span>},
{name = <span class="string">'Steve'</span>, age = <span class="number">15</span>},{age = <span class="number">33</span>}}
_.pluck(peoples,<span class="string">'age'</span>) <span class="comment">-- => "{23,17,15,33}"
</span>_.pluck(peoples,<span class="string">'name'</span>) <span class="comment">-- => "{'John', 'Peter', 'Steve'}"</span>
</pre>
<h3>max (t, transform, …)</h3>
<p>Returns the maximum value in a collection.</p>
<pre>
_.max {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>} <span class="comment">-- => 3
</span>_.max {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>} <span class="comment">-- => 'c'</span>
</pre>
<p>Can take an iterator function to extract a specific property.</p>
<pre>
<span class="keyword">local</span> peoples = {
{name = <span class="string">'John'</span>, age = <span class="number">23</span>},{name = <span class="string">'Peter'</span>, age = <span class="number">17</span>},
{name = <span class="string">'Steve'</span>, age = <span class="number">15</span>},{age = <span class="number">33</span>}}
_.max(peoples,<span class="keyword">function</span>(people) <span class="keyword">return</span> people.age <span class="keyword">end</span>) <span class="comment">-- => 33</span>
</pre>
<h3>min (t, transform, …)</h3>
<p>Returns the minimum value in a collection.</p>
<pre>
_.min {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>} <span class="comment">-- => 1
</span>_.min {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>} <span class="comment">-- => 'a'</span>
</pre>
<p>Can take an iterator function to extract a specific property.</p>
<pre>
<span class="keyword">local</span> peoples = {
{name = <span class="string">'John'</span>, age = <span class="number">23</span>},{name = <span class="string">'Peter'</span>, age = <span class="number">17</span>},
{name = <span class="string">'Steve'</span>, age = <span class="number">15</span>},{age = <span class="number">33</span>}}
_.min(peoples,<span class="keyword">function</span>(people) <span class="keyword">return</span> people.age <span class="keyword">end</span>) <span class="comment">-- => 15</span>
</pre>
<h3>shuffle (t, seed)</h3>
<p>Shuffles a collection.</p>
<pre>
<span class="keyword">local</span> list = _.shuffle {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>} <span class="comment">-- => "{3,2,6,4,1,5}"
</span>_.each(list,<span class="global">print</span>)
</pre>
<h3>same (a, b)</h3>
<p>Tests whether or not all values in each of the passed-in tables exists in both tables.</p>
<pre>
<span class="keyword">local</span> a = {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>}
<span class="keyword">local</span> b = {<span class="string">'b'</span>,<span class="string">'a'</span>,<span class="string">'d'</span>,<span class="string">'c'</span>}
_.same(a,b) <span class="comment">-- => true
</span>
b[#b+<span class="number">1</span>] = <span class="string">'e'</span>
_.same(a,b) <span class="comment">-- => false</span>
</pre>
<h3>sort (t, comp)</h3>
<p>Sorts a collection.</p>
<pre>
_.sort({<span class="string">'b'</span>,<span class="string">'a'</span>,<span class="string">'d'</span>,<span class="string">'c'</span>}) <span class="comment">-- => "{'a','b','c','d'}"</span>
</pre>
<p>Handles custom comparison functions.</p>
<pre>
_.sort({<span class="string">'b'</span>,<span class="string">'a'</span>,<span class="string">'d'</span>,<span class="string">'c'</span>}, <span class="keyword">function</span>(a,b)
<span class="keyword">return</span> a:byte() > b:byte()
<span class="keyword">end</span>) <span class="comment">-- => "{'d','c','b','a'}"</span>
</pre>
<h3>sortBy (t, transform, comp)</h3>
<p>Sorts items in a collection based on the result of running a transform function through every item in the collection.</p>
<pre>
<span class="keyword">local</span> r = _.sortBy({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>}, <span class="global">math</span>.sin)
<span class="global">print</span>(<span class="global">table</span>.concat(r,<span class="string">','</span>))
<span class="comment">-- => {5,4,3,1,2}</span>
</pre>
<p>The transform function can also be a string name property.</p>
<pre>
<span class="keyword">local</span> people ={
{name = <span class="string">'albert'</span>, age = <span class="number">40</span>},
{name = <span class="string">'louis'</span>, age = <span class="number">55</span>},
{name = <span class="string">'steve'</span>, age = <span class="number">35</span>},
{name = <span class="string">'henry'</span>, age = <span class="number">19</span>},
}
<span class="keyword">local</span> r = _.sortBy(people, <span class="string">'age'</span>)
_.each(r, <span class="keyword">function</span>(__,v) <span class="global">print</span>(v.age, v.name) <span class="keyword">end</span>)
<span class="comment">-- => 19 henry
</span><span class="comment">-- => 35 steve
</span><span class="comment">-- => 40 albert
</span><span class="comment">-- => 55 louis</span>
</pre>
<p>As seen above, the defaut comparison function is the ‘<’ operator. For example, let us supply a different one to sort
the list of people by decreasing age order :</p>
<pre>
<span class="keyword">local</span> people ={
{name = <span class="string">'albert'</span>, age = <span class="number">40</span>},
{name = <span class="string">'louis'</span>, age = <span class="number">55</span>},
{name = <span class="string">'steve'</span>, age = <span class="number">35</span>},
{name = <span class="string">'henry'</span>, age = <span class="number">19</span>},
}
<span class="keyword">local</span> r = _.sortBy(people, <span class="string">'age'</span>, <span class="keyword">function</span>(a,b) <span class="keyword">return</span> a > b <span class="keyword">end</span>)
_.each(r, <span class="keyword">function</span>(__,v) <span class="global">print</span>(v.age, v.name) <span class="keyword">end</span>)
<span class="comment">-- => 55 louis
</span><span class="comment">-- => 40 albert
</span><span class="comment">-- => 35 steve
</span><span class="comment">-- => 19 henry</span>
</pre>
<p>The <code>transform</code> function defaults to <code>_.indentity</code> and in that case, <code>_.sortBy</code> behaves like <code>_.sort</code>.</p>
<pre>
<span class="keyword">local</span> r = _.sortBy({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>})
<span class="global">print</span>(<span class="global">table</span>.concat(r,<span class="string">','</span>))
<span class="comment">-- => {1,2,3,4,5}</span>
</pre>
<h3>groupBy (t, iter, …)</h3>
<p>Groups values in a collection depending on their return value when passed to a predicate test.</p>
<pre>
_.groupBy({<span class="number">0</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>},<span class="keyword">function</span>(i,value)
<span class="keyword">return</span> value%<span class="number">2</span>==<span class="number">0</span> <span class="keyword">and</span> <span class="string">'even'</span> <span class="keyword">or</span> <span class="string">'odd'</span>
<span class="keyword">end</span>) <span class="comment">-- => "{odd = {1,3,5}, even = {0,2,4,6}}"
</span>
_.groupBy({<span class="number">0</span>,<span class="string">'a'</span>,<span class="keyword">true</span>, <span class="keyword">false</span>,<span class="keyword">nil</span>,b,<span class="number">0.5</span>},<span class="keyword">function</span>(i,value)
<span class="keyword">return</span> <span class="global">type</span>(value)
<span class="keyword">end</span>) <span class="comment">-- => "{number = {0,0.5}, string = {'a'}, boolean = {true, false}}" </span>
</pre>
<h3>countBy (t, iter, …)</h3>
<p>Splits a table in subsets and provide the count for each subset.</p>
<pre>
_.countBy({<span class="number">0</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>},<span class="keyword">function</span>(i,value)
<span class="keyword">return</span> value%<span class="number">2</span>==<span class="number">0</span> <span class="keyword">and</span> <span class="string">'even'</span> <span class="keyword">or</span> <span class="string">'odd'</span>
<span class="keyword">end</span>) <span class="comment">-- => "{odd = 3, even = 4}"</span>
</pre>
<h3>size (…)</h3>
<p>When given a table, provides the count for the very number of values in that table.</p>
<pre>
_.size {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>} <span class="comment">-- => 3
</span>_.size {one = <span class="number">1</span>, two = <span class="number">2</span>} <span class="comment">-- => 2</span>
</pre>
<p>When given a vararg list of argument, returns the count of these arguments.</p>
<pre>
_.size(<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => 3
</span>_.size(<span class="string">'a'</span>,<span class="string">'b'</span>,{}, <span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => 4</span>
</pre>
<h3>containsKeys (t, other)</h3>
<p>Checks whether a table has all the keys existing in another table.</p>
<pre>
_.contains({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => true
</span>_.contains({<span class="number">1</span>,<span class="number">2</span>,<span class="string">'d'</span>,<span class="string">'b'</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">5</span>}) <span class="comment">-- => true
</span>_.contains({x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>},{x = <span class="number">1</span>, y = <span class="number">2</span>}) <span class="comment">-- => true</span>
</pre>
<h3>sameKeys (tA, tB)</h3>
<p>Checks whether both tables features the same keys:</p>
<pre>
_.sameKeys({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => false
</span>_.sameKeys({<span class="number">1</span>,<span class="number">2</span>,<span class="string">'d'</span>,<span class="string">'b'</span>},{<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">5</span>}) <span class="comment">-- => true
</span>_.sameKeys({x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>},{x = <span class="number">1</span>, y = <span class="number">2</span>}) <span class="comment">-- => false</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__array__Array_functions__a_"></a></p>
<h2><a name='array'>Array functions</a></h2>
<h3>sample (array, n, seed)</h3>
<p>Samples <code>n</code> values from array.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">20</span>)
<span class="keyword">local</span> sample = _.sample(array, <span class="number">3</span>)
<span class="global">print</span>(<span class="global">table</span>.concat(sample,<span class="string">','</span>))
<span class="comment">-- => {12,11,15}</span>
</pre>
<p><code>n</code> defaults to 1. In that case, a single value will be returned.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">20</span>)
<span class="keyword">local</span> sample = _.sample(array)
<span class="global">print</span>(sample)
<span class="comment">-- => 12</span>
</pre>
<p>An optional 3rd argument <code>seed</code> can be passed for deterministic random sampling.</p>
<h3>sampleProb (array, prob, seed)</h3>
<p>Returns an array of values randomly selected from a given array.
In case <code>seed</code> is provided, it is used for deterministic sampling.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">20</span>)
<span class="keyword">local</span> sample = _.sampleProb(array, <span class="number">0.2</span>)
<span class="global">print</span>(<span class="global">table</span>.concat(sample,<span class="string">','</span>))
<span class="comment">-- => 5,11,12,15
</span>
sample = _.sampleProb(array, <span class="number">0.2</span>, <span class="global">os</span>.time())
<span class="global">print</span>(<span class="global">table</span>.concat(sample,<span class="string">','</span>))
<span class="comment">-- => 1,6,10,12,15,20 (or similar)</span>
</pre>
<h3>toArray (…)</h3>
<p>Converts a vararg list of arguments to an array.</p>
<pre>
_.toArray(<span class="number">1</span>,<span class="number">2</span>,<span class="number">8</span>,<span class="string">'d'</span>,<span class="string">'a'</span>,<span class="number">0</span>) <span class="comment">-- => "{1,2,8,'d','a',0}"</span>
</pre>
<h3>find (array, value, from)</h3>
<p>Looks for a value in a given array and returns the position of the first occurence.</p>
<pre>
_.find({{<span class="number">4</span>},{<span class="number">3</span>},{<span class="number">2</span>},{<span class="number">1</span>}},{<span class="number">3</span>}) <span class="comment">-- => 2</span>
</pre>
<p>It can also start the search at a specific position in the array:</p>
<pre>
<span class="comment">-- search value 4 starting from index 3
</span>_.find({<span class="number">1</span>,<span class="number">4</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>},<span class="number">4</span>,<span class="number">3</span>) <span class="comment">-- => 5</span>
</pre>
<h3>reverse (array)</h3>
<p>Reverses an array.</p>
<pre>
_.reverse({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="string">'d'</span>}) <span class="comment">-- => "{'d',3,2,1}"</span>
</pre>
<h3>fill (array, value, i, j)</h3>
<p>Replaces all elements in a given array with a given value.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array, <span class="number">0</span>) <span class="comment">-- => {0,0,0,0,0}</span>
</pre>
<p>It can start replacing value at a specific index.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array,<span class="number">0</span>,<span class="number">3</span>) <span class="comment">-- => {1,2,0,0,0}</span>
</pre>
<p>It can replace only values within a specific range.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array,<span class="number">0</span>,<span class="number">2</span>,<span class="number">4</span>) <span class="comment">-- => {1,0,0,0,5}</span>
</pre>
<p>In case the upper bound index i greather than the array size, it will enlarge the array.</p>
<pre>
<span class="keyword">local</span> array = _.range(<span class="number">1</span>,<span class="number">5</span>)
_.fill(array,<span class="number">0</span>,<span class="number">5</span>,<span class="number">10</span>) <span class="comment">-- => {1,2,3,4,0,0,0,0,0,0}</span>
</pre>
<h3>selectWhile (array, f, …</h3>
<p><em>Aliases: <code>_.takeWhile</code></em>.</p>
<p>Collects values as long as they pass a given test. Stops on the first non-passing test.</p>
<pre>
_.selectWhile({<span class="number">2</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">8</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span>
<span class="keyword">end</span>) <span class="comment">-- => "{2,4}"</span>
</pre>
<h3>dropWhile (array, f, …</h3>
<p><em>Aliases: <code>_.rejectWhile</code></em>.</p>
<p>Removes values as long as they pass a given test. Stops on the first non-passing test.</p>
<pre>
_.dropWhile({<span class="number">2</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">8</span>}, <span class="keyword">function</span>(i,v)
<span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span>
<span class="keyword">end</span>) <span class="comment">-- => "{5,8}"</span>
</pre>
<h3>sortedIndex (array, value, comp, sort)</h3>
<p>Returns the index at which a value should be inserted to preserve order.</p>
<pre>
_.sortedIndex({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="number">4</span>) <span class="comment">-- => 4</span>
</pre>
<p>Can take a custom comparison functions.</p>
<pre>
<span class="keyword">local</span> comp = <span class="keyword">function</span>(a,b) <span class="keyword">return</span> a<b <span class="keyword">end</span>
_.sortedIndex({-<span class="number">5</span>,<span class="number">0</span>,<span class="number">4</span>,<span class="number">4</span>},<span class="number">3</span>,comp) <span class="comment">-- => 3</span>
</pre>
<h3>indexOf (array, value)</h3>
<p>Returns the index of a value in an array.</p>
<pre>
_.indexOf({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="number">2</span>) <span class="comment">-- => 2</span>
</pre>
<h3>lastIndexOf (array, value)</h3>
<p>Returns the index of the last occurence of a given value in an array.</p>
<pre>
_.lastIndexOf({<span class="number">1</span>,<span class="number">2</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="number">2</span>) <span class="comment">-- => 3</span>
</pre>
<h3>findIndex (array, predicate, …)</h3>
<p>Returns the first index at which a predicate passes a truth test.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">local</span> <span class="keyword">function</span> multipleOf3(__,v) <span class="keyword">return</span> v%<span class="number">3</span>==<span class="number">0</span> <span class="keyword">end</span>
_.findIndex(array, multipleOf3) <span class="comment">-- => 3</span>
</pre>
<h3>findLastIndex (array, predicate, …)</h3>
<p>Returns the last index at which a predicate passes a truth test.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">local</span> <span class="keyword">function</span> multipleOf3(__,v) <span class="keyword">return</span> v%<span class="number">3</span>==<span class="number">0</span> <span class="keyword">end</span>
_.findLastIndex(array, multipleOf3) <span class="comment">-- => 6</span>
</pre>
<h3>addTop (array, …)</h3>
<p>Adds given values at the top of an array. The latter values bubbles at the top.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>}
_.addTop(array,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>) <span class="comment">-- => "{4,3,2,1,1}"</span>
</pre>
<h3>push (array, …)</h3>
<p>Adds given values at the end of an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>}
_.push(array,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>) <span class="comment">-- => "{1,1,2,3,4}"</span>
</pre>
<h3>pop (array, n)</h3>
<p><em>Aliases: <code>_.shift</code></em>.</p>
<p>Removes and returns the first value in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> pop = _.pop(array) <span class="comment">-- => "pop = 1", "array = {2,3}"</span>
</pre>
<h3>unshift (array, n)</h3>
<p>Removes and returns the last value in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> value = _.unshift(array) <span class="comment">-- => "value = 3", "array = {1,2}"</span>
</pre>
<h3>pull (array, …)</h3>
<p><em>Aliases: <code>_.remove</code></em>.</p>
<p>Removes all provided values from a given array.</p>
<pre>
_.pull({<span class="number">1</span>,<span class="number">2</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">3</span>},<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => "{4}"</span>
</pre>
<h3>removeRange (array, start, finish)</h3>
<p><em>Aliases: <code>_.rmRange</code>, <code>_.chop</code></em>.</p>
<p>Trims out all values index within a range.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.removeRange(array, <span class="number">3</span>,<span class="number">8</span>) <span class="comment">-- => "{1,2,9}"</span>
</pre>
<h3>chunk (array, f, …)</h3>
<p>Iterates over an array aggregating consecutive values in subsets tables, on the basis of the return
value of <code>f(key,value,…)</code>. Consecutive elements which return the same value are aggregated together.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">4</span>}
_.chunk(t, <span class="keyword">function</span>(k,v) <span class="keyword">return</span> v%<span class="number">2</span>==<span class="number">0</span> <span class="keyword">end</span>) <span class="comment">-- => "{{1,1},{2},{3,3},{4}}"</span>
</pre>
<h3>slice (array, start, finish)</h3>
<p><em>Aliases: <code>_.sub</code></em>.</p>
<p>Slices and returns a part of an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.slice(array, <span class="number">3</span>,<span class="number">6</span>) <span class="comment">-- => "{3,4,5,6}"</span>
</pre>
<h3>first (array, n)</h3>
<p><em>Aliases: <code>_.head</code>, <code>_.take</code></em>.</p>
<p>Returns the first N elements in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.first(array,<span class="number">3</span>) <span class="comment">-- => "{1,2,3}"</span>
</pre>
<h3>initial (array, n)</h3>
<p>Excludes the last N elements in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.initial(array,<span class="number">5</span>) <span class="comment">-- => "{1,2,3,4}"</span>
</pre>
<h3>last (array, n)</h3>
<p><em>Aliases: <code>_.skip</code></em>.</p>
<p>Returns the last N elements in an array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.last(array,<span class="number">3</span>) <span class="comment">-- => "{7,8,9}"</span>
</pre>
<h3>rest (array, index)</h3>
<p><em>Aliases: <code>_.tail</code></em>.</p>
<p>Trims out all values indexed before <em>index</em>.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>}
_.rest(array,<span class="number">6</span>) <span class="comment">-- => "{6,7,8,9}"</span>
</pre>
<h3>nth (array, index)</h3>
<p>Returns the value at <em>index</em>.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
_.nth(array,<span class="number">3</span>) <span class="comment">-- => "3"</span>
</pre>
<h3>compact (array)</h3>
<p>Trims out all falsy values.</p>
<pre>
_.compact {a,<span class="string">'aa'</span>,<span class="keyword">false</span>,<span class="string">'bb'</span>,<span class="keyword">true</span>} <span class="comment">-- => "{'aa','bb',true}"</span>
</pre>
<h3>flatten (array, shallow)</h3>
<p>Flattens a nested array.</p>
<pre>
_.flatten({<span class="number">1</span>,{<span class="number">2</span>,<span class="number">3</span>},{<span class="number">4</span>,<span class="number">5</span>,{<span class="number">6</span>,<span class="number">7</span>}}}) <span class="comment">-- => "{1,2,3,4,5,6,7}"</span>
</pre>
<p>When given arg “shallow”, flatten only at the first level.</p>
<pre>
_.flatten({<span class="number">1</span>,{<span class="number">2</span>},{{<span class="number">3</span>}}},<span class="keyword">true</span>) <span class="comment">-- => "{1,{2},{{3}}}"</span>
</pre>
<h3>difference (array, array2)</h3>
<p><em>Aliases: <code>_.without</code>, <code>_.diff</code></em>.</p>
<p>Returns values in the given array not present in a second array.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="string">'a'</span>,<span class="number">4</span>,<span class="number">5</span>}
_.difference(array,{<span class="number">1</span>,<span class="string">'a'</span>}) <span class="comment">-- => "{2,4,5}"</span>
</pre>
<h3>union (…)</h3>
<p>Produces a duplicate-free union of all passed-in arrays.</p>
<pre>
<span class="keyword">local</span> A = {<span class="string">'a'</span>}
<span class="keyword">local</span> B = {<span class="string">'a'</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> C = {<span class="number">2</span>,<span class="number">10</span>}
_.union(A,B,C) <span class="comment">-- => "{'a',1,2,3,10}"</span>
</pre>
<h3>intersection (array, …)</h3>
<p>Returns the intersection (common-part) of all passed-in arrays:</p>
<pre>
<span class="keyword">local</span> A = {<span class="string">'a'</span>}
<span class="keyword">local</span> B = {<span class="string">'a'</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> C = {<span class="number">2</span>,<span class="number">10</span>,<span class="number">1</span>,<span class="string">'a'</span>}
_.intersection(A,B,C) <span class="comment">-- => "{'a',2,1}"</span>
</pre>
<h3>symmetricDifference (array, array2)</h3>
<p><em>Aliases: <code>_.symdiff</code>,<code>_.xor</code></em>.</p>
<p>Returns values in the first array not present in the second and also values in the second array not present in the first one.</p>
<pre>
<span class="keyword">local</span> array = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> array2 = {<span class="number">1</span>,<span class="number">4</span>,<span class="number">5</span>}
_.symmetricDifference(array, array2) <span class="comment">-- => "{2,3,4,5}"</span>
</pre>
<h3>unique (array)</h3>
<p><em>Aliases: <code>_.uniq</code></em>.</p>
<p>Makes an array duplicate-free.</p>
<pre>
_.unique {<span class="number">1</span>,<span class="number">1</span>,<span class="number">2</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">4</span>,<span class="number">4</span>,<span class="number">5</span>} <span class="comment">-- => "{1,2,3,4,5}"</span>
</pre>
<h3>isunique (array)</h3>
<p><em>Aliases: <code>_.isuniq</code></em>.</p>
<p>Checks if a given array contains no duplicate value.</p>
<pre>
_.isunique({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>}) <span class="comment">-- => true
</span>_.isunique({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">4</span>}) <span class="comment">-- => false</span>
</pre>
<h3>zip (…)</h3>
<p><em>Aliases: <code>_.transpose</code></em>.</p>
<p>Zips values from different arrays, on the basis on their common keys.</p>
<pre>
<span class="keyword">local</span> names = {<span class="string">'Bob'</span>,<span class="string">'Alice'</span>,<span class="string">'James'</span>}
<span class="keyword">local</span> ages = {<span class="number">22</span>, <span class="number">23</span>}
_.zip(names,ages) <span class="comment">-- => "{{'Bob',22},{'Alice',23},{'James'}}"</span>
</pre>
<h3>append (array, other)</h3>
<p>Appends two arrays.</p>
<pre>
_.append({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},{<span class="string">'a'</span>,<span class="string">'b'</span>}) <span class="comment">-- => "{1,2,3,'a','b'}"</span>
</pre>
<h3>interleave (…)</h3>
<p>Interleaves values from passed-in arrays.</p>
<pre>
t1 = {<span class="number">1</span>, <span class="number">2</span>, <span class="number">3</span>}
t2 = {<span class="string">'a'</span>, <span class="string">'b'</span>, <span class="string">'c'</span>}
_.interleave(t1, t2) <span class="comment">-- => "{1,'a',2,'b',3,'c'}"</span>
</pre>
<h3>interpose (value, array)</h3>
<p>Interposes a value between consecutive values in an arrays.</p>
<pre>
_.interleave(<span class="string">'a'</span>, {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => "{1,'a',2,'a',3}"</span>
</pre>
<h3>range (…)</h3>
<p>Generates an arithmetic sequence.</p>
<pre>
_.range(<span class="number">1</span>,<span class="number">4</span>) <span class="comment">-- => "{1,2,3,4}"</span>
</pre>
<p>In case a single value is provided, it generates a sequence from 0 to that value.</p>
<pre>
_.range(<span class="number">3</span>) <span class="comment">-- => "{0,1,2,3}"</span>
</pre>
<p>The incremental step can also be provided as third argument.</p>
<pre>
_.range(<span class="number">0</span>,<span class="number">2</span>,<span class="number">0.7</span>) <span class="comment">-- => "{0,0.7,1.4}"</span>
</pre>
<h3>rep (value, n)</h3>
<p>Generates a list of n repetitions of a value.</p>
<pre>
_.rep(<span class="number">4</span>,<span class="number">3</span>) <span class="comment">-- => "{4,4,4}"</span>
</pre>
<h3>partition (array, n, pad)</h3>
<p><em>Aliases: <code>_.part</code></em>.</p>
<p>Returns an iterator function for partitions of a given array.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.partition(t,<span class="number">2</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p, <span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2
</span><span class="comment">-- => 3,4
</span><span class="comment">-- => 5,6
</span>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.partition(t,<span class="number">4</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p, <span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4
</span><span class="comment">-- => 5,6</span>
</pre>
<p>In case the last partition has less elements than desired, a 3rd argument can be supplied to adjust the partition size.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.partition(t,<span class="number">4</span>,<span class="number">0</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p, <span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4
</span><span class="comment">-- => 5,6,0,0</span>
</pre>
<h3>sliding (array, n, pad)</h3>
<p>Returns an iterator function which provides overlapping subsequences of a given array.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">3</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3
</span><span class="comment">-- => 3,4,5
</span><span class="comment">-- => 5,6,7
</span>
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">4</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4
</span><span class="comment">-- => 4,5,6,7
</span>
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">5</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4,5
</span><span class="comment">-- => 5,6,7</span>
</pre>
<p>In case the last subsequence wil not match the exact desired length, it can be adjusted with a 3rd argument <code>pad</code>.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.sliding(t,<span class="number">5</span>,<span class="number">0</span>) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p,<span class="string">','</span>))
<span class="keyword">end</span>
<span class="comment">-- => 1,2,3,4,5
</span><span class="comment">-- => 5,6,7,0,0</span>
</pre>
<h3>permutation (array)</h3>
<p><em>Aliases: <code>_.perm</code></em>.</p>
<p>Returns an iterator function for permutations of a given array.</p>
<pre>
t = {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}
<span class="keyword">for</span> p <span class="keyword">in</span> _.permutation(t) <span class="keyword">do</span>
<span class="global">print</span>(<span class="global">table</span>.concat(p))
<span class="keyword">end</span>
<span class="comment">-- => 'bca'
</span><span class="comment">-- => 'cba'
</span><span class="comment">-- => 'cab'
</span><span class="comment">-- => 'acb'
</span><span class="comment">-- => 'bac'
</span><span class="comment">-- => 'abc'</span>
</pre>
<h3>invert (array)</h3>
<p><em>Aliases: <code>_.mirror</code></em>.</p>
<p>Switches <tt>key-value</tt> pairs:</p>
<pre>
_.invert {<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>} <span class="comment">-- => "{a=1, b=2, c=3}"</span>
</pre>
<h3>concat (array, sep, i, j)</h3>
<p><em>Aliases: <code>_.join</code></em>.</p>
<p>Concatenates a given array values:</p>
<pre>
_.concat({<span class="string">'a'</span>,<span class="number">1</span>,<span class="number">0</span>,<span class="number">1</span>,<span class="string">'b'</span>}) <span class="comment">-- => 'a101b'</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__utility__Utility_functions__a_"></a></p>
<h2><a name='utility'>Utility functions</a></h2>
<h3>noop ()</h3>
<p>The no-operation function. Takes nothing, returns nothing. It is being used internally.</p>
<pre>
_.noop() <span class="comment">-- => nil</span>
</pre>
<h3>identity (value)</h3>
<p>Returns the passed-in value. <br/>
This function is internally used as a default transformation function.</p>
<pre>
_.identity(<span class="number">1</span>)<span class="comment">-- => 1
</span>_.identity(<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.identity(<span class="string">'hello!'</span>) <span class="comment">-- => 'hello!'</span>
</pre>
<h3>constant (value)</h3>
<p>Creates a constant function. This function will constinuously yield the same output.</p>
<pre>
<span class="keyword">local</span> pi = _.constant(<span class="global">math</span>.pi)
pi(<span class="number">1</span>) <span class="comment">-- => 3.1415926535898
</span>pi(<span class="number">2</span>) <span class="comment">-- => 3.1415926535898
</span>pi(<span class="global">math</span>.pi) <span class="comment">-- => 3.1415926535898</span>
</pre>
<h3>memoize (f, hash)</h3>
<p><em>Aliases: <code>_.cache</code></em>.</p>
<p>Memoizes a slow-running function. It caches the result for a specific input, so that the next time the function is called with the same input, it will lookup the result in its cache, instead of running again the function body.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> fibonacci(n)
<span class="keyword">return</span> n < <span class="number">2</span> <span class="keyword">and</span> n <span class="keyword">or</span> fibonacci(n-<span class="number">1</span>)+fibonacci(n-<span class="number">2</span>)
<span class="keyword">end</span>
<span class="keyword">local</span> mem_fibonacci = _.memoize(fibonacci)
fibonacci(<span class="number">20</span>) <span class="comment">-- => 6765 (but takes some time)
</span>mem_fibonacci(<span class="number">20</span>) <span class="comment">-- => 6765 (takes less time)</span>
</pre>
<h3>once (f)</h3>
<p>Produces a function that runs only once. Successive calls to this function will still yield the same input.</p>
<pre>
<span class="keyword">local</span> sq = _.once(<span class="keyword">function</span>(a) <span class="keyword">return</span> a*a <span class="keyword">end</span>)
sq(<span class="number">1</span>) <span class="comment">-- => 1
</span>sq(<span class="number">2</span>) <span class="comment">-- => 1
</span>sq(<span class="number">3</span>) <span class="comment">-- => 1
</span>sq(<span class="number">4</span>) <span class="comment">-- => 1
</span>sq(<span class="number">5</span>) <span class="comment">-- => 1</span>
</pre>
<h3>before (f, count)</h3>
<p>Returns a version of <code>f</code> that will run no more than <a href="../index.html#count">count</a> times. Next calls will keep yielding the results of the (n-th)-1 call.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> greet(someone) <span class="keyword">return</span> <span class="string">'hello '</span>..someone <span class="keyword">end</span>
<span class="keyword">local</span> greetOnly3people = _.before(greet, <span class="number">3</span>)
greetOnly3people(<span class="string">'John'</span>) <span class="comment">-- => 'hello John'
</span>greetOnly3people(<span class="string">'Moe'</span>) <span class="comment">-- => 'hello Moe'
</span>greetOnly3people(<span class="string">'James'</span>) <span class="comment">-- => 'hello James'
</span>greetOnly3people(<span class="string">'Joseph'</span>) <span class="comment">-- => 'hello James'
</span>greetOnly3people(<span class="string">'Allan'</span>) <span class="comment">-- => 'hello James'</span>
</pre>
<h3>after (f, count)</h3>
<p>Produces a function that will respond only after a given number of calls.</p>
<pre>
<span class="keyword">local</span> f = _.after(_.identity,<span class="number">3</span>)
f(<span class="number">1</span>) <span class="comment">-- => nil
</span>f(<span class="number">2</span>) <span class="comment">-- => nil
</span>f(<span class="number">3</span>) <span class="comment">-- => 3
</span>f(<span class="number">4</span>) <span class="comment">-- => 4</span>
</pre>
<h3>compose (…)</h3>
<p>Composes functions. Each function consumes the return value of the one that follows.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x) <span class="keyword">return</span> x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> g(x) <span class="keyword">return</span> x+<span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> h(x) <span class="keyword">return</span> x/<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> compositae = _.compose(f,g,h)
compositae(<span class="number">10</span>) <span class="comment">-- => 36
</span>compositae(<span class="number">20</span>) <span class="comment">-- => 121</span>
</pre>
<h3>pipe (value, …)</h3>
<p>Pipes a value through a series of functions.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x) <span class="keyword">return</span> x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> g(x) <span class="keyword">return</span> x+<span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> h(x) <span class="keyword">return</span> x/<span class="number">2</span> <span class="keyword">end</span>
_.pipe(<span class="number">10</span>,f,g,h) <span class="comment">-- => 36
</span>_.pipe(<span class="number">20</span>,f,g,h) <span class="comment">-- => 121</span>
</pre>
<h3>complement (f)</h3>
<p>Returns a function which returns the logical complement of a given function.</p>
<pre>
_.complement(<span class="keyword">function</span>() <span class="keyword">return</span> <span class="keyword">true</span> <span class="keyword">end</span>)() <span class="comment">-- => false</span>
</pre>
<h3>juxtapose (value, …)</h3>
<p><em>Aliases: <code>_.juxt</code></em>.</p>
<p>Calls a sequence of functions with the same input.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x) <span class="keyword">return</span> x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> g(x) <span class="keyword">return</span> x+<span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> h(x) <span class="keyword">return</span> x/<span class="number">2</span> <span class="keyword">end</span>
_.juxtapose(<span class="number">10</span>, f, g, h) <span class="comment">-- => 100, 11, 5</span>
</pre>
<h3>wrap (f, wrapper)</h3>
<p>Wraps a function inside a wrapper. Allows the wrapper to execute code before and after function run.</p>
<pre>
<span class="keyword">local</span> greet = <span class="keyword">function</span>(name) <span class="keyword">return</span> <span class="string">"hi: "</span> .. name <span class="keyword">end</span>
<span class="keyword">local</span> greet_backwards = _.wrap(greet, <span class="keyword">function</span>(f,arg)
<span class="keyword">return</span> f(arg) ..<span class="string">'\nhi: '</span> .. arg:reverse()
<span class="keyword">end</span>)
greet_backwards(<span class="string">'John'</span>)
<span class="comment">-- => hi: John
</span><span class="comment">-- => hi: nhoJ</span>
</pre>
<h3>times (n, iter, …)</h3>
<p>Calls a given function <code>n</code> times.</p>
<pre>
<span class="keyword">local</span> f = (<span class="string">'Lua programming'</span>):gmatch(<span class="string">'.'</span>)
_.times(<span class="number">3</span>,f) <span class="comment">-- => {'L','u','a'}</span>
</pre>
<h3>bind (f, v)</h3>
<p>Binds a value to be the first argument to a function.</p>
<pre>
<span class="keyword">local</span> sqrt2 = _.bind(<span class="global">math</span>.sqrt,<span class="number">2</span>)
sqrt2() <span class="comment">-- => 1.4142135623731</span>
</pre>
<h3>bind2 (f, v)</h3>
<p>Binds a value to be the second argument to a function.</p>
<pre>
<span class="keyword">local</span> last2 = _.bind(_.last,<span class="number">2</span>)
last2({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>}) <span class="comment">-- => {5,6}</span>
</pre>
<h3>bindn (f, …)</h3>
<p>Binds a variable number of values to be the first arguments to a function.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> out(...) <span class="keyword">return</span> <span class="global">table</span>.concat {...} <span class="keyword">end</span>
<span class="keyword">local</span> out = _.bindn(out,<span class="string">'OutPut'</span>,<span class="string">':'</span>,<span class="string">' '</span>)
out(<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => OutPut: 123
</span>out(<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => OutPut: abcd</span>
</pre>
<h3>bindAll (obj, …)</h3>
<p>Binds methods to object. As such, when calling any of these methods, they will receive object as a first argument.</p>
<pre>
<span class="keyword">local</span> window = {
setPos = <span class="keyword">function</span>(w,x,y) w.x, w.y = x, y <span class="keyword">end</span>,
setName = <span class="keyword">function</span>(w,name) w.name = name <span class="keyword">end</span>,
getName = <span class="keyword">function</span>(w) <span class="keyword">return</span> w.name <span class="keyword">end</span>,
}
window = _.bindAll(window, <span class="string">'setPos'</span>, <span class="string">'setName'</span>, <span class="string">'getName'</span>)
window.setPos(<span class="number">10</span>,<span class="number">15</span>)
<span class="global">print</span>(window.x, window.y) <span class="comment">-- => 10,15
</span>
window.setName(<span class="string">'fooApp'</span>)
<span class="global">print</span>(window.name) <span class="comment">-- => 'fooApp'
</span>
<span class="global">print</span>(window.getName()) <span class="comment">-- => 'fooApp'</span>
</pre>
<h3>uniqueId (template, …)</h3>
<p><em>Aliases: <code>_.uid</code></em>.</p>
<p>Returns an unique integer ID.</p>
<pre>
_.uniqueId() <span class="comment">-- => 1</span>
</pre>
<p>Can handle string templates for formatted output.</p>
<pre>
_.uniqueId(<span class="string">'ID%s'</span>) <span class="comment">-- => 'ID2'</span>
</pre>
<p>Or a function, for the same purpose.</p>
<pre>
<span class="keyword">local</span> formatter = <span class="keyword">function</span>(ID) <span class="keyword">return</span> <span class="string">'$'</span>..ID..<span class="string">'$'</span> <span class="keyword">end</span>
_.uniqueId(formatter) <span class="comment">-- => '$ID1$'</span>
</pre>
<h3>iterator(f, x)</h3>
<p><em>Aliases: <code>_.iter</code></em>.</p>
<p>Returns an iterator function which constinuously applies a function <code>f</code> onto an input <code>x</code>.
For example, let us go through the powers of two.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> po2(x) <span class="keyword">return</span> x*<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> iter_po2 = _.iterator(po2, <span class="number">1</span>)
iter_po2() <span class="comment">-- => 2
</span>iter_po2() <span class="comment">-- => 4
</span>iter_po2() <span class="comment">-- => 8</span>
</pre>
<h3>array (…)</h3>
<p>Iterates a given iterator function and returns its values packed in an array.</p>
<pre>
<span class="keyword">local</span> text = <span class="string">'letters'</span>
<span class="keyword">local</span> chars = <span class="global">string</span>.gmatch(text, <span class="string">'.'</span>)
<span class="keyword">local</span> letters = _.array(chars) <span class="comment">-- => {'l','e','t','t','e','r','s'}</span>
</pre>
<h3>flip (f)</h3>
<p>Creates a function of <code>f</code> with arguments flipped in reverse order.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(...) <span class="keyword">return</span> <span class="global">table</span>.concat({...}) <span class="keyword">end</span>
<span class="keyword">local</span> flipped = _.flip(f)
flipped(<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>) <span class="comment">-- => 'cba'</span>
</pre>
<h3>over (…)</h3>
<p>Creates a function that invokes a set of transforms with the arguments it receives.<br/>
One can use use for example to get the tuple of min and max values from a set of values</p>
<pre>
<span class="keyword">local</span> minmax = _.over(<span class="global">math</span>.min, <span class="global">math</span>.max)
minmax(<span class="number">5</span>,<span class="number">10</span>,<span class="number">12</span>,<span class="number">4</span>,<span class="number">3</span>) <span class="comment">-- => {3,12}</span>
</pre>
<h3>overEvery (…)</h3>
<p>Creates a validation function. The returned function checks if all of the given predicates return truthy when invoked with the arguments it receives.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> alleven(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v%<span class="number">2</span>~=<span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> allpositive(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v < <span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> allok = _.overEvery(alleven, allpositive)
allok(<span class="number">2</span>,<span class="number">4</span>,-<span class="number">1</span>,<span class="number">8</span>) <span class="comment">-- => false
</span>allok(<span class="number">10</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">6</span>) <span class="comment">-- => false
</span>allok(<span class="number">8</span>,<span class="number">4</span>,<span class="number">6</span>,<span class="number">10</span>) <span class="comment">-- => true</span>
</pre>
<h3>overSome (…)</h3>
<p>Creates a validation function. The returned function checks if any of the given predicates return truthy when invoked with the arguments it receives.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> alleven(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v%<span class="number">2</span>~=<span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> allpositive(...)
<span class="keyword">for</span> i, v <span class="keyword">in</span> <span class="global">ipairs</span>({...}) <span class="keyword">do</span>
<span class="keyword">if</span> v < <span class="number">0</span> <span class="keyword">then</span> <span class="keyword">return</span> <span class="keyword">false</span> <span class="keyword">end</span>
<span class="keyword">end</span>
<span class="keyword">return</span> <span class="keyword">true</span>
<span class="keyword">end</span>
<span class="keyword">local</span> anyok = _.overSome(alleven,allpositive)
anyok(<span class="number">2</span>,<span class="number">4</span>,-<span class="number">1</span>,<span class="number">8</span>) <span class="comment">-- => false
</span>anyok(<span class="number">10</span>,<span class="number">3</span>,<span class="number">2</span>,<span class="number">6</span>) <span class="comment">-- => true
</span>anyok(-<span class="number">1</span>,-<span class="number">5</span>,-<span class="number">3</span>) <span class="comment">-- => false</span>
</pre>
<h3>overArgs (f, …)</h3>
<p>Creates a function that invokes <code>f</code> with its arguments transformed</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x, y) <span class="keyword">return</span> x, y <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> triple(x) retun x*<span class="number">3</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> square(x) retun x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> new_f = _.overArgs(f, triple, square)
new_f(<span class="number">1</span>,<span class="number">2</span>) <span class="comment">-- => 3, 4
</span>new_f(<span class="number">10</span>,<span class="number">10</span>) <span class="comment">-- => 30, 100</span>
</pre>
<p>In case the number of arguments is greater than the number of transforms, the remaining args will be left as-is.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> f(x, y, z) <span class="keyword">return</span> x, y, z <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> triple(x) retun x*<span class="number">3</span> <span class="keyword">end</span>
<span class="keyword">local</span> <span class="keyword">function</span> square(x) retun x^<span class="number">2</span> <span class="keyword">end</span>
<span class="keyword">local</span> new_f = _.overArgs(f, triple, square)
new_f(<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>) <span class="comment">-- => 3, 4, 3
</span>new_f(<span class="number">10</span>,<span class="number">10</span>,<span class="number">10</span>) <span class="comment">-- => 30, 100, 10</span>
</pre>
<h3>partial (f, …)</h3>
<p>Partially apply a function by filling in any number of its arguments. </p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> diff(a, b) <span class="keyword">return</span> a - b <span class="keyword">end</span>
<span class="keyword">local</span> diffFrom20 = _.partial(diff, <span class="number">20</span>) <span class="comment">-- arg 'a' will be 20 by default
</span>diffFrom20(<span class="number">5</span>) <span class="comment">-- => 15</span>
</pre>
<p>The string <code>'_'</code> can be used as a placeholder in the list of arguments to specify an argument that should not be pre-filled, but is rather left open to be supplied at call-time.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> diff(a, b) <span class="keyword">return</span> a - b <span class="keyword">end</span>
<span class="keyword">local</span> remove5 = _.partial(diff, <span class="string">'_'</span>, <span class="number">5</span>) <span class="comment">-- arg 'a' will be given at call-time, but 'b' is set to 5
</span>remove5(<span class="number">20</span>) <span class="comment">-- => 15</span>
</pre>
<h3>partialRight (f, …)</h3>
<p>Like <code>_.partial</code>, it partially applies a function by filling in any number of its arguments, but from the right.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> concat(...) <span class="keyword">return</span> <span class="global">table</span>.concat({...},<span class="string">','</span>) <span class="keyword">end</span>
<span class="keyword">local</span> concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>)
concat_right(<span class="string">'d'</span>) <span class="comment">-- => d,a,b,c
</span>
concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'b'</span>)
concat_right(<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => c,d,a,b
</span>
concat_right = _.partialRight(concat,<span class="string">'a'</span>)
concat_right(<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => b,c,d,a</span>
</pre>
<p>The string <code>'_'</code>, as always, can be used as a placeholder in the list of arguments to specify an argument that should not be pre-filled, but is rather left open to be supplied at call-time.
In that case, the first args supplied at runtime will be used to fill the initial list of args while the remaining will be prepended.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> concat(...) <span class="keyword">return</span> <span class="global">table</span>.concat({...},<span class="string">','</span>) <span class="keyword">end</span>
<span class="keyword">local</span> concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'_'</span>,<span class="string">'c'</span>)
concat_right(<span class="string">'d'</span>,<span class="string">'b'</span>) <span class="comment">-- => b,a,d,c
</span>
concat_right = _.partialRight(concat,<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'_'</span>)
concat_right(<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => d,a,b,c
</span>
concat_right = _.partialRight(concat,<span class="string">'_'</span>,<span class="string">'a'</span>)
concat_right(<span class="string">'b'</span>,<span class="string">'c'</span>,<span class="string">'d'</span>) <span class="comment">-- => c,d,b,a</span>
</pre>
<h3>curry (f, n_args)</h3>
<p>Curries a function. If the given function <code>f</code> takes multiple arguments, it returns another version of <code>f</code> that takes a single argument
(the first of the arguments to the original function) and returns a new function that takes the remainder of the arguments and returns the result.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> sumOf3args(x,y,z) <span class="keyword">return</span> x + y + z <span class="keyword">end</span>
<span class="keyword">local</span> curried_sumOf3args = _.curry(sumOf3args, <span class="number">3</span>)
sumOf3args(<span class="number">1</span>)(<span class="number">2</span>)(<span class="number">3</span>)) <span class="comment">-- => 6
</span>sumOf3args(<span class="number">0</span>)(<span class="number">6</span>)(<span class="number">9</span>)) <span class="comment">-- => 15</span>
</pre>
<p><code>n_args</code> defaults to 2.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> product(x,y) <span class="keyword">return</span> x * y <span class="keyword">end</span>
<span class="keyword">local</span> curried_product = _.curry(product)
curried_product(<span class="number">5</span>)(<span class="number">4</span>) <span class="comment">-- => 20
</span>curried_product(<span class="number">3</span>)(-<span class="number">5</span>) <span class="comment">-- => -15
</span>curried_product(<span class="number">0</span>)(<span class="number">1</span>) <span class="comment">-- => 0</span>
</pre>
<h3>time (f, …)</h3>
<p>Returns the execution time of <code>f (…)</code> in seconds and its results.</p>
<pre>
<span class="keyword">local</span> <span class="keyword">function</span> wait_count(n)
<span class="keyword">local</span> i = <span class="number">0</span>
<span class="keyword">while</span> i < n <span class="keyword">do</span> i = i + <span class="number">1</span> <span class="keyword">end</span>
<span class="keyword">return</span> i
<span class="keyword">end</span>
<span class="keyword">local</span> time, i = _.time(wait_count, <span class="number">1e6</span>) <span class="comment">-- => 0.002 1000000
</span><span class="keyword">local</span> time, i = _.time(wait_count, <span class="number">1e7</span>) <span class="comment">-- => 0.018 10000000</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__object__Object_functions__a_"></a></p>
<h2><a name='object'>Object functions</a></h2>
<h3>keys (obj)</h3>
<p>Collects the names of an object attributes.</p>
<pre>
_.keys({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => "{1,2,3}"
</span>_.keys({x = <span class="number">0</span>, y = <span class="number">1</span>}) <span class="comment">-- => "{'y','x'}"</span>
</pre>
<h3>values (obj)</h3>
<p>Collects the values of an object attributes.</p>
<pre>
_.values({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => "{1,2,3}"
</span>_.values({x = <span class="number">0</span>, y = <span class="number">1</span>}) <span class="comment">-- => "{1,0}"</span>
</pre>
<h3>kvpairs (obj)</h3>
<p>Converts an object to an array-list of key-value pairs.</p>
<pre>
<span class="keyword">local</span> obj = {x = <span class="number">1</span>, y = <span class="number">2</span>, z = <span class="number">3</span>}
_.each(_.kvpairs(obj), <span class="keyword">function</span>(k,v)
<span class="global">print</span>(k, <span class="global">table</span>.concat(v,<span class="string">','</span>))
<span class="keyword">end</span>)
<span class="comment">-- => 1 y,2
</span><span class="comment">-- => 2 x,1
</span><span class="comment">-- => 3 z,3</span>
</pre>
<h3>toObj</h3>
<p>Converts an array list of <a href="../index.html#kvpairs">kvpairs</a> to an object where keys are taken from the 1rst column in the <a href="../index.html#kvpairs">kvpairs</a> sequence, associated with values in the 2nd column.</p>
<pre>
<span class="keyword">local</span> list_pairs = {{<span class="string">'x'</span>,<span class="number">1</span>},{<span class="string">'y'</span>,<span class="number">2</span>},{<span class="string">'z'</span>,<span class="number">3</span>}}
obj = _.toObj(list_pairs)
<span class="comment">-- => {x = 1, y = 2, z = 3}</span>
</pre>
<h3>property (key)</h3>
<p>Returns a function that will return the key property of any passed-in object.</p>
<pre>
<span class="keyword">local</span> who = _.property(<span class="string">'name'</span>)
<span class="keyword">local</span> people = {name = <span class="string">'Henry'</span>}
who(people) <span class="comment">-- => 'Henry'</span>
</pre>
<h3>propertyOf (obj)</h3>
<p>Returns a function that will return the key property of any passed-in object.</p>
<pre>
<span class="keyword">local</span> people = {name = <span class="string">'Henry'</span>}
<span class="global">print</span>(_.propertyOf(people)(<span class="string">'name'</span>)) <span class="comment">-- => 'Henry'</span>
</pre>
<h3>toBoolean (value)</h3>
<p>Converts a given value to a boolean.</p>
<pre>
_.toBoolean(<span class="keyword">true</span>) <span class="comment">-- => true
</span>_.toBoolean(<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.toBoolean(<span class="keyword">nil</span>) <span class="comment">-- => false
</span>_.toBoolean({}) <span class="comment">-- => true
</span>_.toBoolean(<span class="number">1</span>) <span class="comment">-- => true</span>
</pre>
<h3>extend (destObj, …)</h3>
<p>Extends a destination object with the properties of some source objects.</p>
<pre>
_.extend({},{a = <span class="string">'b'</span>, c = <span class="string">'d'</span>}) <span class="comment">-- => "{a = 'b', c = 'd'}"</span>
</pre>
<h3>functions (obj, recurseMt)</h3>
<p><em>Aliases: <code>_.methods</code></em>.</p>
<p>Returns all functions names within an object.</p>
<pre>
_.functions(<span class="global">coroutine</span>) <span class="comment">-- => "{'create','resume','running','status','wrap','yield'}"</span>
</pre>
<h3>clone (obj, shallow)</h3>
<p>Clones a given object.</p>
<pre>
<span class="keyword">local</span> obj = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="keyword">local</span> obj2 = _.clone(obj)
<span class="global">print</span>(obj2 == obj) <span class="comment">-- => false
</span><span class="global">print</span>(_.isEqual(obj2, obj)) <span class="comment">-- => true</span>
</pre>
<h3>tap (obj, f, …)</h3>
<p>Invokes a given interceptor function on some object, and then returns the object itself. Useful to tap into method chaining to hook intermediate results.
The pased-interceptor is prototyped as <code>f(obj,…)</code>.</p>
<pre>
<span class="keyword">local</span> v = _.chain({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>,<span class="number">6</span>,<span class="number">7</span>,<span class="number">8</span>,<span class="number">9</span>,<span class="number">10</span>)
:filter(<span class="keyword">function</span>(k,v) <span class="keyword">return</span> v%<span class="number">2</span>~=<span class="number">0</span> <span class="keyword">end</span>) <span class="comment">-- filters even values
</span> :tap(<span class="keyword">function</span>(v) <span class="global">print</span>(<span class="string">'Max is'</span>, _.max(v) <span class="keyword">end</span>) <span class="comment">-- Tap max values
</span> :map(<span class="keyword">function</span>(k,v) <span class="keyword">return</span> k^<span class="number">2</span>)
:value() <span class="comment">-- => Max is 9</span>
</pre>
<h3>has (obj, key)</h3>
<p>Checks if an object has a given attribute.</p>
<pre>
_.has(_,<span class="string">'has'</span>) <span class="comment">-- => true
</span>_.has(<span class="global">coroutine</span>,<span class="string">'resume'</span>) <span class="comment">-- => true
</span>_.has(<span class="global">math</span>,<span class="string">'random'</span>) <span class="comment">-- => true</span>
</pre>
<h3>pick (obj, …)</h3>
<p><em>Aliases: <code>_.choose</code></em>.</p>
<p>Collects whilelisted properties of a given object.</p>
<pre>
<span class="keyword">local</span> object = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
_.pick(object,<span class="string">'a'</span>,<span class="string">'c'</span>) <span class="comment">-- => "{a = 1, c = 3}"</span>
</pre>
<h3>omit (obj, …)</h3>
<p><em>Aliases: <code>_.drop</code></em>.</p>
<p>Omits blacklisted properties of a given object.</p>
<pre>
<span class="keyword">local</span> object = {a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}
_.omit(object,<span class="string">'a'</span>,<span class="string">'c'</span>) <span class="comment">-- => "{b = 2}"</span>
</pre>
<h3>template (obj, template)</h3>
<p><em>Aliases: <code>_.defaults</code></em>.</p>
<p>Applies a template on an object, preserving existing properties.</p>
<pre>
<span class="keyword">local</span> obj = {a = <span class="number">0</span>}
_.template(obj,{a = <span class="number">1</span>, b = <span class="number">2</span>, c = <span class="number">3</span>}) <span class="comment">-- => "{a=0, c=3, b=2}"</span>
</pre>
<h3>isEqual (objA, objB, useMt)</h3>
<p><em>Aliases: <code>_.compare</code></em>.</p>
<p>Compares objects:</p>
<pre>
_.isEqual(<span class="number">1</span>,<span class="number">1</span>) <span class="comment">-- => true
</span>_.isEqual(<span class="keyword">true</span>,<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.isEqual(<span class="number">3.14</span>,<span class="global">math</span>.pi) <span class="comment">-- => false
</span>_.isEqual({<span class="number">3</span>,<span class="number">4</span>,<span class="number">5</span>},{<span class="number">3</span>,<span class="number">4</span>,{<span class="number">5</span>}}) <span class="comment">-- => false</span>
</pre>
<h3>result (obj, method, …)</h3>
<p>Calls an object method, passing it as a first argument the object itself.</p>
<pre>
_.result(<span class="string">'abc'</span>,<span class="string">'len'</span>) <span class="comment">-- => 3
</span>_.result({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>},<span class="global">table</span>.concat) <span class="comment">-- => 'abc'</span>
</pre>
<h3>isTable (t)</h3>
<p>Is the given argument an object (i.e a table) ?</p>
<pre>
_.isTable({}) <span class="comment">-- => true
</span>_.isTable(<span class="global">math</span>) <span class="comment">-- => true
</span>_.isTable(<span class="global">string</span>) <span class="comment">-- => true</span>
</pre>
<h3>isCallable (obj)</h3>
<p>Is the given argument callable ?</p>
<pre>
_.isCallable(<span class="global">print</span>) <span class="comment">-- => true
</span>_.isCallable(<span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => true
</span>_.isCallable(<span class="global">setmetatable</span>({},{__index = <span class="global">string</span>}).upper) <span class="comment">-- => true
</span>_.isCallable(<span class="global">setmetatable</span>({},{__call = <span class="keyword">function</span>() <span class="keyword">return</span> <span class="keyword">end</span>})) <span class="comment">-- => true</span>
</pre>
<h3>isArray (obj)</h3>
<p>Is the given argument an array (i.e. a sequence) ?</p>
<pre>
_.isArray({}) <span class="comment">-- => true
</span>_.isArray({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}) <span class="comment">-- => true
</span>_.isArray({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}) <span class="comment">-- => true</span>
</pre>
<h3>isIterable (obj)</h3>
<p>Checks if the given object is iterable with <a href="https://www.lua.org/manual/5.1/manual.html#pdf-pairs">pairs</a>.</p>
<pre>
_.isIterable({}) <span class="comment">-- => true
</span>_.isIterable(<span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => false
</span>_.isIterable(<span class="keyword">false</span>) <span class="comment">-- => false
</span>_.isIterable(<span class="number">1</span>) <span class="comment">-- => false</span>
</pre>
<h3>isEmpty (obj)</h3>
<p>Is the given argument empty ?</p>
<pre>
_.isEmpty(<span class="string">''</span>) <span class="comment">-- => true
</span>_.isEmpty({}) <span class="comment">-- => true
</span>_.isEmpty({<span class="string">'a'</span>,<span class="string">'b'</span>,<span class="string">'c'</span>}) <span class="comment">-- => false</span>
</pre>
<h3>isString (obj)</h3>
<p>Is the given argument a string ?</p>
<pre>
_.isString(<span class="string">''</span>) <span class="comment">-- => true
</span>_.isString(<span class="string">'Hello'</span>) <span class="comment">-- => false
</span>_.isString({}) <span class="comment">-- => false</span>
</pre>
<h3>isFunction (obj)</h3>
<p>Is the given argument a function ?</p>
<pre>
_.isFunction(<span class="global">print</span>) <span class="comment">-- => true
</span>_.isFunction(<span class="keyword">function</span>() <span class="keyword">end</span>) <span class="comment">-- => true
</span>_.isFunction({}) <span class="comment">-- => false</span>
</pre>
<h3>isNil (obj)</h3>
<p>Is the given argument nil ?</p>
<pre>
_.isNil(<span class="keyword">nil</span>) <span class="comment">-- => true
</span>_.isNil() <span class="comment">-- => true
</span>_.isNil({}) <span class="comment">-- => false</span>
</pre>
<h3>isNumber (obj)</h3>
<p>Is the given argument a number ?</p>
<pre>
_.isNumber(<span class="global">math</span>.pi) <span class="comment">-- => true
</span>_.isNumber(<span class="global">math</span>.huge) <span class="comment">-- => true
</span>_.isNumber(<span class="number">0</span>/<span class="number">0</span>) <span class="comment">-- => true
</span>_.isNumber() <span class="comment">-- => false</span>
</pre>
<h3>isNaN (obj)</h3>
<p>Is the given argument NaN ?</p>
<pre>
_.isNaN(<span class="number">1</span>) <span class="comment">-- => false
</span>_.isNaN(<span class="number">0</span>/<span class="number">0</span>) <span class="comment">-- => true</span>
</pre>
<h3>isFinite (obj)</h3>
<p>Is the given argument a finite number ?</p>
<pre>
_.isFinite(<span class="number">99e99</span>) <span class="comment">-- => true
</span>_.isFinite(<span class="global">math</span>.pi) <span class="comment">-- => true
</span>_.isFinite(<span class="global">math</span>.huge) <span class="comment">-- => false
</span>_.isFinite(<span class="number">1</span>/<span class="number">0</span>) <span class="comment">-- => false
</span>_.isFinite(<span class="number">0</span>/<span class="number">0</span>) <span class="comment">-- => false</span>
</pre>
<h3>isBoolean (obj)</h3>
<p>Is the given argument a boolean ?</p>
<pre>
_.isBoolean(<span class="keyword">true</span>) <span class="comment">-- => true
</span>_.isBoolean(<span class="keyword">false</span>) <span class="comment">-- => true
</span>_.isBoolean(<span class="number">1</span>==<span class="number">1</span>) <span class="comment">-- => true
</span>_.isBoolean(<span class="global">print</span>) <span class="comment">-- => false</span>
</pre>
<h3>isInteger (obj)</h3>
<p>Is the given argument an integer ?</p>
<pre>
_.isInteger(<span class="global">math</span>.pi) <span class="comment">-- => false
</span>_.isInteger(<span class="number">1</span>) <span class="comment">-- => true
</span>_.isInteger(-<span class="number">1</span>) <span class="comment">-- => true</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__chaining__Chaining__a_"></a></p>
<h2><a name='chaining'>Chaining</a></h2>
<p><em>Method chaining</em> (also known as <em>name parameter idiom</em>), is a technique for invoking consecutively method calls in object-oriented style.
Each method returns an object, and methods calls are chained together.
Moses offers chaining for your perusal. <br/>
Let’s use chaining to get the count of evey single word in some lyrics (case won’t matter here).</p>
<pre>
<span class="keyword">local</span> lyrics = {
<span class="string">"I am a lumberjack and I am okay"</span>,
<span class="string">"I sleep all night and I work all day"</span>,
<span class="string">"He is a lumberjack and he is okay"</span>,
<span class="string">"He sleeps all night and he works all day"</span>
}
<span class="keyword">local</span> stats = _.chain(lyrics)
:map(<span class="keyword">function</span>(k,line)
<span class="keyword">local</span> t = {}
<span class="keyword">for</span> w <span class="keyword">in</span> line:gmatch(<span class="string">'(%w+)'</span>) <span class="keyword">do</span>
t[#t+<span class="number">1</span>] = w
<span class="keyword">end</span>
<span class="keyword">return</span> t
<span class="keyword">end</span>)
:flatten()
:countBy(<span class="keyword">function</span>(i,v) <span class="keyword">return</span> v:lower() <span class="keyword">end</span>)
:value()
<span class="comment">-- => "{
</span><span class="comment">-- => sleep = 1, night = 2, works = 1, am = 2, is = 2,
</span><span class="comment">-- => he = 2, and = 4, I = 4, he = 2, day = 2, a = 2,
</span><span class="comment">-- => work = 1, all = 4, okay = 2
</span><span class="comment">-- => }"</span>
</pre>
<p>For convenience, you can also use <code>_(value)</code> to start chaining methods, instead of <code>_.chain(value)</code>.</p>
<p>Note that one can use <code>:value()</code> to unwrap a chained object.</p>
<pre>
<span class="keyword">local</span> t = {<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>}
<span class="global">print</span>(_(t):value() == t) <span class="comment">-- => true</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong></p>
<p><a name="_a_name__import__Import__a_"></a></p>
<h2><a name='import'>Import</a></h2>
<p>All library functions can be imported in a context using <a href="../index.html#import">import</a> into a specified context.</p>
<pre>
<span class="keyword">local</span> context = {}
_.import(context)
context.each({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>When no <code>context</code> was provided, it defaults to the global environment <code>_G</code>.</p>
<pre>
_.import()
each({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p>Passing <code>noConflict</code> argument leaves untouched conflicting keys while importing into the context.</p>
<pre>
<span class="keyword">local</span> context = {each = <span class="number">1</span>}
_.import(context, <span class="keyword">true</span>)
<span class="global">print</span>(context.each) <span class="comment">-- => 1
</span>context.eachi({<span class="number">1</span>,<span class="number">2</span>,<span class="number">3</span>},<span class="global">print</span>)
<span class="comment">-- => 1 1
</span><span class="comment">-- => 2 2
</span><span class="comment">-- => 3 3</span>
</pre>
<p><strong><a href="#TOC">[⬆]</a></strong>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-04-27 15:26:55 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>
| LuaDist2/moses | doc/topics/tutorial.md.html | HTML | mit | 108,866 |
<!DOCTYPE html>
<html lang="{{ page.lang }}">
<head>
<title>{{ page.title }}</title>
<meta name="apple-mobile-web-app-title" content="CoderDojo Japan" />
<meta name="application-name" content="CoderDojo Japan" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="CoderDojoは小・中学生のためのプログラミング道場です。2011年にアイルランドで始まり、2015年4月現在では55カ国・550拠点で開催されています。" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter"
rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print">
<link rel="apple-touch-icon" sizes="57x57" href="/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
| coderdojo-japan/coderdojo-japan.github.io | _includes/header.html | HTML | mit | 2,484 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - TChannelForbidden.Id Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Attributes">Attributes</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/91F36E4A.html">AccessHash</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/2A014438.html">Broadcast</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/6A255722.html">Flags</a></li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/486B3223.html">Id</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/11BCC056.html">Megagroup</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/BB1C6402.html">Title</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/5BB85CEF.html">TitleAsBinary</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden/DC2A1F7A.html">UntilDate</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a>.</h3>
<h1>Id <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>[SerializationOrder(3)]
public int Id { get; set; }</code></pre>
<h1 id="Attributes">Attributes</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>Serialization<wbr>Order<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>int</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> | OpenTl/OpenTl.Schema | docs/api/OpenTl.Schema/TChannelForbidden/486B3223.html | HTML | mit | 11,297 |
<!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.10"/>
<title>OpenIndy-Core: D:/Daten/03_SoftDev/Qt/OpenIndy-Core/lib/OpenIndy-Math/include/oivec.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</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 id="projectlogo"><img alt="Logo" src="openIndy.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OpenIndy-Core
 <span id="projectnumber">0.2.0.43</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</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="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('oivec_8h.html','');});
</script>
<div id="doc-content">
<!-- 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="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">oivec.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <QDebug></code><br />
<code>#include <QtCore/QtMath></code><br />
<code>#include <vector></code><br />
<code>#include <stdexcept></code><br />
<code>#include "<a class="el" href="global_8h_source.html">global.h</a>"</code><br />
</div>
<p><a href="oivec_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classoi_1_1math_1_1_oi_vec.html">oi::math::OiVec</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">The <a class="el" href="classoi_1_1math_1_1_oi_vec.html" title="The OiVec class. ">OiVec</a> class. <a href="classoi_1_1math_1_1_oi_vec.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceoi"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceoi.html">oi</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:namespaceoi_1_1math"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceoi_1_1math.html">oi::math</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_6a1c216c220c043dc0d57761fc78c3de.html">03_SoftDev</a></li><li class="navelem"><a class="el" href="dir_c765c1e7d9d3e2027d03ab3b21a5c1d9.html">Qt</a></li><li class="navelem"><a class="el" href="dir_45d6422faa1c60402c14e08bb1ec8307.html">OpenIndy-Core</a></li><li class="navelem"><a class="el" href="dir_edc72ee65d2ede7e6db23df5bf55c671.html">lib</a></li><li class="navelem"><a class="el" href="dir_f29442c79fac85d24934d72ffab2e464.html">OpenIndy-Math</a></li><li class="navelem"><a class="el" href="dir_754202b0557c5010eb504bf4cac55bc5.html">include</a></li><li class="navelem"><a class="el" href="oivec_8h.html">oivec.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
| OpenIndy/OpenIndy.github.io | documentation/docu-dev/srd/html/oivec_8h.html | HTML | mit | 7,396 |
<!doctype html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place your other CSS above Evo -->
<link rel="stylesheet" href="../../../evo/css/bootstrap-grid-only.css">
<!-- Place Evo below other CSS in the stacking order -->
<link rel="stylesheet" href="../../../evo/css/evo-elements.min.css">
</head>
<body>
<section class="color-12-bg image-fill padding-left-15 padding-right-20 padding-top-5 padding-bottom-20">
<header class="fluid-header inverse-trans-gray-18 font-calisto center-vertical"><p class="text-measure"><span class="evo-white evo-box-bottom box-bottom-color-10">Pi Worldwide</span> is an agency management company, specializing in management of offices, human resources, clients, and budgets.</p>
<div class="view-row-1"></div>
<p class="text-measure">We manage several agencies in NYC, Chicago, and Miami.</p>
</header>
</section>
</body>
</html> | labelle/evolution | docs/design/evo/study/study-0001.html | HTML | mit | 922 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P | 发福利啦</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="" />
<meta name="description">
<meta property="og:type" content="article">
<meta property="og:title" content="No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P">
<meta property="og:url" content="http://yoursite.com/2016/04/01/23/index.html">
<meta property="og:site_name" content="发福利啦">
<meta property="og:description">
<meta property="og:image" content="http://yoursite.com/./images/23/2072592923.jpeg">
<meta property="og:updated_time" content="2016-04-01T23:59:07.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P">
<meta name="twitter:description">
<meta name="twitter:image" content="http://yoursite.com/./images/23/2072592923.jpeg">
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/titillium-web/styles.css">
<link rel="stylesheet" href="/vendor/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/vendor/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/vendor/scrollLoading/style.css">
<script type="text/javascript">
(function(i,s,o,g,r,a,m) {i['GoogleAnalyticsObject']=r;i[r]=i[r]||function() {
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75836479-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">主页</a>
</li>
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">关于</a>
</li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="搜索"><input type="hidden" name="sitesearch" value="http://yoursite.com"></form>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header">
未分类
</h1>
</div>
<div class="main-body-content">
<article id="post-23" class="article article-single article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 class="article-title" itemprop="name">
No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P
</h1>
</header>
<div class="article-subtitle">
<a href="/2016/04/01/23/" class="article-date">
<time datetime="2016-04-01T23:58:03.000Z" itemprop="datePublished">2016-04-01</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img src="/./images/23/2072592923.jpeg" alt=""><br><img src="/./images/23/ru1mm-235-001.jpg" alt=""><br><img src="/./images/23/ru1mm-235-002.jpg" alt=""><br><img src="/./images/23/ru1mm-235-003.jpg" alt=""><br><img src="/./images/23/ru1mm-235-004.jpg" alt=""><br><img src="/./images/23/ru1mm-235-005.jpg" alt=""><br><img src="/./images/23/ru1mm-235-006.jpg" alt=""><br><img src="/./images/23/ru1mm-235-007.jpg" alt=""><br><img src="/./images/23/ru1mm-235-008.jpg" alt=""><br><img src="/./images/23/ru1mm-235-009.jpg" alt=""><br><img src="/./images/23/ru1mm-235-010.jpg" alt=""><br><img src="/./images/23/ru1mm-235-011.jpg" alt=""><br><img src="/./images/23/ru1mm-235-012.jpg" alt=""></p>
</div>
<footer class="article-footer">
<a data-url="http://yoursite.com/2016/04/01/23/" data-id="cisjmw4r1004pwwbm0u2meffx" class="article-share-link"><i class="fa fa-share"></i>分享到</a>
<script>
(function ($) {
$('body').on('click', function() {
$('.article-share-box.on').removeClass('on');
}).on('click', '.article-share-link', function(e) {
e.stopPropagation();
var $this = $(this),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
id = 'article-share-box-' + $this.attr('data-id'),
offset = $this.offset(),
box;
if ($('#' + id).length) {
box = $('#' + id);
if (box.hasClass('on')){
box.removeClass('on');
return;
}
} else {
var html = [
'<div id="' + id + '" class="article-share-box">',
'<input class="article-share-input" value="' + url + '">',
'<div class="article-share-links">',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'</div>',
'</div>'
].join('');
box = $(html);
$('body').append(box);
}
$('.article-share-box.on').hide();
box.css({
top: offset.top + 25,
left: offset.left
}).addClass('on');
}).on('click', '.article-share-box', function (e) {
e.stopPropagation();
}).on('click', '.article-share-box-input', function () {
$(this).select();
}).on('click', '.article-share-box-link', function (e) {
e.preventDefault();
e.stopPropagation();
window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
});
})(jQuery);
</script>
</footer>
</div>
</article>
<section id="comments">
</section>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>关注我 :</p>
<ul class="social-links">
</ul>
</div>
<nav id="article-nav">
<a href="/2016/04/01/7/" id="article-nav-newer" class="article-nav-link-wrap">
<strong class="article-nav-caption">下一篇</strong>
<p class="article-nav-title">
VOL.032 Suki朱忆音 52P
</p>
<i class="icon fa fa-chevron-right" id="icon-chevron-right"></i>
</a>
<a href="/2016/04/01/60/" id="article-nav-older" class="article-nav-link-wrap">
<strong class="article-nav-caption">上一篇</strong>
<p class="article-nav-title"></p>
<i class="icon fa fa-chevron-left" id="icon-chevron-left"></i>
</a>
</nav>
<div class="widgets-container">
<div class="widget-wrap">
<h3 class="widget-title">最新文章</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/258/" class="thumbnail">
<span style="background-image:url(/./images/258/4267775750.jpeg)" alt="葵 – Violet 110P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/258/" class="title">葵 – Violet 110P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/226/" class="thumbnail">
<span style="background-image:url(/./images/226/1136181514.jpeg)" alt="开朗微乳学生妹绮梦Cherish海滩粉色胖次养眼清凉户外湿身写真 45P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/226/" class="title">开朗微乳学生妹绮梦Cherish海滩粉色胖次养眼清凉户外湿身写真 45P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/322/" class="thumbnail">
<span style="background-image:url(/./images/322/0001.jpg)" alt="N00331 刘飞儿Faye 53P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/322/" class="title">N00331 刘飞儿Faye 53P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/321/" class="thumbnail">
<span style="background-image:url(/./images/321/0001.jpg)" alt="VOL.017 肉感奶牛足球宝贝雅儿Barbie户外靓丽时尚写真 58P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/321/" class="title">VOL.017 肉感奶牛足球宝贝雅儿Barbie户外靓丽时尚写真 58P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/08/31/320/" class="thumbnail">
<span style="background-image:url(/./images/320/0001.jpg)" alt="VOL.016 君君Kety 54P" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"></p>
<p class="item-title"><a href="/2016/08/31/320/" class="title">VOL.016 君君Kety 54P</a></p>
<p class="item-date"><time datetime="2016-09-01T01:06:00.000Z" itemprop="datePublished">2016-08-31</time></p>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/08/">August 2016</a><span class="archive-list-count">120</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/07/">July 2016</a><span class="archive-list-count">5</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/06/">June 2016</a><span class="archive-list-count">127</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/04/">April 2016</a><span class="archive-list-count">71</span></li></ul>
</div>
</div>
<div class="widget-wrap widget-list">
<h3 class="widget-title">链接</h3>
<div class="widget">
<ul>
</ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<p>© 2016 laomao</p>
<p>Powered by <a href="//hexo.io/" target="_blank">Hexo</a>. Theme by <a href="//github.com/ppoffice" target="_blank">PPOffice</a></p>
</div>
</div>
</div>
</footer>
<script src="/vendor/fancybox/jquery.fancybox.pack.js"></script>
<script src="/vendor/scrollLoading/jquery.scrollLoading.js"></script>
<script src="/vendor/scrollLoading/main.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html>
| danwangyiqie/danwangyiqie.github.io | 2016/04/01/23/index.html | HTML | mit | 16,009 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Sat Jan 14 18:30:19 PST 2017 -->
<title>main</title>
<meta name="date" content="2017-01-14">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../main/package-summary.html" target="classFrame">main</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AveragingAnArray.html" title="class in main" target="classFrame">AveragingAnArray</a></li>
</ul>
</div>
</body>
</html>
| tliang1/Java-Practice | Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-6/Chapter06P08/doc/main/package-frame.html | HTML | mit | 737 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: net.sf.jabref.model.entry.specialfields</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div class="header"></div>
<div class="content">
<div class="breadCrumbs">
[ <a href="../index_SORT_BY_CLASS.html">all classes</a> ]
[ net.sf.jabref.model.entry.specialfields ]
</div>
<h1>Coverage Summary for Package: net.sf.jabref.model.entry.specialfields</h1>
<table class="coverageStats">
<tr>
<th class="name">Package</th>
<th class="coverageStat
">
Class, %
</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">net.sf.jabref.model.entry.specialfields</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(2/ 2)
</span>
</td>
<td class="coverageStat">
<span class="percent">
57.1%
</span>
<span class="absValue">
(8/ 14)
</span>
</td>
<td class="coverageStat">
<span class="percent">
75.5%
</span>
<span class="absValue">
(40/ 53)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<table class="coverageStats">
<tr>
<th class="name
">
<a href="index.html">Class</a> </th>
<th class="coverageStat sortedAsc
">
<a href="index_SORT_BY_CLASS_DESC.html">Class, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_METHOD.html">Method, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_LINE.html">Line, %</a>
</th>
</tr>
<tr>
<td class="name"><a href=".classes/SpecialFieldValue.html">SpecialFieldValue</a></td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(4/ 4)
</span>
</td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(22/ 22)
</span>
</td>
</tr>
<tr>
<td class="name"><a href=".classes/SpecialField.html">SpecialField</a></td>
<td class="coverageStat">
<span class="percent">
100%
</span>
<span class="absValue">
(1/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
40%
</span>
<span class="absValue">
(4/ 10)
</span>
</td>
<td class="coverageStat">
<span class="percent">
58.1%
</span>
<span class="absValue">
(18/ 31)
</span>
</td>
</tr>
</table>
</div>
<div class="footer">
<div style="float:right;">generated on 2017-07-15 00:44</div>
</div>
</body>
</html>
| JessicaDias/JabRef_ES2 | ReportImportTests/net.sf.jabref.model.entry.specialfields/index_SORT_BY_CLASS.html | HTML | mit | 2,732 |
<link rel="import" href="../bower_components/paper-card/paper-card.html">
<link rel="import" href="../bower_components/paper-radio-button/paper-radio-button.html">
<link rel="import" href="../bower_components/paper-radio-group/paper-radio-group.html">
<link rel="import" href="../bower_components/paper-search/paper-search-bar.html">
<link rel="import" href="../bower_components/paper-styles/shadow.html">
<link rel="import" href="./bookable-item.html">
<link rel="import" href="./building-item.html">
<link rel="import" href="./food-item.html">
<link rel="import" href="./minimizable-box.html">
<dom-module id="search-box">
<template>
<style>
:host {
box-sizing: border-box;
padding: 10px;
overflow: hidden;
}
paper-card {
width: 100%;
--paper-card-content: {
padding: 0;
}
}
.search {
@apply(--shadow-elevation-2dp);
}
paper-radio-group {
width: 100%;
text-align: center;
}
paper-item {
cursor: pointer;
overflow-x: hidden;
text-overflow: ellipsis;
}
paper-item > div {
width: 100%;
padding: 8px 0;
}
paper-item label {
float: right;
opacity: 0.5;
text-transform: uppercase;
font-size: 0.8em;
}
paper-item >div > span {
white-space: nowrap;
text-overflow: ellipsis;
}
.results {
max-height: calc(100vh - 140px);
overflow-y: auto;
}
.name {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}
</style>
<paper-card >
<div class="card-content">
<div class="search">
<paper-search-bar placeholder="Enter search term" query="{{query}}" on-paper-search-filter="filter"></paper-search-bar>
<template is="dom-if" if="[[showFilters]]">
<paper-radio-group selected="{{typeFilter}}">
<paper-radio-button name="all">All</paper-radio-button>
<paper-radio-button name="printer">Printers</paper-radio-button>
<paper-radio-button name="restroom">Restrooms</paper-radio-button>
<paper-radio-button name="food">Food</paper-radio-button>
<paper-radio-button name="bookable">Bookable</paper-radio-button>
</paper-radio-group>
</template>
</div>
<div class="results">
<template is="dom-repeat" items="[[result]]">
<paper-item on-tap="select">
<div>
<span class="name">
<span>[[item.Id]]</span> <span>[[item.Name]]</span>
</span>
<template is="dom-if" if="[[type(item, 'restroom')]]">
<label>Restroom</label>
</template>
<template is="dom-if" if="[[type(item, 'printer')]]">
<label>Printer</label>
</template>
<template is="dom-if" if="[[type(item, 'bookable')]]">
<bookable-item item="{{item}}"></bookable-item>
</template>
<template is="dom-if" if="[[type(item, 'building')]]">
<label>Building</label>
<building-item item="{{item}}"></building-item>
</template>
<template is="dom-if" if="[[type(item, 'food')]]">
<label>Food</label>
<minimizable-box>
<food-item item="{{item}}"></food-item>
</minimizable-box>
</template>
</div>
</paper-item>
</template>
</div>
</div>
</paper-card>
<iron-ajax
auto
url="[[searchURL(query, typeFilter)]]"
handle-as="json"
last-response="{{result}}"
debounce-duration="300"></iron-ajax>
</template>
<script>
Polymer({
is: "search-box",
properties: {
selected: {
type: String,
notify: true,
},
typeFilter: {
type: String,
value: 'all',
},
},
observers: [
'updateQuery(selected)',
],
updateQuery: function(selected) {
this.query = selected;
},
searchURL: function(query, type) {
if (!query && type === 'all') {
return;
}
return '/api/search/?type='+type+'&q='+encodeURIComponent(query);
},
select: function(e) {
var item = e.model.item;
this.selected = item.Id;
if (window.innerWidth < 600) {
this.showFilters = false;
}
},
filter: function() {
this.showFilters = !this.showFilters;
},
eq: function(a, b) {
return a === b;
},
type: function(item, type) {
return item.Type === type;
},
});
</script>
</dom-module>
| d4l3k/campus | static/components/search-box.html | HTML | mit | 4,569 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>music21.figuredBass.examples — music21 Documentation</title>
<link rel="stylesheet" href="../_static/m21.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/copybutton.js"></script>
<link rel="top" title="music21 Documentation" href="../index.html" />
<link rel="up" title="Module Reference" href="index.html" />
<link rel="next" title="music21.figuredBass.notation" href="moduleFiguredBassNotation.html" />
<link rel="prev" title="music21.figuredBass.checker" href="moduleFiguredBassChecker.html" /><link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<script src='http://artusi.xyz/music21j/ext/require/require.js'></script>
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="moduleFiguredBassNotation.html" title="music21.figuredBass.notation"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="moduleFiguredBassChecker.html" title="music21.figuredBass.checker"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">music21</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Module Reference</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="moduleFiguredBassChecker.html"
title="previous chapter">music21.figuredBass.checker</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="moduleFiguredBassNotation.html"
title="next chapter">music21.figuredBass.notation</a></p>
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">music21.figuredBass.examples</a><ul>
<li><a class="reference internal" href="#functions">Functions</a></li>
</ul>
</li>
</ul>
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../about/index.html">About Music21</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../usersGuide/index.html">User’s Guide</a></li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Module Reference</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installing/index.html">Installation</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../tutorials/index.html">Tutorials</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../developerReference/index.html">Developer Reference</a></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/moduleReference/moduleFiguredBassExamples.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="music21-figuredbass-examples">
<span id="modulefiguredbassexamples"></span><h1>music21.figuredBass.examples<a class="headerlink" href="#music21-figuredbass-examples" title="Permalink to this headline">¶</a></h1>
<span class="target" id="module-music21.figuredBass.examples"></span><p>Each of the example methods in this module provides a figured bass line as a
<a class="reference internal" href="moduleFiguredBassRealizer.html#music21.figuredBass.realizer.FiguredBassLine" title="music21.figuredBass.realizer.FiguredBassLine"><code class="xref py py-class docutils literal"><span class="pre">FiguredBassLine</span></code></a> instance.
These can be realized by calling
<a class="reference internal" href="moduleFiguredBassRealizer.html#music21.figuredBass.realizer.FiguredBassLine.realize" title="music21.figuredBass.realizer.FiguredBassLine.realize"><code class="xref py py-meth docutils literal"><span class="pre">realize()</span></code></a>, which takes in an
optional <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules" title="music21.figuredBass.rules.Rules"><code class="xref py py-class docutils literal"><span class="pre">Rules</span></code></a> object.
The result is a <a class="reference internal" href="moduleFiguredBassRealizer.html#music21.figuredBass.realizer.Realization" title="music21.figuredBass.realizer.Realization"><code class="xref py py-class docutils literal"><span class="pre">Realization</span></code></a>
object which can generate realizations as instances of
<a class="reference internal" href="moduleStream.html#music21.stream.Score" title="music21.stream.Score"><code class="xref py py-class docutils literal"><span class="pre">Score</span></code></a>. These realizations can then be displayed
in external software such as MuseScore or Finale by
calling <a class="reference internal" href="moduleBase.html#music21.base.Music21Object.show" title="music21.base.Music21Object.show"><code class="xref py py-meth docutils literal"><span class="pre">show()</span></code></a>.</p>
<div class="section" id="functions">
<h2>Functions<a class="headerlink" href="#functions" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleA">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleA</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleA" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was a homework assignment for 21M.302: Harmony & Counterpoint II
at MIT in the fall of 2010, taught by Charles Shadle of the MIT Music Program.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleA</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineA.png"><img alt="../_images/fbExamples_bassLineA.png" src="../_images/fbExamples_bassLineA.png" style="width: 700px;" /></a>
<p>The following is a realization of fbLine in four parts using the default rules set.
The soprano part is limited to stepwise motion, and the alto and tenor parts are
limited to motions within a perfect octave.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">),(</span><span class="mi">2</span><span class="p">,</span><span class="mi">12</span><span class="p">),(</span><span class="mi">3</span><span class="p">,</span><span class="mi">12</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">360</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1A.png"><img alt="../_images/fbExamples_sol1A.png" src="../_images/fbExamples_sol1A.png" style="width: 700px;" /></a>
<p>Now, the restriction on upper parts being within a perfect octave of each other is
removed, and fbLine is realized again.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">upperPartsMaxSemitoneSeparation</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">keyboardStyleOutput</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">3713168</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2A.png"><img alt="../_images/fbExamples_sol2A.png" src="../_images/fbExamples_sol2A.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleB">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleB</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleB" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was retrieved from page 114 of <em>The Music Theory Handbook</em> by Marjorie Merryman.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleB</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineB.png"><img alt="../_images/fbExamples_bassLineB.png" src="../_images/fbExamples_bassLineB.png" style="width: 700px;" /></a>
<p>First, fbLine is realized with the default rules set.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">422</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1B.png"><img alt="../_images/fbExamples_sol1B.png" src="../_images/fbExamples_sol1B.png" style="width: 700px;" /></a>
<p>Now, a Rules object is created, and the restriction that the chords
need to be complete is lifted. fbLine is realized once again.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidIncompletePossibilities</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">188974</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2B.png"><img alt="../_images/fbExamples_sol2B.png" src="../_images/fbExamples_sol2B.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleC">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleC</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleC" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was retrieved from page 114 of <em>The Music Theory Handbook</em> by Marjorie Merryman.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleC</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineC.png"><img alt="../_images/fbExamples_bassLineC.png" src="../_images/fbExamples_bassLineC.png" style="width: 700px;" /></a>
<p>First, fbLine is realized with the default rules set.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">833</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1C.png"><img alt="../_images/fbExamples_sol1C.png" src="../_images/fbExamples_sol1C.png" style="width: 700px;" /></a>
<p>Now, parallel fifths are allowed in realizations. The image below
shows one of them. There is a parallel fifth between the bass and
alto parts going from the half-diminished 6,5 (B,F#) to the dominant
seventh (C#,G#) in the second measure.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidParallelFifths</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">2427</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2C.png"><img alt="../_images/fbExamples_sol2C.png" src="../_images/fbExamples_sol2C.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.exampleD">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">exampleD</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.exampleD" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was a homework assignment for 21M.302: Harmony & Counterpoint II
at MIT in the fall of 2010, taught by Charles Shadle of the MIT Music Program.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">exampleD</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bassLineD.png"><img alt="../_images/fbExamples_bassLineD.png" src="../_images/fbExamples_bassLineD.png" style="width: 700px;" /></a>
<p>The following is a realization of fbLine in four parts using the default rules set.
The soprano part is limited to stepwise motion, and the alto and tenor parts are
limited to motions within a perfect octave.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">),(</span><span class="mi">2</span><span class="p">,</span><span class="mi">12</span><span class="p">),(</span><span class="mi">3</span><span class="p">,</span><span class="mi">12</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">1560</span>
<span class="gp">>>> </span><span class="n">fbRealization1</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol1D.png"><img alt="../_images/fbExamples_sol1D.png" src="../_images/fbExamples_sol1D.png" style="width: 700px;" /></a>
<p>Now, the restriction on voice overlap is lifted, which is common in keyboard-style
figured bass, and fbLine is realized again. Voice overlap can be seen in the fourth
measure.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidVoiceOverlap</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">109006</span>
<span class="gp">>>> </span><span class="n">fbRealization2</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol2D.png"><img alt="../_images/fbExamples_sol2D.png" src="../_images/fbExamples_sol2D.png" style="width: 700px;" /></a>
<p>Now, the restriction on voice overlap is reset, but the restriction on the upper parts
being within a perfect octave of each other is removed. fbLine is realized again.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidVoiceOverlap</span> <span class="o">=</span> <span class="bp">True</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">upperPartsMaxSemitoneSeparation</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">29629539</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span><span class="o">.</span><span class="n">keyboardStyleOutput</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization3</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_sol3D.png"><img alt="../_images/fbExamples_sol3D.png" src="../_images/fbExamples_sol3D.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.V43ResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">V43ResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.V43ResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>The dominant 4,3 can resolve to either the tonic 5,3 or tonic 6,3. The proper resolution
is dependent on the bass note of the tonic, and is determined in context, as shown in the
following figured bass realization.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">V43ResolutionExample</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_V43.png"><img alt="../_images/fbExamples_V43.png" src="../_images/fbExamples_V43.png" style="width: 350px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.viio65ResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">viio65ResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.viio65ResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>For a fully diminished seventh chord resolving to the tonic, the resolution chord
can contain either a doubled third (standard resolution) or a doubled tonic (alternate
resolution), depending on whether the third of the diminished chord rises or falls.
The user can control this in a Rules object by modifying
<a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.doubledRootInDim7" title="music21.figuredBass.rules.Rules.doubledRootInDim7"><code class="xref py py-attr docutils literal"><span class="pre">doubledRootInDim7</span></code></a>.
However, when resolving a diminished 6,5, the third is found in the bass and the
proper resolution is determined in context, regardless of user preference.</p>
<p>The following shows both cases involving a diminished 6,5. The resolution of the
first diminished chord has a doubled D, while that of the second has a doubled F#.
Notice that the resolution of the first involves a diminished fifth (E, Bb) going
to a perfect fifth (D, A).</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">viio65ResolutionExample</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_vii65.png"><img alt="../_images/fbExamples_vii65.png" src="../_images/fbExamples_vii65.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.augmentedSixthResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">augmentedSixthResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.augmentedSixthResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>This example was retrieved from page 61 of <em>The Music Theory Handbook</em> by Marjorie Merryman.</p>
<p>Italian (8,#6,3), French (#6,4,3), German (#6,5,3), and Swiss (#6,#4,3)
augmented sixth resolutions to
either the major dominant or the major/minor tonic 6,4 are supported.
The first four bars show the
resolutions to the dominant in the order above, while the last bar
shows the German augmented sixth
resolving to the tonic.
>>> from music21.figuredBass import examples
>>> fbLine = examples.augmentedSixthResolutionExample()
>>> fbRealization = fbLine.realize()
>>> fbRealization.generateRandomRealization().show()</p>
<a class="reference internal image-reference" href="../_images/fbExamples_a6.png"><img alt="../_images/fbExamples_a6.png" src="../_images/fbExamples_a6.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.italianA6ResolutionExample">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">italianA6ResolutionExample</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.italianA6ResolutionExample" title="Permalink to this definition">¶</a></dt>
<dd><p>The Italian augmented sixth chord (It+6) is the only
augmented sixth chord to consist of only three
pitch names, and when represented in four parts, the
tonic is doubled. The tonic can resolve up, down or
stay the same, and in four parts, the two tonics always
resolve differently, resulting in two equally
acceptable resolutions. An alternate approach to resolving
the It+6 chord was taken, such that an It+6
chord could map internally to two different resolutions.
Every other special resolution in fbRealizer
consists of a 1:1 mapping of special chords to resolutions.</p>
<p>Here, the It+6 chord is resolving to the dominant, minor tonic,
and major tonic, respectively. In the
dominant resolution shown, the tonics (D) are resolving inward,
but they can resolve outward as well. In
the minor tonic resolution, the higher tonic is resolving up to F,
and the lower tonic remains the same.
In the major tonic resolution, the higher tonic remains the same,
while the lower tonic resolves up to the F#.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">fbLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">italianA6ResolutionExample</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">upperPartsMaxSemitoneSeparation</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span><span class="o">.</span><span class="n">append</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span><span class="mi">4</span><span class="p">])</span>
<span class="gp">>>> </span><span class="n">fbRealization</span> <span class="o">=</span> <span class="n">fbLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">keyboardStyleOutput</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">fbRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_it+6.png"><img alt="../_images/fbExamples_it+6.png" src="../_images/fbExamples_it+6.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.twelveBarBlues">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">twelveBarBlues</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.twelveBarBlues" title="Permalink to this definition">¶</a></dt>
<dd><p>This is an progression in Bb major based on the twelve bar blues. The progression used is:</p>
<p>I | IV | I | I7</p>
<p>IV | IV | I | I7</p>
<p>V7 | IV6 | I | I</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">rules</span>
<span class="gp">>>> </span><span class="n">bluesLine</span> <span class="o">=</span> <span class="n">examples</span><span class="o">.</span><span class="n">twelveBarBlues</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">bluesLine</span><span class="o">.</span><span class="n">generateBassLine</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_bluesBassLine.png"><img alt="../_images/fbExamples_bluesBassLine.png" src="../_images/fbExamples_bluesBassLine.png" style="width: 700px;" /></a>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">fbRules</span> <span class="o">=</span> <span class="n">rules</span><span class="o">.</span><span class="n">Rules</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">partMovementLimits</span> <span class="o">=</span> <span class="p">[(</span><span class="mi">1</span><span class="p">,</span><span class="mi">4</span><span class="p">),(</span><span class="mi">2</span><span class="p">,</span><span class="mi">12</span><span class="p">),(</span><span class="mi">3</span><span class="p">,</span><span class="mi">12</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">fbRules</span><span class="o">.</span><span class="n">forbidVoiceOverlap</span> <span class="o">=</span> <span class="bp">False</span>
<span class="gp">>>> </span><span class="n">blRealization</span> <span class="o">=</span> <span class="n">bluesLine</span><span class="o">.</span><span class="n">realize</span><span class="p">(</span><span class="n">fbRules</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">blRealization</span><span class="o">.</span><span class="n">getNumSolutions</span><span class="p">()</span>
<span class="go">2224978 </span>
<span class="gp">>>> </span><span class="n">blRealization</span><span class="o">.</span><span class="n">generateRandomRealization</span><span class="p">()</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_twelveBarBlues.png"><img alt="../_images/fbExamples_twelveBarBlues.png" src="../_images/fbExamples_twelveBarBlues.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.generateBoogieVamp">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">generateBoogieVamp</code><span class="sig-paren">(</span><em>blRealization=None</em>, <em>numRepeats=5</em><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.generateBoogieVamp" title="Permalink to this definition">¶</a></dt>
<dd><p>Turns whole notes in twelve bar blues bass line to blues boogie woogie bass line. Takes
in numRepeats, which is the number of times to repeat the bass line. Also, takes in a
realization of <a class="reference internal" href="#music21.figuredBass.examples.twelveBarBlues" title="music21.figuredBass.examples.twelveBarBlues"><code class="xref py py-meth docutils literal"><span class="pre">twelveBarBlues()</span></code></a>. If none is provided,
a default realization with <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.forbidVoiceOverlap" title="music21.figuredBass.rules.Rules.forbidVoiceOverlap"><code class="xref py py-attr docutils literal"><span class="pre">forbidVoiceOverlap</span></code></a>
set to False and <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.partMovementLimits" title="music21.figuredBass.rules.Rules.partMovementLimits"><code class="xref py py-attr docutils literal"><span class="pre">partMovementLimits</span></code></a> set to
[(1,4),(2,12),(3,12)] is used.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">examples</span><span class="o">.</span><span class="n">generateBoogieVamp</span><span class="p">(</span><span class="n">numRepeats</span> <span class="o">=</span> <span class="mi">1</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_boogieVamp.png"><img alt="../_images/fbExamples_boogieVamp.png" src="../_images/fbExamples_boogieVamp.png" style="width: 700px;" /></a>
</dd></dl>
<dl class="function">
<dt id="music21.figuredBass.examples.generateTripletBlues">
<code class="descclassname">music21.figuredBass.examples.</code><code class="descname">generateTripletBlues</code><span class="sig-paren">(</span><em>blRealization=None</em>, <em>numRepeats=5</em><span class="sig-paren">)</span><a class="headerlink" href="#music21.figuredBass.examples.generateTripletBlues" title="Permalink to this definition">¶</a></dt>
<dd><p>Turns whole notes in twelve bar blues bass line to triplet blues bass line. Takes
in numRepeats, which is the number of times to repeat the bass line. Also, takes in a
realization of <a class="reference internal" href="#music21.figuredBass.examples.twelveBarBlues" title="music21.figuredBass.examples.twelveBarBlues"><code class="xref py py-meth docutils literal"><span class="pre">twelveBarBlues()</span></code></a>. If none is provided,
a default realization with <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.forbidVoiceOverlap" title="music21.figuredBass.rules.Rules.forbidVoiceOverlap"><code class="xref py py-attr docutils literal"><span class="pre">forbidVoiceOverlap</span></code></a>
set to False and <a class="reference internal" href="moduleFiguredBassRules.html#music21.figuredBass.rules.Rules.partMovementLimits" title="music21.figuredBass.rules.Rules.partMovementLimits"><code class="xref py py-attr docutils literal"><span class="pre">partMovementLimits</span></code></a> set to
[(1,4),(2,12),(3,12)] is used.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">music21.figuredBass</span> <span class="kn">import</span> <span class="n">examples</span>
<span class="gp">>>> </span><span class="n">examples</span><span class="o">.</span><span class="n">generateTripletBlues</span><span class="p">(</span><span class="n">numRepeats</span> <span class="o">=</span> <span class="mi">1</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
</pre></div>
</div>
<a class="reference internal image-reference" href="../_images/fbExamples_tripletBlues.png"><img alt="../_images/fbExamples_tripletBlues.png" src="../_images/fbExamples_tripletBlues.png" style="width: 700px;" /></a>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="moduleFiguredBassNotation.html" title="music21.figuredBass.notation"
>next</a> |</li>
<li class="right" >
<a href="moduleFiguredBassChecker.html" title="music21.figuredBass.checker"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">music21</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" >Module Reference</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2006-2015, Michael Scott Cuthbert and cuthbertLab.
Last updated on Nov 04, 2015.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.1.
</div>
</body>
</html> | arnavd96/Cinemiezer | myvenv/lib/python3.4/site-packages/music21/documentation/build/html/moduleReference/moduleFiguredBassExamples.html | HTML | mit | 45,590 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W30024_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page3.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 110px; margin-top: 164px;">
<p class="styleSans187.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">PRELIMINARY DRILLING PROGRAM 11/14/2014 <br/>Lease and Well No. Marlene 5—3H MUD PROGRAM Depth Type Weight Remarks 0 ' - 1870 ' Freshwater 8.4-8.8 Add Soap Sticks for Mud Rings - 1870 ' - 6500 ' Invert 9.3-9.5 35-50 sec, 10-30 eds 6500 ' - 9505 ' Invert 9.6-100 40-55 sec, 10-15 cc‘s ONV 70/30 to 80/20 9505 ' — TD Brine 9.0-10.1 29 Vis, No control. Dry Cuttin s <br/> <br/> <br/>TUBULAR PROGRAM <br/>String Hole Casing ERW/ Critical T 6 Size De th Feet Diameter Wei - ht, Grade, Connection Seamless lns ection <br/>BCI & Drift <br/>8 3/4 " m—m 7". 32#, P-110 Ic, LTC BCI & Drift 3920' 7". 32#, P-110 lC, LTC BCI & Dri 3070 ' 7 " 7", 32#, P-110 IC. LTC BCI & Dri E <br/>950' 7 " 7",32#.P-110IC.LTC BC|&Dri 1485' 7",32#.P-110|C.LTC BC|&Dri <br/>_— “ __— __— <br/>2-7/8". 5.5 #, L-SO. EUE <br/> <br/> <br/>Notes: Pipe to end up in hole from top to bottom as shown. </p>
</div>
<div style="position: absolute; margin-left: 110px; margin-top: 1705px;">
<p class="styleSans154.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">CEMENT PROGRAM <br/>T e De th Lead/T ail Bottom To Sacks Yield Wei ht —n 35/65 Fez/Class 3% each 12% gel Class 2% Cam <br/> <br/>Additional Comments: Continental Resources, Inc. will not use any of the below listed diesel based compounds in the <br/>Hydraulic Stimulation fluids of this well. Any compounds/fluids with the following Chemical Abstract Service Registry Numbers will not be used: <br/>68334—30-5 (Primary Name: Fuels, diesel) 68476—34-6 (Primary Name: Fuels, diesel, No. 2) 68476-30—2 (Primary Name: Fuel oil No. 2) 68476-31-3 (Primary Name: Fuel oil, No.4) 8008-20—6 (Primary Name: Kerosene) </p>
</div>
<div style="position: absolute; margin-left: 275px; margin-top: 3162px;">
<p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Marlene 5-3H AFE v1 </p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W30024_text/page4.html | HTML | mit | 2,707 |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>科幻 | Hypernova Travel</title>
<meta name="author" content="OctoMiao">
<meta name="description" content="Will science kill fiction?">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:site_name" content="Hypernova Travel"/>
<meta property="og:image" content="undefined"/>
<link href="/archive/favicon.png" rel="icon">
<link rel="alternate" href="/archive/atom.xml" title="Hypernova Travel" type="application/atom+xml">
<link rel="stylesheet" href="/archive/css/style.css" media="screen" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-49034078-1']);
_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>
<header id="header" class="inner"><div class="alignleft">
<h1><a href="/archive/">Hypernova Travel</a></h1>
<h2><a href="/archive/">Science Fiction Meets Science</a></h2>
</div>
<nav id="main-nav" class="alignright">
<ul>
<li><a href="/archive/">Home</a></li>
<li><a href="/archive/archives/">Archives</a></li>
</ul>
<div class="clearfix"></div>
</nav>
<div class="clearfix"></div></header>
<div id="content" class="inner">
<div id="main-col" class="alignleft"><div id="wrapper">
<h2 class="archive-title tag">科幻</h2>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-11-09T00:12:00.000Z"><a href="/archive/2014/11/08/dream-a-new-world/">Nov 8 2014</a></time>
<h1 class="title"><a href="/archive/2014/11/08/dream-a-new-world/">梦与新世界</a></h1>
</header>
<div class="entry">
<h3 id="旧世界">旧世界</h3>
<p>这是一间很狭窄的屋子,仅有的一扇窗装在很高的地方,踮起脚都无法碰到。我躺在床上,可以隐约看到窗台上有一只猫,想是它流浪久了,过来跟我打个招呼,顺便骗点吃的。我显然不愚蠢,不可能上猫的当。</p>
<p>其实我根本就无法在床上坐起来,脑袋沉重的像要窒息一样。我挪动了一下身子,把脸转向天花板,看到天花板上有一只蜘蛛快速的爬过。这张天花板开始慢慢的离我远去,我连同这小小的床也像缩水一样越来越小,直到这房间变得像太空一样巨大却空无一物。</p>
<p>手机屏幕亮起来,呼吸灯一闪一闪,我强忍着像是鞭刑一样的痛苦挪动了一下身子,终于瞥见屏幕上的名字,它变幻着颜色,不停地闪烁着,可是我却连挣扎一下去接通的想法都没有。</p>
<p>醒来的时候,阳光恰好从那扇高高在上的窗子里面透进来,我终于可以从床上坐起来,发烧已经好了。手伸向手机,才发现电池没有电了,我甚至都无从知道现在的时间,看样子应该是快到中午。我拖着病痛往厨房走,希望能找点现成的吃的,却发现门缝下面一堆杂乱的满是数字和图表的纸,显然是有人一张一张从门缝下面塞进来的。</p>
<p>这时候在充电基座上的手机响了起来。多年之后,我回想起来,如果要找出一生中最悲痛的一通电话,那无疑是今天的这次。我手中拿着电话,屋里的一切像是消失在水雾之中,阳光照进来的地方,有彩虹在扭来扭去。</p>
<h3 id="梦与萌芽">梦与萌芽</h3>
<p>在我的想象中,蓝熊猫的世界一定是最美丽的。从五年前我父亲对这颗行星的第一次光谱分析,到现在为止我们已经积累了大量的资料。这五年以来,蓝熊猫一直是最受关注的一颗太阳系外行星,它也是我梦想中的天堂。</p>
<p>五年前的光谱已经表明这颗行星上存在文明,然而这些光谱数据能够公之于众,至少埋葬了我的父母这两条生命。我带着从门缝塞进来的数据偷偷离开那个地方,来到了南半球,按照那天父亲最后的电话指示,将他尚未来得及上传的这部分数据公开。</p>
<p>蓝熊猫的大气中有着明显的工业文明的痕迹,化石燃料正在被大量使用,而且通过大气环流模型的模拟,化石燃料的使用集中在八到十个大型地区。光谱也显示当地居民很可能在使用飞行器。[^1]</p>
<p>我的学生敲门进来,问我明天的仪器例行检修要不要取消,因为今天的数据有些奇怪,是不是要继续采集。Peter 不是一个非常聪明的学生,但是由他来管理仪器,甚至比我自己上手都要放心的多。</p>
<p>我们上周刚刚更换了部分线路,为数据服务器安装了新的电磁屏蔽。今天的数据中有一段高频上的波动,确实是应该推迟检修的。我告诉 Peter 回去休息,自己来盯仪器。这个观测站距离最近的小镇也有两个小时的车程,我不想让 Peter 开车走夜路。</p>
<p>微风吹过,木制的百叶窗哗哗作响,隐约能听到窗台下松鼠跑过的声音。窗外夕阳显得苍白,阳光却依然刺眼。一阵风吹过沙尘,有那么一颗小小的尘埃偏偏冲进我的眼球和眼睑之间。眼前的百叶窗模糊起来,躺在地板上,周围一切显得那么高达,我像是回到了五年前那间狭窄的卧室。</p>
<p>我所痛恨的事物中,人无疑是位居第一的,然而我所爱的事物中,人也会排在首位。那天我接到父亲的电话,我能听出他在开车,周围还有吓人的警笛的声音。我清楚的记得他叮嘱我藏好那些门缝下的文件,他说他不能来见我,他说我妈已经不在了,他说我一定要离开这里。我说我知道了,我知道了,我知道了。</p>
<p>那些在门后散了一地的文件,被我一把一把的塞进书包里。那一年我十九岁,我甚至都不知道有没有弄丢什么,就被父亲安排好的人送出了这个城市,然后离开了这个小小的中东国家。</p>
<p>这五年我完成了学业,在这个不出名的学校找到一份教职,然后走上了跟父亲同样的研究道路。五年前的数据曝光之后,很多人都跟进了这项研究,进展已经非常大,一年以来我们在调试自己的仪器,而四个月前才刚刚开始产生能用的数据。</p>
<p>我拿了数据平板终端,端详着这个奇怪的高频小高坡。莫非我们的电磁屏蔽不够好?不像是。</p>
<p>这时有个念头突然闪过我的脑海:五年前的数据。</p>
<h3 id="危机">危机</h3>
<p>外面街上的人吵得不得了,看来这事情是藏不住了。</p>
<p>涵海板着脸在屋里走来走去,嘴里一直嘟囔着。瘫坐在沙发里的我被他这样搅和的心烦气躁,想一把把他按在沙发上。他忽然转过身,眉头还是皱着,语调却十分坚定:“我是绝对不会辞职的,我是你生的,但是我的生活是我自己的。”</p>
<p>三十年了,我早就离开了风口浪尖。如果是三十年前,我绝不会反对涵海参与这些地外文明项目,那会儿我自己也还会守在观测站。假如我没有注意到数据上的那些周期性,事情也不会这么快发展到各种政治力量介入的地步,涵海也还可以去做单纯的科研。</p>
<p>事到如今,我也不好再说什么。上周政府跟蓝熊猫的秘密社会科学项目被曝光,在那之前,我都无从知道涵海居然在做这种工作。而街上的人群显然对于这种联合地外文明来研究新的统治手段的事情出离愤怒了。</p>
<p>“可是你无论如何不能成为政治工具!作为你的父母,我们这是为你着想。”</p>
<p>“你们不明白,我做这些研究可以让我们的世界变得更好,可以让每个人都变得安心。”</p>
<p>“你这是要做狗腿子!这简直是对你这么多年所学来的科学的玷污!”</p>
<p>“玷污,玷污,你说这是玷污。好,三十年前,是谁发现了蓝熊猫发来的信息,是谁第一个提出地球-蓝熊猫联合科学,当年又是谁放弃了物理转去做社科研究。我们走到今天,还不是拜你所赐。如果我现在退出,是,我会有个安稳的工作,我会安安稳稳地度过一生。可是如今我有机会带领大家的研究走上和平的道路,去从内部阻止那些尝试利用这些研究独裁的人,我为什么要退出。你要是不满,你可以像外面那些人一样,去反对去阻止,但是你没有权利利用我们的父子关系来对我说教!”</p>
<p>涵海抓了自己的包,没再说话,直接离开了家。</p>
<p>这么多年来,我始终不能忘怀自己年轻气盛所做的错事。有些东西碎了就是碎了,再怎么掩饰也于事无补。回想那一天,我双手颤抖着从文件柜扯出来的数据,那些还是我父母用命换来的。我对照着数据记录的日期,那个日子,恰好是蓝熊猫上春分日,而我的数据,也是蓝熊猫的春分日。往来复去,那之间间隔了四个蓝熊猫年。高频信号增加恰好是在春分日,这很可能说明蓝熊猫上的文明在进行这某些发射电磁波的活动,而且他们的历法,跟蓝熊猫的公转周期有关。或者这是自然现象。当然之后的观测证实了这些高频冗余便是他们发来的信息。然后我越走越远,放弃了物理,投身社会科学。</p>
<h3 id="新世界">新世界</h3>
<p>确认了蓝熊猫的信息之后,在地球轨道的上方,我们发现了他们建造的超距通信管道的端口。后来的研究证实这就是修改过的 Krasnikov 管道[^2],可以用来超距通信,但是双方都没有足够的功率来传送大的物件。之后是专门的研究小组翻译了对方的语言,再之后便是涵海参与的政治合作项目。如今涵海已经成为政治运动的牺牲品,但是他兑现了诺言,我们两个行星之间的大众也开始相互沟通。通过蓝熊猫,我们有了更多的聊天的伙伴。</p>
<p>许多网站开始提供行星间邮件服务,经过翻译程序翻译为对方可读的语言,然后通过修改的 Krasnikov 管道投递给其他行星上的特定的账号。我成立的涵海星际邮件便是其中之一。<a href="为了纪念我过早去世的儿子。">^3</a>我们所认识的银河,已然从原来过分的寂静,变得有些吵闹。生命之间,像是正在举行一场跨越星系的聚会。虽然我们无法飞跃茫茫太空,抵达对方的行星,但是我们知道自己并不孤单。[^4]</p>
<p>在几十年前,那时候尚未有任何地外文明的迹象,SETI 举办过了一场 SETIcon 会议,会议上曾经有人说过:或许在广袤的宇宙中,有一张通信的大网,他们在不断的相互交流,可是我们却不是这个网的一部分,因为我们还没有学会如何去聆听。</p>
<p>走在深夜的街道,周围很安静,我抬头看着漫天的繁星,在那些星星点点之间,似乎有张巨网在广袤的太空中无限蔓延,巨网的每个端点,都是一个文明。</p>
<p>银河在上,生命并不孤独。</p>
<p>[^1]: 在后来的星际移民中心分类法中,蓝熊猫被归类为 A+ 行星,而存放在火星的档案中,这些化石燃料污染严重区域的命名使用了中国上古神话中的人物来命名,十个地区从大到小,分别为女娲、伏羲、蚩尤、遂人、有巢、葛天、瑶姬、洛神、刑天和许由。</p>
<p>[^2]: 这是一种通过修改时空本身来进行远距离传送的管道,蓝熊猫所使用的技术,跟我们地球上的 Krasnikov 管道的原理很相似,所以称作修改的 Krasnikov 管道,或者 M Krasnikov 管道。一旦建成,管道便可以一直稳定存在。</p>
<p>[^4]: 所谓费米悖论至少在太阳系周围得到了很好的解释:大家都没有发展出能够将大型飞船飞到其他星系的能力,但是大家依然能够建立通信网,而修改的 Krasnikov 管道建立之前,地球上的人类并不能加入到这样的通信之中。当然,现在大家认识到,这已经不是悖论了。</p>
</div>
<footer>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-26T01:22:00.000Z"><a href="/archive/2014/09/25/martiansky/">Sep 25 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/25/martiansky/">火星的天空</a></h1>
</header>
<div class="entry">
<p><img src="http://multiverse.lamost.org/blog/wp-content/uploads/2014/09/real-supernova-wallpaper-1024x768.jpg" alt=""></p>
<p>我一直在做错误的选择,这些错误有些给自己带来的痛苦,有些伤害了别人。然而有那么一次,纵使是痛彻心扉的错,若时光回转,我还是会做出同样的选择,总是我那是桑出那么自私自利。</p>
<p>红色的天空,红色的云。光在恒星内部挣扎了万年,却只花了十分钟便到达这颗行星的大气层。它与空气中的分子相遇,然后改变轨迹。</p>
<p>这是一颗不太适宜人类生活的行星。而我的任务,自然只是部署探测器,收集数据,然后将数据发送给前哨战,简单的很。最终,这些数据将会成为行星探测公司著名的行星数据库的一部分。</p>
<p>然而,我将要消失在这宇宙中,从未存在过。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/25/martiansky/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:35:00.000Z"><a href="/archive/2014/09/23/memo/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/memo/">今夜请把我忘记</a></h1>
</header>
<div class="entry">
<p>又一个平安夜,月亮安详的浮在夜之海上,它似乎在享受着虚无。地面是一片荒漠,没有丝毫的生机。可月光还是静静的飘了下来,静静地落在地上。</p>
<p>我躺在沙砾中,任凭月光压在身上……</p>
<p>我只是这个世界的一个附属品,是它实现自身价值的一颗棋子。我的存在是一种莫名的奇迹。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/memo/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:35:00.000Z"><a href="/archive/2014/09/23/bridge/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/bridge/">奈何桥</a></h1>
</header>
<div class="entry">
<p>门前的银杏树老了。</p>
<p>许多许多年前,我还是个学生的时候,总是喜欢蹲在图书馆门前,眯好眼睛,静静的听那银杏果落在地上。砰!那时候的我总会相信那是生命的抗争,是卑微的生命向强大的天地展示自己的无所畏惧的精神。</p>
<p>残阳西沉,窗外的落叶渐渐变得模糊,新月也将西下,又一个残酷的夜晚即将到来。已经听到门外有人在哭泣:</p>
<blockquote>
<p>来生若得相见,还会不会与你再续前缘。</p>
</blockquote>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/bridge/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:31:00.000Z"><a href="/archive/2014/09/23/letter/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/letter/">一封永远寄不出的信</a></h1>
</header>
<div class="entry">
<p>我还写过一篇,可能是第二篇悲剧性的小说吧。找出来附在下面:</p>
<p>那个时候我还没有看过流浪地球,其实那个时侯,大刘还没写呢!哎,说起来很没意思,我写不出硬科幻的,我不喜欢。我喜欢人情味!大刘的流浪地球确实是经典,我的想法只是大刘的幻想海洋中的一滴微不足道的水罢了。</p>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/letter/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:28:00.000Z"><a href="/archive/2014/09/23/phycho/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/phycho/">一个「精神病人」的救赎</a></h1>
</header>
<div class="entry">
<h2 id="抑郁而死">抑郁而死</h2>
<p>我有一间很可爱的小房子,虽然只是一间长长的卧室,但我把它打扫的干干净净,还在地板上仔细刻了很细致的纹路,而每一面墙上都整整齐齐的挂满了我的画。房子最里面,是一张精致的书桌。坐在书桌前,只需一抬头,便可以看到窗外斑斑树影。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/phycho/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:24:53.000Z"><a href="/archive/2014/09/23/reader/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/reader/">阅读者</a></h1>
</header>
<div class="entry">
<blockquote>
<p>「是那扇为痛苦不堪的生命所敞开的死亡之门,当所有的门都关闭时,这扇门允许值得尊敬的人来使用。你必须为我打开这扇门。你和所有其它人都知道门后面什么都没有,它可以让生命再次回到原位,但是进入此门者会忘记一切,珍贵的遗忘,会消除记忆的痛苦。我有太多的事情要忘记。」</p>
<p>《暗夜惊醒》, 作者 John C. Wright</p>
</blockquote>
<p>相传在古老的时代,天上的星还没有变成钻石,人类是生活在一个叫做上层的地方。只是后来天空之上喷出了红色的恶龙之火,上层顷刻间化为焦土。他们还说,只要我打开这扇门通向上层的远古之门,恶魔就会立刻奔涌进来,我的故事就走到了终点。</p>
<p>传说像是传染病,从上一代传到下一代。作为一个阅读者,我却清楚的知道,这扇远古之门通向的不是上层的焦土,而是一个更加绝望的世界。</p>
<p>我宁愿自己没有成为阅读者。
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/reader/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:24:53.000Z"><a href="/archive/2014/09/23/noodle/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/noodle/">面条儿</a></h1>
</header>
<div class="entry">
<p>我娘常说,学做饭,要从做面条开始。</p>
<p>于是我第一次做饭,就做了面条。那时候个子太小,灶台又高,只好使劲踮著脚,摇摇晃晃的拿了一双很长的筷子,把那些想立起来跳舞的面条一根根嗯到滚烫的水里面。<br>我娘说,每跟面条都有不一样的性格。紫色的面条会很安静,他们就藏在水里面,不会跑不会跳,最多扭扭身子;蓝色的面条很调皮,通常跳舞跳得最欢的,就是他们了;绿色的面条很认真,他们最守规则,跳舞也很呆板;橙子色的面条最胆小,他们也跳舞,但是最怕跟别的面条挤成一堆,所以总是跑到面条少的地方自个儿跳。</p>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/noodle/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-09-24T02:24:53.000Z"><a href="/archive/2014/09/23/creator/">Sep 23 2014</a></time>
<h1 class="title"><a href="/archive/2014/09/23/creator/">孩童的宇宙</a></h1>
</header>
<div class="entry">
<p>我让雨下的小了些,好让他们能够更清楚的看清那道闪电。</p>
<p>如果是在那一年之前,你会选择沉默,你会用无言来抗议,然后我会轻轻的摸着你的头发,指指远处的花园,笑着说:哎呀,你看,他们把灯点亮了。你会很快的反驳我:哼,无聊。</p>
<p>可是现在,你却在另外一个世界。也许你正独自吃着午饭,泪珠流下来,落到饭碗里,你看到泪水快速的碎裂,包裹在饭粒上,然后终于忍不住,大声哭了出来。也许,你已经不在了。</p>
<p>那一年,又是哪一年?中午,又是什么?这些时间的标记对我来说,已经毫无用处。我曾经想要拥有更多的时间,可如今我却成为了时间。然而我怕遗忘,我不断的计算着你的世界,计算着这些时间标记。</p>
<p>我已经回不去了。</p>
</div>
<footer>
<div class="alignleft">
<a href="/archive/2014/09/23/creator/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</div>
</article>
<article class="post">
<div class="post-content">
<header>
<div class="icon"></div>
<time datetime="2014-07-16T20:39:06.000Z"><a href="/archive/2014/07/16/night1/">Jul 16 2014</a></time>
<h1 class="title"><a href="/archive/2014/07/16/night1/">暗夜往事——我所知的星际移民史</a></h1>
</header>
<div class="entry">
<p>与大航海时代不同的是,我们早已熟知目的地。</p>
<p>没有牺牲的探险似乎只能讲成乏味的故事。我们的探险中确实也没有人直接死去,但是那些落满了火星沙尘的墓碑,却在讲述着一个个悲壮的故事。</p>
<p>在星际移民中心巨大的倒金字塔形建筑中,档案馆被安置在最下层的塔尖。巨浪中披风前进的巨舰不需要怀旧的档案,它只要向前,永不停歇。</p>
<p>而我却深爱着这间空旷而没有灯光的档案馆,那些散发着微光的档案就像夜幕上的星光点点。我们踏上了许多星球,却依然为遥远的星光所着迷。</p>
<p>暗夜之中,往事与未来,谁又说得清。</p>
</div>
<footer>
<div class="clearfix"></div>
</footer>
</div>
</article>
<nav id="pagination">
<div class="clearfix"></div>
</nav>
</div></div>
<aside id="sidebar" class="alignright">
<div class="search">
<form action="//google.com/search" method="get" accept-charset="utf-8">
<input type="search" name="q" results="0" placeholder="Search">
<input type="hidden" name="q" value="site:emptymalei.github.io">
</form>
</div>
<div class="widget tag">
<h3 class="title">Categories</h3>
<ul class="entry">
<li><a href="/archive/categories/科幻/">科幻</a><small>9</small></li>
</ul>
</div>
<div class="widget tag">
<h3 class="title">Tags</h3>
<ul class="entry">
<li><a href="/archive/tags/星际移民/">星际移民</a><small>4</small></li>
<li><a href="/archive/tags/科幻/">科幻</a><small>10</small></li>
</ul>
</div>
</aside>
<div class="clearfix"></div>
</div>
<footer id="footer" class="inner"><div class="alignleft">
© 2014 OctoMiao
</div>
<div class="clearfix"></div></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="/archive/js/jquery.imagesloaded.min.js"></script>
<script src="/archive/js/gallery.js"></script>
<script type="text/javascript">
var disqus_shortname = 'hypernova';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<link rel="stylesheet" href="/archive/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/archive/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
</body>
</html> | emptymalei/emptymalei.github.io | me/archive/tags/科幻/index.html | HTML | mit | 26,662 |
<!DOCTYPE html>
<html ng-app="SenseSpaceApp">
<head>
<title>Sense Space</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel='stylesheet' href='css/bootstrap.min.css' />
<link rel='stylesheet' href="css/leaflet.css"/>
<style type="text/css">
.red{
border-radius: 120px;
opacity: .75;
background-color: #FF0000;
-webkit-animation-name: blinker;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 2s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
</style>
</head>
<body ng-cloak>
<div class='container'>
<nav ng-controller="NavController" class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" ng-click="isCollapsed = !isCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="navbar-collapse" ng-class="isCollapsed ? 'collapse' : 'in'">
<ul class="nav navbar-nav">
<li ng-class="getClass('/Game')"> <a href="#/Game">
<span class="glyphicon glyphicon-tree-conifer"></span> Game Mode</a></li>
<li ng-class="getClass('/Simulator')"> <a href="#/Simulator">
<span class="glyphicon glyphicon-list-alt"></span> Simulator</a></li>
<li ng-class="getClass('/Dashboard')"><a href="#/Dashboard">
<span class="glyphicon glyphicon-dashboard"></span> Dashboard</a></li>
</ul>
</div>
</nav>
</div>
<div class="container" ng-view>
<!-- Route dependent content goes here -->
</div>
<!-- Lib -->
<script src="bower_components/pubnub/web/pubnub.min.js"></script>
<script src = "lib/jquery-2.0.3.min.js"></script>
<script src = "lib/bootstrap.min.js"></script>
<script src = "lib/underscore.js"></script>
<script src = "lib/angular/angular.min.js"></script>
<script src = "lib/angular-route/angular-route.min.js"></script>
<script src = "lib/leaflet.js"></script>
<script src = "lib/angular-leaflet-directive.js"></script>
<script src = "lib/angular-leaflet-directive.min.js"></script>
<script src="bower_components/pubnub-angular/lib/pubnub-angular.js"></script>
<!-- Your App -->
<script src = "js/app.js"></script>
<!-- Controllers -->
<script src = "js/controllers/Simulator.js"></script>
<script src = "js/controllers/Dashboard.js"></script>
<script src = "js/controllers/Game.js"></script>
<script src = "js/controllers/NavController.js"></script>
<!--Directives -->
<script src ="js/directives/mycurrentTime.js"></script>
<!-- Services -->
<script src ="js/services/SendPosition.js"></script>
<script src ="js/services/ReadPositions.js"></script>
<!-- Filters -->
</body>
</html>
| emerging-tech/sense-space | index.html | HTML | mit | 4,658 |
---
layout: page
title: "Artwork"
summary: "Artwork and design"
img: "/public/images/red-bird.png"
tag: [artwork, design]
---
<script src="/bower_components/lightbox2/src/js/lightbox.js"></script>
<link href="/bower_components/lightbox2/src/css/lightbox.css" rel="stylesheet" />
<div class="grid-items">
<div id="gallery1">
{% for gallery in site.data.galleries %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery2">
{% for gallery in site.data.drawings %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery3">
{% for gallery in site.data.paintings %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery4">
{% for gallery in site.data.promo-art %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
<div class="grid-items">
<div id="gallery5">
{% for gallery in site.data.comics %}
<h1>{{ gallery.description }}</h1>
<div class="grid-item">
{% for image in gallery.images %}
<a href="{{ image.name }}" data-lightbox="{{ gallery.id }}" title="{{ image.text }}">
<img src="{{ image.thumb }}">
</a>
{% endfor %}
</div>
<p>{{ image.text }}</p>
{% endfor %}
</div>
</div>
| tmray/tmray.github.com | _collection/artwork.html | HTML | mit | 2,524 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4pl4 / contrib:lin-alg dev</a></li>
<li class="active"><a href="">2014-11-29 03:38:54</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:lin-alg
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-29 03:38:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 03:38:54 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:lin-alg/coq:contrib:lin-alg.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:lin-alg.dev coq.8.4pl4</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4).
The following dependencies couldn't be met:
- coq:contrib:lin-alg -> coq = dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:lin-alg.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4pl4
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4pl4.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.dev [required by coq:contrib:lin-alg]
- install coq:contrib:lin-alg.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.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.dev.
Building coq:contrib:lin-alg.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:lin-alg.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>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.01.0-1.2.0/unstable/8.4pl4/contrib:lin-alg/dev/2014-11-29_03-38-54.html | HTML | mit | 6,910 |
---
layout: default
lang: en
ref: exhibitions
title: Exhibitions
permalink: "/en/exhibitions/"
excerpt: Overview of exhibitions in which this project was presented.
---
<section class="row exhibitions">
<section class="twelve columns">
<h2>RITA in exhibitions</h2>
<p>Thanks to the interdisciplinary cooperation it was possible to present the project in several exhibitions. In the summer of 2017 RITA was first presented at the <em>Lange Nacht der Wissenschaften</em> at Humboldt Universität zu Berlin. Shortly thereafter the project was also exhibited at the <em>Werkschau</em> of the University of Applied Sciences Potsdam.</p>
</section>
</section>
<section class="row img-gallery">
<section class="eight columns">
<img src="{{site.baseurl}}/img/rita_werkschau_01.png" alt="">
</section>
<section class="four columns">
<img src="{{site.baseurl}}/img/rita_werkschau_04.png" alt="">
</section>
</section>
<section class="row img-gallery">
<section class="six columns">
<img src="{{site.baseurl}}/img/rita_werkschau_02.png" alt="">
</section>
<section class="six columns">
<img src="{{site.baseurl}}/img/rita_lange-nacht_01.png" alt="">
<img src="{{site.baseurl}}/img/rita_werkschau_03.png" alt="">
<img src="{{site.baseurl}}/img/rita_lange-nacht_02.png" alt="">
</section>
</section>
| dnsos/ritasgeschichte | _pages/exhibition/exhibitions.html | HTML | mit | 1,350 |
<form>
<fieldset>
<legend>Blog Feed Setup</legend>
<div class="form-field">
{{ widget.blog_feed_url.id_hidden_field }}
<label for="{{ widget.blog_feed_url.value_field_id }}">
Enter the RSS/ATOM Feed URL
</label>
<input type="text"
placeholder="http://someurl.com/feed.rss"
id="{{ widget.blog_feed_url.value_field_id }}"
name="{{ widget.blog_feed_url.value_field_name }}"
value="{{ widget.blog_feed_url.best_value | url_encode }}"
/>
</div>
<div class="form-field check-field">
{{ widget.blog_feed_display_summary.id_hidden_field }}
<input type="hidden"
id="{{ widget.blog_feed_display_summary.value_field_id }}_false"
name="{{ widget.blog_feed_display_summary.value_field_name }}"
value="false"
/>
<input type="checkbox"
id="{{ widget.blog_feed_display_summary.value_field_id }}_true"
name="{{ widget.blog_feed_display_summary.value_field_name }}"
value="true"
{% if widget.blog_feed_display_summary.best_value == "true" %}
checked="checked"
{% endif %}
/>
<label for="{{ widget.blog_feed_display_summary.value_field_id }}_true">
Show Summary
</label>
</div>
<div class="form-field">
{{ widget.blog_feed_number_to_display.id_hidden_field }}
<label for="{{ widget.blog_feed_number_to_display.value_field_id }}">
Number of Entries to Show
</label>
<input type="number", min="0" max="25"
placeholder="number_to_display of Feed"
id="{{ widget.blog_feed_number_to_display.value_field_id }}"
name="{{ widget.blog_feed_number_to_display.value_field_name }}"
{% if widget.blog_feed_number_to_display.best_value %}
value="{{ widget.blog_feed_number_to_display.best_value }}"
{% else %}
value="3"
{% endif %}
/>
</div>
</fieldset>
<fieldset>
<legend>Twitter Feed Setup</legend>
<div class="form-field">
{{ widget.twitter_username.id_hidden_field }}
<label for="{{ widget.twitter_username.value_field_id }}" >
Twitter Username
</label>
<input type="text"
id="{{ widget.twitter_username.value_field_id }}"
name="{{ widget.twitter_username.value_field_name }}"
value="{{ widget.twitter_username.best_value }}"
/>
</div>
<div class="form-field check-field">
{{ widget.twitter_display_avatars.id_hidden_field }}
<input type="hidden"
id="{{ widget.twitter_display_avatars.value_field_id }}_false"
name="{{ widget.twitter_display_avatars.value_field_name }}"
value="false"
/>
<input type="checkbox"
id="{{ widget.twitter_display_avatars.value_field_id }}"
name="{{ widget.twitter_display_avatars.value_field_name }}"
value="true"
{% if web_page.display == "true" %}
checked="checked"
{% endif %}
/>
<label for="{{ widget.twitter_display_avatars.value_field_id }}">
Show Avatars
</label>
</div>
<div class="form-field">
{{ widget.twitter_tweet_count.id_hidden_field }}
<label for="{{ widget.twitter_tweet_count.value_field_id }}">
Number of Tweets to Show
</label>
<input type="number"
min="1"
id="{{ widget.twitter_tweet_count.value_field_id }}"
name="{{ widget.twitter_tweet_count.value_field_name }}"
value="{{ widget.twitter_tweet_count.best_value }}"
/>
</div>
</fieldset>
<input type="submit" value="Save" class="btn" />
</form>
| jlsuttles/g5-widget-garden | public/static/components/social-feed/edit.html | HTML | mit | 3,640 |
{% extends "base.html" %}
{% block nav %}{% endblock %}
{% block body %}
<h2>500 - I Am Error</h2>
{% endblock %}
| Apreche/yummy | templates/500.html | HTML | mit | 114 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `RTLD_LAZY` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, RTLD_LAZY">
<title>libc::RTLD_LAZY - Rust</title>
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'RTLD_LAZY', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>RTLD_LAZY</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-387' class='srclink' href='../src/libc/unix/mod.rs.html#134' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const RTLD_LAZY: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>0x1</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../jquery.js"></script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html> | ebfull/ebfull.github.io | pcap/libc/constant.RTLD_LAZY.html | HTML | mit | 4,116 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>math-classes: 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.8.0 / math-classes - 1.0.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
math-classes
<small>
1.0.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 06:52:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 06:52:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/math-classes/"
doc: "https://github.com/math-classes/"
authors: [
"Eelis van der Weegen"
"Bas Spitters"
"Robbert Krebbers"
]
license: "Public Domain"
build: [
[ "./configure.sh" ]
[ make "-j%{jobs}%" ]
]
install: [
[ make "install" ]
]
depends: [
"ocaml"
"coq" {= "8.6"}
"coq-bignums" {>= "8.6"}
]
synopsis: "A library of abstract interfaces for mathematical structures in Coq"
url {
src: "https://github.com/math-classes/math-classes/archive/1.0.7.zip"
checksum: "md5=b9b1e8f98fb9d3d197765b5366b467f1"
}
</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-math-classes.1.0.7 coq.8.8.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.8.0).
The following dependencies couldn't be met:
- coq-math-classes -> coq = 8.6 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-math-classes.1.0.7</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.07.1-2.0.6/released/8.8.0/math-classes/1.0.7.html | HTML | mit | 6,514 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Linking Charities</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding: 25px;
}
.carousel-inner img {
width: 100%; /* Set width to 100% */
min-height: 200px;
}
/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
.carousel-caption {
display: none;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Logo</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/homepage/login"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-8">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="https://placehold.it/800x400?text=IMAGE" alt="Image">
<div class="carousel-caption">
<h3>Sell $</h3>
<p>Money Money.</p>
</div>
</div>
<div class="item">
<img src="https://placehold.it/800x400?text=Another Image Maybe" alt="Image">
<div class="carousel-caption">
<h3>More Sell $</h3>
<p>Lorem ipsum...</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<p>Some text..</p>
</div>
<div class="well">
<p>Upcoming Events..</p>
</div>
<div class="well">
<p>Visit Our Blog</p>
</div>
</div>
</div>
<hr>
</div>
<div class="container text-center">
<h3>What We Do</h3>
<br>
<div class="row">
<div class="col-sm-3">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Current Project</p>
</div>
<div class="col-sm-3">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Project 2</p>
</div>
<div class="col-sm-3">
<div class="well">
<p>Some text..</p>
</div>
<div class="well">
<p>Some text..</p>
</div>
</div>
<div class="col-sm-3">
<div class="well">
<p>Some text..</p>
</div>
<div class="well">
<p>Some text..</p>
</div>
</div>
</div>
<hr>
</div>
<div class="container text-center">
<h3>Our Partners</h3>
<br>
<div class="row">
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 1</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 2</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 3</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 4</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 5</p>
</div>
<div class="col-sm-2">
<img src="https://placehold.it/150x80?text=IMAGE" class="img-responsive" style="width:100%" alt="Image">
<p>Partner 6</p>
</div>
</div>
</div><br>
<footer class="container-fluid text-center">
<p>Footer Text</p>
</footer>
</body>
</html>
| linkingcharities/linkingcharities | Linking_Charities/homepage/templates/homepage/homepage.html | HTML | mit | 5,503 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../local__basic_endpoint.html" title="local::basic_endpoint">
<link rel="prev" href="data/overload2.html" title="local::basic_endpoint::data (2 of 2 overloads)">
<link rel="next" href="operator_not__eq_.html" title="local::basic_endpoint::operator!=">
</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="data/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.local__basic_endpoint.data_type"></a><a class="link" href="data_type.html" title="local::basic_endpoint::data_type">local::basic_endpoint::data_type</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp89487432"></a>
The type of the endpoint structure. This
type is dependent on the underlying implementation of the socket layer.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">data_type</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.local__basic_endpoint.data_type.h0"></a>
<span class="phrase"><a name="boost_asio.reference.local__basic_endpoint.data_type.requirements"></a></span><a class="link" href="data_type.html#boost_asio.reference.local__basic_endpoint.data_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/local/basic_endpoint.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2013 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="data/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__basic_endpoint.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_not__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| laborautonomo/poedit | deps/boost/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html | HTML | mit | 4,021 |
<!DOCTYPE html>
<html>
<head>
<title>Hello React!</title>
</head>
<body>
<div
data-bazooka="greeting"
data-message="Hello"
></div>
<script src="../../dist/react-basic.js"></script>
</body>
</html>
| seedofjoy/bazooka | examples/react-basic/index.html | HTML | mit | 269 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/pixi/filters/BlurYFilter.js - pixi.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http://www.goodboydigital.com/pixijs/logo_small.png" title="pixi.js"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 2.0.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/AbstractFilter.html">AbstractFilter</a></li>
<li><a href="../classes/AjaxRequest.html">AjaxRequest</a></li>
<li><a href="../classes/AlphaMaskFilter.html">AlphaMaskFilter</a></li>
<li><a href="../classes/AsciiFilter.html">AsciiFilter</a></li>
<li><a href="../classes/AssetLoader.html">AssetLoader</a></li>
<li><a href="../classes/AtlasLoader.html">AtlasLoader</a></li>
<li><a href="../classes/autoDetectRecommendedRenderer.html">autoDetectRecommendedRenderer</a></li>
<li><a href="../classes/autoDetectRenderer.html">autoDetectRenderer</a></li>
<li><a href="../classes/BaseTexture.html">BaseTexture</a></li>
<li><a href="../classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
<li><a href="../classes/BitmapText.html">BitmapText</a></li>
<li><a href="../classes/BlurFilter.html">BlurFilter</a></li>
<li><a href="../classes/BlurXFilter.html">BlurXFilter</a></li>
<li><a href="../classes/BlurYFilter.html">BlurYFilter</a></li>
<li><a href="../classes/CanvasBuffer.html">CanvasBuffer</a></li>
<li><a href="../classes/CanvasGraphics.html">CanvasGraphics</a></li>
<li><a href="../classes/CanvasMaskManager.html">CanvasMaskManager</a></li>
<li><a href="../classes/CanvasRenderer.html">CanvasRenderer</a></li>
<li><a href="../classes/CanvasTinter.html">CanvasTinter</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/ColorMatrixFilter.html">ColorMatrixFilter</a></li>
<li><a href="../classes/ColorStepFilter.html">ColorStepFilter</a></li>
<li><a href="../classes/ComplexPrimitiveShader.html">ComplexPrimitiveShader</a></li>
<li><a href="../classes/ConvolutionFilter.html">ConvolutionFilter</a></li>
<li><a href="../classes/CrossHatchFilter.html">CrossHatchFilter</a></li>
<li><a href="../classes/DisplacementFilter.html">DisplacementFilter</a></li>
<li><a href="../classes/DisplayObject.html">DisplayObject</a></li>
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="../classes/DotScreenFilter.html">DotScreenFilter</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/FilterBlock.html">FilterBlock</a></li>
<li><a href="../classes/FilterTexture.html">FilterTexture</a></li>
<li><a href="../classes/Graphics.html">Graphics</a></li>
<li><a href="../classes/GraphicsData.html">GraphicsData</a></li>
<li><a href="../classes/GrayFilter.html">GrayFilter</a></li>
<li><a href="../classes/ImageLoader.html">ImageLoader</a></li>
<li><a href="../classes/InteractionData.html">InteractionData</a></li>
<li><a href="../classes/InteractionManager.html">InteractionManager</a></li>
<li><a href="../classes/InvertFilter.html">InvertFilter</a></li>
<li><a href="../classes/JsonLoader.html">JsonLoader</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
<li><a href="../classes/NoiseFilter.html">NoiseFilter</a></li>
<li><a href="../classes/NormalMapFilter.html">NormalMapFilter</a></li>
<li><a href="../classes/PixelateFilter.html">PixelateFilter</a></li>
<li><a href="../classes/PixiFastShader.html">PixiFastShader</a></li>
<li><a href="../classes/PixiShader.html">PixiShader</a></li>
<li><a href="../classes/Point.html">Point</a></li>
<li><a href="../classes/Polygon.html">Polygon</a></li>
<li><a href="../classes/PolyK.html">PolyK</a></li>
<li><a href="../classes/PrimitiveShader.html">PrimitiveShader</a></li>
<li><a href="../classes/Rectangle.html">Rectangle</a></li>
<li><a href="../classes/RenderTexture.html">RenderTexture</a></li>
<li><a href="../classes/RGBSplitFilter.html">RGBSplitFilter</a></li>
<li><a href="../classes/Rope.html">Rope</a></li>
<li><a href="../classes/SepiaFilter.html">SepiaFilter</a></li>
<li><a href="../classes/SmartBlurFilter.html">SmartBlurFilter</a></li>
<li><a href="../classes/Spine.html">Spine</a></li>
<li><a href="../classes/SpineLoader.html">SpineLoader</a></li>
<li><a href="../classes/Sprite.html">Sprite</a></li>
<li><a href="../classes/SpriteBatch.html">SpriteBatch</a></li>
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="../classes/Stage.html">Stage</a></li>
<li><a href="../classes/Strip.html">Strip</a></li>
<li><a href="../classes/StripShader.html">StripShader</a></li>
<li><a href="../classes/Text.html">Text</a></li>
<li><a href="../classes/Texture.html">Texture</a></li>
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="../classes/TiltShiftFilter.html">TiltShiftFilter</a></li>
<li><a href="../classes/TiltShiftXFilter.html">TiltShiftXFilter</a></li>
<li><a href="../classes/TiltShiftYFilter.html">TiltShiftYFilter</a></li>
<li><a href="../classes/TwistFilter.html">TwistFilter</a></li>
<li><a href="../classes/WebGLBlendModeManager.html">WebGLBlendModeManager</a></li>
<li><a href="../classes/WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a></li>
<li><a href="../classes/WebGLFilterManager.html">WebGLFilterManager</a></li>
<li><a href="../classes/WebGLGraphics.html">WebGLGraphics</a></li>
<li><a href="../classes/WebGLGraphicsData.html">WebGLGraphicsData</a></li>
<li><a href="../classes/WebGLMaskManager.html">WebGLMaskManager</a></li>
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
<li><a href="../classes/WebGLShaderManager.html">WebGLShaderManager</a></li>
<li><a href="../classes/WebGLSpriteBatch.html">WebGLSpriteBatch</a></li>
<li><a href="../classes/WebGLStencilManager.html">WebGLStencilManager</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/PIXI.html">PIXI</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src/pixi/filters/BlurYFilter.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* The BlurYFilter applies a vertical Gaussian blur to an object.
*
* @class BlurYFilter
* @extends AbstractFilter
* @constructor
*/
PIXI.BlurYFilter = function()
{
PIXI.AbstractFilter.call( this );
this.passes = [this];
// set the uniforms
this.uniforms = {
blur: {type: '1f', value: 1/512}
};
this.fragmentSrc = [
'precision mediump float;',
'varying vec2 vTextureCoord;',
'varying vec4 vColor;',
'uniform float blur;',
'uniform sampler2D uSampler;',
'void main(void) {',
' vec4 sum = vec4(0.0);',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - 4.0*blur)) * 0.05;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - 3.0*blur)) * 0.09;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - 2.0*blur)) * 0.12;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y - blur)) * 0.15;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y)) * 0.16;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + blur)) * 0.15;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + 2.0*blur)) * 0.12;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + 3.0*blur)) * 0.09;',
' sum += texture2D(uSampler, vec2(vTextureCoord.x, vTextureCoord.y + 4.0*blur)) * 0.05;',
' gl_FragColor = sum;',
'}'
];
};
PIXI.BlurYFilter.prototype = Object.create( PIXI.AbstractFilter.prototype );
PIXI.BlurYFilter.prototype.constructor = PIXI.BlurYFilter;
/**
* Sets the strength of both the blur.
*
* @property blur
* @type Number the strength of the blur
* @default 2
*/
Object.defineProperty(PIXI.BlurYFilter.prototype, 'blur', {
get: function() {
return this.uniforms.blur.value / (1/7000);
},
set: function(value) {
//this.padding = value;
this.uniforms.blur.value = (1/7000) * value;
}
});
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
| ctaquu/parallax-scroller | docs/files/src_pixi_filters_BlurYFilter.js.html | HTML | mit | 13,612 |
<!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="./0d87cef3dee18011c370f69d072356bb86eb6bf1cf449857b1d350573577ea71.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/ee2021efbd8d00137c7b2c4522ba0678b1e32ffd4e47509d1262309b2789b1df.html | HTML | mit | 550 |
<!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Tempest: Tempest::Layout Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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" />
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Tempest
</div>
</td>
<td> <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>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_tempest_1_1_layout.html','');});
</script>
<div id="doc-content">
<!-- 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="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="#pro-static-methods">Static Protected Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="class_tempest_1_1_layout-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Tempest::Layout Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>The <a class="el" href="class_tempest_1_1_layout.html" title="The Layout class is the base class of ui-geometry managers. ">Layout</a> class is the base class of ui-geometry managers.
<a href="class_tempest_1_1_layout.html#details">More...</a></p>
<p><code>#include <<a class="el" href="layout_8h_source.html">layout.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for Tempest::Layout:</div>
<div class="dyncontent">
<div class="center">
<img src="class_tempest_1_1_layout.png" usemap="#Tempest::Layout_map" alt=""/>
<map id="Tempest::Layout_map" name="Tempest::Layout_map">
<area href="struct_tempest_1_1_abstract_list_box_1_1_wrap_layout.html" alt="Tempest::AbstractListBox::WrapLayout" shape="rect" coords="0,56,225,80"/>
<area href="class_tempest_1_1_linear_layout.html" alt="Tempest::LinearLayout" shape="rect" coords="235,56,460,80"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ad929e9a07117e7567d4a9344ff507441"><td class="memItemLeft" align="right" valign="top"><a id="ad929e9a07117e7567d4a9344ff507441"></a>
<a class="el" href="class_tempest_1_1_widget.html">Widget</a> * </td><td class="memItemRight" valign="bottom"><b>owner</b> ()</td></tr>
<tr class="separator:ad929e9a07117e7567d4a9344ff507441"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a59c81bce529fb293109345fdbe3a3f15"><td class="memItemLeft" align="right" valign="top"><a id="a59c81bce529fb293109345fdbe3a3f15"></a>
const <a class="el" href="class_tempest_1_1_widget.html">Widget</a> * </td><td class="memItemRight" valign="bottom"><b>owner</b> () const</td></tr>
<tr class="separator:a59c81bce529fb293109345fdbe3a3f15"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aabf83d12155fd9682c72322f8a696c0a"><td class="memItemLeft" align="right" valign="top"><a id="aabf83d12155fd9682c72322f8a696c0a"></a>
void </td><td class="memItemRight" valign="bottom"><b>add</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *w, size_t pos)</td></tr>
<tr class="separator:aabf83d12155fd9682c72322f8a696c0a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adfa32528440cf66250be06c3c7a99a9e"><td class="memItemLeft" align="right" valign="top"><a id="adfa32528440cf66250be06c3c7a99a9e"></a>
void </td><td class="memItemRight" valign="bottom"><b>add</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *widget)</td></tr>
<tr class="separator:adfa32528440cf66250be06c3c7a99a9e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a73b7bd05748333a1a0fbeb1ac5ccf260"><td class="memItemLeft" align="right" valign="top"><a id="a73b7bd05748333a1a0fbeb1ac5ccf260"></a>
void </td><td class="memItemRight" valign="bottom"><b>del</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *widget)</td></tr>
<tr class="separator:a73b7bd05748333a1a0fbeb1ac5ccf260"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3b479d59cef4b31228d0ae0e7f446d07"><td class="memItemLeft" align="right" valign="top"><a id="a3b479d59cef4b31228d0ae0e7f446d07"></a>
void </td><td class="memItemRight" valign="bottom"><b>removeAll</b> ()</td></tr>
<tr class="separator:a3b479d59cef4b31228d0ae0e7f446d07"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aefc8f2b268bdd5d8200146f907a752d6"><td class="memItemLeft" align="right" valign="top"><a id="aefc8f2b268bdd5d8200146f907a752d6"></a>
<a class="el" href="class_tempest_1_1_widget.html">Widget</a> * </td><td class="memItemRight" valign="bottom"><b>take</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *widget)</td></tr>
<tr class="separator:aefc8f2b268bdd5d8200146f907a752d6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3d30878a28bd493f42b4ff2a74e8bbdd"><td class="memItemLeft" align="right" valign="top"><a id="a3d30878a28bd493f42b4ff2a74e8bbdd"></a>
const std::vector< <a class="el" href="class_tempest_1_1_widget.html">Widget</a> * > & </td><td class="memItemRight" valign="bottom"><b>widgets</b> ()</td></tr>
<tr class="separator:a3d30878a28bd493f42b4ff2a74e8bbdd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a90f8470da068f33f79bdd8aab15944ad"><td class="memItemLeft" align="right" valign="top"><a id="a90f8470da068f33f79bdd8aab15944ad"></a>
virtual void </td><td class="memItemRight" valign="bottom"><b>applyLayout</b> ()</td></tr>
<tr class="separator:a90f8470da068f33f79bdd8aab15944ad"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0199f8d8cfbb6ea17c651570ec2ab21a"><td class="memItemLeft" align="right" valign="top"><a id="a0199f8d8cfbb6ea17c651570ec2ab21a"></a>
void </td><td class="memItemRight" valign="bottom"><b>setSpacing</b> (int s)</td></tr>
<tr class="separator:a0199f8d8cfbb6ea17c651570ec2ab21a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a480e140feb5ee468f443e253a286f205"><td class="memItemLeft" align="right" valign="top"><a id="a480e140feb5ee468f443e253a286f205"></a>
int </td><td class="memItemRight" valign="bottom"><b>spacing</b> () const</td></tr>
<tr class="separator:a480e140feb5ee468f443e253a286f205"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7741d5074ec60ba37ceab744d075f259"><td class="memItemLeft" align="right" valign="top"><a id="a7741d5074ec60ba37ceab744d075f259"></a>
void </td><td class="memItemRight" valign="bottom"><b>setMargin</b> (const <a class="el" href="struct_tempest_1_1_margin.html">Margin</a> &m)</td></tr>
<tr class="separator:a7741d5074ec60ba37ceab744d075f259"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0fb5daae4b331d9d4ed33c663940183c"><td class="memItemLeft" align="right" valign="top"><a id="a0fb5daae4b331d9d4ed33c663940183c"></a>
void </td><td class="memItemRight" valign="bottom"><b>setMargin</b> (int l, int r, int t, int b)</td></tr>
<tr class="separator:a0fb5daae4b331d9d4ed33c663940183c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ace72abb38ab09ffb9ed77fb0dce869b1"><td class="memItemLeft" align="right" valign="top"><a id="ace72abb38ab09ffb9ed77fb0dce869b1"></a>
const <a class="el" href="struct_tempest_1_1_margin.html">Margin</a> & </td><td class="memItemRight" valign="bottom"><b>margin</b> () const</td></tr>
<tr class="separator:ace72abb38ab09ffb9ed77fb0dce869b1"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a339414c56b06c77155d82667fd82c54e"><td class="memItemLeft" align="right" valign="top"><a id="a339414c56b06c77155d82667fd82c54e"></a>
static void </td><td class="memItemRight" valign="bottom"><b>placeIn</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *wx, int x, int y, int w, int h)</td></tr>
<tr class="separator:a339414c56b06c77155d82667fd82c54e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac712ac597ba6fd06003a4ca7493ef692"><td class="memItemLeft" align="right" valign="top"><a id="ac712ac597ba6fd06003a4ca7493ef692"></a>
static void </td><td class="memItemRight" valign="bottom"><b>placeIn</b> (<a class="el" href="class_tempest_1_1_widget.html">Widget</a> *wx, const <a class="el" href="struct_tempest_1_1_rect.html">Rect</a> &r)</td></tr>
<tr class="separator:ac712ac597ba6fd06003a4ca7493ef692"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:a2b944753c3c0fd46a7eadbc6765ea525"><td class="memItemLeft" align="right" valign="top"><a id="a2b944753c3c0fd46a7eadbc6765ea525"></a>
int </td><td class="memItemRight" valign="bottom"><b>summarySpacings</b> ()</td></tr>
<tr class="separator:a2b944753c3c0fd46a7eadbc6765ea525"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae77cf44cdfa8fbb17239b1fb8e00d0a"><td class="memItemLeft" align="right" valign="top"><a id="aae77cf44cdfa8fbb17239b1fb8e00d0a"></a>
int </td><td class="memItemRight" valign="bottom"><b>visibleCount</b> () const</td></tr>
<tr class="separator:aae77cf44cdfa8fbb17239b1fb8e00d0a"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-static-methods"></a>
Static Protected Member Functions</h2></td></tr>
<tr class="memitem:a55ed5fb799305e95c46eb0ef1b7b4a65"><td class="memItemLeft" align="right" valign="top"><a id="a55ed5fb799305e95c46eb0ef1b7b4a65"></a>
static <a class="el" href="struct_tempest_1_1_size.html">Size</a> </td><td class="memItemRight" valign="bottom"><b>sizeHint</b> (const <a class="el" href="class_tempest_1_1_widget.html">Widget</a> *wx)</td></tr>
<tr class="separator:a55ed5fb799305e95c46eb0ef1b7b4a65"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a29fa75ce3911bef8c5f4414f6f0242b8"><td class="memItemLeft" align="right" valign="top"><a id="a29fa75ce3911bef8c5f4414f6f0242b8"></a>
class </td><td class="memItemRight" valign="bottom"><b>Widget</b></td></tr>
<tr class="separator:a29fa75ce3911bef8c5f4414f6f0242b8"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="class_tempest_1_1_layout.html" title="The Layout class is the base class of ui-geometry managers. ">Layout</a> class is the base class of ui-geometry managers. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>ui/<a class="el" href="layout_8h_source.html">layout.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>Tempest</b></li><li class="navelem"><a class="el" href="class_tempest_1_1_layout.html">Layout</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>
| enotio/Tempest | docs/class_tempest_1_1_layout.html | HTML | mit | 14,945 |
<div ng-controller="shoppingHistoryController as shoppingHistory">
<div style="text-align:right">
<kendo-button class='k-command' ng-click="shoppingHistory.refreshHistory();" style='width: 70px;'>Refresh</kendo-button>
</div>
<div kendo-grid="shoppingHistory.shoppingHistoryGrid"
style="height: 425px"
k-options="shoppingHistory.gridOptions"></div>
</div> | tazmanrising/IntiotgAngular | Companies/ICE/AirEngine/Ovs.Hotel.Ui/apps/common/atb/tabs/shoppinghistory/shoppinghistory.html | HTML | mit | 397 |
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include head.html %}
</head>
<body id="page">
{% include browser-upgrade.html %}
{% include header.html %}
<div id="main" role="main">
{% include hubs.html %}
<article class="hentry">
<div class="entry-content">
{{ content }}
<footer class="entry-meta">
{% if page.modified %}<span>Updated on <span class="entry-date date published updated"><time datetime="{{ page.modified }}">{{ page.modified | date: "%B %d, %Y" }}</time></span></span>
<span class="author vcard"><span class="fn">{{ site.owner.name }}</span></span>{% endif %}
{% if page.share != false %}{% include social-share.html %}{% endif %}
</footer>
</div><!-- /.entry-content -->
{% if page.comments != false %}<section id="disqus_thread"></section><!-- /#disqus_thread -->{% endif %}
</article>
</div><!-- /#main -->
{% include scripts.html %}
<div class="footer-wrapper">
<footer role="contentinfo">
{% include footer.html %}
</footer>
</div><!-- /.footer-wrapper -->
</body>
</html>
| victorsenam/blog-maratonime | _layouts/page.html | HTML | mit | 1,364 |
<!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_71) on Sun Sep 13 07:28:35 EEST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer (XRd4J :: Client 0.0.8 API)</title>
<meta name="date" content="2015-09-13">
<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 com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer (XRd4J :: Client 0.0.8 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="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">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?com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html" target="_top">Frames</a></li>
<li><a href="AbstractServiceRequestSerializer.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 com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer" class="title">Uses of Class<br>com.pkrete.xrd4j.client.serializer.AbstractServiceRequestSerializer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">AbstractServiceRequestSerializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.pkrete.xrd4j.client.serializer">com.pkrete.xrd4j.client.serializer</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.pkrete.xrd4j.client.serializer">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">AbstractServiceRequestSerializer</a> in <a href="../../../../../../com/pkrete/xrd4j/client/serializer/package-summary.html">com.pkrete.xrd4j.client.serializer</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">AbstractServiceRequestSerializer</a> in <a href="../../../../../../com/pkrete/xrd4j/client/serializer/package-summary.html">com.pkrete.xrd4j.client.serializer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../com/pkrete/xrd4j/client/serializer/DefaultServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">DefaultServiceRequestSerializer</a></strong></code>
<div class="block">This class offers default implementation for the abstract
AbstractServiceRequestSerializer class.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</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="../../../../../../com/pkrete/xrd4j/client/serializer/AbstractServiceRequestSerializer.html" title="class in com.pkrete.xrd4j.client.serializer">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?com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html" target="_top">Frames</a></li>
<li><a href="AbstractServiceRequestSerializer.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 © 2014-2015. All Rights Reserved.</small></p>
</body>
</html>
| petkivim/xrd4j | docs/client/com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html | HTML | mit | 6,975 |
<html><img border=0 src=218-21-3.txt alt=218-21-3.txt></img><body>
"x"
"1" "YAMADA,K HAKURA,A KATO,TA, MIZUTANI,T AND SAEKI,KI,NITROGEN-SUBSTITUTION EFFECTS ON THE MUTAGENICITY AND CYTOCHROME P450ISOFORM-SELECTIVITY OF CHRYSENE ANALOGS, MUTAT. RES. 586(1):87-95,2005"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 218-21-3.txt.html | HTML | mit | 283 |
<!DOCTYPE html>
<head>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height">
<meta name="apple-mobile-web-app-capable" content="yes">
<link type="text/css" href="dist/style.css" rel="stylesheet"/>
</head>
<body>
<div class= "header-container">
<div class="header">
<div class="logo">
<div class="round"></div>
</div>
<div class="about">
<div class="name"> Nick Luo </div>
<div class="role"> Full-Stack Web Developer</div>
</div>
</div>
</div>
<div class="container">
<div class="box content">
<img class="box-img" src="images/image1.jpeg" alt="Main Container Image">
</div>
<div class="box featured-work">
<h2> Featured Work </h2>
</div>
<div class="box project">
<a href = "https://github.com/nluo/pushwoosh-node-client">
<img class ="project-img" src="images/tile-bg-1.jpg" alt="Project 1 Image">
<div class="description">
<div class="title"> Pushwoosh Client</div>
</div>
</a>
</div>
<div class="box project">
<a href = "https://github.com/nluo/boolean-picker">
<img class ="project-img" src="images/tile-bg-3.jpg" alt="Project 2 Image">
<div class="description">
<div class="title"> Boolean Picker</div>
</div>
</a>
</div>
<div class="box project">
<a href = "https://github.com/nluo/react-browerify-get-started">
<img class ="project-img" src="images/tile-bg-5.jpg" alt="Project 3 Image">
<div class="description">
<div class="title"> react-browerify-get-started </div>
</div>
</a>
</div>
</div>
</body>
</html>
| nluo/udacity-project1 | index.html | HTML | mit | 2,262 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>constructive-geometry: 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 / constructive-geometry - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
constructive-geometry
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-29 09:04:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 09:04:54 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.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/constructive-geometry"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ConstructiveGeometry"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: constructive mathematics"
"keyword: geometry"
"category: Mathematics/Geometry/General"
]
authors: [ "Gilles Kahn" ]
bug-reports: "https://github.com/coq-contribs/constructive-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/constructive-geometry.git"
synopsis: "Elements of Constructive Geometry"
description: "Constructive Geometry following Jan von Plato."
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/constructive-geometry/archive/v8.7.0.tar.gz"
checksum: "md5=046ab54dce613602d747b09a42f59a04"
}
</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-constructive-geometry.8.7.0 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't be met:
- coq-constructive-geometry -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-constructive-geometry.8.7.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.10.2-2.0.6/released/8.12.1/constructive-geometry/8.7.0.html | HTML | mit | 6,756 |
<section class="site-organizers">
<p>Developer MeetUp Freiburg wird organisiert von</p>
<p class="organizers">
<a href="http://www.ndh-websolutions.de/">
<img src="/assets/img/t3ndh.jpg" title="">
Nico de Haen
</a>
<a href="http://www.nimius.net/">
<img src="/assets/img/nimius_design.jpg" title="">
Nicki Uhlbach
</a>
<a href="https://twitter.com/sebastiansebald">
<img src="/assets/img/ssebald.jpg" title="">
Sebastian Sebald
</a>
</p>
<p>Folge uns auf Twitter</p>
<p>
<a href="https://twitter.com/{{ site.twitter_username}}"
class="twitter-follow-button"
data-show-count="false"
data-size="large">Folge @{{ site.twitter_username}}</a>
</p>
</section>
| inxmailgmbh/devsmeetup.github.io | _includes/organizers.html | HTML | mit | 756 |
<!doctype html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.1" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.1" />
<meta name="description" content="光阴给我们经验,读书给我们知识.">
<meta property="og:type" content="website">
<meta property="og:title" content="野性的呼唤">
<meta property="og:url" content="http://yoursite.com/archives/2016/06/index.html">
<meta property="og:site_name" content="野性的呼唤">
<meta property="og:description" content="光阴给我们经验,读书给我们知识.">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="野性的呼唤">
<meta name="twitter:description" content="光阴给我们经验,读书给我们知识.">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false},
fancybox: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/archives/2016/06/"/>
<title>归档 | 野性的呼唤</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">野性的呼唤</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
首页
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
标签
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
嗯..! 目前共计 24 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2016">2016</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2016/06/23/手势识别以及手势冲突处理/" itemprop="url">
<span itemprop="name">手势识别以及手势冲突处理</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-06-23T21:59:04+08:00"
content="2016-06-23" >
06-23
</time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.JPG"
alt="ShiJian" />
<p class="site-author-name" itemprop="name">ShiJian</p>
<p class="site-description motion-element" itemprop="description">光阴给我们经验,读书给我们知识.</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">24</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/zhangshijian" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/shijianzzzz" target="_blank" title="微博">
<i class="fa fa-fw fa-globe"></i>
微博
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">ShiJian</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.1"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.1"></script>
<script id="dsq-count-scr" src="https://野性的呼唤.disqus.com/count.js" async></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for (i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</body>
</html>
| zhangshijian/zhangshijian.github.io | archives/2016/06/index.html | HTML | mit | 10,299 |
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
<html lang="zh" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>Accelerating evolution through forking - BlockchainTranslator</title>
<meta name="description" content="Accelerating Evolution Through Forking 通过分叉加速区块链进化">
<meta name="author" content="BlockchainTranslator ">
<meta property="og:locale" content="zh_CN">
<meta property="og:site_name" content="BlockchainTranslator ">
<meta property="og:title" content="Accelerating evolution through forking">
<link rel="canonical" href="http://localhost:4000/Accelerating-Evolution-Through-Forking/">
<meta property="og:url" content="http://localhost:4000/Accelerating-Evolution-Through-Forking/">
<meta property="og:description" content="Accelerating Evolution Through Forking 通过分叉加速区块链进化">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2017-10-14T00:00:00+08:00">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "BlockchainTranslator Group",
"url" : "http://localhost:4000",
"sameAs" : null
}
</script>
<!-- end SEO -->
<link href="http://localhost:4000/feed.xml" type="application/atom+xml" rel="alternate" title="BlockchainTranslator Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css">
<!--[if lte IE 9]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--single">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="http://localhost:4000/">BlockchainTranslator </a>
<ul class="visible-links">
</ul>
<button type="button">
<span class="visually-hidden">切换菜单</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__content">
<h3 class="author__name" itemprop="name">BlockchainTranslator </h3>
<p class="author__bio" itemprop="description">
In Blockchain We Trust.
</p>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">关注</button>
<ul class="author__urls social-icons">
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">China</span>
</li>
<li>
<a href="https://github.com/BlockchainTranslator" itemprop="sameAs">
<i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
</a>
</li>
<!--
<li>
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs">
<i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link
</a>
</li>
-->
</ul>
</div>
</div>
</div>
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="headline" content="Accelerating evolution through forking">
<meta itemprop="description" content="Accelerating Evolution Through Forking 通过分叉加速区块链进化">
<meta itemprop="datePublished" content="October 14, 2017">
<div class="page__inner-wrap">
<header>
<h1 class="page__title" itemprop="headline">Accelerating evolution through forking
</h1>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
5 分钟读完
</p>
</header>
<section class="page__content" itemprop="text">
<h1 id="accelerating-evolution-through-forking-通过分叉加速区块链进化">Accelerating Evolution Through Forking 通过分叉加速区块链进化</h1>
<blockquote>
<p>本文翻译自:https://medium.com/@FEhrsam/accelerating-evolution-through-forking-6b0bba85a2ba</p>
<p>译者:<a href="https://github.com/BlockchainTranslator/EOS">区块链中文字幕组</a> <a href="https://github.com/xnylong/EOS">龙心小台</a></p>
<p>翻译时间:2017-10-14</p>
</blockquote>
<p>In a prior post I proposed <a href="https://medium.com/@FEhrsam/funding-the-evolution-of-blockchains-87d160988481">funding protocol development through inflation</a> as a powerful tool to evolve blockchains.</p>
<p>在之前的帖子中, 我提出通过<a href="https://medium.com/@FEhrsam/funding-the-evolution-of-blockchains-87d160988481">通货膨胀来资助协议</a>开发是一个可以发展区块链的强大工具。</p>
<p>Forking is a second critical evolutionary mechanism for blockchains. Just like mutations to DNA in biological organisms allow for evolution through natural selection, forking lets us run multiple experiments in parallel where the strongest versions survive. Unlike Web 2.0 companies, forking a blockchain is possible because the current code and state of a blockchain can be freely copied. It is the equivalent of any developer being able to make a copy of Facebook’s code and spin up a competing version at any time— something a Web 2.0 company would never allow.</p>
<p>分叉是第二个至关重要的区块链进化机制。正如生物体的基因突变使得通过自然选择的进化得以实现,分叉让我们可以并行运行多个实验,以使最强的版本得以生存。与 Web 2.0 的公司不同,区块链分叉是可行的, 因为当前的代码与区块链状态可以被任意复制。与其相似的是任意一个开发者都可以复制 Facebook 的代码并且随时上线竞争版本,而 Web 2.0 的公司绝不能如此。</p>
<p>However, there is a key issue with the economic incentives with the forks we have seen so far: the groups pushing forward new forks have very little economic incentive to make their fork succeed. This is because forking behavior to date replicates the token ownership of the prior chain instead of modifying it to incentivize its new core community.</p>
<p>然而,我们至今所见的分叉在经济激励上有个关键的问题: 推动新分叉的团体很少有足够的经济激励来使他们的分叉成功。这是由于迄今为止的分叉是直接复制旧链的代币所有权,而非通过修改所有权来达到激励新核心社区的目的。</p>
<p>Let’s take an example. Say there is a group of developers who believe they can create a better version of TokenA. They probably own a modest stake in TokenA pre-fork — say 0.10%. In their new ForkedTokenA they’d also own 0.10%. So their incentives to make ForkedTokenA succeed are very small and about the same as in TokenA.</p>
<p>让我们来举个例子。假设,有一组开发者相信他们可以开发出一个更好的 TokenA 的版本。他们可能拥有 TokenA 分叉前的一小部分代币 – 比如,0.10%。那么,他们也将拥有新分叉的 ForkedTokenA 的 0.10% 代币。所以,他们推动新分叉的 ForkedTokenA 成功的动力将会很小, 与推动 TokenA 成功的动力相仿。</p>
<p>Applying a startup lens, you’d want these “founders” of ForkedTokenA to have a strong economic incentive to make it a success. Ironically, they probably have a stronger economic incentive to improve the original TokenA than their ForkedTokenA since TokenA is likely to be more valuable to start. Let’s say TokenA is worth $10 and ForkedTokenA is worth $1 after the fork. A change which improves TokenA by 20% would net the developers $2 per coin, while a change which improves ForkedToken A by 20% would net the developers $0.20 per coin, and they own the same amount of coins. Their incentives are inverted. The developers would need to own more ForkedTokenA to fix the incentives.</p>
<p>从新兴公司的角度来说,你会想让这些 ForkedTokenA 的“创始人”有强大的经济激励来使 ForkedTokenA 成功。讽刺的是,他们可能有更强的经济动力去改善之前的 TokenA 而非他们自己的 ForkedTokenA , 因为改善 TokenA 可能更有价值。比如说, 分叉后 TokenA 值 $10 而 ForkedTokenA 值 $1。使 TokenA 提高20%的改变会让开发者每个代币得到 $2,使 ForkedTokenA 提高20%的改变会让开发者每个代币得到 $0.20,而开发者拥有的两种代币数量相同。所以,他们的激励是相反的。开发者们需要拥有更多的 ForkedTokenA 才能获得正确的激励。</p>
<p>Things become even more comical when the token holdings of the original chain’s foundation come into play. If TokenA Foundation owns 20% of the coins in TokenA, they will now own 20% of the coins in ForkedTokenA, while the development team driving ForkedTokenA own none. This happened when Ethereum Classic forked from Ethereum and the Ethereum Foundation owned a bunch of Ethereum Classic all of a sudden, despite having no interest in contributing to it.</p>
<p>当我们考虑原始链条的基金会时,事情将变得更加滑稽。如果 TokenA 的基金会拥有 20% 的 TokenA 代币,那么他们也将拥有 20% 的 ForkedTokenA 代币,而 ForkedTokenA 的开发团队却没有拥有代币。同样的事情也发生在以太经典( Ethereum Classic) 从以太币分叉之际,尽管以太基金会没有兴趣对以太经典做出任何贡献,却一下子突然拥有了一堆以太经典。</p>
<p>Finally, consider the governance implications. Forks often arise from differences of opinion in the direction of a project. And tokens are increasingly a mechanism for voting on changes to their protocols. Since the point of a fork is to try a new path, the new fork may not want to port all of the prior holders opposed to trying the new path the fork was created to take.</p>
<p>最后,让我们考虑下治理的影响。分叉一般是由于在项目方向上意见不合造成的。并且,代币日益成为更改协议的一种有效投票机制。而因为分叉本身就是为了尝试一条新路径,新分叉可能并不希望接纳之前反对分叉的代币持有者。</p>
<p>It becomes clear that redistributing tokens in forks is helpful and even necessary for many new forks to have a shot at surviving. So while token redistribution in forks is uncommon now, it feels like it will become the norm in the future.</p>
<p>由此看来,在分叉时重新分配代币对很多新分叉来说是有帮助的,甚至是事关存亡的。所以,尽管分叉时的代币重新分配在现阶段并不常见,它在将来可能会成为常态。</p>
<p>Redistributing tokens is a balancing act. In most cases forks probably want to keep ownership for users constant so users have at least the same incentives to use the new fork as the historical one. The main goal is to incentivize the groups working on the new fork — mainly through switching control of foundation-like tokens and potential dilution of all tokenholders to make grants for the new developers. The latter is similar to creating new shares in a mature company for a new employee.</p>
<p>重新分配代币需要考虑平衡各方利益。在多数情况下,分叉可能希望保持原来的用户所有权比例,以使用户至少有同等的激励来使用新分叉。最主要的目的是要激励新分叉的工作团队,主要通过改变基金会的控制权与稀释所有代币持有者的份额来资助新的开发者。后者类似于在一个成熟的公司为新员工创造新的股份。</p>
<p>It’s also important to keep in mind that forking will not always be about direct competition. Just as DNA mutations produced many different viable organisms that started from the same genetic tree, we may see one protocol grow into 3 which solve different purposes. Protocols will likely go through unbundling and rebundling of their functionality until the right equilibrium is found. And since the ecosystem itself is constantly changing, that equilibrium point will move over time.</p>
<p>同样需要注意的是,分叉并不总是意味着直接竞争关系。正如DNA突变产生了许多从同一遗传树开始的不同生物体,我们可能会看见一个协议成长为 3 个解决不同问题的协议。协议可能会通过拆分和重新绑定其功能,直到达到正确的平衡。而且由于生态系统本身正在不断变化,那么平衡点将随着时间推移而移动。</p>
<p>There are some drawbacks to forking. As with mutations in organisms, forks won’t always be successful. There can also be a loss of network effects — although if the protocols are on the same chain (ex: both built on Ethereum) or connected through future cross-chain systems (ex: Polkadot) there wouldn’t be a complete loss. Finally, there may be some splitting of development resources at the start, although both projects can also pull in new resources over time.</p>
<p>分叉有一些缺点。 与生物中的突变一样,分叉不总是成功的。网络效应也可能会丢失 – 尽管如果协议位于同一个链路上(例如:建立在Ethereum上)或通过未来的跨链系统进行连接(例如:Polkadot),网络效应就不会完全丧失。最后,在分叉最初阶段可能会造成开发资源的分裂,尽管两个项目都可以随着时间推移带来新的资源。</p>
<p>More generally it’s worth noting that decentralized development is more complicated than building something in a centralized organization at the moment. But I suspect that will continue to shift as decentralized development techniques and incentive structures are refined.</p>
<p>普遍来讲,值得注意的是,分散化的发展比目前在集中式组织中建立一些东西更为复杂。但是,我认为随着分散化发展技术的进步和激励机制的改进,这种情况将会发生转变。</p>
<p>In conclusion, forking is an extremely powerful evolutionary mechanism. For forking to be effective it needs to provide the right incentives for groups to try new paths, which means redistributing tokens in forks to incentivize fork creators.</p>
<p>总之,分叉是一个非常强大的进化机制。为了使分叉切实有效,分叉需要为团体提供正确的激励措施来尝试新的路径,这意味着重新分配代币来激励分叉创建者。</p>
<p>Without it, I suspect we will see more innovator’s dilemma problems as we have seen with Bitcoin, where projects become slow to change out of fear of destroying existing value.</p>
<p>没有它,我怀疑我们会看到更多创新者的困境问题,正如我们从比特币那里看到的那样,由于担心破坏现有价值,项目变化变得缓慢。</p>
<p>With it, blockchain innovation can occur much faster than it currently does and it ever could in Web 2.0 companies.</p>
<p>有了它,区块链创新将能够以更快的速度发生,远超其现有的速度与Web 2.0公司中的速度。</p>
<p>Thanks to Scott Nolan, Joey Krug, and Dan Romero for conversations which lead to this blog post.</p>
<p>感谢与 Scott Nolan, Joey Krug, 和 Dan Romero 的对话,才有了此篇博文。</p>
<hr />
<h4 id="区块链中文字幕组">区块链中文字幕组</h4>
<p>致力于前沿区块链知识和信息的传播,为中国融入全球区块链世界贡献一份力量。</p>
<p>如果您懂一些技术、懂一些英文,欢迎加入我们,加微信号:w1791520555。</p>
<p><a href="https://github.com/BlockchainTranslator/EOS">点击查看项目GITHUB,及更多的译文…</a></p>
<p>本文由币乎社区(bihu.com)内容支持计划赞助。</p>
<p>版权所有,转载需完整注明以上内容。</p>
<hr />
</section>
<footer class="page__meta">
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> 更新时间:</strong> <time datetime="2017-10-14T00:00:00+08:00">October 14, 2017</time></p>
</footer>
<section class="page__share">
<h4 class="page__share-title">分享</h4>
<a href="https://twitter.com/intent/tweet?text=Accelerating+evolution+through+forking%20http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--twitter" title="分享 Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--facebook" title="分享 Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
<a href="https://plus.google.com/share?url=http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--google-plus" title="分享 Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flocalhost%3A4000%2FAccelerating-Evolution-Through-Forking%2F" class="btn btn--linkedin" title="分享 LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
</section>
<nav class="pagination">
<a href="http://localhost:4000/The-meaning-of-decentralization/" class="pagination--pager" title="The Meaning Of Decentralization
">向前</a>
<a href="http://localhost:4000/DPOS-versus-POS-should-humans-vote/" class="pagination--pager" title="Dpos versus pos should humans vote
">向后</a>
</nav>
</div>
</article>
<div class="page__related">
<h4 class="page__related-title">猜您还喜欢</h4>
<div class="grid__wrapper">
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/README/" rel="permalink">Readme
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
少于 1 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description">简介
</p>
</article>
</div>
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/the-message-is-the-medium/" rel="permalink">The Message Is The Medium
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
14 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description">The Message Is The Medium 信息即媒介
</p>
</article>
</div>
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/EOS-White-Paper-Digest/" rel="permalink">Eos White Paper Digest
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
3 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description"># EOS White Paper Digest 对EOS白皮书的摘要
</p>
</article>
</div>
<div class="grid__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/a-proof-of-stake-design-philosophy/" rel="permalink">A Proof Of Stake Design Philosophy
</a>
</h2>
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i>
9 分钟读完
</p>
<p class="archive__item-excerpt" itemprop="description">A Proof of Stake Design Philosophy–权益证明设计哲学
</p>
</article>
</div>
</div>
</div>
</div>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>关注:</strong></li>
<li><a href="http://github.com/BlockchainTranslator"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="http://localhost:4000/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2017 BlockchainTranslator Group. 技术来自于 <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="http://localhost:4000/assets/js/main.min.js"></script>
</body>
</html> | kimziv/eosdoc | _site/Accelerating-Evolution-Through-Forking/index.html | HTML | mit | 22,680 |
{% extends 'layout.server.view.html' %}
{% block content %}
<br><br>
<a href="/" id="close-btn" title="Revenir sur la page d'accueil"></a>
<section class="row">
<article class="col-xs-12">
<header>
<h1 class="fs60 center">{{title}}</h1>
</header>
<br><br><br>
<div>{% include articleTemplate %}</div>
<br><br><br>
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th></th>
{% for year in years %}
<th colspan="2" class="center">{{ year }}</th>
{% endfor %}
</tr>
</thead>
<tbody>
{% for locale,data in calendar %}
<tr>
<td class="bold">{{ localesTr[locale + '_FR'] }}</td>
{% for year in years %}
{% if data[year] %}
<td style="width: 15%;" class="right">{{ data[year].dow }}</td>
<td style="width: 15%;">{{ data[year].formattedDate }}</td>
{% else %}
<td colspan="2">-</td>
{% endif %}
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>
</div>
</article>
</section>
<br><br><br><br><br>
{% endblock %}
| joursferies/joursferies | app/views/event.server.view.html | HTML | mit | 1,574 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W30479.pdfs.html#outline" target="contents">Outline</a><br><A href="W30479.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W30479.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W30479.pdfs.html#3" target="contents" >Page 3</a><br>
<A href="W30479.pdfs.html#4" target="contents" >Page 4</a><br>
<A href="W30479.pdfs.html#5" target="contents" >Page 5</a><br>
<A href="W30479.pdfs.html#6" target="contents" >Page 6</a><br>
<A href="W30479.pdfs.html#7" target="contents" >Page 7</a><br>
<A href="W30479.pdfs.html#8" target="contents" >Page 8</a><br>
<A href="W30479.pdfs.html#9" target="contents" >Page 9</a><br>
<A href="W30479.pdfs.html#10" target="contents" >Page 10</a><br>
<A href="W30479.pdfs.html#11" target="contents" >Page 11</a><br>
<A href="W30479.pdfs.html#12" target="contents" >Page 12</a><br>
<A href="W30479.pdfs.html#13" target="contents" >Page 13</a><br>
<A href="W30479.pdfs.html#14" target="contents" >Page 14</a><br>
<A href="W30479.pdfs.html#15" target="contents" >Page 15</a><br>
<A href="W30479.pdfs.html#16" target="contents" >Page 16</a><br>
<A href="W30479.pdfs.html#17" target="contents" >Page 17</a><br>
<A href="W30479.pdfs.html#18" target="contents" >Page 18</a><br>
<A href="W30479.pdfs.html#19" target="contents" >Page 19</a><br>
<A href="W30479.pdfs.html#20" target="contents" >Page 20</a><br>
<A href="W30479.pdfs.html#21" target="contents" >Page 21</a><br>
<A href="W30479.pdfs.html#22" target="contents" >Page 22</a><br>
<A href="W30479.pdfs.html#23" target="contents" >Page 23</a><br>
<A href="W30479.pdfs.html#24" target="contents" >Page 24</a><br>
<A href="W30479.pdfs.html#25" target="contents" >Page 25</a><br>
<A href="W30479.pdfs.html#26" target="contents" >Page 26</a><br>
<A href="W30479.pdfs.html#27" target="contents" >Page 27</a><br>
<A href="W30479.pdfs.html#28" target="contents" >Page 28</a><br>
<A href="W30479.pdfs.html#29" target="contents" >Page 29</a><br>
<A href="W30479.pdfs.html#30" target="contents" >Page 30</a><br>
<A href="W30479.pdfs.html#31" target="contents" >Page 31</a><br>
<A href="W30479.pdfs.html#32" target="contents" >Page 32</a><br>
<A href="W30479.pdfs.html#33" target="contents" >Page 33</a><br>
<A href="W30479.pdfs.html#34" target="contents" >Page 34</a><br>
<A href="W30479.pdfs.html#35" target="contents" >Page 35</a><br>
<A href="W30479.pdfs.html#36" target="contents" >Page 36</a><br>
<A href="W30479.pdfs.html#37" target="contents" >Page 37</a><br>
<A href="W30479.pdfs.html#38" target="contents" >Page 38</a><br>
<A href="W30479.pdfs.html#39" target="contents" >Page 39</a><br>
<A href="W30479.pdfs.html#40" target="contents" >Page 40</a><br>
<A href="W30479.pdfs.html#41" target="contents" >Page 41</a><br>
<A href="W30479.pdfs.html#42" target="contents" >Page 42</a><br>
<A href="W30479.pdfs.html#43" target="contents" >Page 43</a><br>
<A href="W30479.pdfs.html#44" target="contents" >Page 44</a><br>
<A href="W30479.pdfs.html#45" target="contents" >Page 45</a><br>
</BODY>
</HTML>
| datamade/elpc_bakken | html/pdf/W30479.pdf_ind.html | HTML | mit | 3,099 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>objects</title>
<link href="../main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script>
var students = [];
function myStudent(firstName,lastName,gender,age,picture,grade,grades){
this.firstName = firstName.toLowerCase();
this.lastName = lastName.toLowerCase();
this.gender = gender;
this.studentAge = age;
this.studentImage = picture;
this.gradeLevel = grade;
this.grades = grades;
this.gradeAvg = function(){
var total = 0;
for(var i in this.grades){
total += this.grades[i];
}
return total/(this.grades.length);
};
}
function resetTable(){
document.getElementById('students').innerHTML = "<tr><th>First Name</th><th>Last Name</th><th>Gender</th><th>Grade</th><th>Average Percentage</th><th>Picture</th></tr>";
}
function printStudent(person){
resetTable();
for(var index=0; index<students.length; index++){
console.log(index);
if(students[index].firstName == person.toLowerCase()){
document.getElementById('students').innerHTML += "<tr><td>" + students[index].firstName + "</td><td>" + students[index].lastName +
"</td><td>" + students[index].gender + "</td><td>" + students[index].gradeLevel + "</td><td>" + students[index].gradeAvg() + "</td><td><img src='" + students[index].studentImage + "'></td>";
}
}
}
function printAll(){
resetTable();
for(var index=0; index<students.length; index++){
document.getElementById('students').innerHTML += "<tr><td>" + students[index].firstName + "</td><td>" + students[index].lastName +
"</td><td>" + students[index].gender + "</td><td>" + students[index].gradeLevel + "</td><td>" + students[index].gradeAvg() + "</td><td><img src='" + students[index].studentImage + "'></td>";
}
}
function addStudent(){
var firstName = document.getElementById('firstName').value;
var lastName = document.getElementById('lastName').value;
var gender = document.getElementById('gender').value;
var age = document.getElementById('age').value;
var profilePic = document.getElementById('profilePic').value;
var gradeLvl = document.getElementById('gradeLvl').value;
var grades = document.getElementById('grades').value;
if(firstName != "" && lastName != "" && age != "" && gradeLvl != "" && profilePic != "" && gender != "" && grades != ""){
students[students.length] = new myStudent(firstName,lastName,gender,age,profilePic,gradeLvl,grades);
} else {
console.log("Something is probably empty");
return;
}
}
students[0] = new myStudent('Sally','Sanderson','Female',12,'http://davemaccphotos.com/wp-content/uploads/2012/08/Davemaccphotos-Website-Portrait-21.jpg',9,[60,78,88,89]);
students[1] = new myStudent('Andrew','Jackson','Male',13,'http://www.gradsphotography.com/data/images1/02.jpg',10,[55,68,38,29]);
</script>
<style>
img {
width: 50px;
}
</style>
</head>
<body>
<h1>Dakaro Object's ;)</h1>
<input type="button" onClick="printStudent('sally');" value="Print Sally's Details">
<input type="button" onClick="printAll();" value="Print All Details"><br>
<div style="text-align: right; display: block; margin: 0 auto; max-width:50%">
First Name: <input id="firstName" type='text'><br>
Last Name: <input id="lastName" type='text'><br>
<select id="gender">
<option value="male">Male</option>
<option value="female">Female</option>
</select><br>
Age:<input id="age" type='number'><br>
Profile Pic URL: <input id="profilePic" type='text'><br>
Grade: <input id="gradeLvl" type='number'><br>
Grades(in percent, separated by commas): <input id="grades" type='text'><br>
<input type="button" onClick="addStudent();" value="Add Student"><br>
</div>
<table id="students" border=1 align=center>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Gender</th>
<th>Grade</th>
<th>Average Percentage</th>
<th>Picture</th>
</tr>
</table>
<input type=button value="Back" style="font-size:25px; position:fixed; left:30px; bottom:30px;" onclick="window.history.back();">
</body>
</html> | LukarioMC/Dak-gamedev | www/T2A03-objects/T2A03-objects.html | HTML | mit | 4,928 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Help Documents</title>
<link href="welcome.css" type="stylesheet" rel="stylesheet">
</head>
<body>
<div id="container">
<h1>Views</h1>
<div id="body">
<p>
By design, our system is a MVC framework. If you create a view, you must create it in application/views/{viewname}.php
</p>
</div>
<p class="footer">This framework is opensource and free.</p>
</div>
</body>
</html> | CGBox/Framework | helpdocs/views.html | HTML | mit | 456 |
<div class="bs_toolbar" id="bs_toolbar_base">
<div class="bs_toolbar_title">
Base
<span class="bs_icon_open">
<i class="fa fa-angle-down"></i>
</span>
<span class="bs_icon_close">
<i class="fa fa-angle-up"></i>
</span>
</div>
<div class="bs_control">
<span class="bs_badge">{{ ctrls.border_radius.control }}px</span>
<label class="bs_input_label">Border Radius</label>
<input type="range" class="bs_range_input" ng-model="ctrls.border_radius.control" min="0" max="30"/>
</div>
<div class="bs_control bs_range_control">
<small class="bs_badge">{{ ctrls.padding.control }}px</small>
<label class="bs_input_label">Padding</label>
<input type="range" class="bs_range_input" ng-model="ctrls.padding.control" min="1" max="20"/>
</div>
<div class="bs_control">
<span class="bs_badge">{{ ctrls.font_size_base.control }}px</span>
<label class="bs_input_label">Font Size
<input type="range" class="bs_range_input" min="10" max="21" ng-model="ctrls.font_size_base.control"/>
</label>
</div>
<div class="bs_control">
<span class="bs_badge">{{ ctrls.line_height.control }}</span>
<label class="bs_input_label">Line Height
<input type="range" class="bs_range_input" ng-model="ctrls.line_height.control" min="1" max="2" step="0.01"/>
</label>
</div>
<div class="bs_control">
<label class="bs_input_label">
<input type="checkbox" ng-model="ctrls.bootstrap_theme.control">
Bootstrap Theme
</label>
</div>
</div>
| bootstyle/bootstyle | app/partials/app/toolbars/_toolbar_base.html | HTML | mit | 1,673 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../index.html" title="Asio">
<link rel="up" href="../basic_endpoint.html" title="local::basic_endpoint::basic_endpoint">
<link rel="prev" href="overload3.html" title="local::basic_endpoint::basic_endpoint (3 of 4 overloads)">
<link rel="next" href="../capacity.html" title="local::basic_endpoint::capacity">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload3.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../capacity.html"><img src="../../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="asio.reference.local__basic_endpoint.basic_endpoint.overload4"></a><a class="link" href="overload4.html" title="local::basic_endpoint::basic_endpoint (4 of 4 overloads)">local::basic_endpoint::basic_endpoint
(4 of 4 overloads)</a>
</h5></div></div></div>
<p>
Copy constructor.
</p>
<pre class="programlisting"><span class="identifier">basic_endpoint</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">basic_endpoint</span> <span class="special">&</span> <span class="identifier">other</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload3.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_endpoint.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../capacity.html"><img src="../../../../next.png" alt="Next"></a>
</div>
</body>
</html>
| dhh1128/intent | old/src/external/asio-1.10.2/doc/asio/reference/local__basic_endpoint/basic_endpoint/overload4.html | HTML | mit | 2,878 |
<aside class="sideBar">
<div class="sideBar-left">
<a ui-sref="angular.nav" ui-sref-active="active">
<i class="glyphicon glyphicon-list icon-item">
<div class="triangle-left"></div>
</i>
<span class="menu-title">导航</span>
</a>
<a ui-sref="form">
<i class="glyphicon glyphicon-check icon-item">
<div class="triangle-left"></div>
</i>
<span class="menu-title">表单</span>
</a>
</div>
<div class="sideBar-right">
<div ui-view></div>
</div>
</aside>
<main class="content">
<iframe src="{{currentDemo.url}}"></iframe>
</main>
| ShadowZheng/FrontEndLab | app/tpl/angular.html | HTML | mit | 593 |
<!DOCTYPE html>
<html class="theme-next pisces" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#222">
<script src="/lib/pace/pace.min.js?v=1.0.2"></script>
<link href="/lib/pace/pace-theme-minimal.min.css?v=1.0.2" rel="stylesheet">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css">
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon_medium.ico?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon.ico?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT">
<meta property="og:type" content="website">
<meta property="og:title" content="个人博客">
<meta property="og:url" content="http://android9527.com/page/3/index.html">
<meta property="og:site_name" content="个人博客">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="个人博客">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":false,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://android9527.com/page/3/">
<title>个人博客</title>
</head>
<body itemscope="" itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left
page-home">
<div class="headband"></div>
<header id="header" class="header" itemscope="" itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">个人博客</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br>
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br>
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br>
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br>
标签
</a>
</li>
<li class="menu-item menu-item-commonweal">
<a href="/404.html" rel="section">
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br>
公益404
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br>
关于
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br>
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup search-popup local-search-popup">
<div class="local-search-header clearfix">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
<div class="local-search-input-wrapper">
<input autocomplete="off" placeholder="搜索..." spellcheck="false" type="text" id="local-search-input">
</div>
</div>
<div id="local-search-result"></div>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-expand">
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/12/06/2018-12-03-《未来世界的幸存者》/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/12/06/2018-12-03-《未来世界的幸存者》/" itemprop="url">未来世界的幸存者</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-12-06T00:00:00+08:00">
2018-12-06
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2018-12-18T15:51:20+08:00">
2018-12-18
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/读书笔记/" itemprop="url" rel="index">
<span itemprop="name">读书笔记</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
727
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
2 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="《未来世界的幸存者》读书笔记"><a href="#《未来世界的幸存者》读书笔记" class="headerlink" title="《未来世界的幸存者》读书笔记"></a>《未来世界的幸存者》读书笔记</h2><h4 id="机器取代人类"><a href="#机器取代人类" class="headerlink" title="机器取代人类"></a>机器取代人类</h4><p>技术信息革命人工智能和无人驾驶大数据技术目标就是不需要人类的参与,掌握核心技术的人的处境会越来越有利,优势成倍放大。</p>
<h4 id="贫富差距会越来越大"><a href="#贫富差距会越来越大" class="headerlink" title="贫富差距会越来越大"></a>贫富差距会越来越大</h4><p>这种趋势只会增强,不会逆转,寒门再难出贵子。以前可以通过不懈努力完全有可能晋升到更高的社会阶层,改变自己的命运,以后会越来越难,因为跟你竞争的是软件和机器人,永远不会超过它们。<br>如果你是穷人,80%的概率以后你还是穷人;如果你是富人,84%的概率以后还是富人。<br>
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/12/06/2018-12-03-《未来世界的幸存者》/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</p></div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/12/06/2018-12-03-Java中sleep()与wait()区别/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/12/06/2018-12-03-Java中sleep()与wait()区别/" itemprop="url">Java中sleep()与wait()区别</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-12-06T00:00:00+08:00">
2018-12-06
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2019-02-12T17:44:10+08:00">
2019-02-12
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/读书笔记/" itemprop="url" rel="index">
<span itemprop="name">读书笔记</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
386
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
1 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h4 id="Java中sleep-与wait-区别"><a href="#Java中sleep-与wait-区别" class="headerlink" title="Java中sleep()与wait()区别"></a>Java中sleep()与wait()区别</h4><ul>
<li><p>每个对象都有一个锁来控制同步访问,Synchronized关键字可以和对象的锁交互,来实现同步方法或同步块。sleep()方法正在执行的线程主动让出CPU(然后CPU就可以去执行其他任务),在sleep指定时间后CPU再回到该线程继续往下执行(注意:sleep方法只让出了CPU,而并不会释放同步资源锁!!!);wait()方法则是指当前线程让自己暂时退让出同步资源锁,以便其他正在等待该资源的线程得到该资源进而运行,只有调用了notify()方法,之前调用wait()的线程才会解除wait状态,可以去参与竞争同步资源锁,进而得到执行。(注意:notify的作用相当于叫醒睡着的人,而并不会给他分配任务,就是说notify只是让之前调用wait的线程有权利重新参与线程的调度);</p>
</li>
<li><p>sleep()方法可以在任何地方使用;wait()方法则只能在同步方法或同步块中使用;</p>
</li>
<li><p>sleep()是线程线程类(Thread)的方法,调用会暂停此线程指定的时间,但监控依然保持,不会释放对象锁,到时间自动恢复;wait()是Object的方法,调用会放弃对象锁,进入等待队列,待调用notify()/notifyAll()唤醒指定的线程或者所有线程,才会进入锁池,不再次获得对象锁才会进入运行状态;</p>
</li>
</ul>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/12/03/2018-12-03-单例模式的实现方式/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/12/03/2018-12-03-单例模式的实现方式/" itemprop="url">单例模式的实现方式</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-12-03T00:00:00+08:00">
2018-12-03
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2018-12-05T10:56:01+08:00">
2018-12-05
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/" itemprop="url" rel="index">
<span itemprop="name">Android</span>
</a>
</span>
,
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/Design-Patterns/" itemprop="url" rel="index">
<span itemprop="name">Design Patterns</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
1.3k
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
4 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="单例模式介绍"><a href="#单例模式介绍" class="headerlink" title="单例模式介绍"></a>单例模式介绍</h2><p>单例模式是应用最广的模式之一,在应用这个模式时,单例对象的类必须保证只有一个实例存在。<br>如在一个应用中,应该只有一个 ImageLoader 实例,这个 ImageLoader 中又包含有线程池、缓存系统、网络请求等,很消耗资源,因此,没有理由让它构造多个实例。</p>
<h2 id="单例模式的使用场景"><a href="#单例模式的使用场景" class="headerlink" title="单例模式的使用场景"></a>单例模式的使用场景</h2><p>确保某个类有且只有一个对象的场景,避免产生多个对象消耗过多的资源,或者某种类型的对象应该有且只有一个。</p>
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/12/03/2018-12-03-单例模式的实现方式/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/10/20/2018-10-20-AOP技术的几种实现方式/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/10/20/2018-10-20-AOP技术的几种实现方式/" itemprop="url">AOP技术的几种实现方式</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-10-20T00:00:00+08:00">
2018-10-20
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2018-11-06T14:39:21+08:00">
2018-11-06
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/" itemprop="url" rel="index">
<span itemprop="name">Android</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
5.1k
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
19 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="一、AOP概念"><a href="#一、AOP概念" class="headerlink" title="一、AOP概念"></a>一、AOP概念</h3><p>百度百科中对AOP的解释如下:<br>在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一种衍生范型。
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/10/20/2018-10-20-AOP技术的几种实现方式/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</p></div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://android9527.com/2018/10/09/2018-10-09-CoordinatorLayout使用过程中遇到的问题/">
<span hidden itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="name" content="陈飞跃">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
<meta itemprop="name" content="个人博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="/2018/10/09/2018-10-09-CoordinatorLayout使用过程中遇到的问题/" itemprop="url">CoordinatorLayout使用过程中遇到的问题.md</a></h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2018-10-09T00:00:00+08:00">
2018-10-09
</time>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-calendar-check-o"></i>
</span>
<span class="post-meta-item-text">更新于:</span>
<time title="更新于" itemprop="dateModified" datetime="2019-01-29T17:27:09+08:00">
2019-01-29
</time>
</span>
<span class="post-category">
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="http://schema.org/Thing">
<a href="/categories/Android/" itemprop="url" rel="index">
<span itemprop="name">Android</span>
</a>
</span>
</span>
<div class="post-wordcount">
<span class="post-meta-item-icon">
<i class="fa fa-file-word-o"></i>
</span>
<span class="post-meta-item-text">字数统计:</span>
<span title="字数统计">
1.2k
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-clock-o"></i>
</span>
<span class="post-meta-item-text">阅读时长 ≈</span>
<span title="阅读时长">
5 分钟
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="CoordinatorLayout使用过程中遇到的问题"><a href="#CoordinatorLayout使用过程中遇到的问题" class="headerlink" title="CoordinatorLayout使用过程中遇到的问题"></a>CoordinatorLayout使用过程中遇到的问题</h2><p>CoordinatorLayout 一般配合 NestedScrollView 或者 RecyclerView 使用<br>常常用于ScrollView滚动,ToolBar伸缩,渐变等背景视差效果等</p>
<p>CoordinatorLayout + AppBarLayout + CollapsingToolbarLayout 配合使用才会有比较完美的效果<br>app:layout_behavior属性,只有CoordinatorLayout的直接子布局才能响应。</p>
<!--noindex-->
<div class="post-button text-center">
<a class="btn" href="/2018/10/09/2018-10-09-CoordinatorLayout使用过程中遇到的问题/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</div>
</article>
</section>
<nav class="pagination">
<a class="extend prev" rel="prev" href="/page/2/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/">1</a><a class="page-number" href="/page/2/">2</a><span class="page-number current">3</span><a class="page-number" href="/page/4/">4</a><span class="space">…</span><a class="page-number" href="/page/10/">10</a><a class="extend next" rel="next" href="/page/4/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" src="/images/avatar.png" alt="陈飞跃">
<p class="site-author-name" itemprop="name">陈飞跃</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">49</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">18</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">42</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/android9527" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:[email protected]" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
</div>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">true</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-area-chart"></i>
</span>
<span class="post-meta-item-text">Site words total count:</span>
<span title="Site words total count">96.3k</span>
</div>
<div class="powered-by"> <a class="theme-link" target="_blank" href="https://github.com/android9527">陈飞跃</a> 个人专属</div>
<span class="post-meta-divider">|</span>
<div class="theme-info">博客 — <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Pisces</a> v5.1.4</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
var isXml = true;
// Search DB path;
var search_path = "search.xml";
if (search_path.length === 0) {
search_path = "search.xml";
} else if (/json$/i.test(search_path)) {
isXml = false;
}
var path = "/" + search_path;
// monitor main search box;
var onPopupClose = function (e) {
$('.popup').hide();
$('#local-search-input').val('');
$('.search-result-list').remove();
$('#no-result').remove();
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
}
function proceedsearch() {
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay"></div>')
.css('overflow', 'hidden');
$('.search-popup-overlay').click(onPopupClose);
$('.popup').toggle();
var $localSearchInput = $('#local-search-input');
$localSearchInput.attr("autocapitalize", "none");
$localSearchInput.attr("autocorrect", "off");
$localSearchInput.focus();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
// start loading animation
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay">' +
'<div id="search-loading-icon">' +
'<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' +
'</div>' +
'</div>')
.css('overflow', 'hidden');
$("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center');
$.ajax({
url: path,
dataType: isXml ? "xml" : "json",
async: true,
success: function(res) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = isXml ? $("entry", res).map(function() {
return {
title: $("title", this).text(),
content: $("content",this).text(),
url: $("url" , this).text()
};
}).get() : res;
var input = document.getElementById(search_id);
var resultContent = document.getElementById(content_id);
var inputEventFunction = function() {
var searchText = input.value.trim().toLowerCase();
var keywords = searchText.split(/[\s\-]+/);
if (keywords.length > 1) {
keywords.push(searchText);
}
var resultItems = [];
if (searchText.length > 0) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var hitCount = 0;
var searchTextCount = 0;
var title = data.title.trim();
var titleInLowerCase = title.toLowerCase();
var content = data.content.trim().replace(/<[^>]+>/g,"");
var contentInLowerCase = content.toLowerCase();
var articleUrl = decodeURIComponent(data.url);
var indexOfTitle = [];
var indexOfContent = [];
// only match articles with not empty titles
if(title != '') {
keywords.forEach(function(keyword) {
function getIndexByWord(word, text, caseSensitive) {
var wordLen = word.length;
if (wordLen === 0) {
return [];
}
var startPosition = 0, position = [], index = [];
if (!caseSensitive) {
text = text.toLowerCase();
word = word.toLowerCase();
}
while ((position = text.indexOf(word, startPosition)) > -1) {
index.push({position: position, word: word});
startPosition = position + wordLen;
}
return index;
}
indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false));
indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false));
});
if (indexOfTitle.length > 0 || indexOfContent.length > 0) {
isMatch = true;
hitCount = indexOfTitle.length + indexOfContent.length;
}
}
// show search results
if (isMatch) {
// sort index by position of keyword
[indexOfTitle, indexOfContent].forEach(function (index) {
index.sort(function (itemLeft, itemRight) {
if (itemRight.position !== itemLeft.position) {
return itemRight.position - itemLeft.position;
} else {
return itemLeft.word.length - itemRight.word.length;
}
});
});
// merge hits into slices
function mergeIntoSlice(text, start, end, index) {
var item = index[index.length - 1];
var position = item.position;
var word = item.word;
var hits = [];
var searchTextCountInSlice = 0;
while (position + word.length <= end && index.length != 0) {
if (word === searchText) {
searchTextCountInSlice++;
}
hits.push({position: position, length: word.length});
var wordEnd = position + word.length;
// move to next position of hit
index.pop();
while (index.length != 0) {
item = index[index.length - 1];
position = item.position;
word = item.word;
if (wordEnd > position) {
index.pop();
} else {
break;
}
}
}
searchTextCount += searchTextCountInSlice;
return {
hits: hits,
start: start,
end: end,
searchTextCount: searchTextCountInSlice
};
}
var slicesOfTitle = [];
if (indexOfTitle.length != 0) {
slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle));
}
var slicesOfContent = [];
while (indexOfContent.length != 0) {
var item = indexOfContent[indexOfContent.length - 1];
var position = item.position;
var word = item.word;
// cut out 100 characters
var start = position - 20;
var end = position + 80;
if(start < 0){
start = 0;
}
if (end < position + word.length) {
end = position + word.length;
}
if(end > content.length){
end = content.length;
}
slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent));
}
// sort slices in content by search text's count and hits' count
slicesOfContent.sort(function (sliceLeft, sliceRight) {
if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) {
return sliceRight.searchTextCount - sliceLeft.searchTextCount;
} else if (sliceLeft.hits.length !== sliceRight.hits.length) {
return sliceRight.hits.length - sliceLeft.hits.length;
} else {
return sliceLeft.start - sliceRight.start;
}
});
// select top N slices in content
var upperBound = parseInt('3');
if (upperBound >= 0) {
slicesOfContent = slicesOfContent.slice(0, upperBound);
}
// highlight title and content
function highlightKeyword(text, slice) {
var result = '';
var prevEnd = slice.start;
slice.hits.forEach(function (hit) {
result += text.substring(prevEnd, hit.position);
var end = hit.position + hit.length;
result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>';
prevEnd = end;
});
result += text.substring(prevEnd, slice.end);
return result;
}
var resultItem = '';
if (slicesOfTitle.length != 0) {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>";
} else {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>";
}
slicesOfContent.forEach(function (slice) {
resultItem += "<a href='" + articleUrl + "'>" +
"<p class=\"search-result\">" + highlightKeyword(content, slice) +
"...</p>" + "</a>";
});
resultItem += "</li>";
resultItems.push({
item: resultItem,
searchTextCount: searchTextCount,
hitCount: hitCount,
id: resultItems.length
});
}
})
};
if (keywords.length === 1 && keywords[0] === "") {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>'
} else if (resultItems.length === 0) {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>'
} else {
resultItems.sort(function (resultLeft, resultRight) {
if (resultLeft.searchTextCount !== resultRight.searchTextCount) {
return resultRight.searchTextCount - resultLeft.searchTextCount;
} else if (resultLeft.hitCount !== resultRight.hitCount) {
return resultRight.hitCount - resultLeft.hitCount;
} else {
return resultRight.id - resultLeft.id;
}
});
var searchResultList = '<ul class=\"search-result-list\">';
resultItems.forEach(function (result) {
searchResultList += result.item;
})
searchResultList += "</ul>";
resultContent.innerHTML = searchResultList;
}
}
if ('auto' === 'auto') {
input.addEventListener('input', inputEventFunction);
} else {
$('.search-icon').click(inputEventFunction);
input.addEventListener('keypress', function (event) {
if (event.keyCode === 13) {
inputEventFunction();
}
});
}
// remove loading animation
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
proceedsearch();
}
});
}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched === false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(onPopupClose);
$('.popup').click(function(e){
e.stopPropagation();
});
$(document).on('keyup', function (event) {
var shouldDismissSearchPopup = event.which === 27 &&
$('.search-popup').is(':visible');
if (shouldDismissSearchPopup) {
onPopupClose();
}
});
</script>
</body>
</html>
| android9527/android9527.github.io | page/3/index.html | HTML | mit | 51,110 |
<!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>
All-Fab Building Components Inc. -
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=1492238312824&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=2401&V_SEARCH.docsStart=2400&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=2399&V_DOCUMENT.docRank=2400&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492238316794&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=900158680000&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=2401&V_DOCUMENT.docRank=2402&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492238316794&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456240423&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
All-Fab Building Components Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>All-Fab Building Components Inc.</p>
<h2 class="h5 mrgn-bttm-0">Alternate Name:</h2>
<p class="mrgn-bttm-0">Olympic Building Systems Ltd.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.allfab.com"
target="_blank" title="Website URL">http://www.allfab.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
1755 Dugald Rd.<br/>
WINNIPEG,
Manitoba<br/>
R2J 0H3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
1755 Dugald Rd.<br/>
WINNIPEG,
Manitoba<br/>
R2J 0H3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(204) 661-8880
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 665-0335</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(204) 661-6973</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> Manufacturing and servicing the following products: roof
<br>trusses, floor trusses, wood 1 Joists, pallets and crated,
<br>panelized house pachages (export), consolidater - building
<br>materials (export), nascor wall systems, post frame buildings,
<br>building material sales (First Nations)<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>
Blaine
Reimer
</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-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
John
Reimer
</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-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</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>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1970
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
321992 - Prefabricated Wood Building Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
200
</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">
Building Products - Other <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building Products - Pre-Fab Homes <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 -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Germany</li>
<li>Japan</li>
<li>United States</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- 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>
Blaine
Reimer
</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-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
John
Reimer
</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-->
Director
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(204) 661-8880
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(204) 661-6973
</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>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1970
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
321992 - Prefabricated Wood Building Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
200
</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">
Building Products - Other <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Building Products - Pre-Fab Homes <br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Germany</li>
<li>Japan</li>
<li>United States</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-04-14
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/232581060000.html | HTML | mit | 45,570 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Intérprete de BASIC: C:/Users/figura4/Dropbox/común/Curso/PruebaGui/src/instrucciones/InstrPRINT.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Intérprete de BASIC
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.8.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</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="files.html"><span>File List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Friends</a></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>
<div class="header">
<div class="headertitle">
<div class="title">C:/Users/figura4/Dropbox/común/Curso/PruebaGui/src/instrucciones/InstrPRINT.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="_instr_p_r_i_n_t_8h_source.html">InstrPRINT.h</a>"</code><br/>
</div>
<p><a href="_instr_p_r_i_n_t_8cpp_source.html">Go to the source code of this file.</a></p>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Jun 4 2012 01:01:33 for Intérprete de BASIC by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>
</body>
</html>
| jinaveiras/Qt-basic-interpreter | doc/Documentación doxygen/_instr_p_r_i_n_t_8cpp.html | HTML | mit | 4,795 |
<div class="widget qrcode">
<img src="/public/qrcode.jpg" alt="qrcode" width="172px" height="172px"/>
<p> 微信扫一扫 <br/> 关注我的公众号: <br /> 墨斯潘園 <br /> 交流QQ群:75091501 </p>
</div>
| yanwushuang/mospan-hugo-blog | themes/rapid/layouts/partials/wechat.html | HTML | mit | 223 |
---
layout: default
---
{% include wrap.html %}
<div class="container mtb">
<div class="row">
<! -- SINGLE POST -->
<div class="col-lg-8">
<! -- Blog Post -->
<p><img class="img-responsive" src="{{ site.baseurl }}{{ page.img }}"></p>
<a href="{{ page.url | prepend: site.baseurl }}"><h3 class="ctitle">{{ page.title }}</h3></a>
<p><csmall>{{ page.date | date: "%b %-d, %Y" }}. | By: {{ page.author }}</csmall></p>
{{ content }}
<div class="spacing"></div>
<!-- <h6>SHARE:</h6>
<p class="share">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-tumblr"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</p> -->
</div><! --/col-lg-8 -->
{% include sidebar.html %}
</div><! --/row -->
</div><! --/container -->
| IEEE-IIT/website | _layouts/post.html | HTML | mit | 1,009 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Flux-Todo-Vue-Demo</title>
<style type="text/css">
.todolist > h4 {
padding: 10px;
margin: 10px;
background-color: #FFF;
}
.todolist > h4 > i {
margin-left: 20px;
color: #6b6b6b;
}
</style>
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
<script type="text/javascript" src="node_modules/vue/dist/vue.js"></script>
<script type="text/javascript" src="node_modules/vue-router/dist/vue-router.js"></script>
<script src="dist/app.js"></script>
</body>
</html>
| savjs/sav-flux | examples/flux-todo-vue/index.html | HTML | mit | 641 |
FCjz1LeMs2 | simbazz/simbazz.github.io | baidu_verify_FCjz1LeMs2.html | HTML | mit | 10 |
<div class="required"></div>
| stechz/redoak | reftest/cond.html | HTML | mit | 29 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>screenX() \ Language (API) \ Processing 2+</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="Casey Reas & Ben Fry" />
<meta name="Publisher" content="Processing" />
<meta name="Keywords" content="Processing, Processing, Interactive Media, Electronic Arts, Programming, Java, Ben Fry, Casey Reas" />
<meta name="Description" content="Processing is an electronic sketchbook for developing
ideas. It is a context for learning fundamentals of computer programming
within the context of the electronic arts." />
<meta name="Copyright" content="All contents copyright Ben Fry, Casey Reas, MIT Media Laboratory" />
<script src="javascript/modernizr-2.6.2.touch.js" type="text/javascript"></script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="Langauge-en" onload="" >
<!-- ==================================== PAGE ============================ -->
<div id="container">
<!-- ==================================== HEADER ============================ -->
<div id="header">
<a href="/" title="Back to the Processing cover."><div class="processing-logo no-cover" alt="Processing cover"></div></a>
<form name="search" method="get" action="http://www.google.com/search">
<p><input type="hidden" name="as_sitesearch" value="processing.org" />
<input type="text" name="as_q" value="" size="20" class="text" />
<input type="submit" value=" " /></p>
</form>
</div>
<a id="TOP" name="TOP"></a>
<div id="navigation">
<div class="navBar" id="mainnav">
<a href="index.html" class='active'>Language</a><br>
<a href="libraries/index.html" >Libraries</a><br>
<a href="tools/index.html">Tools</a><br>
<a href="environment/index.html">Environment</a><br>
</div>
<script> document.querySelectorAll(".processing-logo")[0].className = "processing-logo"; </script>
</div>
<!-- ==================================== CONTENT - Headers ============================ -->
<div class="content">
<p class="ref-notice">This reference is for Processing 2.0+. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, <a href="https://github.com/processing/processing-web/issues?state=open">please let us know</a>. If you prefer a more technical reference, visit the <a href="http://processing.org/reference/javadoc/core/">Processing Javadoc</a>.</p>
<table cellpadding="0" cellspacing="0" border="0" class="ref-item">
<tr class="name-row">
<th scope="row">Name</th>
<td><h3>screenX()</h3></td>
</tr>
<tr class="">
<tr class=""><th scope="row">Examples</th><td><div class="example"><pre >
void setup() {
size(100, 100, P3D);
}
void draw() {
background(204);
float x = mouseX;
float y = mouseY;
float z = -100;
// Draw "X" at z = -100
stroke(255);
line(x-10, y-10, z, x+10, y+10, z);
line(x+10, y-10, z, x-10, y+10, z);
// Draw gray line at z = 0 and same
// x value. Notice the parallax
stroke(102);
line(x, 0, 0, x, height, 0);
// Draw black line at z = 0 to match
// the x value element drawn at z = -100
stroke(0);
float theX = screenX(x, y, z);
line(theX, 0, 0, theX, height, 0);
}
</pre></div>
</td></tr>
<tr class="">
<th scope="row">Description</th>
<td>
Takes a three-dimensional X, Y, Z position and returns the X value for where it will appear on a (two-dimensional) screen.
</td>
</tr>
<tr class=""><th scope="row">Syntax</th><td><pre>screenX(<kbd>x</kbd>, <kbd>y</kbd>)
screenX(<kbd>x</kbd>, <kbd>y</kbd>, <kbd>z</kbd>)</pre></td></tr>
<tr class=""> <th scope="row">Parameters</th><td><table cellpadding="0" cellspacing="0" border="0"><tr class="">
<th scope="row" class="code">x</th>
<td>float: 3D x-coordinate to be mapped</td>
</tr>
<tr class="">
<th scope="row" class="code">y</th>
<td>float: 3D y-coordinate to be mapped</td>
</tr>
<tr class="">
<th scope="row" class="code">z</th>
<td>float: 3D z-coordinate to be mapped</td>
</tr></table></td> </tr>
<tr class=""><th scope="row">Returns</th><td class="code">float</td></tr>
<tr class=""><th scope="row">Related</th><td><a class="code" href="screenY_.html">screenY()</a><br />
<a class="code" href="screenZ_.html">screenZ()</a><br /></td></tr>
</table>
Updated on May 19, 2014 05:30:02pm PDT<br /><br />
<!-- Creative Commons License -->
<div class="license">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a>
</div>
<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>Processing.org Reference</dc:title>
<dc:date>2004</dc:date>
<dc:description>Reference for the Processing.org programming environment and language.</dc:description>
<dc:creator><Agent>
<dc:title>Casey Reas et al.</dc:title>
</Agent></dc:creator>
<dc:rights><Agent>
<dc:title>Casey Reas</dc:title>
</Agent></dc:rights>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
<license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
</License>
</rdf:RDF>
-->
</div>
<!-- ==================================== FOOTER ============================ -->
<div id="footer">
<div id="copyright">Processing is an open project intiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="http://processing.org/about/people/">small team of volunteers</a>.</div>
<div id="colophon">
<a href="copyright.html">© Info</a> \
<span>Site hosted by <a href="http://www.mediatemple.net">Media Temple</a>.</span>
</div>
</div>
</div>
<script src="javascript/jquery-1.9.1.min.js"></script>
<script src="javascript/site.js" type="text/javascript"></script>
</body>
</html>
| davielong86/processing | processing-2.2.1/modes/java/reference/screenX_.html | HTML | mit | 6,954 |
<!DOCTYPE HTML>
<html>
<head>
<title>Nicolas Artman—Resume</title>
<!--removeIf(production)-->
<link rel="stylesheet" href="resume.css" type="text/css" media="screen">
<!--endRemoveIf(production)-->
<!-- Directly inject all of the minified css below -->
<!-- inject:css -->
<!-- endinject -->
</head>
<body>
<div>
Content will go here
</div>
<!--removeIf(production)-->
<script src="resume.js" charset="utf-8"></script>
<!--endRemoveIf(production)-->
<!-- Directly inject all of the minified js below -->
<!-- inject:js -->
<!-- endinject -->
<input type="checkbox" name="some_name" value="" id="some_name">
</body>
</html>
| nicolasartman/resume | src/resume.html | HTML | mit | 717 |
<!DOCTYPE html>
<html lang="en-GB" dir="ltr">
<head>
<title>Accessibility swarms - Accessibility, Your Team and You</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="description" content="Team guide - Accessibility Swarms. We’ll take you step by step through how to carry out an accessibility swarm for a component.">
<link rel="stylesheet" href="/accessibility-news-and-you/assets/css/default.css"/>
</head>
<body>
<header class="header" role="banner">
<div class="column-header">
<a href="https://bbc.github.io/accessibility-news-and-you">Accessibility, Your Team and You</a>
</div>
</header>
<main role="main" class="main">
<div class="column-main">
<h1 id="content" class="h1" tabindex="-1">
<span role="text">
<span class="h1_label">Team guide</span><span class="vh">, </span>
<span>Accessibility swarms</span>
</span>
</h1>
<p>Accessibility swarms are one of the practices that help us meet the <a href="https://www.bbc.co.uk/accessibility/forproducts/guides/mobile/">BBC Mobile Accessibility Guidelines</a>. Assistive technology testing forms part of this practice, along with other accessibliity checks. We do this in a swarm format because <b>accessibility is a team responsibility</b>.</p>
<p>This practice also:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Helps everyone better understand accessibility</li>
<li role="listitem">Increases engagement with accessibility</li>
<li role="listitem">Increases accessibility knowledge throughout the team</li>
<li role="listitem">Improves the user experience for our users</li>
</ul>
<p>Accessibility swarms take place on <b>all new front-end code</b>, this means any change to <b>HTML, CSS or front-end JavaScript</b> code.</p>
</div>
<nav class="page-contents column-nav" role="navigation" aria-label="Page contents">
<strong id="page-contents" class="page-contents_strong" tabindex="-1">Page contents</strong>
<ol role="list">
<li role="listitem"><a href="#who-should-take-part">Who should take part?</a></li>
<li role="listitem"><a href="#planning-for-swarms">Planning for swarms</a></li>
<li role="listitem"><a href="#when-should-a-swarm-take-place">When should a swarm take place?</a></li>
<li role="listitem"><a href="#how-long-will-a-swarm-take">How long will a swarm take?</a></li>
<li role="listitem"><a href="#how-to-carry-out-a-swarm">How to carry out a swarm</a></li>
<li role="listitem"><a href="#moving-to-the-test-phase">Moving to the test phase</a></li>
<li role="listitem"><a href="#top-tips">Top tips</a></li>
</ol>
</nav>
<div class="column-main">
<h2 id="who-should-take-part" class="h2" tabindex="-1">Who should take part?</h2>
<p>If it's a new component or feature, hold a <b>team accessibility swarm</b>:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Include 4 to 6 people</li>
<li role="listitem">You don’t need to have worked on the component or feature</li>
<li role="listitem">All disciplines can join in. The <a href="https://bbc.github.io/accessibility-news-and-you/assistive-technology/testing.html#how-to-test-with-at">testing steps</a> enable anyone, in any role, to use any of the <a href="https://bbc.github.io/accessibility-news-and-you/assistive-technology/testing.html#supported-at">supported assistive technology</a> for the first time</li>
<li role="listitem">Ideally a mixture of roles should take part, such as business analyst, designer, engineer etc.</li>
<li role="listitem">If you don't have a large team, why not invite people from another team to take part. And you can return the favour for them another time</li>
</ul>
<p>If it's a small change, carry out a <b>developer accessibility swarm</b>:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">You don’t need 4 to 6 people</li>
<li role="listitem">2 engineers can work through the <a href="https://bbc.github.io/accessibility-news-and-you/accessibility-news-and-testers">swarm checklist</a> alone</li>
<li role="listitem">You only need to check what’s relevant. For example, if you have only changed a colour, then you only need to check what’s relevant to this. Such as colour contrast and colour blindness. Not sure what's relevant, ask</li>
</ul>
<a href="#page-contents" class="back-to">Back to page contents</a>
<h2 id="planning-for-swarms" class="h2" tabindex="-1">Planning for swarms</h2>
<p>The level of accessibility swarm, team or developer, should be defined up front and documented as a requirement before the development phase.</p>
<a href="#page-contents" class="back-to">Back to page contents</a>
<h2 id="when-should-a-swarm-take-place" class="h2" tabindex="-1">When should a swarm take place?</h2>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Before the work moves from development to test</li>
<li role="listitem">When HTML, CSS & front-end JavaScript is code complete</li>
<li role="listitem">After code review and UX review have taken place</li>
<li role="listitem">Some developer testing with some assistive technology should already have taken place</li>
</ul>
<a href="#page-contents" class="back-to">Back to page contents</a>
<h2 id="how-long-will-a-swarm-take" class="h2" tabindex="-1">How long will a swarm take?</h2>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Some swarms will be shorter, some longer</li>
<li role="listitem">Allow 2 hours</li>
<li role="listitem">It will depend on the size and complexity of the component, and experience of the swarmers</li>
</ul>
<a href="#page-contents" class="back-to">Back to page contents</a>
<h2 id="how-to-carry-out-a-swarm" class="h2" tabindex="-1">How to carry out a swarm</h2>
<p><b>Before the swarm starts</b>, prepare a <b>document</b> to make a note of any issues. Also ensure you'll have all the <b>equipment</b> you need:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Android device with Talkback</li>
<li role="listitem">iPhone</li>
<li role="listitem">Mac laptop</li>
<li role="listitem">Windows laptop with <a href="https://bbc.github.io/accessibility-news-and-you/assistive-technology/testing.html#supported-at">supported assistive technology</a> installed</li>
<li role="listitem">Headphones with microphone, to use with Dragon NaturallySpeaking on Windows e.g. Jabra headset</li>
</ul>
<p><b>At the start of the swarm</b>:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Brief the swarmers. Is there something that you need to look out for that might not be obvious? Such as some visually hidden text</li>
<li role="listitem">Get into pairs, technical role with non-technical role, such as designer and engineer. We all have different skills and can help each other along</li>
</ul>
<p><b>During the swarm</b>:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Work through the <a href="https://bbc.github.io/accessibility-news-and-you/accessibility-news-and-testers">swarm checklist</a>, with each pair looking at different items from the checklist</li>
<li role="listitem">Test with all <a href="https://bbc.github.io/accessibility-news-and-you/assistive-technology/testing.html#supported-at">supported assistive technology</a> following the <a href="https://bbc.github.io/accessibility-news-and-you/assistive-technology/testing.html#how-to-test-with-at">testing steps</a></li>
<li role="listitem">Make notes of any issues</li>
<li role="listitem">Prioritise bugs</li>
</ul>
<p><b>After the swarm</b>:</p>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Create tickets to fix the issues you aren't going to address as part of the current pull request</li>
<li role="listitem">Include information on how to replicate the issue and the bug priority level</li>
</ul>
<a href="#page-contents" class="back-to">Back to page contents</a>
<h2 id="moving-to-the-test-phase" class="h2" tabindex="-1">Moving to the test phase</h2>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Swarms take place before work moves from development to test. On a rare occasion, if the <a href="https://bbc.github.io/accessibility-news-and-you/accessibility-news-and-testers">swarm checklist</a> was not completed fully, fill in the gaps to ensure there is complete testing coverage</li>
<li role="listitem">If the code hasn’t changed since the swarm, you do not need to repeat what was carried out during the swarm</li>
</ul>
<a href="#page-contents" class="back-to">Back to page contents</a>
<h2 id="top-tips" class="h2" tabindex="-1">Top tips</h2>
<ul class="body-copy-list no-space" role="list">
<li role="listitem">Be proactive, any discipline can request and start a swarm</li>
<li role="listitem">Work at component level rather than page level</li>
<li role="listitem">The more swarms you do, the more familiar and faster you will get</li>
<li role="listitem">Always follow the <a href="https://bbc.github.io/accessibility-news-and-you/assistive-technology/testing.html#how-to-test-with-at">testing steps</a></li>
<li role="listitem">Not sure? Ask an <a href="https://www.bbc.co.uk/accessibility/forproducts/champions">accessibility champion</a></li>
</ul>
<a href="#content" class="back-to">Back to top</a>
</div>
</main>
<footer class="footer" role="contentinfo">
<div class="column-footer">
<p>We want to be the most accessible news website in the world, this is how.</p>
<p>© 2021 BBC. This content is published under the <a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/">Open Government Licence</a> unless otherwise stated. <a href="https://github.com/bbc/accessibility-news-and-you">Help improve this documentation</a>.</p>
</div>
</footer>
</body>
</html>
| BBC-News/accessibility-news-and-you | guides/accessibility-swarms.html | HTML | mit | 11,412 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Mon Jan 25 22:29:17 CET 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TCPConnection</title>
<meta name="date" content="2016-01-25">
<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="TCPConnection";
}
//-->
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/TCPConnection.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../Sockets/TCPEchoSelectorProtocol.html" title="class in Sockets"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?Sockets/TCPConnection.html" target="_top">Frames</a></li>
<li><a href="TCPConnection.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">Sockets</div>
<h2 title="Class TCPConnection" class="title">Class TCPConnection</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>Sockets.TCPConnection</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">TCPConnection</span>
extends java.lang.Object</pre>
</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../Sockets/TCPConnection.html#TCPConnection(java.lang.String,%20int)">TCPConnection</a></strong>(java.lang.String sServerName,
int iServerPort)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getByArguments()">getByArguments</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getiBytesReceived()">getiBytesReceived</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getiServerPort()">getiServerPort</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getiTotalBytesReceived()">getiTotalBytesReceived</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.nio.channels.SocketChannel</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getoClientChannel()">getoClientChannel</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.nio.ByteBuffer</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getoReadBuffer()">getoReadBuffer</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.nio.ByteBuffer</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getoWriteBuffer()">getoWriteBuffer</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#getsServerName()">getsServerName</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#init()">init</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#printData()">printData</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setByArguments(byte[])">setByArguments</a></strong>(byte[] byArguments)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setiBytesReceived(int)">setiBytesReceived</a></strong>(int iBytesReceived)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setiServerPort(int)">setiServerPort</a></strong>(int iServerPort)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setiTotalBytesReceived(int)">setiTotalBytesReceived</a></strong>(int iTotalBytesReceived)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setoClientChannel(java.nio.channels.SocketChannel)">setoClientChannel</a></strong>(java.nio.channels.SocketChannel oClientChannel)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setoReadBuffer(java.nio.ByteBuffer)">setoReadBuffer</a></strong>(java.nio.ByteBuffer oReadBuffer)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setoWriteBuffer(java.nio.ByteBuffer)">setoWriteBuffer</a></strong>(java.nio.ByteBuffer oWriteBuffer)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../Sockets/TCPConnection.html#setsServerName(java.lang.String)">setsServerName</a></strong>(java.lang.String sServerName)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TCPConnection(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TCPConnection</h4>
<pre>public TCPConnection(java.lang.String sServerName,
int iServerPort)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="init()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>init</h4>
<pre>public void init()</pre>
</li>
</ul>
<a name="getsServerName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getsServerName</h4>
<pre>public java.lang.String getsServerName()</pre>
</li>
</ul>
<a name="setsServerName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setsServerName</h4>
<pre>public void setsServerName(java.lang.String sServerName)</pre>
</li>
</ul>
<a name="getiServerPort()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getiServerPort</h4>
<pre>public int getiServerPort()</pre>
</li>
</ul>
<a name="setiServerPort(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setiServerPort</h4>
<pre>public void setiServerPort(int iServerPort)</pre>
</li>
</ul>
<a name="getByArguments()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getByArguments</h4>
<pre>public byte[] getByArguments()</pre>
</li>
</ul>
<a name="setByArguments(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setByArguments</h4>
<pre>public void setByArguments(byte[] byArguments)</pre>
</li>
</ul>
<a name="getoClientChannel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getoClientChannel</h4>
<pre>public java.nio.channels.SocketChannel getoClientChannel()</pre>
</li>
</ul>
<a name="setoClientChannel(java.nio.channels.SocketChannel)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setoClientChannel</h4>
<pre>public void setoClientChannel(java.nio.channels.SocketChannel oClientChannel)</pre>
</li>
</ul>
<a name="getoWriteBuffer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getoWriteBuffer</h4>
<pre>public java.nio.ByteBuffer getoWriteBuffer()</pre>
</li>
</ul>
<a name="setoWriteBuffer(java.nio.ByteBuffer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setoWriteBuffer</h4>
<pre>public void setoWriteBuffer(java.nio.ByteBuffer oWriteBuffer)</pre>
</li>
</ul>
<a name="getoReadBuffer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getoReadBuffer</h4>
<pre>public java.nio.ByteBuffer getoReadBuffer()</pre>
</li>
</ul>
<a name="setoReadBuffer(java.nio.ByteBuffer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setoReadBuffer</h4>
<pre>public void setoReadBuffer(java.nio.ByteBuffer oReadBuffer)</pre>
</li>
</ul>
<a name="getiTotalBytesReceived()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getiTotalBytesReceived</h4>
<pre>public int getiTotalBytesReceived()</pre>
</li>
</ul>
<a name="setiTotalBytesReceived(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setiTotalBytesReceived</h4>
<pre>public void setiTotalBytesReceived(int iTotalBytesReceived)</pre>
</li>
</ul>
<a name="getiBytesReceived()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getiBytesReceived</h4>
<pre>public int getiBytesReceived()</pre>
</li>
</ul>
<a name="setiBytesReceived(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setiBytesReceived</h4>
<pre>public void setiBytesReceived(int iBytesReceived)</pre>
</li>
</ul>
<a name="printData()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>printData</h4>
<pre>public void printData()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/TCPConnection.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../Sockets/TCPEchoSelectorProtocol.html" title="class in Sockets"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?Sockets/TCPConnection.html" target="_top">Frames</a></li>
<li><a href="TCPConnection.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| niesuch/bittorrentclient | docs/javadoc/Sockets/TCPConnection.html | HTML | mit | 15,430 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.