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
<!-- HTML5 metadata --> <meta name="author" content="{{ site.author.name }}" /> <!-- RDFa Metadata (in DublinCore) --> <meta property="dc:title" content="{{ page.title }}" /> <meta property="dc:creator" content="{{ site.author.name }}" /> <meta property="dc:date" content="{{ page.date }}" /> <meta property="dc:format" content="text/html" /> <meta property="dc:language" content="en" /> <meta property="dc:identifier" content="{{ page.url }}" /> <meta property="dc:rights" content="cc-by" /> <meta property="dc:type" content="website" /> <!-- RDFa Metadata (in OpenGraph) --> <meta property="og:author" content="{{author.homepage}}"/> <meta property="http://ogp.me/ns/profile#first_name" content="{{ site.author.givenName }}"/> <meta property="http://ogp.me/ns/profile#last_name" content="{{ site.author.familyName }}"/> <meta property="http://ogp.me/ns/article#published_time" content="{{ page.date }}" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="{{ site.locale }}"> <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"> {% if page.excerpt %}<meta property="og:description" content="{{ page.excerpt | strip_html }}">{% endif %} <meta property="og:url" content="{{ page.url | replace:'index.html','' | prepend: site.url }}"> <meta property="og:site_name" content="{{ site.title }}"> <!-- Twitter Cards --> <meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"> {% if page.excerpt %}<meta name="twitter:description" content="{{ page.excerpt | strip_html }}">{% endif %} {% if site.author.twitter %}<meta name="twitter:site" content="@{{ site.author.twitter }}">{% endif %} {% if author.twitter %}<meta name="twitter:creator" content="@{{ author.twitter }}">{% endif %} {% if page.image.feature %} <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image" content="{{ site.url }}/images/{{ page.image.feature }}"> {% else %} <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="{% if page.image.thumb %}{{ site.url }}/img/{{ page.image.thumb }}{% else %}{{ site.url }}/img/{{ site.logo }}{% endif %}"> {% endif %}
glynnis/glynn.is
_includes/meta.html
HTML
mit
2,285
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> <base href="/"> <title>{{title}}</title> <meta name="description" content="{{description}}"> <meta name="fragment" content="!"> <!-- Apple META --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <!-- Facebook META --> <meta property="fb:app_id" content="{{facebookAppId}}"> <meta property="og:site_name" content="{{title}}"> <meta property="og:title" content="{{title}}"> <meta property="og:description" content="{{description}}"> <meta property="og:url" content="{{url}}"> <meta property="og:image" content="{{logo}}"> <meta property="og:type" content="website"> <!-- Twitter META --> <meta name="twitter:title" content="{{title}}"> <meta name="twitter:description" content="{{description}}"> <meta name="twitter:url" content="{{url}}"> <meta name="twitter:image" content="{{logo}}"> <!-- Fav Icon --> <link href="{{favicon}}" rel="shortcut icon" type="image/x-icon"> <!-- Application CSS Files --> {% for cssFile in cssFiles %}<link rel="stylesheet" href="{{cssFile}}">{% endfor %} </head> <body class="ng-cloak"> <header ng-include="'/modules/core/client/views/header.client.view.html'" class="navbar navbar-fixed-top navbar-default navbarMainBlue"></header> <section class="content"> <section class="content1"> <!-- <img style="display:none;" src="../modules/core/client/img/mobileBK.jpg" alt="prerenderBKG"/> --> {% block content %}{% endblock %} </section> </section> <!--Embedding The User Object--> <script type="text/javascript"> var user = {{ user | json | safe }}; </script> <!--Load The Socket.io File <script type="text/javascript" src="/socket.io/socket.io.js"></script>--> <!--Application JavaScript Files--> {% for jsFile in jsFiles %}<script type="text/javascript" src="{{jsFile}}"></script>{% endfor %} {% if livereload %} <!--Livereload script rendered --> <script type="text/javascript" src="{{host}}:35729/livereload.js"></script> {% endif %} <script type="text/javascript"> if (window.location.pathname && window.location.pathname == '/api/auth/facebook/[object%20Object]') { window.location.pathname = '/settings/dashboard'; } else if (window.location.pathname && window.location.pathname == '/api/auth/facebook/%5Bobject%20Object%5D') { window.location.pathname = '/settings/dashboard'; } </script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/574872a6f633cc8d7301218a/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <!-- Google analytics script --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-81405564-1', 'auto'); ga('send', 'pageview'); </script> </body> <footer ng-include="'/modules/core/client/views/footer.client.view.html'"></footer> </html>
gtolan/mrkttrdr
modules/core/server/views/layout.server.view.html
HTML
mit
3,650
<!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.7"/> <title>Dream Net: Referência da Classe BufferEncode</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Dream Net </div> <div id="projectbrief">Cliente multiplataforma para interaçao entre robôs e jogos.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Gerado por Doxygen 1.8.7 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Busca'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Página&#160;Principal</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Arquivos</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="Busca" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Lista&#160;de&#160;Componentes</span></a></li> <li><a href="classes.html"><span>Índice&#160;dos&#160;Componentes</span></a></li> <li><a href="hierarchy.html"><span>Hierarquia&#160;de&#160;Classes</span></a></li> <li><a href="functions.html"><span>Componentes&#160;Membros</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">&#160;</span>Todos</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Arquivos</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Funções</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variáveis</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Definições e Macros</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><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Métodos Públicos</a> &#124; <a href="class_buffer_encode-members.html">Lista de todos os Membros</a> </div> <div class="headertitle"> <div class="title">Referência da Classe BufferEncode</div> </div> </div><!--header--> <div class="contents"> <p>Classe auxiliar para codificar um buffer binario. <a href="class_buffer_encode.html#details">Mais...</a></p> <p><code>#include &lt;<a class="el" href="_buffer_encode_8h_source.html">BufferEncode.h</a>&gt;</code></p> <div class="dynheader"> Diagrama de Hierarquia para BufferEncode:</div> <div class="dyncontent"> <div class="center"> <img src="class_buffer_encode.png" usemap="#BufferEncode_map" alt=""/> <map id="BufferEncode_map" name="BufferEncode_map"> <area href="class_buffer.html" title="Classe que representa um buffer, criando métodos para pegar e configurar um buffer. " alt="Buffer" shape="rect" coords="0,0,90,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Métodos Públicos</h2></td></tr> <tr class="memitem:a5fdd659d132434fa45da656247d16d79"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer_encode.html#a5fdd659d132434fa45da656247d16d79">BufferEncode</a> (void)</td></tr> <tr class="separator:a5fdd659d132434fa45da656247d16d79"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed907ffdd6d2839a81d967089d901138"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer_encode.html#aed907ffdd6d2839a81d967089d901138">BufferEncode</a> (char buffer[])</td></tr> <tr class="separator:aed907ffdd6d2839a81d967089d901138"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adca191a76a87a250d0eca6518db0c96e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer_encode.html#adca191a76a87a250d0eca6518db0c96e">ToDouble</a> (double dValue)</td></tr> <tr class="separator:adca191a76a87a250d0eca6518db0c96e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b96de5d178148d72f4a65b7fd83e5b8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer_encode.html#a4b96de5d178148d72f4a65b7fd83e5b8">ToFloat</a> (float fValue)</td></tr> <tr class="separator:a4b96de5d178148d72f4a65b7fd83e5b8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adb9627b3af5f13fc06feae12d1501904"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer_encode.html#adb9627b3af5f13fc06feae12d1501904">ToInt</a> (int iValue)</td></tr> <tr class="separator:adb9627b3af5f13fc06feae12d1501904"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2bb14313192a14cd8fd1986d9377829e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer_encode.html#a2bb14313192a14cd8fd1986d9377829e">Clear</a> (void)</td></tr> <tr class="separator:a2bb14313192a14cd8fd1986d9377829e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_class_buffer"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_buffer')"><img src="closed.png" alt="-"/>&#160;Métodos Públicos inherited from <a class="el" href="class_buffer.html">Buffer</a></td></tr> <tr class="memitem:a6f1f57660a7fb7f9f4ae7eae91f268c3 inherit pub_methods_class_buffer"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#a6f1f57660a7fb7f9f4ae7eae91f268c3">Buffer</a> (void)</td></tr> <tr class="separator:a6f1f57660a7fb7f9f4ae7eae91f268c3 inherit pub_methods_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac485a5360b14213a47366745a69c331c inherit pub_methods_class_buffer"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#ac485a5360b14213a47366745a69c331c">Buffer</a> (char buffer[])</td></tr> <tr class="separator:ac485a5360b14213a47366745a69c331c inherit pub_methods_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac1984e4eea83aeefddad139b16d3da09 inherit pub_methods_class_buffer"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#ac1984e4eea83aeefddad139b16d3da09">Clear</a> (void)</td></tr> <tr class="separator:ac1984e4eea83aeefddad139b16d3da09 inherit pub_methods_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acd6d4adab93eca6c14e2f9554fdbb81a inherit pub_methods_class_buffer"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#acd6d4adab93eca6c14e2f9554fdbb81a">GetBuffer</a> (void)</td></tr> <tr class="separator:acd6d4adab93eca6c14e2f9554fdbb81a inherit pub_methods_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a601ef93ee11cf19bac45fb2e066d097f inherit pub_methods_class_buffer"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#a601ef93ee11cf19bac45fb2e066d097f">SetBuffer</a> (char buffer[])</td></tr> <tr class="separator:a601ef93ee11cf19bac45fb2e066d097f inherit pub_methods_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0a7eecd3192c5ad9f4ec7b6de735ddd3 inherit pub_methods_class_buffer"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#a0a7eecd3192c5ad9f4ec7b6de735ddd3">GetSize</a> (void)</td></tr> <tr class="separator:a0a7eecd3192c5ad9f4ec7b6de735ddd3 inherit pub_methods_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pro_attribs_class_buffer"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_class_buffer')"><img src="closed.png" alt="-"/>&#160;Atributos Protegidos inherited from <a class="el" href="class_buffer.html">Buffer</a></td></tr> <tr class="memitem:a4b2750057defbaa9767eeabb9ca688f4 inherit pro_attribs_class_buffer"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_buffer.html#a4b2750057defbaa9767eeabb9ca688f4">m_strBuffer</a> [<a class="el" href="_buffer_8h.html#a6b20d41d6252e9871430c242cb1a56e7">BUFFER_SIZE</a>]</td></tr> <tr class="separator:a4b2750057defbaa9767eeabb9ca688f4 inherit pro_attribs_class_buffer"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Descrição Detalhada</h2> <div class="textblock"><p>Classe auxiliar para codificar um buffer binario. </p> </div><h2 class="groupheader">Construtores &amp; Destrutores</h2> <a class="anchor" id="a5fdd659d132434fa45da656247d16d79"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">BufferEncode::BufferEncode </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Construtor da classe </p> </div> </div> <a class="anchor" id="aed907ffdd6d2839a81d967089d901138"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">BufferEncode::BufferEncode </td> <td>(</td> <td class="paramtype">char&#160;</td> <td class="paramname"><em>buffer</em>[]</td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Construtor da classe </p><dl class="params"><dt>Parâmetros</dt><dd> <table class="params"> <tr><td class="paramname">buffer</td><td>- Conteúdo para o buffer </td></tr> </table> </dd> </dl> </div> </div> <h2 class="groupheader">Métodos</h2> <a class="anchor" id="a2bb14313192a14cd8fd1986d9377829e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void BufferEncode::Clear </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Limpa o buffer e zera m_iPosition </p> </div> </div> <a class="anchor" id="adca191a76a87a250d0eca6518db0c96e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void BufferEncode::ToDouble </td> <td>(</td> <td class="paramtype">double&#160;</td> <td class="paramname"><em>dValue</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Seta o próximo double </p><dl class="params"><dt>Parâmetros</dt><dd> <table class="params"> <tr><td class="paramname">dValue</td><td>- double que será convertido para binário e alocado no buffer </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a4b96de5d178148d72f4a65b7fd83e5b8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void BufferEncode::ToFloat </td> <td>(</td> <td class="paramtype">float&#160;</td> <td class="paramname"><em>fValue</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Seta o próximo float </p><dl class="params"><dt>Parâmetros</dt><dd> <table class="params"> <tr><td class="paramname">fValue</td><td>- float que será convertido para binário e alocado no buffer </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="adb9627b3af5f13fc06feae12d1501904"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void BufferEncode::ToInt </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>iValue</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Seta o próximo int </p><dl class="params"><dt>Parâmetros</dt><dd> <table class="params"> <tr><td class="paramname">iValue</td><td>- int que será convertido para binário e alocado no buffer </td></tr> </table> </dd> </dl> </div> </div> <hr/>A documentação para esta classe foi gerada a partir dos seguintes arquivos:<ul> <li>DreamNet.TCPClient/<a class="el" href="_buffer_encode_8h_source.html">BufferEncode.h</a></li> <li>DreamNet.TCPClient/BufferEncode.cpp</li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Gerado em Segunda, 18 de Agosto de 2014 12:37:31 para Dream Net por &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.7 </small></address> </body> </html>
kleberandrade/dream-net
Doc TCPClient/html/class_buffer_encode.html
HTML
mit
16,024
<!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=""> <title>Allison Kadel - Photography</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/clean-blog.min.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> </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">Home</a> </li> <li> <a href="videography.html">Videography</a> </li> <li> <a href="blog.html">Technical Blog</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/Forest_rd.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="page-heading"> <h2>Photography</h2> <hr class="small"> <span class="subheading"></span> </div> </div> </div> </div> </header> <!-- Main Content --> <h1> This section is under construction :) </h1> <!-- <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <img class="featured-content" src="img/Alex_down_degraded.jpg"> <img class="featured-content" src="img/Alex_out_degraded.jpg"> <img class="featured-content" src="img/Alex-2_degraded.jpg"> <img class="featured-content" src="img/Boots_degraded.jpg"> <img class="featured-content" src="img/three_sogsers_degraded.jpg"> <img class="featured-content" src="img/Alex_spying_degraded.jpg"> <img class="featured-content" src="img/Alex_Phil_walk_degraded.jpg"> <img class="featured-content" src="img/Kelly_lookout_degraded.jpg"> <img class="featured-content" src="img/Kelly_stalk_degraded.jpg"> <img class="featured-content" src="img/Forest_rd_degraded.jpg"> <img class="featured-content" src="img/Trees_tilt_degraded.jpg"> <img class="featured-content" src="img/Puddle_degraded.jpg"> <img class="featured-content" src="img/Gang_mid_color_degraded.jpg"> <img class="featured-content" src="img/Tree_sun_degraded.jpg"> <img class="featured-content" src="img/ValleyForge_Tree_degraded.jpg"> <img class="featured-content" src="img/ValleyForge_Tree2-2_degraded.jpg"> <img class="featured-content" src="img/ValleyForge_SunriseStalk_degraded.jpg"> <img class="featured-content" src="img/Bowl_degraded.jpg"> <img class="featured-content" src="img/Kristen_boathouse_lights_degraded.jpg"> <img class="featured-content" src="img/Kristen_bench_smile_degraded.jpg"> <img class="featured-content" src="img/Caroline_degraded.jpg"> <img class="featured-content" src="img/Bathroom_dark_degraded.jpg"> <img class="featured-content" src="img/Zenith_sun_degraded.jpg"> <img class="featured-content" src="img/Zenith_sun_headdown_degraded.jpg"> <img class="featured-content" src="img/Bosun_degraded.jpg"> <img class="featured-content" src="img/196.JPG"> <img class="featured-content" src="img/200.JPG"> <img class="featured-content" src="img/257.JPG"> <img class="featured-content" src="img/448.JPG"> <img class="featured-content" src="img/481.JPG"> --> <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe nostrum ullam eveniet pariatur voluptates odit, fuga atque ea nobis sit soluta odio, adipisci quas excepturi maxime quae totam ducimus consectetur?</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius praesentium recusandae illo eaque architecto error, repellendus iusto reprehenderit, doloribus, minus sunt. Numquam at quae voluptatum in officia voluptas voluptatibus, minus!</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum molestiae debitis nobis, quod sapiente qui voluptatum, placeat magni repudiandae accusantium fugit quas labore non rerum possimus, corrupti enim modi! Et.</p> --> </div> </div> </div> <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="#"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-instagram fa-stack-1x fa-inverse"></i> </span> </a> </li> --> </ul> <p class="copyright text-muted">Copyright &copy; Allison Kadel 2019</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>
allisonkadel/allisonkadel.github.io
photography.html
HTML
mit
7,884
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Problem 2. Web Gallery</title> <link href="styles.min.css" rel="stylesheet" /> </head> <body> <main> <div id="wrapper"> <div id="thumbs"> <hr /> <a href="#mushroom_1"><img src="images/mush_1.jpeg" /></a> <a href="#mushroom_2"><img src="images/mush_2.jpeg" /></a> <a href="#mushroom_3"> <img src="images/mush_3.jpeg" /> </a> <hr /> </div> <div id="large"> <img src="images/mush_1.jpeg" id="mushroom_1" /> <img src="images/mush_2.jpeg" id="mushroom_2" /> <img src="images/mush_3.jpeg" id="mushroom_3" /> </div> </div> </main> </body> </html>
ykomitov/Homeworks-TA
05.CSS/04.LESS/02.Web-Gallery/index.html
HTML
mit
861
--- layout: default --- <a href="https://github.com/taophp/jekyll-datastore"><img style="position: absolute; top: 3em; right: 0; border: 0; width: 149px; height: 149px;" src="http://aral.github.com/fork-me-on-github-retina-ribbons/[email protected]" alt="Fork me on GitHub"></a> <div class="container"> <div class="starter-template row"> <h1>items</h1> <p class="lead">An easy way to use Jekyll and Github Pages as a "database". <br /> Items are just <a href="https://github.com/taophp/jekyll-datastore/tree/gh-pages/_posts">posts</a>. Type to search. Click on row headers to sort. <br /> See a <a href="output.json">JSON representation</a> of the data below.</p> </div> {% include interactive-table-items.html %} <div class="row"> <p><small>Built with <a href="http://jekyllrb.com/">Jekyll</a> + <a href="http://listjs.com/">ListJS</a> + <a href="http://getbootstrap.com/">Bootstrap</a>. See the <a href="http://github.com/taophp/jekyll-datastore">readme</a> for instruction on how to use.</small>.</p> </div> </div><!-- /.container --> </div>
taophp/jekyll-datastore
index.html
HTML
mit
1,064
<?xml version="1.0" encoding="utf-8" ?><!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" lang="en" xml:lang="en"> <head> <title>kappa-Cygnids 2008: visual data quicklook</title> <link rel="stylesheet" href="zhr.css" type="text/css" /> </head> <body> <div style="float:right; text-align:center; margin:1em; margin-top:0;"> <a href="http://www.imo.net"><img src="out/imo.jpg" style="border:none; margin-bottom:0;" /></a><br/> [ <a href="http://www.imo.net">www.imo.net</a> ] </div> <h1>kappa-Cygnids 2008: visual data quicklook</h1> <h2>Introduction</h2> <p> This page shows automated results of the kappa-Cygnids 2008, based on visual observations reported by citizen scientists through the <a href="http://www.imo.net/visual/report">report form</a> of the <a href="http://www.imo.net">International Meteor Organization</a> (IMO). The information on this page is generated automatically; for scientific use please refer to manual analyses published in scientific journals (such as <a href="http://www.imo.net/imo/wgn">WGN</a>). Send your feedback regarding this page to <a href="mailto:[email protected]">Geert Barentsen</a>. </p> <p>Page contents:</p> <div class="list"><img src="immy_bullet.png" style="margin:0; margin-right:0.3em;" alt="Immy" /> <a href="#overview">Activity profile</a></div> <!-- <div class="list"><img src="immy_bullet.png" style="margin:0; margin-right:0.3em;" alt="Immy" /> <a href="#peak">13-14 December in detail</a> <b style='color:red;'>(NEW)</b></div> --> <div class="list"><img src="immy_bullet.png" style="margin:0; margin-right:0.3em;" alt="Immy" /> <a href="#observers">Observer statistics</a></div> <div class="list"><img src="immy_bullet.png" style="margin:0; margin-right:0.3em;" alt="Immy" /> <a href="#download">Data access</a></div> <div class="list"><img src="immy_bullet.png" style="margin:0; margin-right:0.3em;" alt="Immy" /> <a href="#credits">Credits and references</a></div> <p>Note that the data will finally go into the <a href="/data/visual">Visual Meteor Database (VMDB)</a> with manual inspection and rectifications. We are curretly completing the files of 2008-2011. The VMDB is an enormous project - any help will be greatly appreciated.</p> <p>Page generated: 2015 November 4 at 12:41 UTC. </p> <h2><a name="overview" />Activity profile</h2> <p>The graph below shows the ZHR (Zenithal Hourly Rate), which is the number of meteors an observer would see under a very dark sky with the radiant of the shower in zenith. <br/>ZHR<sub>max</sub> = 5.5 based on 244 kappa-Cygnids reported in 908 intervals, assuming population index r = 2.5</p><p><img src='out/kcg2008overview.png?time=1446640898' alt='ZHR graph' /></p><table><thead><tr><th>Time (UTC)</th><th class='numfield'>Solarlon</th> <th class='numfield'>nINT</th> <th class='numfield'>nKCG</th> <th class='numfield'>ZHR</th> <th></th> <th class='numfield'>Particle density</th></tr></thead><tbody><tr> <td>2008-08-12 08:09</td> <td class='numfield'>139.872</td> <td class='numfield'>469</td> <td class='numfield'>100</td> <td class='numfield'>1.7</td><td>&plusmn;0.2</td> <td class='numfield'>9 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> <tr> <td>2008-08-13 02:58</td> <td class='numfield'>140.624</td> <td class='numfield'>365</td> <td class='numfield'>95</td> <td class='numfield'>1.8</td><td>&plusmn;0.2</td> <td class='numfield'>10 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> <tr> <td>2008-08-14 01:08</td> <td class='numfield'>141.510</td> <td class='numfield'>53</td> <td class='numfield'>24</td> <td class='numfield'>1.6</td><td>&plusmn;0.3</td> <td class='numfield'>9 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> <tr> <td>2008-08-16 01:50</td> <td class='numfield'>143.459</td> <td class='numfield'>3</td> <td class='numfield'>0</td> <td class='numfield'>0.8</td><td>&plusmn;0.8</td> <td class='numfield'>4 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> <tr> <td>2008-08-18 15:52</td> <td class='numfield'>145.943</td> <td class='numfield'>5</td> <td class='numfield'>5</td> <td class='numfield'>4.5</td><td>&plusmn;1.8</td> <td class='numfield'>25 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> <tr> <td>2008-08-20 03:21</td> <td class='numfield'>147.366</td> <td class='numfield'>8</td> <td class='numfield'>11</td> <td class='numfield'>5.0</td><td>&plusmn;1.4</td> <td class='numfield'>28 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> <tr> <td>2008-08-20 23:00</td> <td class='numfield'>148.154</td> <td class='numfield'>5</td> <td class='numfield'>9</td> <td class='numfield'>5.5</td><td>&plusmn;1.7</td> <td class='numfield'>31 / 10<sup>9</sup>&#183;km<sup>3</sup></td> </tr> </tbody></table><p>The reported intervals are automatically added together into the bins shown above, based on the number of meteors and the distribution of the intervals. For each bin, the following parameters are computed:</p> <ul> <li><i>Time</i> is the averaged centre of the reported intervals in Universal Time (UTC);</li> <li><i>Solarlon</i> is the astronomical position of the earth relative to the sun at the above time (equinox J2000.0);</li> <li><i>nINT</i> is the number of reported intervals used;</li> <li><i>nKCG</i> is the number of kappa-Cygnids observed in those intervals;</li> <li><i>ZHR</i> is the Zenithal Hourly Rate, defined as (1 + sum nKCG) / sum(Teff/C) where Teff is the effective observing time and C is the total correction coefficient for limiting magnitude, clouds and zenith correction 1/sin(h<sub>R</sub>);</li> <li><i>Particle density</i> is the approximate number of particles (meteoroids) causing meteors brighter than magnitude +6.5 per billion cubic kilometer (i.e., a cube with 1000 km edge length). The ZHR depends on this density (which can be variable) and the velocity (which is roughly constant) of the meteoroid stream. For more information about the computation method, see the references at the bottom.</li> </ul> <!-- <h2><a name="peak" />13-14 December in detail</h2> --> <h2><a name="observers" />Observer statistics</h2> <p>Data has been received from 62 observers in 21 countries. Thank you for your efforts!</p><h3>Spatial distribution of observers</h3><p>Note: click on the map for an interactive version.</p><p><a href="out/kcg2008_gmap.html"><img src="out/world_small.png" alt="Spatial distribution" /></a></p><h3>Temporal distribution of observers</h3><p style='margin-left:0;'><img src='out/kcg2008temporal.png' alt='Temporal distribution' /></p><h3>Table of observers</h3><table><thead><tr><th>Observer</th><th>Country</th><th class='numfield'>Teff</th><th class='numfield'>nKCG</th></tr></thead><tbody><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Salvador Aguirre</a></td> <td>Mexico</td> <td class='numfield'>7.00h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Plamena Alexandrova</a></td> <td>Bulgaria</td> <td class='numfield'>0.38h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Jure Atanackov</a></td> <td>Slovenia</td> <td class='numfield'>1.22h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Pierre Bader</a></td> <td>Germany</td> <td class='numfield'>4.25h</td> <td class='numfield'>7</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Orlando Benitez Sanchez</a></td> <td>Spain</td> <td class='numfield'>4.46h</td> <td class='numfield'>3</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Felix Bettonvil</a></td> <td>Netherlands</td> <td class='numfield'>4.63h</td> <td class='numfield'>3</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Jean-marie Biets</a></td> <td>Belgium</td> <td class='numfield'>6.38h</td> <td class='numfield'>7</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Anna Brylyakova</a></td> <td>Ukraine</td> <td class='numfield'>0.33h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Marcin Chwala</a></td> <td>Poland</td> <td class='numfield'>0.50h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Nadka Dankova</a></td> <td>Bulgaria</td> <td class='numfield'>0.92h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Mark Davis</a></td> <td>United States</td> <td class='numfield'>2.70h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Sietse Dijkstra</a></td> <td>Netherlands</td> <td class='numfield'>3.39h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Todor Dimitrov</a></td> <td>Bulgaria</td> <td class='numfield'>0.33h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Audrius Dubietis</a></td> <td>Lithuania</td> <td class='numfield'>3.05h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Jaroslaw Dygos</a></td> <td>Poland</td> <td class='numfield'>6.50h</td> <td class='numfield'>6</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Frank Enzlein</a></td> <td>Germany</td> <td class='numfield'>1.78h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Mitja Govedic</a></td> <td>Slovenia</td> <td class='numfield'>5.08h</td> <td class='numfield'>9</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Alexandru S. Grigore</a></td> <td>Romania</td> <td class='numfield'>7.16h</td> <td class='numfield'>7</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Valentin Grigore</a></td> <td>Romania</td> <td class='numfield'>4.35h</td> <td class='numfield'>12</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Wayne T. Hally</a></td> <td>United States</td> <td class='numfield'>11.45h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Roberto Haver</a></td> <td>Italy</td> <td class='numfield'>1.73h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Vilem Heblik</a></td> <td>Czech Republic</td> <td class='numfield'>0.75h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Veerle Herrygers</a></td> <td>Belgium</td> <td class='numfield'>1.88h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Andrey Igoshev</a></td> <td>Russia</td> <td class='numfield'>1.00h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Lars Jacobs</a></td> <td>Belgium</td> <td class='numfield'>1.62h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Carl Johannink</a></td> <td>Netherlands</td> <td class='numfield'>3.57h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Javor Kac</a></td> <td>Slovenia</td> <td class='numfield'>5.32h</td> <td class='numfield'>7</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Roy Keeris</a></td> <td>Netherlands</td> <td class='numfield'>2.83h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Jakub Koukal</a></td> <td>Czech Republic</td> <td class='numfield'>20.87h</td> <td class='numfield'>35</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Sergey Krasilnikov</a></td> <td>Ukraine</td> <td class='numfield'>6.58h</td> <td class='numfield'>12</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Maciej Kwinta</a></td> <td>Poland</td> <td class='numfield'>2.00h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Peter Van Leuteren</a></td> <td>Netherlands</td> <td class='numfield'>1.62h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Alister Ling</a></td> <td>Canada</td> <td class='numfield'>0.91h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Mike Linnolt</a></td> <td>United States</td> <td class='numfield'>1.00h</td> <td class='numfield'>3</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Jose Luis Maestre Garcia</a></td> <td>Spain</td> <td class='numfield'>3.29h</td> <td class='numfield'>7</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Pierre Martin</a></td> <td>Canada</td> <td class='numfield'>4.50h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Mikhail Maslov</a></td> <td>Russia</td> <td class='numfield'>0.90h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Bruce Mccurdy</a></td> <td>Canada</td> <td class='numfield'>1.25h</td> <td class='numfield'>5</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Koen Miskotte</a></td> <td>Netherlands</td> <td class='numfield'>3.58h</td> <td class='numfield'>5</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Mohammad Nilforoushan</a></td> <td>Iran</td> <td class='numfield'>2.97h</td> <td class='numfield'>6</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Dusan Pavlovic</a></td> <td>Serbia</td> <td class='numfield'>1.00h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Carles Pineda Ferre</a></td> <td>Spain</td> <td class='numfield'>4.66h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Rostislav Pleshivtsev</a></td> <td>Spain</td> <td class='numfield'>3.97h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Jurgen Rendtel</a></td> <td>Germany</td> <td class='numfield'>5.30h</td> <td class='numfield'>3</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Branislav Savic</a></td> <td>Serbia</td> <td class='numfield'>7.38h</td> <td class='numfield'>10</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Teodora Savic Popovic</a></td> <td>Serbia</td> <td class='numfield'>6.55h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Vasiliy Sedov</a></td> <td>Ukraine</td> <td class='numfield'>6.58h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Kristine Shults</a></td> <td>Ukraine</td> <td class='numfield'>6.16h</td> <td class='numfield'>3</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Andrea Sipka</a></td> <td>Serbia</td> <td class='numfield'>1.91h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Florin-alexandru Stancu</a></td> <td>Romania</td> <td class='numfield'>2.82h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Katarina Stankovic</a></td> <td>Serbia</td> <td class='numfield'>7.68h</td> <td class='numfield'>8</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Wesley Stone</a></td> <td>United States</td> <td class='numfield'>4.51h</td> <td class='numfield'>0</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Oana Suciu</a></td> <td>Romania</td> <td class='numfield'>3.77h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Blanca Troughton Luque</a></td> <td>Spain</td> <td class='numfield'>3.55h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Hendrik Vandenbruaene</a></td> <td>Belgium</td> <td class='numfield'>3.37h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Michel Vandeputte</a></td> <td>Belgium</td> <td class='numfield'>10.5h</td> <td class='numfield'>10</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Valentin Velkov</a></td> <td>Bulgaria</td> <td class='numfield'>0.50h</td> <td class='numfield'>3</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Myriam Vingerhoets</a></td> <td>Belgium</td> <td class='numfield'>7.09h</td> <td class='numfield'>7</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Maria Vorobjova</a></td> <td>Ukraine</td> <td class='numfield'>5.25h</td> <td class='numfield'>2</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>William Watson</a></td> <td>United States</td> <td class='numfield'>1.54h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Thomas Weiland</a></td> <td>Austria</td> <td class='numfield'>6.60h</td> <td class='numfield'>1</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Mariusz Wisniewski</a></td> <td>Poland</td> <td class='numfield'>5.66h</td> <td class='numfield'>4</td></tr><tr><td><a href='http://vmo.imo.net/imozhr/obsview/kappa-cygnids2008.php'>Lukasz Wozniak</a></td> <td>Poland</td> <td class='numfield'>4.32h</td> <td class='numfield'>2</td></tr></tbody></table> <h2><a name="download" />Data access</h2> <p> <b>Create your own analysis.</b> The files below can be opened using Excel:<br/> <a href="out/kcg2008_rate.csv">kcg2008_rate.csv</a> (number of meteors per interval per observer)<br /> <a href="out/kcg2008_magn.csv">kcg2008_magn.csv</a> (number of meteors per magnitude bin per observer) </p> <p/> <h2><a name="credits" />Credits and references</h2> <p> The information on this page may be distributed freely provided credit is given to the <a href="http://www.imo.net">International Meteor Organization</a> (IMO) and, when possible, to the individual observers. The computer facilities to generate this page are provided by <a href="http://www.rssd.esa.int/meteors">ESA/RSSD</a> and <a href="http://www.arm.ac.uk">Armagh Observatory</a>.</p> <p> References: <ol style='margin-top:0.2em;'> <li>Rendtel J. and Arlt R., editors (2009). <i>Handbook for meteor observations; Chapter 9, Analyses and Calculations</i>. International Meteor Organization. ISBN 978-2-87355-020-2.</li> <li>Koschack R., Rendtel J. (1990). <i>Determination of spatial number density and mass index from visual meteor observations (II).</i> WGN 18, 119-140.</li> </ol> </p> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-69171-2"); pageTracker._trackPageview(); } catch(err) {}</script> </body> </html>
barentsen/imo-zhr-quicklooks
output/kcg2008/index.html
HTML
mit
20,958
<div class="container" id="view2"> <h1>Events</h1> <form> <input type="text" class="form-control" id="searchbox" ng-model="search" placeholder="Search events"> <br> </form> <div ng-repeat="event in vt.orgEvents|filter:search"> <ul class="list-group searchlist"> <li class="list-group-item">{{event.name}}</li> <li class="list-group-item">Location: {{event.address}}</li> <li class="list-group-item">{{event.description}}</li> <li class="list-group-item">{{event.date}}: {{event.time[0]}} to {{event.time[1]}}</li> </ul> </div> </div>
LamppostHH/streetlight
app/view2/view2.html
HTML
mit
590
<!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_29) on Sun Dec 11 02:01:50 EET 2011 --> <TITLE> ExecEvalScript </TITLE> <META NAME="date" CONTENT="2011-12-11"> <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="ExecEvalScript"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ExecEvalScript.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExceptionWrapper.html" title="class in edu.cmu.cs.stage3.alice.core"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExecScript.html" title="interface in edu.cmu.cs.stage3.alice.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?edu/cmu/cs/stage3/alice/core/ExecEvalScript.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ExecEvalScript.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> edu.cmu.cs.stage3.alice.core</FONT> <BR> Interface ExecEvalScript</H2> <HR> <DL> <DT><PRE>public interface <B>ExecEvalScript</B></DL> </PRE> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExecEvalScript.html#getEvalScriptValue()">getEvalScriptValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExecEvalScript.html#getExecScriptValue()">getExecScriptValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExecEvalScript.html#setEvalScriptValue(java.lang.String)">setEvalScriptValue</A></B>(java.lang.String&nbsp;evalScriptValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExecEvalScript.html#setExecScriptValue(java.lang.String)">setExecScriptValue</A></B>(java.lang.String&nbsp;execScriptValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getExecScriptValue()"><!-- --></A><H3> getExecScriptValue</H3> <PRE> java.lang.String <B>getExecScriptValue</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setExecScriptValue(java.lang.String)"><!-- --></A><H3> setExecScriptValue</H3> <PRE> void <B>setExecScriptValue</B>(java.lang.String&nbsp;execScriptValue)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getEvalScriptValue()"><!-- --></A><H3> getEvalScriptValue</H3> <PRE> java.lang.String <B>getEvalScriptValue</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setEvalScriptValue(java.lang.String)"><!-- --></A><H3> setEvalScriptValue</H3> <PRE> void <B>setEvalScriptValue</B>(java.lang.String&nbsp;evalScriptValue)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ExecEvalScript.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExceptionWrapper.html" title="class in edu.cmu.cs.stage3.alice.core"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../edu/cmu/cs/stage3/alice/core/ExecScript.html" title="interface in edu.cmu.cs.stage3.alice.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?edu/cmu/cs/stage3/alice/core/ExecEvalScript.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ExecEvalScript.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ai-ku/langvis
doc/edu/cmu/cs/stage3/alice/core/ExecEvalScript.html
HTML
mit
10,068
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>mkrjs plyln Jasmine Spec Runner v2.5.2</title> <link rel="shortcut icon" type="image/png" href="lib/jasmine/jasmine_favicon.png"> <link rel="stylesheet" href="lib/jasmine/jasmine.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/TextPlugin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/ScrollToPlugin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/CSSRulePlugin.min.js"></script> <script src="lib/jasmine/jasmine.js"></script> <script src="lib/jasmine/jasmine-html.js"></script> <script src="lib/jasmine/boot.js"></script> <!-- include source files here... --> <script src="../downloads/mkr.js"></script> <script src="../downloads/constructs/svg/plyln.js"></script> <!-- include spec files here... --> <script src="spec/plylnSpec.js"></script> </head> <body> </body> </html>
chris-moody/mkr
docs/test/plyln.html
HTML
mit
1,079
<header class="c-page__header"> {% if page.title == 'Home' %} <h1>{{ site.description }}</h1> {% endif %} <p> <a href="{{ "/" | prepend: site.baseurl }}">*</a> <!-- <span class="u-separate"></span> <a href="{{ "/about/" | prepend: site.baseurl }}">About</a><span class="u-separate"></span><a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a> --> </p> </header>
nmontano/nmontano.github.io
_includes/header.html
HTML
mit
408
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Strategy | Kartwars Bot</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">Kartwars Bot</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="dracoolaart.html">DracoolaArt</a> </li> <li> <a href="dracoolaart.kartwarsbot.html">KartwarsBot</a> </li> <li> <a href="dracoolaart.kartwarsbot.strategy.html">Strategy</a> </li> </ul> <h1>Module Strategy</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Modules</h3> <ul class="tsd-index-list"> <li class="tsd-kind-module tsd-parent-kind-module"><a href="dracoolaart.kartwarsbot.strategy.behaviour.html" class="tsd-kind-icon">Behaviour</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Enumerations</h3> <ul class="tsd-index-list"> <li class="tsd-kind-enum tsd-parent-kind-module"><a href="../enums/dracoolaart.kartwarsbot.strategy.strategies.html" class="tsd-kind-icon">Strategies</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Classes</h3> <ul class="tsd-index-list"> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.calculatetorquebotstrategy.html" class="tsd-kind-icon">Calculate<wbr>Torque<wbr>Bot<wbr>Strategy</a></li> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.defaultstrategy.html" class="tsd-kind-icon">Default<wbr>Strategy</a></li> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.drawenemiesbotstrategy.html" class="tsd-kind-icon">Draw<wbr>Enemies<wbr>Bot<wbr>Strategy</a></li> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.interconnectfoodbotstrategy.html" class="tsd-kind-icon">Interconnect<wbr>Food<wbr>Bot<wbr>Strategy</a></li> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.pursuitandshootbotstrategy.html" class="tsd-kind-icon">Pursuit<wbr>And<wbr>Shoot<wbr>Bot<wbr>Strategy</a></li> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.pursuitbotstrategy.html" class="tsd-kind-icon">Pursuit<wbr>Bot<wbr>Strategy</a></li> <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/dracoolaart.kartwarsbot.strategy.strategybase.html" class="tsd-kind-icon">Strategy<wbr>Base</a></li> </ul> </section> </div> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="label tsd-is-external"> <span>Internals</span> </li> <li class=" tsd-kind-module tsd-is-not-exported"> <a href="_victor_.html">"victor"</a> </li> <li class="label tsd-is-external"> <span>Externals</span> </li> <li class="current tsd-kind-module tsd-is-external tsd-is-not-exported"> <a href="dracoolaart.html">Dracoola<wbr>Art</a> <ul> <li class="current tsd-kind-module tsd-parent-kind-module tsd-is-external"> <a href="dracoolaart.kartwarsbot.html">Kartwars<wbr>Bot</a> <ul> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.data.html">Data</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.design.html">Design</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.manager.html">Manager</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external"> <a href="dracoolaart.kartwarsbot.methoddecoration.html">Method<wbr>Decoration</a> </li> <li class="current tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.strategy.html">Strategy</a> <ul> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.strategy.behaviour.html">Behaviour</a> </li> </ul> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.structures.html">Structures</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.tactics.html">Tactics</a> </li> <li class=" tsd-kind-module tsd-parent-kind-module"> <a href="dracoolaart.kartwarsbot.utils.html">Utils</a> </li> </ul> </li> </ul> </li> <li class=" tsd-kind-module tsd-is-external tsd-is-not-exported"> <a href="reverseengineering.html">Reverse<wbr>Engineering</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-enum tsd-parent-kind-module"> <a href="../enums/dracoolaart.kartwarsbot.strategy.strategies.html" class="tsd-kind-icon">Strategies</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.calculatetorquebotstrategy.html" class="tsd-kind-icon">Calculate<wbr>Torque<wbr>Bot<wbr>Strategy</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.defaultstrategy.html" class="tsd-kind-icon">Default<wbr>Strategy</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.drawenemiesbotstrategy.html" class="tsd-kind-icon">Draw<wbr>Enemies<wbr>Bot<wbr>Strategy</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.interconnectfoodbotstrategy.html" class="tsd-kind-icon">Interconnect<wbr>Food<wbr>Bot<wbr>Strategy</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.pursuitandshootbotstrategy.html" class="tsd-kind-icon">Pursuit<wbr>And<wbr>Shoot<wbr>Bot<wbr>Strategy</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.pursuitbotstrategy.html" class="tsd-kind-icon">Pursuit<wbr>Bot<wbr>Strategy</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="../classes/dracoolaart.kartwarsbot.strategy.strategybase.html" class="tsd-kind-icon">Strategy<wbr>Base</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-64079204-5', ''); ga('send', 'pageview'); </script> </body> </html>
kmataru/kartwars.io-bot
docs/modules/dracoolaart.kartwarsbot.strategy.html
HTML
mit
14,403
<p>Unlike the previous panel, this one removes itself from DOM while in hidden state.</p>
kogarashisan/LavaSite
examples/Panel2/description.html
HTML
mit
89
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>pytorch-inference: test_linear.cpp 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); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">pytorch-inference </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </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('test__linear_8cpp.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="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">test_linear.cpp File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="layers_8hpp_source.html">../include/layers.hpp</a>&quot;</code><br /> <code>#include &quot;<a class="el" href="test_2utils_8hpp_source.html">utils.hpp</a>&quot;</code><br /> </div><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="test__linear_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr> <tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a id="ae66f6b31b5ad750f1fe042a706a4e3d4"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">&#9670;&nbsp;</a></span>main()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int main </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> </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_13e138d54eb8818da29c3992edef070a.html">test</a></li><li class="navelem"><a class="el" href="test__linear_8cpp.html">test_linear.cpp</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.13 </li> </ul> </div> </body> </html>
bzcheeseman/pytorch-inference
docs/test__linear_8cpp.html
HTML
mit
5,002
<div class="commune_descr limited"> <p> Clairoix est une commune localisée dans le département de l'Oise en Picardie. On dénombrait 1&nbsp;979 habitants en 2008.</p> <p>Le nombre d'habitations, à Clairoix, était réparti en 2011 en 121 appartements et 765 maisons soit un marché relativement équilibré.</p> <p>À proximité de Clairoix sont localisées les villes de <a href="{{VLROOT}}/immobilier/choisy-au-bac_60151/">Choisy-au-Bac</a> localisée à 2&nbsp;km, 3&nbsp;475 habitants, <a href="{{VLROOT}}/immobilier/longueil-annel_60368/">Longueil-Annel</a> située à 3&nbsp;km, 2&nbsp;276 habitants, <a href="{{VLROOT}}/immobilier/janville_60323/">Janville</a> localisée à 1&nbsp;km, 698 habitants, <a href="{{VLROOT}}/immobilier/coudun_60166/">Coudun</a> à 3&nbsp;km, 926 habitants, <a href="{{VLROOT}}/immobilier/venette_60665/">Venette</a> localisée à 4&nbsp;km, 2&nbsp;707 habitants, <a href="{{VLROOT}}/immobilier/bienville_60070/">Bienville</a> localisée à 1&nbsp;km, 461 habitants, entre autres. De plus, Clairoix est située à seulement trois&nbsp;km de <a href="{{VLROOT}}/immobilier/compiegne_60159/">Compiègne</a>.</p> <p>À Clairoix, la valorisation moyenne à la vente d'un appartement s'évalue à 2&nbsp;400 &euro; du m² en vente. Le prix moyen d'une maison à l'achat se situe à 2&nbsp;298 &euro; du m². À la location le prix moyen se situe à 10,69 &euro; du m² mensuel.</p> <p>La commune compte de multiples équipements sportifs, elle propose entre autres un terrain de tennis, un terrain de sport, un équipement de roller/skate et une boucle de randonnée.</p> <p>À Clairoix le salaire moyen par mois par individu est situé à approximativement 2&nbsp;282 &euro; net. C'est au dessus de la moyenne nationale.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/60156.html
HTML
mit
1,779
<h2>Why do we need to know?</h2> <p> Your answer to this question does not affect the outcome under the tool. However, it helps us tailor the information we give you. </p>
AUSGov/hobby-business-guidance-tool
Sb.Web/App_Data/Questions/_MoreInfo/QN110.html
HTML
mit
180
<!DOCTYPE html> <html lang="en-US" ng-app="angular-age"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Angular Age [angular-age]</title> <base href="/"> <!-- compiled CSS --><% styles.forEach( function ( file ) { %> <link rel="stylesheet" type="text/css" href="<%= file %>" /><% }); %> </head> <body> <div ui-view="main"></div> <!-- compiled JavaScript --> <% scripts.forEach( function ( file ) { %> <script type="text/javascript" src="<%= file %>"></script><% }); %> </body> </html>
yoda-yoda/angular-age
src/index.html
HTML
mit
566
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <!-- generated 4 seconds ago generated in 0.780 seconds served from batcache in 0.002 seconds expires in 296 seconds --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>phishing | Naked Security</title> <link rel="shortcut icon" type="image/x-icon" href="https://s0.wp.com/wp-content/themes/vip/sophosnews/images/favicon.ico"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="publisher" href="https://plus.google.com/107512733802574023624/"> <link rel="stylesheet" type="text/css" media="all" href="https://s0.wp.com/wp-content/themes/vip/sophosnews/style.css"> <link rel="pingback" href="https://sophosnews.wordpress.com/xmlrpc.php"> <!-- Conditional style sheets to fix styling issues in IE6/7 --> <!--[if IE 6]> <link type="text/css" rel="stylesheet" media="all" href="https://s0.wp.com/wp-content/themes/vip/sophosnews/ie6.css"> <![endif]--> <!--[if IE 7]> <link type="text/css" rel="stylesheet" media="all" href="https://s0.wp.com/wp-content/themes/vip/sophosnews/ie7.css"> <![endif]--> <meta name="keywords" content="phishing"> <meta name="google-site-verification" content="I9dHFo-YhnK2MfAHn-20V4GnWrOttVUYyISGamyU41M"> <meta name="msvalidate.01" content="7D8D1FA2892142B1543D2CBCD07FB88F"> <script src='https://r-login.wordpress.com/remote-login.php?action=js&amp;host=nakedsecurity.sophos.com&amp;id=15254721&amp;t=1427389418&amp;back=https%3A%2F%2Fnakedsecurity.sophos.com%2Ftag%2Fphishing%2F' type="text/javascript"></script> <script type="text/javascript"> /* <![CDATA[ */ if ( 'function' === typeof WPRemoteLogin ) { document.cookie = "wordpress_test_cookie=test; path=/"; if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) { WPRemoteLogin(); } } /* ]]> */ </script> <link rel="alternate" type="application/rss+xml" title="Naked Security &raquo; Feed" href="https://nakedsecurity.sophos.com/feed/"> <link rel="alternate" type="application/rss+xml" title="Naked Security &raquo; Comments Feed" href="https://nakedsecurity.sophos.com/comments/feed/"> <link rel="alternate" type="application/rss+xml" title="Naked Security &raquo; phishing Tag Feed" href="https://nakedsecurity.sophos.com/tag/phishing/feed/"> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}} /* ]]> */ </script> <link rel='stylesheet' id='all-css-0' href='https://s0.wp.com/_static/??-eJx9j9EKwjAMRX/IGpVO8EH8lq7GrlvalDVjv28mKoqyt3vDOQmBuRjPWTALpMkUmkLMFSgOWKFHKc4P5tG2vtYN/Mc9j6jzVJwsRMJrdEiYFFvTUjm+rCV2eut5JkJmiarUd1hbFJANsXcSOX8VcyMXxzV1xJY4aAyg1Ef9kaTThyp0FgJx62gBLum8twdrm92pafo7pF17OA==' type='text/css' media='all'> <script type='text/javascript'> /* <![CDATA[ */ var Sophos = {"ajaxurl":"https:\/\/nakedsecurity.sophos.com\/wp-admin\/admin-ajax.php","nonce":"2d1b32899d"}; /* ]]> */ </script> <script type='text/javascript' src='https://s2.wp.com/_static/??-eJyNj1EOgjAMQC/kWFASw4fxLHNU6GDdXDcInt4ZMcFogl9N29e+Vk5eaEcRKErD0roLDiASQ1BtrgmkqysM72TmkPSQGuAnaG4JwryETUBYbIOKUFikN7yyesfRAnNW/uh+qpBGhGkTMxC90r0IwHj/2ho7yD45opfsfOeYYFpdXWjnevx/6pUVpHpoGHQKGOfl1bM9ldX+UB3rsq7MA28Lias='></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://sophosnews.wordpress.com/xmlrpc.php?rsd"> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"> <meta name="generator" content="WordPress.com"> <link rel='openid.server' href='https://sophosnews.wordpress.com/?openidserver=1'> <link rel='openid.delegate' href='https://sophosnews.wordpress.com/'> <link rel="search" type="application/opensearchdescription+xml" href="https://nakedsecurity.sophos.com/osd.xml" title="Naked Security"> <link rel="search" type="application/opensearchdescription+xml" href="http://wordpress.com/opensearch.xml" title="WordPress.com"> <meta name="application-name" content="Naked Security"><meta name="msapplication-window" content="width=device-width;height=device-height"><meta name="msapplication-tooltip" content="Computer Security News, Advice and Research"><meta name="msapplication-task" content="name=Subscribe;action-uri=https://nakedsecurity.sophos.com/feed/;icon-uri=https://s2.wp.com/i/favicon.ico"><style type="text/css" id="syntaxhighlighteranchor"></style> <script type="text/javascript"> /* Setup a Google Analytics command stack to track the page view */ window._gaq = window._gaq || []; // Add data to the .sophos.com profile _gaq.push( ['_setAccount', 'UA-737537-1'], ['_setDomainName', '.sophos.com'], ['_setAllowLinker', true], ['_setAllowHash', false], ['_trackPageview', '/nakedsecurity'+window.location.pathname+window.location.search] ); // Add data to the independent profile _gaq.push( ['ns._setAccount', 'UA-737537-25'], ['ns._trackPageview'] ); jQuery(function () { try { window.sophosGaGuidStore.processGaToken({ useGoogleVid: true, outputDebug: false, gaScope: 1, gaNamespace: 'ns', gaAccount: 'UA-737537-25' }); } catch (e) { // do nothing } }); /* Create the appropriate Google Analytics script element */ (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> <meta name="msvalidate.01" content="D40C7646E4220DFB555112071FD858E4" /> </head> <body class="archive tag tag-phishing tag-21013 mp6 typekit-enabled customizer-styles-applied highlander-enabled highlander-light"> <div class="xp"></div> <div id="printHeader"><img src="https://s0.wp.com/wp-content/themes/vip/sophosnews/images/sophos-logo.gif" width="126" height="50" alt="Antivirus and Security Software from Sophos"></div> <div id="wrapper" class="hfeed"> <div id="header"> <a rel="home" href="/" title="Naked Security - Award-winning computer security, news, opinion, advice and research from SOPHOS"> <span class="title">Naked <em>Security</em></span> <small >Award-winning computer security news from <span class="replace logo sophos">Sophos</span></small> </a> <a class="mothership" rel="nofollow" href="http://www.sophos.com/" title="SOPHOS"></a> <div title="Hi" class="robot"> </div> <div id="game-container"></div> <div class="navigation"> <ul id="menu-category-menu" class="menu"><li id="menu-item-31599" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-31599"><a href="https://nakedsecurity.sophos.com/category/security-threats/malware/">Malware</a></li> <li id="menu-item-31533" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-31533"><a href="https://nakedsecurity.sophos.com/category/organisations/apple/">Mac</a></li> <li id="menu-item-187396" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-187396"><a href="https://nakedsecurity.sophos.com/category/social-networks/facebook/">Facebook</a></li> <li id="menu-item-187828" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-187828"><a href="https://nakedsecurity.sophos.com/category/technologies/operating-systems/mobile/android/">Android</a></li> <li id="menu-item-147074" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-147074"><a href="https://nakedsecurity.sophos.com/category/security-threats/vulnerability/">Vulnerability</a></li> <li id="menu-item-31368" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-31368"><a href="https://nakedsecurity.sophos.com/category/security-threats/data-loss/">Data loss</a></li> <li id="menu-item-147073" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-147073"><a href="https://nakedsecurity.sophos.com/category/privacy/">Privacy</a></li> <li id="menu-item-27702" class="more menu-item menu-item-type-custom menu-item-object-custom menu-item-27702"><a href="/categories">More...</a></li> </ul> <form action="/" id="searchform" method="get" role="search"> <label for="s" class="screen-reader-text">Search for:</label> <input class="text" onclick="if (this.value == 'search articles') this.value=''" type="text" size="5" id="s" name="s" value="search articles"> <input class="submit" type="submit" value="" id="searchButton"> </form> </div> <ul class="social"> <li><a class="facebook" rel="nofollow" href="https://www.facebook.com/SophosSecurity" title="Join over 170,000 people in our Facebook community"></a></li><li><a class="twitter" rel="nofollow" href="https://twitter.com/#!/NakedSecurity" title="Follow our team of security experts on Twitter"></a></li><li><a class="youtube" rel="nofollow" href="https://www.youtube.com/user/SophosLabs" title="Take a look at the SophosLabs YouTube channel"></a></li><li><a class="gplus" rel="nofollow" href="https://plus.google.com/107512733802574023624" rel="publisher" title="Join our Google+ community"></a></li><li><a class="linkedin" rel="nofollow" href="https://www.linkedin.com/groups?about=&amp;gid=4023910" title="Join the Naked Security discussion group on LinkedIn"></a></li><li><a class="rss" rel="nofollow" href="/feed" title="Subscribe to our RSS feed"></a></li> </ul> </div><!-- #header --> <div id="main"> <div id="container"> <div id="content" role="main"> <h1 class="page-title">phishing</h1><p class="feeds">(get it in <a rel="nofollow" href="https://nakedsecurity.sophos.com/category/security-threats/malware/phishing-malware/?feed=rss2">RSS</a> or <a rel="nofollow" href="https://nakedsecurity.sophos.com/category/security-threats/malware/phishing-malware/?feed=atom">Atom</a>)</p> <div id="nav-above" class="navigation"> <div class="nav-previous"><a href="https://nakedsecurity.sophos.com/tag/phishing/page/2/" >Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-above --> <div id="post-280033" class="post-280033 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-security-threats category-twitter tag-2fa tag-account-hijacking tag-anthony-noto tag-password tag-phishing tag-twitter-cfo tag-two-factor-authentication"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '0']); return true;" href="https://nakedsecurity.sophos.com/2015/02/12/twitter-cfo-anthony-noto-has-account-hijacked/" title="Permalink to Twitter CFO Anthony Noto has account hijacked" rel="bookmark">Twitter CFO Anthony Noto has account hijacked</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/nslisavaas/" title="View all posts by Lisa Vaas">Lisa Vaas</a></span> on February 12, 2015 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2015/02/12/twitter-cfo-anthony-noto-has-account-hijacked/#comments" title="Comment on Twitter CFO Anthony Noto has account hijacked">1 Comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2015/02/12/twitter-cfo-anthony-noto-has-account-hijacked/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '0']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/02/bird_ss_250.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="Bird. Image courtesy of Shutterstock." /></a> <p>Twitter's Chief Financial Officer Anthony Noto is making headlines again after having his Twitter account hijacked and used to send out spammy links.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2015%2F02%2F12%2Ftwitter-cfo-anthony-noto-has-account-hijacked%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Twitter%20CFO%20Anthony%20Noto%20has%20account%20hijacked&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2015%2F02%2F12%2Ftwitter-cfo-anthony-noto-has-account-hijacked%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-277446" class="post-277446 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-phishing-malware tag-money-laundering tag-phishing tag-scams"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '1']); return true;" href="https://nakedsecurity.sophos.com/2015/01/12/phish-of-the-week-when-adjectives-just-arent-enough/" title="Permalink to Phish of the Week - when adjectives just aren&#039;t enough" rel="bookmark">Phish of the Week - when adjectives just aren't enough</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on January 12, 2015 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2015/01/12/phish-of-the-week-when-adjectives-just-arent-enough/#comments" title="Comment on Phish of the Week - when adjectives just aren&#039;t enough">28 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2015/01/12/phish-of-the-week-when-adjectives-just-arent-enough/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '1']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/01/fish-250.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="" /></a> <p>We aren't really supposed to chuckle at spams and scams. </p> <p>But here's a phishing story that will make you smile yet still be educational...</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2015%2F01%2F12%2Fphish-of-the-week-when-adjectives-just-arent-enough%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Phish%20of%20the%20Week%20-%20when%20adjectives%20just%20aren%27t%20enough&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2015%2F01%2F12%2Fphish-of-the-week-when-adjectives-just-arent-enough%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276742" class="post-276742 post type-post status-publish format-standard has-post-thumbnail hentry category-denial-of-service-security-threats category-featured category-phishing-malware category-podcast category-vulnerability tag-mark-stockley tag-bots tag-chester-wisniewski tag-chet-chat tag-internet-of-things tag-iot tag-itunes tag-lizard-squad tag-lulzsec tag-paul-ducklin tag-phishing tag-scada tag-sophos-security-chet-chat tag-spam tag-sscc tag-technology tag-zombies"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '2']); return true;" href="https://nakedsecurity.sophos.com/2014/12/31/sscc-179-what-kind-of-a-name-is-lizard-squad-podcast/" title="Permalink to SSCC 179 - What kind of a name is &quot;Lizard Squad&quot;? [PODCAST]" rel="bookmark">SSCC 179 - What kind of a name is "Lizard Squad"? [PODCAST]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on December 31, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/31/sscc-179-what-kind-of-a-name-is-lizard-squad-podcast/#respond" title="Comment on SSCC 179 - What kind of a name is &quot;Lizard Squad&quot;? [PODCAST]">Leave a comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/31/sscc-179-what-kind-of-a-name-is-lizard-squad-podcast/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '2']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/12/chet-chat-logo-featured-2501.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="" /></a> <p>Here's the latest episode of our regular security podcast.</p> <p>This week: phishing, spamming, zombification, SCADA and the Internet of Things, and the curiously named cybervandals that go by "Lizard Squad."</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F31%2Fsscc-179-what-kind-of-a-name-is-lizard-squad-podcast%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=SSCC%20179%20-%20What%20kind%20of%20a%20name%20is%20%22Lizard%20Squad%22%3F%20%5BPODCAST%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F31%2Fsscc-179-what-kind-of-a-name-is-lizard-squad-podcast%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276631" class="post-276631 post type-post status-publish format-standard has-post-thumbnail hentry category-denial-of-service-security-threats category-featured category-malware category-phishing-malware tag-blast-furnace tag-dos tag-meltdown tag-phishing tag-spear-phishing tag-steelworks"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '3']); return true;" href="https://nakedsecurity.sophos.com/2014/12/29/can-malware-and-hackers-really-cause-giant-physical-disasters/" title="Permalink to Can malware and hackers really cause giant physical disasters?" rel="bookmark">Can malware and hackers really cause giant physical disasters?</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on December 29, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/29/can-malware-and-hackers-really-cause-giant-physical-disasters/#comments" title="Comment on Can malware and hackers really cause giant physical disasters?">14 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/29/can-malware-and-hackers-really-cause-giant-physical-disasters/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '3']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/12/fireball-250.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="" /></a> <p>Could you really have a hacker or malware initiated meltdown? </p> <p>Yes, says the 2014 report of the German Office for Information Security...</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F29%2Fcan-malware-and-hackers-really-cause-giant-physical-disasters%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Can%20malware%20and%20hackers%20really%20cause%20giant%20physical%20disasters%3F&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F29%2Fcan-malware-and-hackers-really-cause-giant-physical-disasters%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276589" class="post-276589 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-phishing-malware tag-apple tag-christmas tag-cybercrime tag-holiday-season tag-itunes tag-phishing"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '4']); return true;" href="https://nakedsecurity.sophos.com/2014/12/29/yes-i-got-an-itunes-gift-card-for-christmas-but-how-did-the-crooks-know-that/" title="Permalink to Yes, I got an iTunes gift card for Christmas - but HOW DID THE CROOKS KNOW THAT?" rel="bookmark">Yes, I got an iTunes gift card for Christmas - but HOW DID THE CROOKS KNOW THAT?</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on December 29, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/29/yes-i-got-an-itunes-gift-card-for-christmas-but-how-did-the-crooks-know-that/#comments" title="Comment on Yes, I got an iTunes gift card for Christmas - but HOW DID THE CROOKS KNOW THAT?">2 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/29/yes-i-got-an-itunes-gift-card-for-christmas-but-how-did-the-crooks-know-that/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '4']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/12/bull-250.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="" /></a> <p>You *are* being doubly cautious for phishing campaigns over the holiday season, aren't you?</p> <p>Spammers and scammers don't have to know anything about you to hit the bullseye in what might feel like a targeted attack.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F29%2Fyes-i-got-an-itunes-gift-card-for-christmas-but-how-did-the-crooks-know-that%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Yes%2C%20I%20got%20an%20iTunes%20gift%20card%20for%20Christmas%20-%20but%20HOW%20DID%20THE%20CROOKS%20KNOW%20THAT%3F&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F29%2Fyes-i-got-an-itunes-gift-card-for-christmas-but-how-did-the-crooks-know-that%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276568" class="post-276568 post type-post status-publish format-standard has-post-thumbnail hentry category-cryptography category-data-loss category-featured category-law-order category-phishing-malware category-privacy category-video tag-2fa tag-60-sec-security tag-60-second-security tag-60-seconds tag-60ss tag-arrest tag-banking-authority tag-blast-furnace tag-bsi tag-counterfeiting tag-eba tag-eu tag-forum tag-germany tag-gustafson tag-hacking tag-phishing tag-secret-service tag-spear-phishing tag-two-factor tag-two-factor-authentication tag-uganda"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '5']); return true;" href="https://nakedsecurity.sophos.com/2014/12/27/the-email-that-caused-a-literal-meltdown-60-sec-security-video/" title="Permalink to The email that caused a literal meltdown - 60 Sec Security [VIDEO]" rel="bookmark">The email that caused a literal meltdown - 60 Sec Security [VIDEO]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on December 27, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/27/the-email-that-caused-a-literal-meltdown-60-sec-security-video/#respond" title="Comment on The email that caused a literal meltdown - 60 Sec Security [VIDEO]">Leave a comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/27/the-email-that-caused-a-literal-meltdown-60-sec-security-video/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '5']); return true;"><img width="115" height="115" src="https://i1.wp.com/sophosnews.files.wordpress.com/2014/06/60ss-video-250.png?crop=39px%2C38px%2C169px%2C169px&amp;resize=115%2C115" class="attachment-list-post wp-post-image" alt="" /></a> <p>Enjoy the last episode of "60 Second Security" for 2014!</p> <p>Learn from the week's news in just one minute...</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F27%2Fthe-email-that-caused-a-literal-meltdown-60-sec-security-video%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=The%20email%20that%20caused%20a%20literal%20meltdown%20-%2060%20Sec%20Security%20%5BVIDEO%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F27%2Fthe-email-that-caused-a-literal-meltdown-60-sec-security-video%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276555" class="post-276555 post type-post status-publish format-standard has-post-thumbnail hentry category-data-loss category-featured category-phishing-malware category-podcast category-privacy tag-european-banking-association tag-mark-stockley tag-trillian-ross tag-naksecquiz tag-2fa tag-access-control tag-chester-wisniewski tag-chet-chat tag-cryptolocker tag-data-breach tag-dns tag-eba tag-gameover tag-icann tag-passwords tag-paul-ducklin tag-phishing tag-sony tag-sophos-security-chet-chat tag-spear-phishing tag-sscc tag-technology tag-two-factor-authentication"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '6']); return true;" href="https://nakedsecurity.sophos.com/2014/12/24/sscc-178-are-we-there-yet-podcast/" title="Permalink to SSCC 178 - Are we there yet? [PODCAST]" rel="bookmark">SSCC 178 - Are we there yet? [PODCAST]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on December 24, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/24/sscc-178-are-we-there-yet-podcast/#respond" title="Comment on SSCC 178 - Are we there yet? [PODCAST]">Leave a comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/24/sscc-178-are-we-there-yet-podcast/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '6']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/12/chet-chat-logo-featured-2501.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="" /></a> <p>Here's the latest episode of our weekly security podcast.</p> <p>Enjoy...and "Happy Holidays," whether you're away on vacation yourself, or a sysadmin enjoying the time when everyone else is on vacation!</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F24%2Fsscc-178-are-we-there-yet-podcast%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=SSCC%20178%20-%20Are%20we%20there%20yet%3F%20%5BPODCAST%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F24%2Fsscc-178-are-we-there-yet-podcast%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276502" class="post-276502 post type-post status-publish format-standard has-post-thumbnail hentry category-data-loss category-featured category-law-order category-phishing-malware category-privacy category-video category-vulnerability tag-12-days-of-christmas tag-60-sec-security tag-60-second-security tag-60-seconds tag-60ss tag-competition tag-data-breach tag-delta tag-delta-airlines tag-dns tag-hack tag-icann tag-phishing tag-prize tag-sony tag-spear-phishing tag-the-interview tag-url tag-win"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '7']); return true;" href="https://nakedsecurity.sophos.com/2014/12/20/yes-icann-keep-your-data-safe-oops-sorry-no-i-cant-60-sec-security-video/" title="Permalink to Yes, ICANN keep your data safe...oops, sorry, no I can&#039;t - 60 Sec Security [VIDEO]" rel="bookmark">Yes, ICANN keep your data safe...oops, sorry, no I can't - 60 Sec Security [VIDEO]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on December 20, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/20/yes-icann-keep-your-data-safe-oops-sorry-no-i-cant-60-sec-security-video/#respond" title="Comment on Yes, ICANN keep your data safe...oops, sorry, no I can&#039;t - 60 Sec Security [VIDEO]">Leave a comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/20/yes-icann-keep-your-data-safe-oops-sorry-no-i-cant-60-sec-security-video/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '7']); return true;"><img width="115" height="115" src="https://i1.wp.com/sophosnews.files.wordpress.com/2014/06/60ss-video-250.png?crop=39px%2C38px%2C169px%2C169px&amp;resize=115%2C115" class="attachment-list-post wp-post-image" alt="" /></a> <p>Time for the latest episode of our weekly 60 Second Security video!</p> <p>The news, in just one minute...enjoy.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F20%2Fyes-icann-keep-your-data-safe-oops-sorry-no-i-cant-60-sec-security-video%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Yes%2C%20ICANN%20keep%20your%20data%20safe...oops%2C%20sorry%2C%20no%20I%20can%27t%20-%2060%20Sec%20Security%20%5BVIDEO%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F20%2Fyes-icann-keep-your-data-safe-oops-sorry-no-i-cant-60-sec-security-video%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-276281" class="post-276281 post type-post status-publish format-standard has-post-thumbnail hentry category-data-loss category-featured category-malware category-phishing-malware tag-christmas-malware tag-facebook-scams tag-online-shopping tag-paypal tag-phishing tag-scams"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '8']); return true;" href="https://nakedsecurity.sophos.com/2014/12/18/dont-let-the-grinch-steal-christmas-how-to-avoid-festive-fraudsters/" title="Permalink to Don’t let the Grinch steal Christmas: how to avoid festive fraudsters" rel="bookmark">Don’t let the Grinch steal Christmas: how to avoid festive fraudsters</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/louisastockley/" title="View all posts by Louisa Hardwick">Louisa Hardwick</a></span> on December 18, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/12/18/dont-let-the-grinch-steal-christmas-how-to-avoid-festive-fraudsters/#comments" title="Comment on Don’t let the Grinch steal Christmas: how to avoid festive fraudsters">1 Comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/12/18/dont-let-the-grinch-steal-christmas-how-to-avoid-festive-fraudsters/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '8']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/12/christmas-shopping-250-ss_158927666.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="Don’t let the Grinch steal Christmas: tips for avoiding festive fraudsters" /></a> <p>Take a little more time to record what you've bought, from who or where, and how much it cost - and don't let your guard slip at this hectic time of year.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F18%2Fdont-let-the-grinch-steal-christmas-how-to-avoid-festive-fraudsters%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Don%E2%80%99t%20let%20the%20Grinch%20steal%20Christmas%3A%20how%20to%20avoid%20festive%20fraudsters&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F12%2F18%2Fdont-let-the-grinch-steal-christmas-how-to-avoid-festive-fraudsters%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-273424" class="post-273424 post type-post status-publish format-standard has-post-thumbnail hentry category-data-loss category-featured category-google category-phishing-malware category-security-threats tag-google tag-phishing tag-study"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '9']); return true;" href="https://nakedsecurity.sophos.com/2014/11/11/old-time-phishing-scams-are-working-just-fine-google-finds/" title="Permalink to Old-time phishing scams are working just fine, Google finds" rel="bookmark">Old-time phishing scams are working just fine, Google finds</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/nslisavaas/" title="View all posts by Lisa Vaas">Lisa Vaas</a></span> on November 11, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/11/11/old-time-phishing-scams-are-working-just-fine-google-finds/#comments" title="Comment on Old-time phishing scams are working just fine, Google finds">3 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/11/11/old-time-phishing-scams-are-working-just-fine-google-finds/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '9']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/11/phishing-hook-250-ss_173636480.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="Old-time phishing scams are working just fine, Google finds" /></a> <p>A new Google study has found that the true masterpieces of phishing are successful 45% of the time. It's just another example of how phishers may be old dogs, but they can sure learn new tricks. </p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F11%2F11%2Fold-time-phishing-scams-are-working-just-fine-google-finds%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Old-time%20phishing%20scams%20are%20working%20just%20fine%2C%20Google%20finds&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F11%2F11%2Fold-time-phishing-scams-are-working-just-fine-google-finds%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-273185" class="post-273185 post type-post status-publish format-standard has-post-thumbnail hentry category-botnet-malware category-data-loss category-featured category-malware category-phishing-malware category-podcast category-privacy category-spam category-vulnerability tag-bot tag-chester-wisniewski tag-chet-chat tag-drupal tag-exploit tag-malware tag-paul-ducklin tag-phishing tag-ransomware tag-sophos-security-chet-chat tag-spam tag-spampionship tag-sscc tag-technology tag-vulnerability-2 tag-zombie"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '10']); return true;" href="https://nakedsecurity.sophos.com/2014/11/05/sscc-172-ransomwares-not-dead-podcast/" title="Permalink to SSCC 172 - Ransomware&#039;s not dead! [PODCAST]" rel="bookmark">SSCC 172 - Ransomware's not dead! [PODCAST]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on November 5, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/11/05/sscc-172-ransomwares-not-dead-podcast/#respond" title="Comment on SSCC 172 - Ransomware&#039;s not dead! [PODCAST]">Leave a comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/11/05/sscc-172-ransomwares-not-dead-podcast/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '10']); return true;"><img width="115" height="115" src="https://i2.wp.com/sophosnews.files.wordpress.com/2014/06/chet-chat-logo-featured-250.png?crop=21px%2C21px%2C209px%2C209px&amp;resize=115%2C115" class="attachment-list-post wp-post-image" alt="" /></a> <p>Here's the latest episode of our weekly security podcast.</p> <p>News you can use!</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F11%2F05%2Fsscc-172-ransomwares-not-dead-podcast%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=SSCC%20172%20-%20Ransomware%27s%20not%20dead%21%20%5BPODCAST%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F11%2F05%2Fsscc-172-ransomwares-not-dead-podcast%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-273082" class="post-273082 post type-post status-publish format-standard has-post-thumbnail hentry category-cryptography category-featured category-malware category-phishing-malware category-ransomware-malware tag-captcha tag-cryptolocker tag-gatso tag-phishing tag-ransomware tag-speed-camera"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '11']); return true;" href="https://nakedsecurity.sophos.com/2014/11/03/gatso-speed-camera-phish-leads-to-cryptolocker-ransomware-clone/" title="Permalink to GATSO! Speed camera phish leads to CryptoLocker ransomware clone..." rel="bookmark">GATSO! Speed camera phish leads to CryptoLocker ransomware clone...</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on November 3, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/11/03/gatso-speed-camera-phish-leads-to-cryptolocker-ransomware-clone/#comments" title="Comment on GATSO! Speed camera phish leads to CryptoLocker ransomware clone...">13 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/11/03/gatso-speed-camera-phish-leads-to-cryptolocker-ransomware-clone/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '11']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/11/gatso-250.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="gatso-250" /></a> <p>Recently, we came across an intriguing phishing campaign that combines two feared products of the information age.</p> <p>Gatsos (speed cameras) and ransomware, rolled into one attack!</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F11%2F03%2Fgatso-speed-camera-phish-leads-to-cryptolocker-ransomware-clone%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=GATSO%21%20Speed%20camera%20phish%20leads%20to%20CryptoLocker%20ransomware%20clone...&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F11%2F03%2Fgatso-speed-camera-phish-leads-to-cryptolocker-ransomware-clone%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-267687" class="post-267687 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-phishing-malware category-security-threats tag-nrc tag-phishing tag-spear-phishing tag-spearphishing"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '12']); return true;" href="https://nakedsecurity.sophos.com/2014/08/19/us-nuclear-regulatory-commission-hacked-3-times-in-3-years/" title="Permalink to US Nuclear Regulatory Commission hacked 3 times in 3 years" rel="bookmark">US Nuclear Regulatory Commission hacked 3 times in 3 years</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/leemunsonblog/" title="View all posts by Lee Munson">Lee Munson</a></span> on August 19, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/08/19/us-nuclear-regulatory-commission-hacked-3-times-in-3-years/#respond" title="Comment on US Nuclear Regulatory Commission hacked 3 times in 3 years">Leave a comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/08/19/us-nuclear-regulatory-commission-hacked-3-times-in-3-years/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '12']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/08/nrc-hacked-250_160406456.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="US Nuclear Regulatory Commission hacked 3 times in 3 years" /></a> <p>According to documents obtained under an open-records request, two of the hacks, perpetrated via phishing emails, are believed to have originated in foreign countries, while the source of the third remains unknown because incident logs have been destroyed. The report does not say when the attacks occurred, nor does it divulge what, if any, data was compromised.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F08%2F19%2Fus-nuclear-regulatory-commission-hacked-3-times-in-3-years%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=US%20Nuclear%20Regulatory%20Commission%20hacked%203%20times%20in%203%20years&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F08%2F19%2Fus-nuclear-regulatory-commission-hacked-3-times-in-3-years%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-266927" class="post-266927 post type-post status-publish format-standard has-post-thumbnail hentry category-cryptography category-data-loss category-denial-of-service-security-threats category-featured category-malware category-podcast category-spam category-vulnerability tag-firewall tag-ids tag-next-generation tag-next-gen tag-packet-filter tag-phishing tag-proxy tag-remote-access tag-sophos-techknow tag-techknow tag-utm tag-vpn tag-web-filter"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '13']); return true;" href="https://nakedsecurity.sophos.com/2014/08/08/sophos-techknow-firewalls-demystified-podcast/" title="Permalink to Sophos Techknow - Firewalls Demystified [PODCAST]" rel="bookmark">Sophos Techknow - Firewalls Demystified [PODCAST]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on August 8, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/08/08/sophos-techknow-firewalls-demystified-podcast/#comments" title="Comment on Sophos Techknow - Firewalls Demystified [PODCAST]">2 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/08/08/sophos-techknow-firewalls-demystified-podcast/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '13']); return true;"><img width="115" height="115" src="https://i0.wp.com/sophosnews.files.wordpress.com/2014/08/techknow-logo-250-150.png?crop=36px%2C35px%2C178px%2C178px&amp;resize=115%2C115" class="attachment-list-post wp-post-image" alt="techknow-logo-250-150" /></a> <p>The word firewall has a lot more shades of meaning in 2014 than it did in 1994.</p> <p>So...who better to help us to demystify the modern firewall than Sophos security expert Chester Wisniewski?</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F08%2F08%2Fsophos-techknow-firewalls-demystified-podcast%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Sophos%20Techknow%20-%20Firewalls%20Demystified%20%5BPODCAST%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F08%2F08%2Fsophos-techknow-firewalls-demystified-podcast%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-266012" class="post-266012 post type-post status-publish format-standard has-post-thumbnail hentry category-apple category-featured category-phishing-malware tag-anatomy tag-app-store tag-apple tag-itunes tag-phishing tag-typosquatting"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '14']); return true;" href="https://nakedsecurity.sophos.com/2014/07/28/anatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out/" title="Permalink to Anatomy of an iTunes phish - tips to avoid getting caught out" rel="bookmark">Anatomy of an iTunes phish - tips to avoid getting caught out</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on July 28, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/07/28/anatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out/#comments" title="Comment on Anatomy of an iTunes phish - tips to avoid getting caught out">9 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/07/28/anatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '14']); return true;"><img width="115" height="115" src="https://i2.wp.com/sophosnews.files.wordpress.com/2014/07/itunes-in-net-250.png?crop=15px%2C9px%2C218px%2C218px&amp;resize=115%2C115" class="attachment-list-post wp-post-image" alt="" /></a> <p>Even if you'd back yourself to spot a phish every time, here's a step-by-step account that might help to save your friends and family in the future...</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F07%2F28%2Fanatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Anatomy%20of%20an%20iTunes%20phish%20-%20tips%20to%20avoid%20getting%20caught%20out&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F07%2F28%2Fanatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-265390" class="post-265390 post type-post status-publish format-standard has-post-thumbnail hentry category-apple category-data-loss category-featured category-law-order category-phishing-malware tag-london tag-phishing tag-pickpockets tag-scam tag-scammers"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '15']); return true;" href="https://nakedsecurity.sophos.com/2014/07/21/jailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards/" title="Permalink to Jailed Apple phishing duo also imported pickpockets and cloned credit cards" rel="bookmark">Jailed Apple phishing duo also imported pickpockets and cloned credit cards</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/nslisavaas/" title="View all posts by Lisa Vaas">Lisa Vaas</a></span> on July 21, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/07/21/jailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards/#comments" title="Comment on Jailed Apple phishing duo also imported pickpockets and cloned credit cards">5 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/07/21/jailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '15']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/07/agrigoroaie-savoae_thumb.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="Constanta Agrigoroaie and Radu Savoae. Images courtesy of Metropolitan Police." /></a> <p>How's this for irony? A pair of fraudsters phished bank account details out of over 150 Apple users by sending them hairy-scary messages about their accounts having been compromised. </p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F07%2F21%2Fjailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Jailed%20Apple%20phishing%20duo%20also%20imported%20pickpockets%20and%20cloned%20credit%20cards&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F07%2F21%2Fjailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-264752" class="post-264752 post type-post status-publish format-standard has-post-thumbnail hentry category-adobe category-adobe-flash category-featured category-internet-explorer category-java category-law-order category-malware category-microsoft category-oracle category-phishing-malware category-podcast category-privacy category-vulnerability category-windows tag-chester-wisniewski tag-chet-chat tag-cloud tag-excel tag-flash tag-java tag-john-shier tag-macro tag-malware tag-microsoft-adobe tag-oracle tag-patch-tuesday tag-paul-ducklin tag-phishing tag-point-of-sale tag-sony tag-sophos-security-chet-chat tag-sscc tag-technology tag-vba tag-word"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '16']); return true;" href="https://nakedsecurity.sophos.com/2014/07/10/sscc-155-cybercrime-bust-cloud-laws-phishing-and-malware-back-from-extinction-podcast/" title="Permalink to SSCC 155 - cybercrime bust, cloud laws, phishing and malware back from extinction [PODCAST]" rel="bookmark">SSCC 155 - cybercrime bust, cloud laws, phishing and malware back from extinction [PODCAST]</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/pducklin/" title="View all posts by Paul Ducklin">Paul Ducklin</a></span> on July 10, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/07/10/sscc-155-cybercrime-bust-cloud-laws-phishing-and-malware-back-from-extinction-podcast/#comments" title="Comment on SSCC 155 - cybercrime bust, cloud laws, phishing and malware back from extinction [PODCAST]">2 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/07/10/sscc-155-cybercrime-bust-cloud-laws-phishing-and-malware-back-from-extinction-podcast/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '16']); return true;"><img width="115" height="115" src="https://i2.wp.com/sophosnews.files.wordpress.com/2014/06/chet-chat-logo-featured-250.png?crop=21px%2C21px%2C209px%2C209px&amp;resize=115%2C115" class="attachment-list-post wp-post-image" alt="" /></a> <p>In this episode, Sophos experts John Shier and Paul Ducklin tackle the week's interesting security stories.</p> <p>John and Duck get stuck into: a high-profile cybercrime arrest; how mainstream brands help phishers; and why macro malware is making a comeback.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F07%2F10%2Fsscc-155-cybercrime-bust-cloud-laws-phishing-and-malware-back-from-extinction-podcast%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=SSCC%20155%20-%20cybercrime%20bust%2C%20cloud%20laws%2C%20phishing%20and%20malware%20back%20from%20extinction%20%5BPODCAST%5D&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F07%2F10%2Fsscc-155-cybercrime-bust-cloud-laws-phishing-and-malware-back-from-extinction-podcast%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-263377" class="post-263377 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-malware category-phishing-malware tag-outbrain tag-phishing tag-reuters tag-sea tag-social-engineering tag-syrian-electronic-army tag-taboola tag-third-party-sites"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '17']); return true;" href="https://nakedsecurity.sophos.com/2014/06/23/syrian-electronic-army-uses-taboola-ad-to-hack-reuters-again/" title="Permalink to Syrian Electronic Army uses Taboola ad to hack Reuters (again)" rel="bookmark">Syrian Electronic Army uses Taboola ad to hack Reuters (again)</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/leemunsonblog/" title="View all posts by Lee Munson">Lee Munson</a></span> on June 23, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/06/23/syrian-electronic-army-uses-taboola-ad-to-hack-reuters-again/#comments" title="Comment on Syrian Electronic Army uses Taboola ad to hack Reuters (again)">7 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/06/23/syrian-electronic-army-uses-taboola-ad-to-hack-reuters-again/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '17']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/06/reuters-taboola-sea-250px2.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="Syrian Electronic Army uses Taboola ad to hack Reuters (again)" /></a> <p>Code dynamically inserted into Reuters web pages by content serving company, Taboola, appears to have been poisoned by the Syrian Electronic Army in order to redirect visitors to another page under the hackers' control. It highlights the need for websites to consider security in a broad context and to not rely solely on traditional server-based defenses.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F06%2F23%2Fsyrian-electronic-army-uses-taboola-ad-to-hack-reuters-again%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Syrian%20Electronic%20Army%20uses%20Taboola%20ad%20to%20hack%20Reuters%20%28again%29&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F06%2F23%2Fsyrian-electronic-army-uses-taboola-ad-to-hack-reuters-again%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-262398" class="post-262398 post type-post status-publish format-standard has-post-thumbnail hentry category-apple category-featured category-ios-mobile category-law-order category-mobile category-ransomware-malware tag-apple-id tag-hacking tag-icloud tag-ios tag-iphone tag-ministry-of-internal-affairs tag-oleg-pliss tag-passcode tag-phishing tag-ransomware tag-russia"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '18']); return true;" href="https://nakedsecurity.sophos.com/2014/06/10/ransom-taking-iphone-hackers-busted-by-russian-authorities/" title="Permalink to Ransom-taking iPhone hackers busted by Russian authorities" rel="bookmark">Ransom-taking iPhone hackers busted by Russian authorities</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/johnzorabedian/" title="View all posts by John Zorabedian">John Zorabedian</a></span> on June 10, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/06/10/ransom-taking-iphone-hackers-busted-by-russian-authorities/#comments" title="Comment on Ransom-taking iPhone hackers busted by Russian authorities">1 Comment</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/06/10/ransom-taking-iphone-hackers-busted-by-russian-authorities/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '18']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/06/iphone-lock-250.png?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="iphone-lock-250" /></a> <p>The mystery of the ransom messages from "Oleg Pliss," and the iDevice locking attack that popped up in Australia and the US last month, appears to have been solved.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F06%2F10%2Fransom-taking-iphone-hackers-busted-by-russian-authorities%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Ransom-taking%20iPhone%20hackers%20busted%20by%20Russian%20authorities&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F06%2F10%2Fransom-taking-iphone-hackers-busted-by-russian-authorities%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="post-257816" class="post-257816 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-phishing-malware tag-email tag-phishing tag-scam"> <h2 class="entry-title"><a onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '19']); return true;" href="https://nakedsecurity.sophos.com/2014/06/06/phish-or-legit-can-you-tell-the-difference/" title="Permalink to Phish or legit - Can you tell the difference?" rel="bookmark">Phish or legit - Can you tell the difference?</a></h2> <div class="entry-meta"> by <span class="author vcard"><a class="url fn n" href="https://nakedsecurity.sophos.com/author/johnshier/" title="View all posts by John Shier">John Shier</a></span> on June 6, 2014 <span class="meta-sep">|</span> <a href="https://nakedsecurity.sophos.com/2014/06/06/phish-or-legit-can-you-tell-the-difference/#comments" title="Comment on Phish or legit - Can you tell the difference?">23 Comments</a> </div><!-- .entry-meta --> <div class="entry-summary"> <a href="https://nakedsecurity.sophos.com/2014/06/06/phish-or-legit-can-you-tell-the-difference/" onclick="if (_gaq) _gaq.push(['ns._trackEvent', 'The Loop', 'Visit another Naked Security page', '19']); return true;"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/06/ss_152324024-250-phish.jpg?w=115&amp;h=115&amp;crop=1" class="attachment-list-post wp-post-image" alt="Phish or legit - Can you tell the difference?" /></a> <p>If a legitimate email looks like a phishing email, then how are you supposed to spot what is genuine and what isn't? John Shier takes a look.</p> </div><!-- .entry-summary --> <div class="entry-sharing"> <iframe class="facebook" scrolling="no" frameborder="0" src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F06%2F06%2Fphish-or-legit-can-you-tell-the-difference%2F&layout=button_count&height=20&width=107"></iframe> <iframe class="twitter" scrolling="no" frameborder="0" src="https://platform.twitter.com/widgets/tweet_button.1340179658.html#_=1342793744748&amp;count=horizontal&amp;id=twitter-widget-12&amp;lang=en&amp;original_referer=http%3A%2F%2Fnakedsecurity.sophos.com%2F&amp;size=m&amp;text=Phish%20or%20legit%20-%20Can%20you%20tell%20the%20difference%3F&amp;url=https%3A%2F%2Fnakedsecurity.sophos.com%2F2014%2F06%2F06%2Fphish-or-legit-can-you-tell-the-difference%2F" class="twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button"></iframe> </div> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><a href="https://nakedsecurity.sophos.com/tag/phishing/page/2/" >Older posts</a></div> <div class="nav-next"></div> </div><!-- #nav-below --> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="facebook-likebox-3" class="widget-container widget_facebook_likebox"><iframe src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FSophosSecurity&#038;width=200&#038;height=110&#038;colorscheme=light&#038;show_faces=false&#038;stream=false&#038;show_border=true&#038;header=false&#038;force_wall=false" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 200px; height: 110px; background: #fff"></iframe></li><li id="text-2" class="widget-container widget_text"> <div class="textwidget"><a style="display:block;overflow:hidden;margin-bottom:1em;" href="http://www.sophos.com/en-us/lp/compliancecheck/questionnaire.aspx?cmp=701j0000000KZhHAAW"><img src="https://sophosnews.files.wordpress.com/2015/01/sophos_60_second_compliance_check_246x500px_na.png"></a></div> </li><li class="sophos-widget related"> <h2>Related articles</h2> <ul> <li><div> <a href="https://nakedsecurity.sophos.com/2014/08/19/us-nuclear-regulatory-commission-hacked-3-times-in-3-years/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/08/nrc-hacked-250_160406456.jpg?w=115" class="attachment-115x115 wp-post-image" alt="US Nuclear Regulatory Commission hacked 3 times in 3 years" /></a> <h3><a href="https://nakedsecurity.sophos.com/2014/08/19/us-nuclear-regulatory-commission-hacked-3-times-in-3-years/">US Nuclear Regulatory Commission hacked 3 times in 3 years</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2014/07/28/anatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/07/itunes-in-net-250.png?w=115" class="attachment-115x115 wp-post-image" alt="" /></a> <h3><a href="https://nakedsecurity.sophos.com/2014/07/28/anatomy-of-an-itunes-phish-tips-to-avoid-getting-caught-out/">Anatomy of an iTunes phish - tips to avoid getting caught out</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2014/07/21/jailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2014/07/agrigoroaie-savoae_thumb.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Constanta Agrigoroaie and Radu Savoae. Images courtesy of Metropolitan Police." /></a> <h3><a href="https://nakedsecurity.sophos.com/2014/07/21/jailed-apple-phishing-duo-also-imported-pickpockets-and-cloned-credit-cards/">Jailed Apple phishing duo also imported pickpockets and cloned credit cards</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2013/03/22/fake-zendesk-security-notice/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2013/03/fake-security-notice-thumb.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Fake Zendesk security notice spammed out, directs traffic to Canadian drug websites" /></a> <h3><a href="https://nakedsecurity.sophos.com/2013/03/22/fake-zendesk-security-notice/">Fake Zendesk security notice spammed out, directs traffic to Canadian drug websites</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2013/01/28/anatomy-of-a-phish-three-legit-servers-in-three-different-countries-borrowed-by-the-crooks/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2013/01/meta-refresh-250.png?w=115" class="attachment-115x115 wp-post-image" alt="" /></a> <h3><a href="https://nakedsecurity.sophos.com/2013/01/28/anatomy-of-a-phish-three-legit-servers-in-three-different-countries-borrowed-by-the-crooks/">Anatomy of a phish - how crooks hack legitimate websites to steal your details</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2012/08/31/facebook-glitch-spear-phishing/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2012/08/spear-phish-thumb.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Facebook glitch lets spear-phishers impersonate users&#039; friends and family" /></a> <h3><a href="https://nakedsecurity.sophos.com/2012/08/31/facebook-glitch-spear-phishing/">Facebook glitch lets spear phishers impersonate users' friends and family</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2012/08/09/how-to-report-phishing-to-facebook/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2012/08/facebook-phish-thumb.jpg?w=115" class="attachment-115x115 wp-post-image" alt="How to report phishing to Facebook" /></a> <h3><a href="https://nakedsecurity.sophos.com/2012/08/09/how-to-report-phishing-to-facebook/">How to report phishing to Facebook</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2011/01/20/phishing-in-a-world-of-warcraft/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2011/01/blizzard-thumb.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Phishing in a World of Warcraft" /></a> <h3><a href="https://nakedsecurity.sophos.com/2011/01/20/phishing-in-a-world-of-warcraft/">Phishing in a World of Warcraft</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2010/12/16/targeted-webmail-phishing-attacks/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2010/12/phishing-250sq.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Man being phished" /></a> <h3><a href="https://nakedsecurity.sophos.com/2010/12/16/targeted-webmail-phishing-attacks/">Targeted webmail phishing attacks</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2009/05/09/advice-auntie/"><img alt="Default image" style="height: 115px; width: 115px;" src="https://s0.wp.com/wp-content/themes/vip/sophosnews/images/default-image-featured-post.jpg"></a> <h3><a href="https://nakedsecurity.sophos.com/2009/05/09/advice-auntie/">Advice For Auntie</a></h3> </div> </li> </ul> </li><li class="sophos-widget free-tools"> <h2>Free tools</h2> <ul> <li class="android"> <h3><a href="http://www.sophos.com/en-us/products/free-tools/sophos-mobile-security-free-edition.aspx?utm_source=Mobile&utm_medium=Web-banner&utm_campaign=Mobile-NakSec-CL-SMSRightRail&cmp=70130000001xGqlAAE">Mobile Security for Android</a></h3> <ul class="features"> <li>Scans apps for malware</li> <li>Remote lock and wipe </li> <li>Detection from the cloud</li> <li><strong>Completely free</strong></li> <li><a href="http://www.sophos.com/en-us/products/free-tools/sophos-mobile-security-free-edition.aspx?utm_source=Mobile&utm_medium=Web-banner&utm_campaign=Mobile-NakSec-CL-SMSRightRail&cmp=70130000001xGqlAAE">More...</a></li> </ul> </li> <li class="mac"> <h3><a href="http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx?utm_source=Non-campaign&utm_medium=Web-banner&utm_campaign=NakSec-CL-FreeMacAVRightRail&cmp=70130000001xGqlAAE">Antivirus for Mac</a></h3> <ul class="features"> <li>Clears viruses and Trojans</li> <li>Stops all threats, even new ones</li> <li>Installs easily and runs quietly</li> <li><strong>Completely free</strong></li> <li><a href="http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx?utm_source=Non-campaign&utm_medium=Web-banner&utm_campaign=NakSec-CL-FreeMacAVRightRail&cmp=70130000001xGqlAAE">More...</a></li> </ul> </li> <li class="virus"> <h3><a href="http://www.sophos.com/en-us/products/free-tools/virus-removal-tool.aspx?utm_source=Non-campaign&utm_medium=Web-banner&utm_campaign=NakSec-CL-SVRTRightRail&cmp=70130000001xGqlAAE">Virus Removal Tool</a></h3> <ul class="features"> <li>Removes viruses and rootkits</li> <li>Windows XP SP2 and up</li> <li>Works with existing antivirus</li> <li><strong>Completely free</strong></li> <li><a href="http://www.sophos.com/en-us/products/free-tools/virus-removal-tool.aspx?utm_source=Non-campaign&utm_medium=Web-banner&utm_campaign=NakSec-CL-SVRTRightRail&cmp=70130000001xGqlAAE">More...</a></li> </ul> </li> <li class="utm"> <h3><a href="http://www.sophos.com/en-us/products/free-tools/sophos-utm-home-edition.aspx?utm_source=NWT&utm_medium=Web-banner&utm_campaign=NWT-NakSec-CL-UTMFreeHomeRightRail&cmp=70130000001xGqlAAE">UTM Home Edition</a></h3> <ul class="features"> <li>Fully-equipped UTM</li> <li>Network, web, mail and VPN</li> <li>Protects 50 IP addresses</li> <li><strong>Completely free</strong></li> <li><a href="http://www.sophos.com/en-us/products/free-tools/sophos-utm-home-edition.aspx?utm_source=NWT&utm_medium=Web-banner&utm_campaign=NWT-NakSec-CL-UTMFreeHomeRightRail&cmp=70130000001xGqlAAE">More...</a></li> </ul> </li> <li class="firewall"> <h3><a href="http://www.sophos.com/en-us/products/free-tools/sophos-utm-essential-firewall.aspx?utm_source=NWT&utm_medium=Web-banner&utm_campaign=NWT-NakSec-WB-UTMFreeEssRightRail&cmp=70130000001xGqlAAE">UTM Essential Firewall</a></h3> <ul class="features"> <li>Network security for business</li> <li>No user/IP limitations</li> <li>Upgrade to full UTM</li> <li><strong>Completely free</strong></li> <li><a href="http://www.sophos.com/en-us/products/free-tools/sophos-utm-essential-firewall.aspx?utm_source=NWT&utm_medium=Web-banner&utm_campaign=NWT-NakSec-WB-UTMFreeEssRightRail&cmp=70130000001xGqlAAE">More...</a></li> </ul> </li> </ul> </li><li class="sophos-widget popular"> <h2>Hot this week</h2> <ul> <li><div> <a href="https://nakedsecurity.sophos.com/2015/03/20/thought-your-private-phone-photos-werent-on-facebook-think-again/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/photos-2502.png?w=115" class="attachment-115x115 wp-post-image" alt="photos-250" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/20/thought-your-private-phone-photos-werent-on-facebook-think-again/">Thought your private phone photos weren’t on Facebook? Think again…</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/23/microsofts-project-spartan-browser-will-replace-internet-explorer-but-slowly/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/project-spartan-250.png?w=115" class="attachment-115x115 wp-post-image" alt="Project Spartan" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/23/microsofts-project-spartan-browser-will-replace-internet-explorer-but-slowly/">Microsoft's Project Spartan browser will replace Internet Explorer - but slowly</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/20/dark-webs-evolution-market-vanishes-along-with-12-million/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/evolution-250-ss_128237366.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Dark Web&#039;s &#039;Evolution&#039; market vanishes along with $12 million" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/20/dark-webs-evolution-market-vanishes-along-with-12-million/">Dark Web's 'Evolution' market vanishes along with $12 million</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/19/apple-issues-update-to-recent-os-x-update/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/apple-2501.png?w=115" class="attachment-115x115 wp-post-image" alt="" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/19/apple-issues-update-to-recent-os-x-update/">Apple issues update to recent OS X update</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/24/are-smartphones-bad-for-our-kids/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/child-mobile-250-ss_256063456.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Therapist says mobile phones add to skyrocketing rate of child suicide" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/24/are-smartphones-bad-for-our-kids/">Are smartphones bad for our kids?</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/20/nypd-cop-arrested-for-hacking-into-fbi-traffic-databases/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/nypd_ss_250.jpg?w=115" class="attachment-115x115 wp-post-image" alt="NYPD. Image courtesy of pisaphotography/Shutterstock." /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/20/nypd-cop-arrested-for-hacking-into-fbi-traffic-databases/">NYPD cop arrested for hacking into FBI, traffic databases</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/24/will-artificial-intelligence-keep-humans-as-pets/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/woz.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Woz" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/24/will-artificial-intelligence-keep-humans-as-pets/">Will Artificial Intelligence keep humans as pets?</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/20/greatfire-org-faces-daily-30000-bill-from-ddos-attack/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/firewall-china-ss_204157051-250.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Anti-censorship China activists face daily $30,000 DDoS bill" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/20/greatfire-org-faces-daily-30000-bill-from-ddos-attack/">Greatfire.org faces daily $30,000 bill from DDoS attack</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/25/google-glass-isnt-dead-its-being-fine-tuned-for-the-masses/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/google-glass-250-ss-ed_242068195.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Google Glass isn&#039;t dead. It&#039;s being fine-tuned for the masses" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/25/google-glass-isnt-dead-its-being-fine-tuned-for-the-masses/">Google Glass isn't dead. It's being fine-tuned for the masses</a></h3> </div> </li><li><div> <a href="https://nakedsecurity.sophos.com/2015/03/23/convicted-identity-thief-caught-after-posting-selfie-on-twitter/"><img width="115" height="115" src="https://sophosnews.files.wordpress.com/2015/03/social-security-thief-250-ss_48106810.jpg?w=115" class="attachment-115x115 wp-post-image" alt="Convicted identity thief caught after posting selfies on Twitter" /></a> <h3><a href="https://nakedsecurity.sophos.com/2015/03/23/convicted-identity-thief-caught-after-posting-selfie-on-twitter/">Convicted identity thief caught after posting selfie on Twitter</a></h3> </div> </li> </ul> </li> </ul> </div><!-- #primary .widget-area --> </div><!-- #main --> <br class="clear"> </div><!-- #wrapper --> <div id="footer"> <div class="content"> <div class="top"> <ul class="us"> <li><a rel="nofollow" href="/about">About Naked Security</a></li> <li><a rel="nofollow" href="http://www.sophos.com/en-us/about-us.aspx">About Sophos</a></li> <li><a rel="nofollow" href="/authors">Our Authors</a></li> <li><a rel="nofollow" href="/about/#awards">Awards</a></li> <li><a rel="nofollow" href="/about/#tip">Got a story for us?</a></li> </ul> <ul class="social"> <li><a rel="nofollow" class="facebook" href="http://www.facebook.com/SophosSecurity" title="Join over 170,000 people in our Facebook community"></a></li> <li><a rel="nofollow" class="twitter" href="https://twitter.com/#!/NakedSecurity" title="Follow our team of security experts on Twitter"></a></li> <li><a rel="nofollow" class="youtube" href="http://www.youtube.com/user/SophosLabs" title="Take a look at the SophosLabs YouTube channel"></a></li> <li><a rel="nofollow" class="gplus" href="https://plus.google.com/107512733802574023624" title="Join our Google+ community"></a></li> <li><a rel="nofollow" class="linkedin" href="http://www.linkedin.com/groups?about=&amp;gid=4023910" title="Join the Naked Security discussion group on LinkedIn"></a></li> <li><a rel="nofollow" class="rss" href="/feed" title="Subscribe to our RSS feed"></a></li> <li><a rel="nofollow" class="email" href="https://nakedsecurity.sophos.com/about/#newsletter" title="Sign up to our daily newsletter"></a></li> </ul> </div> <div class="column naked-security"> <div class="labels"> <h3>Tags</h3> <div class="tags"> <div style="overflow:hidden"><a href='https://nakedsecurity.sophos.com/tag/adobe/' class='tag-link-29691' title='207 topics' style='font-size: 10.692307692308pt;'>Adobe</a> <a href='https://nakedsecurity.sophos.com/tag/android/' class='tag-link-641922' title='230 topics' style='font-size: 11.410256410256pt;'>Android</a> <a href='https://nakedsecurity.sophos.com/tag/anonymous/' class='tag-link-17835' title='148 topics' style='font-size: 8pt;'>anonymous</a> <a href='https://nakedsecurity.sophos.com/tag/apple/' class='tag-link-291' title='396 topics' style='font-size: 15.717948717949pt;'>Apple</a> <a href='https://nakedsecurity.sophos.com/tag/data-breach/' class='tag-link-67372' title='164 topics' style='font-size: 8.8974358974359pt;'>data breach</a> <a href='https://nakedsecurity.sophos.com/tag/data-loss-2/' class='tag-link-36277601' title='161 topics' style='font-size: 8.7179487179487pt;'>data loss</a> <a href='https://nakedsecurity.sophos.com/tag/ddos/' class='tag-link-64500' title='150 topics' style='font-size: 8.1794871794872pt;'>DDoS</a> <a href='https://nakedsecurity.sophos.com/tag/encryption/' class='tag-link-6474' title='150 topics' style='font-size: 8.1794871794872pt;'>Encryption</a> <a href='https://nakedsecurity.sophos.com/tag/exploit/' class='tag-link-78999' title='284 topics' style='font-size: 13.025641025641pt;'>Exploit</a> <a href='https://nakedsecurity.sophos.com/tag/facebook/' class='tag-link-81819' title='890 topics' style='font-size: 22pt;'>Facebook</a> <a href='https://nakedsecurity.sophos.com/tag/general/' class='tag-link-54' title='712 topics' style='font-size: 20.205128205128pt;'>General</a> <a href='https://nakedsecurity.sophos.com/tag/google/' class='tag-link-81' title='346 topics' style='font-size: 14.641025641026pt;'>Google</a> <a href='https://nakedsecurity.sophos.com/tag/hacking/' class='tag-link-1816' title='339 topics' style='font-size: 14.461538461538pt;'>hacking</a> <a href='https://nakedsecurity.sophos.com/tag/iphone/' class='tag-link-106595' title='169 topics' style='font-size: 9.0769230769231pt;'>iPhone</a> <a href='https://nakedsecurity.sophos.com/tag/it/' class='tag-link-3072' title='252 topics' style='font-size: 12.128205128205pt;'>IT</a> <a href='https://nakedsecurity.sophos.com/tag/malware/' class='tag-link-15593' title='785 topics' style='font-size: 21.102564102564pt;'>Malware</a> <a href='https://nakedsecurity.sophos.com/tag/microsoft/' class='tag-link-637' title='351 topics' style='font-size: 14.820512820513pt;'>Microsoft</a> <a href='https://nakedsecurity.sophos.com/tag/password/' class='tag-link-37471' title='175 topics' style='font-size: 9.4358974358974pt;'>password</a> <a href='https://nakedsecurity.sophos.com/tag/patch/' class='tag-link-51546' title='165 topics' style='font-size: 8.8974358974359pt;'>Patch</a> <a href='https://nakedsecurity.sophos.com/tag/patch-tuesday/' class='tag-link-341283' title='161 topics' style='font-size: 8.7179487179487pt;'>Patch Tuesday</a> <a href='https://nakedsecurity.sophos.com/tag/phishing/' class='tag-link-21013' title='212 topics' style='font-size: 10.871794871795pt;'>phishing</a> <a href='https://nakedsecurity.sophos.com/tag/privacy/' class='tag-link-3279' title='424 topics' style='font-size: 16.25641025641pt;'>Privacy</a> <a href='https://nakedsecurity.sophos.com/tag/scam/' class='tag-link-26037' title='311 topics' style='font-size: 13.74358974359pt;'>Scam</a> <a href='https://nakedsecurity.sophos.com/tag/spam/' class='tag-link-652' title='648 topics' style='font-size: 19.487179487179pt;'>Spam</a> <a href='https://nakedsecurity.sophos.com/tag/twitter/' class='tag-link-599182' title='390 topics' style='font-size: 15.538461538462pt;'>Twitter</a> <a href='https://nakedsecurity.sophos.com/tag/video/' class='tag-link-412' title='199 topics' style='font-size: 10.333333333333pt;'>Video</a> <a href='https://nakedsecurity.sophos.com/tag/vulnerability-2/' class='tag-link-35821136' title='456 topics' style='font-size: 16.794871794872pt;'>vulnerability</a> <a href='https://nakedsecurity.sophos.com/tag/web/' class='tag-link-151' title='226 topics' style='font-size: 11.410256410256pt;'>web</a> <a href='https://nakedsecurity.sophos.com/tag/web-2-0/' class='tag-link-3161794' title='301 topics' style='font-size: 13.564102564103pt;'>web 2.0</a> <a href='https://nakedsecurity.sophos.com/tag/www/' class='tag-link-4326' title='161 topics' style='font-size: 8.7179487179487pt;'>WWW</a></div> </div> <h3>Categories</h3> <ul class="categories"> <li class="cat-item cat-item-29691"><a href="https://nakedsecurity.sophos.com/category/organisations/adobe/" >Adobe</a> (967) </li> <li class="cat-item cat-item-641922"><a href="https://nakedsecurity.sophos.com/category/technologies/operating-systems/mobile/android/" >Android</a> (1,187) </li> <li class="cat-item cat-item-682731"><a href="https://nakedsecurity.sophos.com/category/technologies/web-browsers/apple-safari/" >Apple Safari</a> (453) </li> <li class="cat-item cat-item-44455797"><a href="https://nakedsecurity.sophos.com/category/security-threats/malware/botnet-malware/" >Botnet</a> (545) </li> <li class="cat-item cat-item-25818"><a href="https://nakedsecurity.sophos.com/category/cryptography/" >Cryptography</a> (1,564) </li> <li class="cat-item cat-item-785703"><a href="https://nakedsecurity.sophos.com/category/security-threats/data-loss/" >Data loss</a> (5,341) </li> <li class="cat-item cat-item-45"><a href="https://nakedsecurity.sophos.com/category/technologies/web-browsers/firefox/" >Firefox</a> (468) </li> <li class="cat-item cat-item-81"><a href="https://nakedsecurity.sophos.com/category/organisations/google/" >Google</a> (2,382) </li> <li class="cat-item cat-item-10625068"><a href="https://nakedsecurity.sophos.com/category/technologies/web-browsers/google-chrome/" >Google Chrome</a> (394) </li> <li class="cat-item cat-item-82538124"><a href="https://nakedsecurity.sophos.com/category/celebrities/hacked-celebrities/" >Hacked</a> (277) </li> <li class="cat-item cat-item-1143"><a href="https://nakedsecurity.sophos.com/category/technologies/web-browsers/internet-explorer/" >Internet Explorer</a> (693) </li> <li class="cat-item cat-item-1017"><a href="https://nakedsecurity.sophos.com/category/technologies/java/" >Java</a> (381) </li> <li class="cat-item cat-item-31178"><a href="https://nakedsecurity.sophos.com/category/law-order/" >Law &amp; order</a> (6,774) </li> <li class="cat-item cat-item-610"><a href="https://nakedsecurity.sophos.com/category/technologies/operating-systems/linux/" >Linux</a> (159) </li> <li class="cat-item cat-item-15593"><a href="https://nakedsecurity.sophos.com/category/security-threats/malware/" >Malware</a> (6,281) </li> <li class="cat-item cat-item-120"><a href="https://nakedsecurity.sophos.com/category/technologies/operating-systems/mobile/" >Mobile</a> (1,585) </li> <li class="cat-item cat-item-3015"><a href="https://nakedsecurity.sophos.com/category/technologies/operating-systems/" >Operating Systems</a> (72) </li> <li class="cat-item cat-item-89084086"><a href="https://nakedsecurity.sophos.com/category/security-threats/malware/phishing-malware/" >Phishing</a> (864) </li> <li class="cat-item cat-item-1142"><a href="https://nakedsecurity.sophos.com/category/audio-and-video/podcast/" >Podcast</a> (941) </li> <li class="cat-item cat-item-652"><a href="https://nakedsecurity.sophos.com/category/security-threats/spam/" >Spam</a> (2,962) </li> <li class="cat-item cat-item-7859"><a href="https://nakedsecurity.sophos.com/category/technologies/" >Technologies</a> (37) </li> <li class="cat-item cat-item-1"><a href="https://nakedsecurity.sophos.com/category/uncategorized/" >Uncategorized</a> (356) </li> <li class="cat-item cat-item-26885"><a href="https://nakedsecurity.sophos.com/category/technologies/web-browsers/" >Web Browsers</a> (415) </li> <li class="cat-item cat-item-48230381"><a href="https://nakedsecurity.sophos.com/category/technologies/operating-systems/mobile/windows-phone-mobile/" >Windows phone</a> (116) </li> <li class="cat-item cat-item-259940823"><a href="https://nakedsecurity.sophos.com/category/organisations/yahoo-organisations/" >Yahoo</a> (35) </li> </ul> </div> <div class="months"> <h3>Archives by month</h3> <ul> <li><a href='https://nakedsecurity.sophos.com/2015/03/'>March 2015</a>&nbsp;(93)</li> <li><a href='https://nakedsecurity.sophos.com/2015/02/'>February 2015</a>&nbsp;(108)</li> <li><a href='https://nakedsecurity.sophos.com/2015/01/'>January 2015</a>&nbsp;(109)</li> <li><a href='https://nakedsecurity.sophos.com/2014/12/'>December 2014</a>&nbsp;(90)</li> <li><a href='https://nakedsecurity.sophos.com/2014/11/'>November 2014</a>&nbsp;(87)</li> <li><a href='https://nakedsecurity.sophos.com/2014/10/'>October 2014</a>&nbsp;(98)</li> <li><a href='https://nakedsecurity.sophos.com/2014/09/'>September 2014</a>&nbsp;(93)</li> <li><a href='https://nakedsecurity.sophos.com/2014/08/'>August 2014</a>&nbsp;(90)</li> <li><a href='https://nakedsecurity.sophos.com/2014/07/'>July 2014</a>&nbsp;(104)</li> <li><a href='https://nakedsecurity.sophos.com/2014/06/'>June 2014</a>&nbsp;(97)</li> <li><a href='https://nakedsecurity.sophos.com/2014/05/'>May 2014</a>&nbsp;(101)</li> <li><a href='https://nakedsecurity.sophos.com/2014/04/'>April 2014</a>&nbsp;(96)</li> <li><a href='https://nakedsecurity.sophos.com/2014/03/'>March 2014</a>&nbsp;(96)</li> <li><a href='https://nakedsecurity.sophos.com/2014/02/'>February 2014</a>&nbsp;(86)</li> </ul> <p><a href="/archive/">More...</a></p> </div> <!-- .monthly --> </div> <!-- .column --> <div class="column sophos"> <h3>Download some free tools</h3> <ul class="tools"> <li><strong><a href="http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx">Free anti-virus for your Mac</a></strong><small>Free antivirus that works simply and beautifully</small></li> <li><strong><a href="https://play.google.com/store/apps/details?id=com.sophos.smsec">Free Android protection</a></strong><small>Free antivirus for all your Android devices</small></li> <li><a href="http://www.sophos.com/en-us/products/free-tools.aspx">More free tools...</a></li> </ul> <h3>Take a look at our products</h3> <ul class="products"> <li><a href="http://www.sophos.com/en-us/products/endpoint.aspx">Endpoint</a></li> <li><a href="http://www.sophos.com/en-us/products/encryption.aspx">Encryption</a></li> </ul> <ul class="products"> <li><a href="http://www.sophos.com/en-us/products/mobile.aspx">Mobile</a></li> <li><a href="http://www.sophos.com/en-us/products/network.aspx">Network</a></li> </ul> <ul class="products"> <li><a href="http://www.sophos.com/en-us/products/email.aspx">Email</a></li> <li><a href="http://www.sophos.com/en-us/products/web.aspx">Web</a></li> </ul> <p>Try out our <a href="http://www.sophos.com/en-us/products/free-trials.aspx">free trials</a> and <a href="http://www.sophos.com/en-us/products/product-demos.aspx">demos</a></p> <h3>Investigate the threats</h3> <ul class="threats"> <li><a href="http://www.sophos.com/en-us/threat-center/threat-analyses/viruses-and-spyware.aspx">Virus and spyware analyses</a></li> <li><a href="http://www.sophos.com/en-us/threat-center.aspx">Threat Center</a></li> <li><a href="http://www.sophos.com/en-us/why-sophos/our-people/inside-sophoslabs.aspx">Inside SophosLabs</a></li> </ul> </div> </div> <!-- .content --> <div id="blog-footer" role="contentinfo"> <div id="colophon"> <ul> <li>&copy; 1997-2015 Sophos Ltd. All rights reserved</li> <li><a rel="nofollow" href="http://www.sophos.com/legal/blogs.html">Legal</a></li> <li><a rel="nofollow" href="http://www.sophos.com/legal/privacy.html">Privacy</a></li> <li><a rel="nofollow" href="/cookies-and-scripts/">Cookies</a></li> <li><a rel="nofollow" href="/disclaimers/">Disclaimers</a></li> <li><a href="http://vip.wordpress.com/" rel="generator nofollow" class="powered-by-wpcom"><img src="https://s0.wp.com/wp-content/themes/vip/plugins/vip-do-not-include-on-wpcom/vip-powered-wpcom/images/vip-powered-light-small.png" width="187" height="26" alt="Powered by WordPress.com VIP"></a></li> </ul> </div><!-- #colophon --> </div><!-- #blog-footer --> </div> <!-- #footer --> <!-- wpcom_wp_footer --> <div style="display:none"> </div> <script type='text/javascript'> /* <![CDATA[ */ var wpcomVipAnalytics = {"is_404":"0","is_home":"0","is_single":"0","is_front_page":"0","is_archive":"1","percentToTrack":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://s1.wp.com/_static/??/wp-content/js/devicepx.js,/wp-includes/js/jquery/ui/jquery.ui.core.min.js,/wp-content/mu-plugins/2-vip/js/vip-analytics.js?m=1411795912j'></script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?44" type="text/javascript" async defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'15254721','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'15254721','v':'wpcom','tz':'0','user_id':'0','subd':'sophosnews'}]); function st_vt() {var x=document.createElement("img");x.src="https://pixel.wp.com/g.gif?blog=15254721&v=wpcomvt&tz=0&user_id=0&subd=sophosnews&rand="+Math.random();} _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bZHRhUiZdL1ktblJJSlV6LjQuXWNZYW5faHlmazZTJmlXQVM5S3hEOFI/flN8bn5HOE5FUkc9eXhyNUN8OHdQenV+LXlIPXNxLnp8Ri12TFZBQiVSPTdQSjlYXSZ0bDVJS095VitXdEZbMXMsbm1YN3BranBvckVPNTZoUlotSC9GRG54MjN5cn5pTUxyeG9la1osdnI/LF80eU54Q1paTDJ8SC5pMkI/WVBJLGZ1UU50VA=='}]); _stq.push([ 'clickTrackerInit', '15254721', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript> <script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script></body> </html>
PMaynard/WebWalker
src/download/SCADA/18107.html
HTML
mit
103,587
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_signal_set::service</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_signal_set.html" title="basic_signal_set"> <link rel="prev" href="remove/overload2.html" title="basic_signal_set::remove (2 of 2 overloads)"> <link rel="next" href="service_type.html" title="basic_signal_set::service_type"> </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="remove/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_signal_set.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="service_type.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.basic_signal_set.service"></a><a class="link" href="service.html" title="basic_signal_set::service">basic_signal_set::service</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_io_object.</em></span> </p> <p> <a class="indexterm" name="idp43292192"></a> (Deprecated: Use <code class="computeroutput"><span class="identifier">get_service</span><span class="special">()</span></code>.) The service associated with the I/O object. </p> <pre class="programlisting"><span class="identifier">service_type</span> <span class="special">&amp;</span> <span class="identifier">service</span><span class="special">;</span> </pre> <h6> <a name="boost_asio.reference.basic_signal_set.service.h0"></a> <span><a name="boost_asio.reference.basic_signal_set.service.remarks"></a></span><a class="link" href="service.html#boost_asio.reference.basic_signal_set.service.remarks">Remarks</a> </h6> <p> Available only for services that do not support movability. </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 &#169; 2003-2015 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="remove/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_signal_set.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="service_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
calvinfarias/IC2015-2
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/basic_signal_set/service.html
HTML
mit
3,872
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SCIL: Makerspace-IDI!</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.0/css/bulma.min.css"> </head> <body> <section class="hero is-medium is-primary is-bold"> <div class="hero-body container"> <div class="columns "> <div class="column"> <h1 class="title"> Hello World! </h1> <h2 class="subtitle"> We are <strong>SCIL</strong>: Makerspace-IDI </h2> </div> <div class="column"> <h2 class="title">Talk or chat with us</h2> <iframe src="https://discordapp.com/widget?id=403193477149491200&theme=dark" max-width="400" height="250" allowtransparency="true" frameborder="0"></iframe> </div> </div> </div> </section> <section class="section"> <div class="container"> <h1 class="title"> About us </h1> <div class="columns"> <div class="column"> <h2 class="subtitle"> What is <strong>SCIL</strong>? </h2> <p> SCIL is the Smart City Infrastructure Lab at NTNU. </p> </div> <div class="column"> <h2 class="subtitle"> What is <strong>Makerspace-IDI</strong>? </h2> <p> NTNU <strong> <a href="https://www.ntnu.edu/idi"> Department of Computer Science</a> </strong> (aka. IDI) has its own Makerspace located in <a href="https://use.mazemap.com/#v=1&left=10.4015211&right=10.4030684&top=63.4173936&bottom=63.4170133&zlevel=1&campusid=1&sharepoitype=poi&sharepoi=72985&utm_medium=longurl"> <strong>IT-Bygget room 142, ground floor.</strong> </a> </p> <p>It is equipped with tools and components so that you easily may get to work on your ideas.</p> <a href="https://www.ntnu.edu/employees/dirk.ahlers">Dirk Ahlers</a> is overseeing the continuous development of the Makerspace.</p> <p>The makerspace is run by a group of students, keeping the space and tools operationable and up to date. They are also very friendly and may answer any questions you may have.</p> <p> <br /> <h2 class="subtitle"> Want to see what we are doing? <a href="https://www.ntnu.no/wiki/display/scilmakerspace/">Take a look at our Wiki!</a> </h2> </div> </div> </section> <section class="section"> <div class="container"> <h1 class="title"> Get in touch! </h1> <h2 class="subtitle"> Send us a message at: <a href="mailto:[email protected]?subject=Makerspace-IDI">Mail</a> or talk to us on <a href="https://discord.gg/QvhkMgc">Discord</a>. </h2> </div> </section> <section class="section"> <div class="container"> <h1 class="title">What is happening in the makerspace?</h1> <h2 class="subtitle">Recent posts from our <a href="https://www.ntnu.no/wiki/pages/viewrecentblogposts.action?key=scilmakerspace">blog</a></h2> <a href="https://www.ntnu.no/wiki/pages/viewpage.action?pageId=115639389"> <h3>Micro controller badge (Scout badge)</h3> <p>Dag is a scout leader in Charlottenlund Speidergruppe. The group wanted to make a micro controller badge. Dag was involved in making the lesson and providing the equipment from the SCIL maker space.</p> </a> <!-- Hidden until we have something to show <h2 class="subtitle">What is happening in the makerspace area?</h2> <iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&amp;height=400&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=b57g6if0m96apeup4d3lco0qfg%40group.calendar.google.com&amp;color=%238D6F47&amp;ctz=Europe%2FOslo" style="border-width:0" max-width="800" height="400" frameborder="0" scrolling="no"></iframe> <h2 class="subtitle">What is happening in the workspace area?</h2> <iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&amp;height=400&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=akr5otp3ln1vaom4apa6ahljns%40group.calendar.google.com&amp;color=%2323164E&amp;ctz=Europe%2FOslo" style="border-width:0" max-width="800" height="400" frameborder="0" scrolling="no"></iframe> --> </div> </section> </body> </html>
Makerspace-IDI/Website
index.html
HTML
mit
5,415
<h1> {{title}} </h1> <router-outlet></router-outlet> <app-comp-1></app-comp-1> <app-comp-2></app-comp-2> <app-comp-3></app-comp-3> <app-comp-4></app-comp-4> <app-comp-5></app-comp-5> <app-comp-6></app-comp-6> <app-comp-7></app-comp-7> <app-comp-8></app-comp-8> <app-comp-9></app-comp-9> <app-comp-10></app-comp-10> <app-comp-11></app-comp-11> <app-comp-12></app-comp-12> <app-comp-13></app-comp-13> <app-comp-14></app-comp-14> <app-comp-15></app-comp-15> <app-comp-16></app-comp-16> <app-comp-17></app-comp-17> <app-comp-18></app-comp-18> <app-comp-19></app-comp-19> <app-comp-20></app-comp-20> <app-comp-21></app-comp-21> <app-comp-22></app-comp-22> <app-comp-23></app-comp-23> <app-comp-24></app-comp-24> <app-comp-25></app-comp-25> <app-comp-26></app-comp-26> <app-comp-27></app-comp-27> <app-comp-28></app-comp-28> <app-comp-29></app-comp-29> <app-comp-30></app-comp-30> <app-comp-31></app-comp-31> <app-comp-32></app-comp-32> <app-comp-33></app-comp-33> <app-comp-34></app-comp-34> <app-comp-35></app-comp-35> <app-comp-36></app-comp-36> <app-comp-37></app-comp-37> <app-comp-38></app-comp-38> <app-comp-39></app-comp-39> <app-comp-40></app-comp-40> <app-comp-41></app-comp-41> <app-comp-42></app-comp-42> <app-comp-43></app-comp-43> <app-comp-44></app-comp-44> <app-comp-45></app-comp-45> <app-comp-46></app-comp-46> <app-comp-47></app-comp-47> <app-comp-48></app-comp-48> <app-comp-49></app-comp-49> <app-comp-50></app-comp-50> <app-comp-51></app-comp-51> <app-comp-52></app-comp-52> <app-comp-53></app-comp-53> <app-comp-54></app-comp-54> <app-comp-55></app-comp-55> <app-comp-56></app-comp-56> <app-comp-57></app-comp-57> <app-comp-58></app-comp-58> <app-comp-59></app-comp-59> <app-comp-60></app-comp-60> <app-comp-61></app-comp-61> <app-comp-62></app-comp-62> <app-comp-63></app-comp-63> <app-comp-64></app-comp-64> <app-comp-65></app-comp-65> <app-comp-66></app-comp-66> <app-comp-67></app-comp-67> <app-comp-68></app-comp-68> <app-comp-69></app-comp-69> <app-comp-70></app-comp-70> <app-comp-71></app-comp-71> <app-comp-72></app-comp-72> <app-comp-73></app-comp-73> <app-comp-74></app-comp-74> <app-comp-75></app-comp-75> <app-comp-76></app-comp-76> <app-comp-77></app-comp-77> <app-comp-78></app-comp-78> <app-comp-79></app-comp-79> <app-comp-80></app-comp-80> <app-comp-81></app-comp-81> <app-comp-82></app-comp-82> <app-comp-83></app-comp-83> <app-comp-84></app-comp-84> <app-comp-85></app-comp-85> <app-comp-86></app-comp-86> <app-comp-87></app-comp-87> <app-comp-88></app-comp-88> <app-comp-89></app-comp-89> <app-comp-90></app-comp-90> <app-comp-91></app-comp-91> <app-comp-92></app-comp-92> <app-comp-93></app-comp-93> <app-comp-94></app-comp-94> <app-comp-95></app-comp-95> <app-comp-96></app-comp-96> <app-comp-97></app-comp-97> <app-comp-98></app-comp-98> <app-comp-99></app-comp-99> <app-comp-100></app-comp-100> <app-comp-101></app-comp-101> <app-comp-102></app-comp-102> <app-comp-103></app-comp-103> <app-comp-104></app-comp-104> <app-comp-105></app-comp-105> <app-comp-106></app-comp-106> <app-comp-107></app-comp-107> <app-comp-108></app-comp-108> <app-comp-109></app-comp-109> <app-comp-110></app-comp-110> <app-comp-111></app-comp-111> <app-comp-112></app-comp-112> <app-comp-113></app-comp-113> <app-comp-114></app-comp-114> <app-comp-115></app-comp-115> <app-comp-116></app-comp-116> <app-comp-117></app-comp-117> <app-comp-118></app-comp-118> <app-comp-119></app-comp-119> <app-comp-120></app-comp-120> <app-comp-121></app-comp-121> <app-comp-122></app-comp-122> <app-comp-123></app-comp-123> <app-comp-124></app-comp-124> <app-comp-125></app-comp-125> <app-comp-126></app-comp-126> <app-comp-127></app-comp-127> <app-comp-128></app-comp-128> <app-comp-129></app-comp-129> <app-comp-130></app-comp-130> <app-comp-131></app-comp-131> <app-comp-132></app-comp-132> <app-comp-133></app-comp-133> <app-comp-134></app-comp-134> <app-comp-135></app-comp-135> <app-comp-136></app-comp-136> <app-comp-137></app-comp-137> <app-comp-138></app-comp-138> <app-comp-139></app-comp-139> <app-comp-140></app-comp-140> <app-comp-141></app-comp-141> <app-comp-142></app-comp-142> <app-comp-143></app-comp-143> <app-comp-144></app-comp-144> <app-comp-145></app-comp-145> <app-comp-146></app-comp-146> <app-comp-147></app-comp-147> <app-comp-148></app-comp-148> <app-comp-149></app-comp-149> <app-comp-150></app-comp-150> <app-comp-151></app-comp-151> <app-comp-152></app-comp-152> <app-comp-153></app-comp-153> <app-comp-154></app-comp-154> <app-comp-155></app-comp-155> <app-comp-156></app-comp-156> <app-comp-157></app-comp-157> <app-comp-158></app-comp-158> <app-comp-159></app-comp-159> <app-comp-160></app-comp-160> <app-comp-161></app-comp-161> <app-comp-162></app-comp-162> <app-comp-163></app-comp-163> <app-comp-164></app-comp-164> <app-comp-165></app-comp-165> <app-comp-166></app-comp-166> <app-comp-167></app-comp-167> <app-comp-168></app-comp-168> <app-comp-169></app-comp-169> <app-comp-170></app-comp-170> <app-comp-171></app-comp-171> <app-comp-172></app-comp-172> <app-comp-173></app-comp-173> <app-comp-174></app-comp-174> <app-comp-175></app-comp-175> <app-comp-176></app-comp-176> <app-comp-177></app-comp-177> <app-comp-178></app-comp-178> <app-comp-179></app-comp-179> <app-comp-180></app-comp-180> <app-comp-181></app-comp-181> <app-comp-182></app-comp-182> <app-comp-183></app-comp-183> <app-comp-184></app-comp-184> <app-comp-185></app-comp-185> <app-comp-186></app-comp-186> <app-comp-187></app-comp-187> <app-comp-188></app-comp-188> <app-comp-189></app-comp-189> <app-comp-190></app-comp-190> <app-comp-191></app-comp-191> <app-comp-192></app-comp-192> <app-comp-193></app-comp-193> <app-comp-194></app-comp-194> <app-comp-195></app-comp-195> <app-comp-196></app-comp-196> <app-comp-197></app-comp-197> <app-comp-198></app-comp-198> <app-comp-199></app-comp-199> <app-comp-200></app-comp-200> <app-comp-201></app-comp-201> <app-comp-202></app-comp-202> <app-comp-203></app-comp-203> <app-comp-204></app-comp-204> <app-comp-205></app-comp-205> <app-comp-206></app-comp-206> <app-comp-207></app-comp-207> <app-comp-208></app-comp-208> <app-comp-209></app-comp-209> <app-comp-210></app-comp-210> <app-comp-211></app-comp-211> <app-comp-212></app-comp-212> <app-comp-213></app-comp-213> <app-comp-214></app-comp-214> <app-comp-215></app-comp-215> <app-comp-216></app-comp-216> <app-comp-217></app-comp-217> <app-comp-218></app-comp-218> <app-comp-219></app-comp-219> <app-comp-220></app-comp-220> <app-comp-221></app-comp-221> <app-comp-222></app-comp-222> <app-comp-223></app-comp-223> <app-comp-224></app-comp-224> <app-comp-225></app-comp-225> <app-comp-226></app-comp-226> <app-comp-227></app-comp-227> <app-comp-228></app-comp-228> <app-comp-229></app-comp-229> <app-comp-230></app-comp-230> <app-comp-231></app-comp-231> <app-comp-232></app-comp-232> <app-comp-233></app-comp-233> <app-comp-234></app-comp-234> <app-comp-235></app-comp-235> <app-comp-236></app-comp-236> <app-comp-237></app-comp-237> <app-comp-238></app-comp-238> <app-comp-239></app-comp-239> <app-comp-240></app-comp-240> <app-comp-241></app-comp-241> <app-comp-242></app-comp-242> <app-comp-243></app-comp-243> <app-comp-244></app-comp-244> <app-comp-245></app-comp-245> <app-comp-246></app-comp-246> <app-comp-247></app-comp-247> <app-comp-248></app-comp-248> <app-comp-249></app-comp-249> <app-comp-250></app-comp-250> <app-comp-251></app-comp-251> <app-comp-252></app-comp-252> <app-comp-253></app-comp-253> <app-comp-254></app-comp-254> <app-comp-255></app-comp-255> <app-comp-256></app-comp-256> <app-comp-257></app-comp-257> <app-comp-258></app-comp-258> <app-comp-259></app-comp-259> <app-comp-260></app-comp-260> <app-comp-261></app-comp-261> <app-comp-262></app-comp-262> <app-comp-263></app-comp-263> <app-comp-264></app-comp-264> <app-comp-265></app-comp-265> <app-comp-266></app-comp-266> <app-comp-267></app-comp-267> <app-comp-268></app-comp-268> <app-comp-269></app-comp-269> <app-comp-270></app-comp-270> <app-comp-271></app-comp-271> <app-comp-272></app-comp-272> <app-comp-273></app-comp-273> <app-comp-274></app-comp-274> <app-comp-275></app-comp-275> <app-comp-276></app-comp-276> <app-comp-277></app-comp-277> <app-comp-278></app-comp-278> <app-comp-279></app-comp-279> <app-comp-280></app-comp-280> <app-comp-281></app-comp-281> <app-comp-282></app-comp-282> <app-comp-283></app-comp-283> <app-comp-284></app-comp-284> <app-comp-285></app-comp-285> <app-comp-286></app-comp-286> <app-comp-287></app-comp-287> <app-comp-288></app-comp-288> <app-comp-289></app-comp-289> <app-comp-290></app-comp-290> <app-comp-291></app-comp-291> <app-comp-292></app-comp-292> <app-comp-293></app-comp-293> <app-comp-294></app-comp-294> <app-comp-295></app-comp-295> <app-comp-296></app-comp-296> <app-comp-297></app-comp-297> <app-comp-298></app-comp-298> <app-comp-299></app-comp-299> <app-comp-300></app-comp-300> <app-comp-301></app-comp-301> <app-comp-302></app-comp-302> <app-comp-303></app-comp-303> <app-comp-304></app-comp-304> <app-comp-305></app-comp-305> <app-comp-306></app-comp-306> <app-comp-307></app-comp-307> <app-comp-308></app-comp-308> <app-comp-309></app-comp-309> <app-comp-310></app-comp-310> <app-comp-311></app-comp-311> <app-comp-312></app-comp-312> <app-comp-313></app-comp-313> <app-comp-314></app-comp-314> <app-comp-315></app-comp-315> <app-comp-316></app-comp-316> <app-comp-317></app-comp-317> <app-comp-318></app-comp-318> <app-comp-319></app-comp-319> <app-comp-320></app-comp-320> <app-comp-321></app-comp-321> <app-comp-322></app-comp-322> <app-comp-323></app-comp-323> <app-comp-324></app-comp-324> <app-comp-325></app-comp-325> <app-comp-326></app-comp-326> <app-comp-327></app-comp-327> <app-comp-328></app-comp-328> <app-comp-329></app-comp-329> <app-comp-330></app-comp-330> <app-comp-331></app-comp-331> <app-comp-332></app-comp-332> <app-comp-333></app-comp-333> <app-comp-334></app-comp-334> <app-comp-335></app-comp-335> <app-comp-336></app-comp-336> <app-comp-337></app-comp-337> <app-comp-338></app-comp-338> <app-comp-339></app-comp-339> <app-comp-340></app-comp-340> <app-comp-341></app-comp-341> <app-comp-342></app-comp-342> <app-comp-343></app-comp-343> <app-comp-344></app-comp-344> <app-comp-345></app-comp-345> <app-comp-346></app-comp-346> <app-comp-347></app-comp-347> <app-comp-348></app-comp-348> <app-comp-349></app-comp-349> <app-comp-350></app-comp-350> <app-comp-351></app-comp-351> <app-comp-352></app-comp-352> <app-comp-353></app-comp-353> <app-comp-354></app-comp-354> <app-comp-355></app-comp-355> <app-comp-356></app-comp-356> <app-comp-357></app-comp-357> <app-comp-358></app-comp-358> <app-comp-359></app-comp-359> <app-comp-360></app-comp-360> <app-comp-361></app-comp-361> <app-comp-362></app-comp-362> <app-comp-363></app-comp-363> <app-comp-364></app-comp-364> <app-comp-365></app-comp-365> <app-comp-366></app-comp-366> <app-comp-367></app-comp-367> <app-comp-368></app-comp-368> <app-comp-369></app-comp-369> <app-comp-370></app-comp-370> <app-comp-371></app-comp-371> <app-comp-372></app-comp-372> <app-comp-373></app-comp-373> <app-comp-374></app-comp-374> <app-comp-375></app-comp-375> <app-comp-376></app-comp-376> <app-comp-377></app-comp-377> <app-comp-378></app-comp-378> <app-comp-379></app-comp-379> <app-comp-380></app-comp-380> <app-comp-381></app-comp-381> <app-comp-382></app-comp-382> <app-comp-383></app-comp-383> <app-comp-384></app-comp-384> <app-comp-385></app-comp-385> <app-comp-386></app-comp-386> <app-comp-387></app-comp-387> <app-comp-388></app-comp-388> <app-comp-389></app-comp-389> <app-comp-390></app-comp-390> <app-comp-391></app-comp-391> <app-comp-392></app-comp-392> <app-comp-393></app-comp-393> <app-comp-394></app-comp-394> <app-comp-395></app-comp-395> <app-comp-396></app-comp-396> <app-comp-397></app-comp-397> <app-comp-398></app-comp-398> <app-comp-399></app-comp-399> <app-comp-400></app-comp-400> <app-comp-401></app-comp-401> <app-comp-402></app-comp-402> <app-comp-403></app-comp-403> <app-comp-404></app-comp-404> <app-comp-405></app-comp-405> <app-comp-406></app-comp-406> <app-comp-407></app-comp-407> <app-comp-408></app-comp-408> <app-comp-409></app-comp-409> <app-comp-410></app-comp-410> <app-comp-411></app-comp-411> <app-comp-412></app-comp-412> <app-comp-413></app-comp-413> <app-comp-414></app-comp-414> <app-comp-415></app-comp-415> <app-comp-416></app-comp-416> <app-comp-417></app-comp-417> <app-comp-418></app-comp-418> <app-comp-419></app-comp-419> <app-comp-420></app-comp-420> <app-comp-421></app-comp-421> <app-comp-422></app-comp-422> <app-comp-423></app-comp-423> <app-comp-424></app-comp-424> <app-comp-425></app-comp-425> <app-comp-426></app-comp-426> <app-comp-427></app-comp-427> <app-comp-428></app-comp-428> <app-comp-429></app-comp-429> <app-comp-430></app-comp-430> <app-comp-431></app-comp-431> <app-comp-432></app-comp-432> <app-comp-433></app-comp-433> <app-comp-434></app-comp-434> <app-comp-435></app-comp-435> <app-comp-436></app-comp-436> <app-comp-437></app-comp-437> <app-comp-438></app-comp-438> <app-comp-439></app-comp-439> <app-comp-440></app-comp-440> <app-comp-441></app-comp-441> <app-comp-442></app-comp-442> <app-comp-443></app-comp-443> <app-comp-444></app-comp-444> <app-comp-445></app-comp-445> <app-comp-446></app-comp-446> <app-comp-447></app-comp-447> <app-comp-448></app-comp-448> <app-comp-449></app-comp-449> <app-comp-450></app-comp-450> <app-comp-451></app-comp-451> <app-comp-452></app-comp-452> <app-comp-453></app-comp-453> <app-comp-454></app-comp-454> <app-comp-455></app-comp-455> <app-comp-456></app-comp-456> <app-comp-457></app-comp-457> <app-comp-458></app-comp-458> <app-comp-459></app-comp-459> <app-comp-460></app-comp-460> <app-comp-461></app-comp-461> <app-comp-462></app-comp-462> <app-comp-463></app-comp-463> <app-comp-464></app-comp-464> <app-comp-465></app-comp-465> <app-comp-466></app-comp-466> <app-comp-467></app-comp-467> <app-comp-468></app-comp-468> <app-comp-469></app-comp-469> <app-comp-470></app-comp-470> <app-comp-471></app-comp-471> <app-comp-472></app-comp-472> <app-comp-473></app-comp-473> <app-comp-474></app-comp-474> <app-comp-475></app-comp-475> <app-comp-476></app-comp-476> <app-comp-477></app-comp-477> <app-comp-478></app-comp-478> <app-comp-479></app-comp-479> <app-comp-480></app-comp-480> <app-comp-481></app-comp-481> <app-comp-482></app-comp-482> <app-comp-483></app-comp-483> <app-comp-484></app-comp-484> <app-comp-485></app-comp-485> <app-comp-486></app-comp-486> <app-comp-487></app-comp-487> <app-comp-488></app-comp-488> <app-comp-489></app-comp-489> <app-comp-490></app-comp-490> <app-comp-491></app-comp-491> <app-comp-492></app-comp-492> <app-comp-493></app-comp-493> <app-comp-494></app-comp-494> <app-comp-495></app-comp-495> <app-comp-496></app-comp-496> <app-comp-497></app-comp-497> <app-comp-498></app-comp-498> <app-comp-499></app-comp-499> <app-comp-500></app-comp-500> <app-comp-501></app-comp-501> <app-comp-502></app-comp-502> <app-comp-503></app-comp-503> <app-comp-504></app-comp-504> <app-comp-505></app-comp-505> <app-comp-506></app-comp-506> <app-comp-507></app-comp-507> <app-comp-508></app-comp-508> <app-comp-509></app-comp-509> <app-comp-510></app-comp-510> <app-comp-511></app-comp-511> <app-comp-512></app-comp-512> <app-comp-513></app-comp-513> <app-comp-514></app-comp-514> <app-comp-515></app-comp-515> <app-comp-516></app-comp-516> <app-comp-517></app-comp-517> <app-comp-518></app-comp-518> <app-comp-519></app-comp-519> <app-comp-520></app-comp-520> <app-comp-521></app-comp-521> <app-comp-522></app-comp-522> <app-comp-523></app-comp-523> <app-comp-524></app-comp-524> <app-comp-525></app-comp-525> <app-comp-526></app-comp-526> <app-comp-527></app-comp-527> <app-comp-528></app-comp-528> <app-comp-529></app-comp-529> <app-comp-530></app-comp-530> <app-comp-531></app-comp-531> <app-comp-532></app-comp-532> <app-comp-533></app-comp-533> <app-comp-534></app-comp-534> <app-comp-535></app-comp-535> <app-comp-536></app-comp-536> <app-comp-537></app-comp-537> <app-comp-538></app-comp-538> <app-comp-539></app-comp-539> <app-comp-540></app-comp-540> <app-comp-541></app-comp-541> <app-comp-542></app-comp-542> <app-comp-543></app-comp-543> <app-comp-544></app-comp-544> <app-comp-545></app-comp-545> <app-comp-546></app-comp-546> <app-comp-547></app-comp-547> <app-comp-548></app-comp-548> <app-comp-549></app-comp-549> <app-comp-550></app-comp-550> <app-comp-551></app-comp-551> <app-comp-552></app-comp-552> <app-comp-553></app-comp-553> <app-comp-554></app-comp-554> <app-comp-555></app-comp-555> <app-comp-556></app-comp-556> <app-comp-557></app-comp-557> <app-comp-558></app-comp-558> <app-comp-559></app-comp-559> <app-comp-560></app-comp-560> <app-comp-561></app-comp-561> <app-comp-562></app-comp-562> <app-comp-563></app-comp-563> <app-comp-564></app-comp-564> <app-comp-565></app-comp-565> <app-comp-566></app-comp-566> <app-comp-567></app-comp-567> <app-comp-568></app-comp-568> <app-comp-569></app-comp-569> <app-comp-570></app-comp-570> <app-comp-571></app-comp-571> <app-comp-572></app-comp-572> <app-comp-573></app-comp-573> <app-comp-574></app-comp-574> <app-comp-575></app-comp-575> <app-comp-576></app-comp-576> <app-comp-577></app-comp-577> <app-comp-578></app-comp-578> <app-comp-579></app-comp-579> <app-comp-580></app-comp-580> <app-comp-581></app-comp-581> <app-comp-582></app-comp-582> <app-comp-583></app-comp-583> <app-comp-584></app-comp-584> <app-comp-585></app-comp-585> <app-comp-586></app-comp-586> <app-comp-587></app-comp-587> <app-comp-588></app-comp-588> <app-comp-589></app-comp-589> <app-comp-590></app-comp-590> <app-comp-591></app-comp-591> <app-comp-592></app-comp-592> <app-comp-593></app-comp-593> <app-comp-594></app-comp-594> <app-comp-595></app-comp-595> <app-comp-596></app-comp-596> <app-comp-597></app-comp-597> <app-comp-598></app-comp-598> <app-comp-599></app-comp-599> <app-comp-600></app-comp-600> <app-comp-601></app-comp-601> <app-comp-602></app-comp-602> <app-comp-603></app-comp-603> <app-comp-604></app-comp-604> <app-comp-605></app-comp-605> <app-comp-606></app-comp-606> <app-comp-607></app-comp-607> <app-comp-608></app-comp-608> <app-comp-609></app-comp-609> <app-comp-610></app-comp-610> <app-comp-611></app-comp-611> <app-comp-612></app-comp-612> <app-comp-613></app-comp-613> <app-comp-614></app-comp-614> <app-comp-615></app-comp-615> <app-comp-616></app-comp-616> <app-comp-617></app-comp-617> <app-comp-618></app-comp-618> <app-comp-619></app-comp-619> <app-comp-620></app-comp-620> <app-comp-621></app-comp-621> <app-comp-622></app-comp-622> <app-comp-623></app-comp-623> <app-comp-624></app-comp-624> <app-comp-625></app-comp-625> <app-comp-626></app-comp-626> <app-comp-627></app-comp-627> <app-comp-628></app-comp-628> <app-comp-629></app-comp-629> <app-comp-630></app-comp-630> <app-comp-631></app-comp-631> <app-comp-632></app-comp-632> <app-comp-633></app-comp-633> <app-comp-634></app-comp-634> <app-comp-635></app-comp-635> <app-comp-636></app-comp-636> <app-comp-637></app-comp-637> <app-comp-638></app-comp-638> <app-comp-639></app-comp-639> <app-comp-640></app-comp-640> <app-comp-641></app-comp-641> <app-comp-642></app-comp-642> <app-comp-643></app-comp-643> <app-comp-644></app-comp-644> <app-comp-645></app-comp-645> <app-comp-646></app-comp-646> <app-comp-647></app-comp-647> <app-comp-648></app-comp-648> <app-comp-649></app-comp-649> <app-comp-650></app-comp-650> <app-comp-651></app-comp-651> <app-comp-652></app-comp-652> <app-comp-653></app-comp-653> <app-comp-654></app-comp-654> <app-comp-655></app-comp-655> <app-comp-656></app-comp-656> <app-comp-657></app-comp-657> <app-comp-658></app-comp-658> <app-comp-659></app-comp-659> <app-comp-660></app-comp-660> <app-comp-661></app-comp-661> <app-comp-662></app-comp-662> <app-comp-663></app-comp-663> <app-comp-664></app-comp-664> <app-comp-665></app-comp-665> <app-comp-666></app-comp-666> <app-comp-667></app-comp-667> <app-comp-668></app-comp-668> <app-comp-669></app-comp-669> <app-comp-670></app-comp-670> <app-comp-671></app-comp-671> <app-comp-672></app-comp-672> <app-comp-673></app-comp-673> <app-comp-674></app-comp-674> <app-comp-675></app-comp-675> <app-comp-676></app-comp-676> <app-comp-677></app-comp-677> <app-comp-678></app-comp-678> <app-comp-679></app-comp-679> <app-comp-680></app-comp-680> <app-comp-681></app-comp-681> <app-comp-682></app-comp-682> <app-comp-683></app-comp-683> <app-comp-684></app-comp-684> <app-comp-685></app-comp-685> <app-comp-686></app-comp-686> <app-comp-687></app-comp-687> <app-comp-688></app-comp-688> <app-comp-689></app-comp-689> <app-comp-690></app-comp-690> <app-comp-691></app-comp-691> <app-comp-692></app-comp-692> <app-comp-693></app-comp-693> <app-comp-694></app-comp-694> <app-comp-695></app-comp-695> <app-comp-696></app-comp-696> <app-comp-697></app-comp-697> <app-comp-698></app-comp-698> <app-comp-699></app-comp-699> <app-comp-700></app-comp-700> <app-comp-701></app-comp-701> <app-comp-702></app-comp-702> <app-comp-703></app-comp-703> <app-comp-704></app-comp-704> <app-comp-705></app-comp-705> <app-comp-706></app-comp-706> <app-comp-707></app-comp-707> <app-comp-708></app-comp-708> <app-comp-709></app-comp-709> <app-comp-710></app-comp-710> <app-comp-711></app-comp-711> <app-comp-712></app-comp-712> <app-comp-713></app-comp-713> <app-comp-714></app-comp-714> <app-comp-715></app-comp-715> <app-comp-716></app-comp-716> <app-comp-717></app-comp-717> <app-comp-718></app-comp-718> <app-comp-719></app-comp-719> <app-comp-720></app-comp-720> <app-comp-721></app-comp-721> <app-comp-722></app-comp-722> <app-comp-723></app-comp-723> <app-comp-724></app-comp-724> <app-comp-725></app-comp-725> <app-comp-726></app-comp-726> <app-comp-727></app-comp-727> <app-comp-728></app-comp-728> <app-comp-729></app-comp-729> <app-comp-730></app-comp-730> <app-comp-731></app-comp-731> <app-comp-732></app-comp-732> <app-comp-733></app-comp-733> <app-comp-734></app-comp-734> <app-comp-735></app-comp-735> <app-comp-736></app-comp-736> <app-comp-737></app-comp-737> <app-comp-738></app-comp-738> <app-comp-739></app-comp-739> <app-comp-740></app-comp-740> <app-comp-741></app-comp-741> <app-comp-742></app-comp-742> <app-comp-743></app-comp-743> <app-comp-744></app-comp-744> <app-comp-745></app-comp-745> <app-comp-746></app-comp-746> <app-comp-747></app-comp-747> <app-comp-748></app-comp-748> <app-comp-749></app-comp-749> <app-comp-750></app-comp-750> <app-comp-751></app-comp-751> <app-comp-752></app-comp-752> <app-comp-753></app-comp-753> <app-comp-754></app-comp-754> <app-comp-755></app-comp-755> <app-comp-756></app-comp-756> <app-comp-757></app-comp-757> <app-comp-758></app-comp-758> <app-comp-759></app-comp-759> <app-comp-760></app-comp-760> <app-comp-761></app-comp-761> <app-comp-762></app-comp-762> <app-comp-763></app-comp-763> <app-comp-764></app-comp-764> <app-comp-765></app-comp-765> <app-comp-766></app-comp-766> <app-comp-767></app-comp-767> <app-comp-768></app-comp-768> <app-comp-769></app-comp-769> <app-comp-770></app-comp-770> <app-comp-771></app-comp-771> <app-comp-772></app-comp-772> <app-comp-773></app-comp-773> <app-comp-774></app-comp-774> <app-comp-775></app-comp-775> <app-comp-776></app-comp-776> <app-comp-777></app-comp-777> <app-comp-778></app-comp-778> <app-comp-779></app-comp-779> <app-comp-780></app-comp-780> <app-comp-781></app-comp-781> <app-comp-782></app-comp-782> <app-comp-783></app-comp-783> <app-comp-784></app-comp-784> <app-comp-785></app-comp-785> <app-comp-786></app-comp-786> <app-comp-787></app-comp-787> <app-comp-788></app-comp-788> <app-comp-789></app-comp-789> <app-comp-790></app-comp-790> <app-comp-791></app-comp-791> <app-comp-792></app-comp-792> <app-comp-793></app-comp-793> <app-comp-794></app-comp-794> <app-comp-795></app-comp-795> <app-comp-796></app-comp-796> <app-comp-797></app-comp-797> <app-comp-798></app-comp-798> <app-comp-799></app-comp-799> <app-comp-800></app-comp-800> <app-comp-801></app-comp-801> <app-comp-802></app-comp-802> <app-comp-803></app-comp-803> <app-comp-804></app-comp-804> <app-comp-805></app-comp-805> <app-comp-806></app-comp-806> <app-comp-807></app-comp-807> <app-comp-808></app-comp-808> <app-comp-809></app-comp-809> <app-comp-810></app-comp-810> <app-comp-811></app-comp-811> <app-comp-812></app-comp-812> <app-comp-813></app-comp-813> <app-comp-814></app-comp-814> <app-comp-815></app-comp-815> <app-comp-816></app-comp-816> <app-comp-817></app-comp-817> <app-comp-818></app-comp-818> <app-comp-819></app-comp-819> <app-comp-820></app-comp-820> <app-comp-821></app-comp-821> <app-comp-822></app-comp-822> <app-comp-823></app-comp-823> <app-comp-824></app-comp-824> <app-comp-825></app-comp-825> <app-comp-826></app-comp-826> <app-comp-827></app-comp-827> <app-comp-828></app-comp-828> <app-comp-829></app-comp-829> <app-comp-830></app-comp-830> <app-comp-831></app-comp-831> <app-comp-832></app-comp-832> <app-comp-833></app-comp-833> <app-comp-834></app-comp-834> <app-comp-835></app-comp-835> <app-comp-836></app-comp-836> <app-comp-837></app-comp-837> <app-comp-838></app-comp-838> <app-comp-839></app-comp-839> <app-comp-840></app-comp-840> <app-comp-841></app-comp-841> <app-comp-842></app-comp-842> <app-comp-843></app-comp-843> <app-comp-844></app-comp-844> <app-comp-845></app-comp-845> <app-comp-846></app-comp-846> <app-comp-847></app-comp-847> <app-comp-848></app-comp-848> <app-comp-849></app-comp-849> <app-comp-850></app-comp-850> <app-comp-851></app-comp-851> <app-comp-852></app-comp-852> <app-comp-853></app-comp-853> <app-comp-854></app-comp-854> <app-comp-855></app-comp-855> <app-comp-856></app-comp-856> <app-comp-857></app-comp-857> <app-comp-858></app-comp-858> <app-comp-859></app-comp-859> <app-comp-860></app-comp-860> <app-comp-861></app-comp-861> <app-comp-862></app-comp-862> <app-comp-863></app-comp-863> <app-comp-864></app-comp-864> <app-comp-865></app-comp-865> <app-comp-866></app-comp-866> <app-comp-867></app-comp-867> <app-comp-868></app-comp-868> <app-comp-869></app-comp-869> <app-comp-870></app-comp-870> <app-comp-871></app-comp-871> <app-comp-872></app-comp-872> <app-comp-873></app-comp-873> <app-comp-874></app-comp-874> <app-comp-875></app-comp-875> <app-comp-876></app-comp-876> <app-comp-877></app-comp-877> <app-comp-878></app-comp-878> <app-comp-879></app-comp-879> <app-comp-880></app-comp-880> <app-comp-881></app-comp-881> <app-comp-882></app-comp-882> <app-comp-883></app-comp-883> <app-comp-884></app-comp-884> <app-comp-885></app-comp-885> <app-comp-886></app-comp-886> <app-comp-887></app-comp-887> <app-comp-888></app-comp-888> <app-comp-889></app-comp-889> <app-comp-890></app-comp-890> <app-comp-891></app-comp-891> <app-comp-892></app-comp-892> <app-comp-893></app-comp-893> <app-comp-894></app-comp-894> <app-comp-895></app-comp-895> <app-comp-896></app-comp-896> <app-comp-897></app-comp-897> <app-comp-898></app-comp-898> <app-comp-899></app-comp-899> <app-comp-900></app-comp-900> <app-comp-901></app-comp-901> <app-comp-902></app-comp-902> <app-comp-903></app-comp-903> <app-comp-904></app-comp-904> <app-comp-905></app-comp-905> <app-comp-906></app-comp-906> <app-comp-907></app-comp-907> <app-comp-908></app-comp-908> <app-comp-909></app-comp-909> <app-comp-910></app-comp-910> <app-comp-911></app-comp-911> <app-comp-912></app-comp-912> <app-comp-913></app-comp-913> <app-comp-914></app-comp-914> <app-comp-915></app-comp-915> <app-comp-916></app-comp-916> <app-comp-917></app-comp-917> <app-comp-918></app-comp-918> <app-comp-919></app-comp-919> <app-comp-920></app-comp-920> <app-comp-921></app-comp-921> <app-comp-922></app-comp-922> <app-comp-923></app-comp-923> <app-comp-924></app-comp-924> <app-comp-925></app-comp-925> <app-comp-926></app-comp-926> <app-comp-927></app-comp-927> <app-comp-928></app-comp-928> <app-comp-929></app-comp-929> <app-comp-930></app-comp-930> <app-comp-931></app-comp-931> <app-comp-932></app-comp-932> <app-comp-933></app-comp-933> <app-comp-934></app-comp-934> <app-comp-935></app-comp-935> <app-comp-936></app-comp-936> <app-comp-937></app-comp-937> <app-comp-938></app-comp-938> <app-comp-939></app-comp-939> <app-comp-940></app-comp-940> <app-comp-941></app-comp-941> <app-comp-942></app-comp-942> <app-comp-943></app-comp-943> <app-comp-944></app-comp-944> <app-comp-945></app-comp-945> <app-comp-946></app-comp-946> <app-comp-947></app-comp-947> <app-comp-948></app-comp-948> <app-comp-949></app-comp-949> <app-comp-950></app-comp-950> <app-comp-951></app-comp-951> <app-comp-952></app-comp-952> <app-comp-953></app-comp-953> <app-comp-954></app-comp-954> <app-comp-955></app-comp-955> <app-comp-956></app-comp-956> <app-comp-957></app-comp-957> <app-comp-958></app-comp-958> <app-comp-959></app-comp-959> <app-comp-960></app-comp-960> <app-comp-961></app-comp-961> <app-comp-962></app-comp-962> <app-comp-963></app-comp-963> <app-comp-964></app-comp-964> <app-comp-965></app-comp-965> <app-comp-966></app-comp-966> <app-comp-967></app-comp-967> <app-comp-968></app-comp-968> <app-comp-969></app-comp-969> <app-comp-970></app-comp-970> <app-comp-971></app-comp-971> <app-comp-972></app-comp-972> <app-comp-973></app-comp-973> <app-comp-974></app-comp-974> <app-comp-975></app-comp-975> <app-comp-976></app-comp-976> <app-comp-977></app-comp-977> <app-comp-978></app-comp-978> <app-comp-979></app-comp-979> <app-comp-980></app-comp-980> <app-comp-981></app-comp-981> <app-comp-982></app-comp-982> <app-comp-983></app-comp-983> <app-comp-984></app-comp-984> <app-comp-985></app-comp-985> <app-comp-986></app-comp-986> <app-comp-987></app-comp-987> <app-comp-988></app-comp-988> <app-comp-989></app-comp-989> <app-comp-990></app-comp-990> <app-comp-991></app-comp-991> <app-comp-992></app-comp-992> <app-comp-993></app-comp-993> <app-comp-994></app-comp-994> <app-comp-995></app-comp-995> <app-comp-996></app-comp-996> <app-comp-997></app-comp-997> <app-comp-998></app-comp-998> <app-comp-999></app-comp-999> <app-comp-1000></app-comp-1000> <app-comp-1001></app-comp-1001> <app-comp-1002></app-comp-1002> <app-comp-1003></app-comp-1003> <app-comp-1004></app-comp-1004> <app-comp-1005></app-comp-1005> <app-comp-1006></app-comp-1006> <app-comp-1007></app-comp-1007> <app-comp-1008></app-comp-1008> <app-comp-1009></app-comp-1009> <app-comp-1010></app-comp-1010> <app-comp-1011></app-comp-1011> <app-comp-1012></app-comp-1012> <app-comp-1013></app-comp-1013> <app-comp-1014></app-comp-1014> <app-comp-1015></app-comp-1015> <app-comp-1016></app-comp-1016> <app-comp-1017></app-comp-1017> <app-comp-1018></app-comp-1018> <app-comp-1019></app-comp-1019> <app-comp-1020></app-comp-1020> <app-comp-1021></app-comp-1021> <app-comp-1022></app-comp-1022> <app-comp-1023></app-comp-1023> <app-comp-1024></app-comp-1024> <app-comp-1025></app-comp-1025> <app-comp-1026></app-comp-1026> <app-comp-1027></app-comp-1027> <app-comp-1028></app-comp-1028> <app-comp-1029></app-comp-1029> <app-comp-1030></app-comp-1030> <app-comp-1031></app-comp-1031> <app-comp-1032></app-comp-1032> <app-comp-1033></app-comp-1033> <app-comp-1034></app-comp-1034> <app-comp-1035></app-comp-1035> <app-comp-1036></app-comp-1036> <app-comp-1037></app-comp-1037> <app-comp-1038></app-comp-1038> <app-comp-1039></app-comp-1039> <app-comp-1040></app-comp-1040> <app-comp-1041></app-comp-1041> <app-comp-1042></app-comp-1042> <app-comp-1043></app-comp-1043> <app-comp-1044></app-comp-1044> <app-comp-1045></app-comp-1045> <app-comp-1046></app-comp-1046> <app-comp-1047></app-comp-1047> <app-comp-1048></app-comp-1048> <app-comp-1049></app-comp-1049> <app-comp-1050></app-comp-1050> <app-comp-1051></app-comp-1051> <app-comp-1052></app-comp-1052> <app-comp-1053></app-comp-1053> <app-comp-1054></app-comp-1054> <app-comp-1055></app-comp-1055> <app-comp-1056></app-comp-1056> <app-comp-1057></app-comp-1057> <app-comp-1058></app-comp-1058> <app-comp-1059></app-comp-1059> <app-comp-1060></app-comp-1060> <app-comp-1061></app-comp-1061> <app-comp-1062></app-comp-1062> <app-comp-1063></app-comp-1063> <app-comp-1064></app-comp-1064> <app-comp-1065></app-comp-1065> <app-comp-1066></app-comp-1066> <app-comp-1067></app-comp-1067> <app-comp-1068></app-comp-1068> <app-comp-1069></app-comp-1069> <app-comp-1070></app-comp-1070> <app-comp-1071></app-comp-1071> <app-comp-1072></app-comp-1072> <app-comp-1073></app-comp-1073> <app-comp-1074></app-comp-1074> <app-comp-1075></app-comp-1075> <app-comp-1076></app-comp-1076> <app-comp-1077></app-comp-1077> <app-comp-1078></app-comp-1078> <app-comp-1079></app-comp-1079> <app-comp-1080></app-comp-1080> <app-comp-1081></app-comp-1081> <app-comp-1082></app-comp-1082> <app-comp-1083></app-comp-1083> <app-comp-1084></app-comp-1084> <app-comp-1085></app-comp-1085> <app-comp-1086></app-comp-1086> <app-comp-1087></app-comp-1087> <app-comp-1088></app-comp-1088> <app-comp-1089></app-comp-1089> <app-comp-1090></app-comp-1090> <app-comp-1091></app-comp-1091> <app-comp-1092></app-comp-1092> <app-comp-1093></app-comp-1093> <app-comp-1094></app-comp-1094> <app-comp-1095></app-comp-1095> <app-comp-1096></app-comp-1096> <app-comp-1097></app-comp-1097> <app-comp-1098></app-comp-1098> <app-comp-1099></app-comp-1099> <app-comp-1100></app-comp-1100> <app-comp-1101></app-comp-1101> <app-comp-1102></app-comp-1102> <app-comp-1103></app-comp-1103> <app-comp-1104></app-comp-1104> <app-comp-1105></app-comp-1105> <app-comp-1106></app-comp-1106> <app-comp-1107></app-comp-1107> <app-comp-1108></app-comp-1108> <app-comp-1109></app-comp-1109> <app-comp-1110></app-comp-1110> <app-comp-1111></app-comp-1111> <app-comp-1112></app-comp-1112> <app-comp-1113></app-comp-1113> <app-comp-1114></app-comp-1114> <app-comp-1115></app-comp-1115> <app-comp-1116></app-comp-1116> <app-comp-1117></app-comp-1117> <app-comp-1118></app-comp-1118> <app-comp-1119></app-comp-1119> <app-comp-1120></app-comp-1120> <app-comp-1121></app-comp-1121> <app-comp-1122></app-comp-1122> <app-comp-1123></app-comp-1123> <app-comp-1124></app-comp-1124> <app-comp-1125></app-comp-1125> <app-comp-1126></app-comp-1126> <app-comp-1127></app-comp-1127> <app-comp-1128></app-comp-1128> <app-comp-1129></app-comp-1129> <app-comp-1130></app-comp-1130> <app-comp-1131></app-comp-1131> <app-comp-1132></app-comp-1132> <app-comp-1133></app-comp-1133> <app-comp-1134></app-comp-1134> <app-comp-1135></app-comp-1135> <app-comp-1136></app-comp-1136> <app-comp-1137></app-comp-1137> <app-comp-1138></app-comp-1138> <app-comp-1139></app-comp-1139> <app-comp-1140></app-comp-1140> <app-comp-1141></app-comp-1141> <app-comp-1142></app-comp-1142> <app-comp-1143></app-comp-1143> <app-comp-1144></app-comp-1144> <app-comp-1145></app-comp-1145> <app-comp-1146></app-comp-1146> <app-comp-1147></app-comp-1147> <app-comp-1148></app-comp-1148> <app-comp-1149></app-comp-1149> <app-comp-1150></app-comp-1150> <app-comp-1151></app-comp-1151> <app-comp-1152></app-comp-1152> <app-comp-1153></app-comp-1153> <app-comp-1154></app-comp-1154> <app-comp-1155></app-comp-1155> <app-comp-1156></app-comp-1156> <app-comp-1157></app-comp-1157> <app-comp-1158></app-comp-1158> <app-comp-1159></app-comp-1159> <app-comp-1160></app-comp-1160> <app-comp-1161></app-comp-1161> <app-comp-1162></app-comp-1162> <app-comp-1163></app-comp-1163> <app-comp-1164></app-comp-1164> <app-comp-1165></app-comp-1165> <app-comp-1166></app-comp-1166> <app-comp-1167></app-comp-1167> <app-comp-1168></app-comp-1168> <app-comp-1169></app-comp-1169> <app-comp-1170></app-comp-1170> <app-comp-1171></app-comp-1171> <app-comp-1172></app-comp-1172> <app-comp-1173></app-comp-1173> <app-comp-1174></app-comp-1174> <app-comp-1175></app-comp-1175> <app-comp-1176></app-comp-1176> <app-comp-1177></app-comp-1177> <app-comp-1178></app-comp-1178> <app-comp-1179></app-comp-1179> <app-comp-1180></app-comp-1180> <app-comp-1181></app-comp-1181> <app-comp-1182></app-comp-1182> <app-comp-1183></app-comp-1183> <app-comp-1184></app-comp-1184> <app-comp-1185></app-comp-1185> <app-comp-1186></app-comp-1186> <app-comp-1187></app-comp-1187> <app-comp-1188></app-comp-1188> <app-comp-1189></app-comp-1189> <app-comp-1190></app-comp-1190> <app-comp-1191></app-comp-1191> <app-comp-1192></app-comp-1192> <app-comp-1193></app-comp-1193> <app-comp-1194></app-comp-1194> <app-comp-1195></app-comp-1195> <app-comp-1196></app-comp-1196> <app-comp-1197></app-comp-1197> <app-comp-1198></app-comp-1198> <app-comp-1199></app-comp-1199> <app-comp-1200></app-comp-1200> <app-comp-1201></app-comp-1201> <app-comp-1202></app-comp-1202> <app-comp-1203></app-comp-1203> <app-comp-1204></app-comp-1204> <app-comp-1205></app-comp-1205> <app-comp-1206></app-comp-1206> <app-comp-1207></app-comp-1207> <app-comp-1208></app-comp-1208> <app-comp-1209></app-comp-1209> <app-comp-1210></app-comp-1210> <app-comp-1211></app-comp-1211> <app-comp-1212></app-comp-1212> <app-comp-1213></app-comp-1213> <app-comp-1214></app-comp-1214> <app-comp-1215></app-comp-1215> <app-comp-1216></app-comp-1216> <app-comp-1217></app-comp-1217> <app-comp-1218></app-comp-1218> <app-comp-1219></app-comp-1219> <app-comp-1220></app-comp-1220> <app-comp-1221></app-comp-1221> <app-comp-1222></app-comp-1222> <app-comp-1223></app-comp-1223> <app-comp-1224></app-comp-1224> <app-comp-1225></app-comp-1225> <app-comp-1226></app-comp-1226> <app-comp-1227></app-comp-1227> <app-comp-1228></app-comp-1228> <app-comp-1229></app-comp-1229> <app-comp-1230></app-comp-1230> <app-comp-1231></app-comp-1231> <app-comp-1232></app-comp-1232> <app-comp-1233></app-comp-1233> <app-comp-1234></app-comp-1234> <app-comp-1235></app-comp-1235> <app-comp-1236></app-comp-1236> <app-comp-1237></app-comp-1237> <app-comp-1238></app-comp-1238> <app-comp-1239></app-comp-1239> <app-comp-1240></app-comp-1240> <app-comp-1241></app-comp-1241> <app-comp-1242></app-comp-1242> <app-comp-1243></app-comp-1243> <app-comp-1244></app-comp-1244> <app-comp-1245></app-comp-1245> <app-comp-1246></app-comp-1246> <app-comp-1247></app-comp-1247> <app-comp-1248></app-comp-1248> <app-comp-1249></app-comp-1249> <app-comp-1250></app-comp-1250> <app-comp-1251></app-comp-1251> <app-comp-1252></app-comp-1252> <app-comp-1253></app-comp-1253> <app-comp-1254></app-comp-1254> <app-comp-1255></app-comp-1255> <app-comp-1256></app-comp-1256> <app-comp-1257></app-comp-1257> <app-comp-1258></app-comp-1258> <app-comp-1259></app-comp-1259> <app-comp-1260></app-comp-1260> <app-comp-1261></app-comp-1261> <app-comp-1262></app-comp-1262> <app-comp-1263></app-comp-1263> <app-comp-1264></app-comp-1264> <app-comp-1265></app-comp-1265> <app-comp-1266></app-comp-1266> <app-comp-1267></app-comp-1267> <app-comp-1268></app-comp-1268> <app-comp-1269></app-comp-1269> <app-comp-1270></app-comp-1270> <app-comp-1271></app-comp-1271> <app-comp-1272></app-comp-1272> <app-comp-1273></app-comp-1273> <app-comp-1274></app-comp-1274> <app-comp-1275></app-comp-1275> <app-comp-1276></app-comp-1276> <app-comp-1277></app-comp-1277> <app-comp-1278></app-comp-1278> <app-comp-1279></app-comp-1279> <app-comp-1280></app-comp-1280> <app-comp-1281></app-comp-1281> <app-comp-1282></app-comp-1282> <app-comp-1283></app-comp-1283> <app-comp-1284></app-comp-1284> <app-comp-1285></app-comp-1285> <app-comp-1286></app-comp-1286> <app-comp-1287></app-comp-1287> <app-comp-1288></app-comp-1288> <app-comp-1289></app-comp-1289> <app-comp-1290></app-comp-1290> <app-comp-1291></app-comp-1291> <app-comp-1292></app-comp-1292> <app-comp-1293></app-comp-1293> <app-comp-1294></app-comp-1294> <app-comp-1295></app-comp-1295> <app-comp-1296></app-comp-1296> <app-comp-1297></app-comp-1297> <app-comp-1298></app-comp-1298> <app-comp-1299></app-comp-1299> <app-comp-1300></app-comp-1300> <app-comp-1301></app-comp-1301> <app-comp-1302></app-comp-1302> <app-comp-1303></app-comp-1303> <app-comp-1304></app-comp-1304> <app-comp-1305></app-comp-1305> <app-comp-1306></app-comp-1306> <app-comp-1307></app-comp-1307> <app-comp-1308></app-comp-1308> <app-comp-1309></app-comp-1309> <app-comp-1310></app-comp-1310> <app-comp-1311></app-comp-1311> <app-comp-1312></app-comp-1312> <app-comp-1313></app-comp-1313> <app-comp-1314></app-comp-1314> <app-comp-1315></app-comp-1315> <app-comp-1316></app-comp-1316> <app-comp-1317></app-comp-1317> <app-comp-1318></app-comp-1318> <app-comp-1319></app-comp-1319> <app-comp-1320></app-comp-1320> <app-comp-1321></app-comp-1321> <app-comp-1322></app-comp-1322> <app-comp-1323></app-comp-1323> <app-comp-1324></app-comp-1324> <app-comp-1325></app-comp-1325> <app-comp-1326></app-comp-1326> <app-comp-1327></app-comp-1327> <app-comp-1328></app-comp-1328> <app-comp-1329></app-comp-1329> <app-comp-1330></app-comp-1330> <app-comp-1331></app-comp-1331> <app-comp-1332></app-comp-1332> <app-comp-1333></app-comp-1333> <app-comp-1334></app-comp-1334> <app-comp-1335></app-comp-1335> <app-comp-1336></app-comp-1336> <app-comp-1337></app-comp-1337> <app-comp-1338></app-comp-1338> <app-comp-1339></app-comp-1339> <app-comp-1340></app-comp-1340> <app-comp-1341></app-comp-1341> <app-comp-1342></app-comp-1342> <app-comp-1343></app-comp-1343> <app-comp-1344></app-comp-1344> <app-comp-1345></app-comp-1345> <app-comp-1346></app-comp-1346> <app-comp-1347></app-comp-1347> <app-comp-1348></app-comp-1348> <app-comp-1349></app-comp-1349> <app-comp-1350></app-comp-1350> <app-comp-1351></app-comp-1351> <app-comp-1352></app-comp-1352> <app-comp-1353></app-comp-1353> <app-comp-1354></app-comp-1354> <app-comp-1355></app-comp-1355> <app-comp-1356></app-comp-1356> <app-comp-1357></app-comp-1357> <app-comp-1358></app-comp-1358> <app-comp-1359></app-comp-1359> <app-comp-1360></app-comp-1360> <app-comp-1361></app-comp-1361> <app-comp-1362></app-comp-1362> <app-comp-1363></app-comp-1363> <app-comp-1364></app-comp-1364> <app-comp-1365></app-comp-1365> <app-comp-1366></app-comp-1366> <app-comp-1367></app-comp-1367> <app-comp-1368></app-comp-1368> <app-comp-1369></app-comp-1369> <app-comp-1370></app-comp-1370> <app-comp-1371></app-comp-1371> <app-comp-1372></app-comp-1372> <app-comp-1373></app-comp-1373> <app-comp-1374></app-comp-1374> <app-comp-1375></app-comp-1375> <app-comp-1376></app-comp-1376> <app-comp-1377></app-comp-1377> <app-comp-1378></app-comp-1378> <app-comp-1379></app-comp-1379> <app-comp-1380></app-comp-1380> <app-comp-1381></app-comp-1381> <app-comp-1382></app-comp-1382> <app-comp-1383></app-comp-1383> <app-comp-1384></app-comp-1384> <app-comp-1385></app-comp-1385> <app-comp-1386></app-comp-1386> <app-comp-1387></app-comp-1387> <app-comp-1388></app-comp-1388> <app-comp-1389></app-comp-1389> <app-comp-1390></app-comp-1390> <app-comp-1391></app-comp-1391> <app-comp-1392></app-comp-1392> <app-comp-1393></app-comp-1393> <app-comp-1394></app-comp-1394> <app-comp-1395></app-comp-1395> <app-comp-1396></app-comp-1396> <app-comp-1397></app-comp-1397> <app-comp-1398></app-comp-1398> <app-comp-1399></app-comp-1399> <app-comp-1400></app-comp-1400> <app-comp-1401></app-comp-1401> <app-comp-1402></app-comp-1402> <app-comp-1403></app-comp-1403> <app-comp-1404></app-comp-1404> <app-comp-1405></app-comp-1405> <app-comp-1406></app-comp-1406> <app-comp-1407></app-comp-1407> <app-comp-1408></app-comp-1408> <app-comp-1409></app-comp-1409> <app-comp-1410></app-comp-1410> <app-comp-1411></app-comp-1411> <app-comp-1412></app-comp-1412> <app-comp-1413></app-comp-1413> <app-comp-1414></app-comp-1414> <app-comp-1415></app-comp-1415> <app-comp-1416></app-comp-1416> <app-comp-1417></app-comp-1417> <app-comp-1418></app-comp-1418> <app-comp-1419></app-comp-1419> <app-comp-1420></app-comp-1420> <app-comp-1421></app-comp-1421> <app-comp-1422></app-comp-1422> <app-comp-1423></app-comp-1423> <app-comp-1424></app-comp-1424> <app-comp-1425></app-comp-1425> <app-comp-1426></app-comp-1426> <app-comp-1427></app-comp-1427> <app-comp-1428></app-comp-1428> <app-comp-1429></app-comp-1429> <app-comp-1430></app-comp-1430> <app-comp-1431></app-comp-1431> <app-comp-1432></app-comp-1432> <app-comp-1433></app-comp-1433> <app-comp-1434></app-comp-1434> <app-comp-1435></app-comp-1435> <app-comp-1436></app-comp-1436> <app-comp-1437></app-comp-1437> <app-comp-1438></app-comp-1438> <app-comp-1439></app-comp-1439> <app-comp-1440></app-comp-1440> <app-comp-1441></app-comp-1441> <app-comp-1442></app-comp-1442> <app-comp-1443></app-comp-1443> <app-comp-1444></app-comp-1444> <app-comp-1445></app-comp-1445> <app-comp-1446></app-comp-1446> <app-comp-1447></app-comp-1447> <app-comp-1448></app-comp-1448> <app-comp-1449></app-comp-1449> <app-comp-1450></app-comp-1450> <app-comp-1451></app-comp-1451> <app-comp-1452></app-comp-1452> <app-comp-1453></app-comp-1453> <app-comp-1454></app-comp-1454> <app-comp-1455></app-comp-1455> <app-comp-1456></app-comp-1456> <app-comp-1457></app-comp-1457> <app-comp-1458></app-comp-1458> <app-comp-1459></app-comp-1459> <app-comp-1460></app-comp-1460> <app-comp-1461></app-comp-1461> <app-comp-1462></app-comp-1462> <app-comp-1463></app-comp-1463> <app-comp-1464></app-comp-1464> <app-comp-1465></app-comp-1465> <app-comp-1466></app-comp-1466> <app-comp-1467></app-comp-1467> <app-comp-1468></app-comp-1468> <app-comp-1469></app-comp-1469> <app-comp-1470></app-comp-1470> <app-comp-1471></app-comp-1471> <app-comp-1472></app-comp-1472> <app-comp-1473></app-comp-1473> <app-comp-1474></app-comp-1474> <app-comp-1475></app-comp-1475> <app-comp-1476></app-comp-1476> <app-comp-1477></app-comp-1477> <app-comp-1478></app-comp-1478> <app-comp-1479></app-comp-1479> <app-comp-1480></app-comp-1480> <app-comp-1481></app-comp-1481> <app-comp-1482></app-comp-1482> <app-comp-1483></app-comp-1483> <app-comp-1484></app-comp-1484> <app-comp-1485></app-comp-1485> <app-comp-1486></app-comp-1486> <app-comp-1487></app-comp-1487> <app-comp-1488></app-comp-1488> <app-comp-1489></app-comp-1489> <app-comp-1490></app-comp-1490> <app-comp-1491></app-comp-1491> <app-comp-1492></app-comp-1492> <app-comp-1493></app-comp-1493> <app-comp-1494></app-comp-1494> <app-comp-1495></app-comp-1495> <app-comp-1496></app-comp-1496> <app-comp-1497></app-comp-1497> <app-comp-1498></app-comp-1498> <app-comp-1499></app-comp-1499> <app-comp-1500></app-comp-1500> <app-comp-1501></app-comp-1501> <app-comp-1502></app-comp-1502> <app-comp-1503></app-comp-1503> <app-comp-1504></app-comp-1504> <app-comp-1505></app-comp-1505> <app-comp-1506></app-comp-1506> <app-comp-1507></app-comp-1507> <app-comp-1508></app-comp-1508> <app-comp-1509></app-comp-1509> <app-comp-1510></app-comp-1510> <app-comp-1511></app-comp-1511> <app-comp-1512></app-comp-1512> <app-comp-1513></app-comp-1513> <app-comp-1514></app-comp-1514> <app-comp-1515></app-comp-1515> <app-comp-1516></app-comp-1516> <app-comp-1517></app-comp-1517> <app-comp-1518></app-comp-1518> <app-comp-1519></app-comp-1519> <app-comp-1520></app-comp-1520> <app-comp-1521></app-comp-1521> <app-comp-1522></app-comp-1522> <app-comp-1523></app-comp-1523> <app-comp-1524></app-comp-1524> <app-comp-1525></app-comp-1525> <app-comp-1526></app-comp-1526> <app-comp-1527></app-comp-1527> <app-comp-1528></app-comp-1528> <app-comp-1529></app-comp-1529> <app-comp-1530></app-comp-1530> <app-comp-1531></app-comp-1531> <app-comp-1532></app-comp-1532> <app-comp-1533></app-comp-1533> <app-comp-1534></app-comp-1534> <app-comp-1535></app-comp-1535> <app-comp-1536></app-comp-1536> <app-comp-1537></app-comp-1537> <app-comp-1538></app-comp-1538> <app-comp-1539></app-comp-1539> <app-comp-1540></app-comp-1540> <app-comp-1541></app-comp-1541> <app-comp-1542></app-comp-1542> <app-comp-1543></app-comp-1543> <app-comp-1544></app-comp-1544> <app-comp-1545></app-comp-1545> <app-comp-1546></app-comp-1546> <app-comp-1547></app-comp-1547> <app-comp-1548></app-comp-1548> <app-comp-1549></app-comp-1549> <app-comp-1550></app-comp-1550> <app-comp-1551></app-comp-1551> <app-comp-1552></app-comp-1552> <app-comp-1553></app-comp-1553> <app-comp-1554></app-comp-1554> <app-comp-1555></app-comp-1555> <app-comp-1556></app-comp-1556> <app-comp-1557></app-comp-1557> <app-comp-1558></app-comp-1558> <app-comp-1559></app-comp-1559> <app-comp-1560></app-comp-1560> <app-comp-1561></app-comp-1561> <app-comp-1562></app-comp-1562> <app-comp-1563></app-comp-1563> <app-comp-1564></app-comp-1564> <app-comp-1565></app-comp-1565> <app-comp-1566></app-comp-1566> <app-comp-1567></app-comp-1567> <app-comp-1568></app-comp-1568> <app-comp-1569></app-comp-1569> <app-comp-1570></app-comp-1570> <app-comp-1571></app-comp-1571> <app-comp-1572></app-comp-1572> <app-comp-1573></app-comp-1573> <app-comp-1574></app-comp-1574> <app-comp-1575></app-comp-1575> <app-comp-1576></app-comp-1576> <app-comp-1577></app-comp-1577> <app-comp-1578></app-comp-1578> <app-comp-1579></app-comp-1579> <app-comp-1580></app-comp-1580> <app-comp-1581></app-comp-1581> <app-comp-1582></app-comp-1582> <app-comp-1583></app-comp-1583> <app-comp-1584></app-comp-1584> <app-comp-1585></app-comp-1585> <app-comp-1586></app-comp-1586> <app-comp-1587></app-comp-1587> <app-comp-1588></app-comp-1588> <app-comp-1589></app-comp-1589> <app-comp-1590></app-comp-1590> <app-comp-1591></app-comp-1591> <app-comp-1592></app-comp-1592> <app-comp-1593></app-comp-1593> <app-comp-1594></app-comp-1594> <app-comp-1595></app-comp-1595> <app-comp-1596></app-comp-1596> <app-comp-1597></app-comp-1597> <app-comp-1598></app-comp-1598> <app-comp-1599></app-comp-1599> <app-comp-1600></app-comp-1600> <app-comp-1601></app-comp-1601> <app-comp-1602></app-comp-1602> <app-comp-1603></app-comp-1603> <app-comp-1604></app-comp-1604> <app-comp-1605></app-comp-1605> <app-comp-1606></app-comp-1606> <app-comp-1607></app-comp-1607> <app-comp-1608></app-comp-1608> <app-comp-1609></app-comp-1609> <app-comp-1610></app-comp-1610> <app-comp-1611></app-comp-1611> <app-comp-1612></app-comp-1612> <app-comp-1613></app-comp-1613> <app-comp-1614></app-comp-1614> <app-comp-1615></app-comp-1615> <app-comp-1616></app-comp-1616> <app-comp-1617></app-comp-1617> <app-comp-1618></app-comp-1618> <app-comp-1619></app-comp-1619> <app-comp-1620></app-comp-1620> <app-comp-1621></app-comp-1621> <app-comp-1622></app-comp-1622> <app-comp-1623></app-comp-1623> <app-comp-1624></app-comp-1624> <app-comp-1625></app-comp-1625> <app-comp-1626></app-comp-1626> <app-comp-1627></app-comp-1627> <app-comp-1628></app-comp-1628> <app-comp-1629></app-comp-1629> <app-comp-1630></app-comp-1630> <app-comp-1631></app-comp-1631> <app-comp-1632></app-comp-1632> <app-comp-1633></app-comp-1633> <app-comp-1634></app-comp-1634> <app-comp-1635></app-comp-1635> <app-comp-1636></app-comp-1636> <app-comp-1637></app-comp-1637> <app-comp-1638></app-comp-1638> <app-comp-1639></app-comp-1639> <app-comp-1640></app-comp-1640> <app-comp-1641></app-comp-1641> <app-comp-1642></app-comp-1642> <app-comp-1643></app-comp-1643> <app-comp-1644></app-comp-1644> <app-comp-1645></app-comp-1645> <app-comp-1646></app-comp-1646> <app-comp-1647></app-comp-1647> <app-comp-1648></app-comp-1648> <app-comp-1649></app-comp-1649> <app-comp-1650></app-comp-1650> <app-comp-1651></app-comp-1651> <app-comp-1652></app-comp-1652> <app-comp-1653></app-comp-1653> <app-comp-1654></app-comp-1654> <app-comp-1655></app-comp-1655> <app-comp-1656></app-comp-1656> <app-comp-1657></app-comp-1657> <app-comp-1658></app-comp-1658> <app-comp-1659></app-comp-1659> <app-comp-1660></app-comp-1660> <app-comp-1661></app-comp-1661> <app-comp-1662></app-comp-1662> <app-comp-1663></app-comp-1663> <app-comp-1664></app-comp-1664> <app-comp-1665></app-comp-1665> <app-comp-1666></app-comp-1666> <app-comp-1667></app-comp-1667> <app-comp-1668></app-comp-1668> <app-comp-1669></app-comp-1669> <app-comp-1670></app-comp-1670> <app-comp-1671></app-comp-1671> <app-comp-1672></app-comp-1672> <app-comp-1673></app-comp-1673> <app-comp-1674></app-comp-1674> <app-comp-1675></app-comp-1675> <app-comp-1676></app-comp-1676> <app-comp-1677></app-comp-1677> <app-comp-1678></app-comp-1678> <app-comp-1679></app-comp-1679> <app-comp-1680></app-comp-1680> <app-comp-1681></app-comp-1681> <app-comp-1682></app-comp-1682> <app-comp-1683></app-comp-1683> <app-comp-1684></app-comp-1684> <app-comp-1685></app-comp-1685> <app-comp-1686></app-comp-1686> <app-comp-1687></app-comp-1687> <app-comp-1688></app-comp-1688> <app-comp-1689></app-comp-1689> <app-comp-1690></app-comp-1690> <app-comp-1691></app-comp-1691> <app-comp-1692></app-comp-1692> <app-comp-1693></app-comp-1693> <app-comp-1694></app-comp-1694> <app-comp-1695></app-comp-1695> <app-comp-1696></app-comp-1696> <app-comp-1697></app-comp-1697> <app-comp-1698></app-comp-1698> <app-comp-1699></app-comp-1699> <app-comp-1700></app-comp-1700> <app-comp-1701></app-comp-1701> <app-comp-1702></app-comp-1702> <app-comp-1703></app-comp-1703> <app-comp-1704></app-comp-1704> <app-comp-1705></app-comp-1705> <app-comp-1706></app-comp-1706> <app-comp-1707></app-comp-1707> <app-comp-1708></app-comp-1708> <app-comp-1709></app-comp-1709> <app-comp-1710></app-comp-1710> <app-comp-1711></app-comp-1711> <app-comp-1712></app-comp-1712> <app-comp-1713></app-comp-1713> <app-comp-1714></app-comp-1714> <app-comp-1715></app-comp-1715> <app-comp-1716></app-comp-1716> <app-comp-1717></app-comp-1717> <app-comp-1718></app-comp-1718> <app-comp-1719></app-comp-1719> <app-comp-1720></app-comp-1720> <app-comp-1721></app-comp-1721> <app-comp-1722></app-comp-1722> <app-comp-1723></app-comp-1723> <app-comp-1724></app-comp-1724> <app-comp-1725></app-comp-1725> <app-comp-1726></app-comp-1726> <app-comp-1727></app-comp-1727> <app-comp-1728></app-comp-1728> <app-comp-1729></app-comp-1729> <app-comp-1730></app-comp-1730> <app-comp-1731></app-comp-1731> <app-comp-1732></app-comp-1732> <app-comp-1733></app-comp-1733> <app-comp-1734></app-comp-1734> <app-comp-1735></app-comp-1735> <app-comp-1736></app-comp-1736> <app-comp-1737></app-comp-1737> <app-comp-1738></app-comp-1738> <app-comp-1739></app-comp-1739> <app-comp-1740></app-comp-1740> <app-comp-1741></app-comp-1741> <app-comp-1742></app-comp-1742> <app-comp-1743></app-comp-1743> <app-comp-1744></app-comp-1744> <app-comp-1745></app-comp-1745> <app-comp-1746></app-comp-1746> <app-comp-1747></app-comp-1747> <app-comp-1748></app-comp-1748> <app-comp-1749></app-comp-1749> <app-comp-1750></app-comp-1750> <app-comp-1751></app-comp-1751> <app-comp-1752></app-comp-1752> <app-comp-1753></app-comp-1753> <app-comp-1754></app-comp-1754> <app-comp-1755></app-comp-1755> <app-comp-1756></app-comp-1756> <app-comp-1757></app-comp-1757> <app-comp-1758></app-comp-1758> <app-comp-1759></app-comp-1759> <app-comp-1760></app-comp-1760> <app-comp-1761></app-comp-1761> <app-comp-1762></app-comp-1762> <app-comp-1763></app-comp-1763> <app-comp-1764></app-comp-1764> <app-comp-1765></app-comp-1765> <app-comp-1766></app-comp-1766> <app-comp-1767></app-comp-1767> <app-comp-1768></app-comp-1768> <app-comp-1769></app-comp-1769> <app-comp-1770></app-comp-1770> <app-comp-1771></app-comp-1771> <app-comp-1772></app-comp-1772> <app-comp-1773></app-comp-1773> <app-comp-1774></app-comp-1774> <app-comp-1775></app-comp-1775> <app-comp-1776></app-comp-1776> <app-comp-1777></app-comp-1777> <app-comp-1778></app-comp-1778> <app-comp-1779></app-comp-1779> <app-comp-1780></app-comp-1780> <app-comp-1781></app-comp-1781> <app-comp-1782></app-comp-1782> <app-comp-1783></app-comp-1783> <app-comp-1784></app-comp-1784> <app-comp-1785></app-comp-1785> <app-comp-1786></app-comp-1786> <app-comp-1787></app-comp-1787> <app-comp-1788></app-comp-1788> <app-comp-1789></app-comp-1789> <app-comp-1790></app-comp-1790> <app-comp-1791></app-comp-1791> <app-comp-1792></app-comp-1792> <app-comp-1793></app-comp-1793> <app-comp-1794></app-comp-1794> <app-comp-1795></app-comp-1795> <app-comp-1796></app-comp-1796> <app-comp-1797></app-comp-1797> <app-comp-1798></app-comp-1798> <app-comp-1799></app-comp-1799> <app-comp-1800></app-comp-1800> <app-comp-1801></app-comp-1801> <app-comp-1802></app-comp-1802> <app-comp-1803></app-comp-1803> <app-comp-1804></app-comp-1804> <app-comp-1805></app-comp-1805> <app-comp-1806></app-comp-1806> <app-comp-1807></app-comp-1807> <app-comp-1808></app-comp-1808> <app-comp-1809></app-comp-1809> <app-comp-1810></app-comp-1810> <app-comp-1811></app-comp-1811> <app-comp-1812></app-comp-1812> <app-comp-1813></app-comp-1813> <app-comp-1814></app-comp-1814> <app-comp-1815></app-comp-1815> <app-comp-1816></app-comp-1816> <app-comp-1817></app-comp-1817> <app-comp-1818></app-comp-1818> <app-comp-1819></app-comp-1819> <app-comp-1820></app-comp-1820> <app-comp-1821></app-comp-1821> <app-comp-1822></app-comp-1822> <app-comp-1823></app-comp-1823> <app-comp-1824></app-comp-1824> <app-comp-1825></app-comp-1825> <app-comp-1826></app-comp-1826> <app-comp-1827></app-comp-1827> <app-comp-1828></app-comp-1828> <app-comp-1829></app-comp-1829> <app-comp-1830></app-comp-1830> <app-comp-1831></app-comp-1831> <app-comp-1832></app-comp-1832> <app-comp-1833></app-comp-1833> <app-comp-1834></app-comp-1834> <app-comp-1835></app-comp-1835> <app-comp-1836></app-comp-1836> <app-comp-1837></app-comp-1837> <app-comp-1838></app-comp-1838> <app-comp-1839></app-comp-1839> <app-comp-1840></app-comp-1840> <app-comp-1841></app-comp-1841> <app-comp-1842></app-comp-1842> <app-comp-1843></app-comp-1843> <app-comp-1844></app-comp-1844> <app-comp-1845></app-comp-1845> <app-comp-1846></app-comp-1846> <app-comp-1847></app-comp-1847> <app-comp-1848></app-comp-1848> <app-comp-1849></app-comp-1849> <app-comp-1850></app-comp-1850> <app-comp-1851></app-comp-1851> <app-comp-1852></app-comp-1852> <app-comp-1853></app-comp-1853> <app-comp-1854></app-comp-1854> <app-comp-1855></app-comp-1855> <app-comp-1856></app-comp-1856> <app-comp-1857></app-comp-1857> <app-comp-1858></app-comp-1858> <app-comp-1859></app-comp-1859> <app-comp-1860></app-comp-1860> <app-comp-1861></app-comp-1861> <app-comp-1862></app-comp-1862> <app-comp-1863></app-comp-1863> <app-comp-1864></app-comp-1864> <app-comp-1865></app-comp-1865> <app-comp-1866></app-comp-1866> <app-comp-1867></app-comp-1867> <app-comp-1868></app-comp-1868> <app-comp-1869></app-comp-1869> <app-comp-1870></app-comp-1870> <app-comp-1871></app-comp-1871> <app-comp-1872></app-comp-1872> <app-comp-1873></app-comp-1873> <app-comp-1874></app-comp-1874> <app-comp-1875></app-comp-1875> <app-comp-1876></app-comp-1876> <app-comp-1877></app-comp-1877> <app-comp-1878></app-comp-1878> <app-comp-1879></app-comp-1879> <app-comp-1880></app-comp-1880> <app-comp-1881></app-comp-1881> <app-comp-1882></app-comp-1882> <app-comp-1883></app-comp-1883> <app-comp-1884></app-comp-1884> <app-comp-1885></app-comp-1885> <app-comp-1886></app-comp-1886> <app-comp-1887></app-comp-1887> <app-comp-1888></app-comp-1888> <app-comp-1889></app-comp-1889> <app-comp-1890></app-comp-1890> <app-comp-1891></app-comp-1891> <app-comp-1892></app-comp-1892> <app-comp-1893></app-comp-1893> <app-comp-1894></app-comp-1894> <app-comp-1895></app-comp-1895> <app-comp-1896></app-comp-1896> <app-comp-1897></app-comp-1897> <app-comp-1898></app-comp-1898> <app-comp-1899></app-comp-1899> <app-comp-1900></app-comp-1900> <app-comp-1901></app-comp-1901> <app-comp-1902></app-comp-1902> <app-comp-1903></app-comp-1903> <app-comp-1904></app-comp-1904> <app-comp-1905></app-comp-1905> <app-comp-1906></app-comp-1906> <app-comp-1907></app-comp-1907> <app-comp-1908></app-comp-1908> <app-comp-1909></app-comp-1909> <app-comp-1910></app-comp-1910> <app-comp-1911></app-comp-1911> <app-comp-1912></app-comp-1912> <app-comp-1913></app-comp-1913> <app-comp-1914></app-comp-1914> <app-comp-1915></app-comp-1915> <app-comp-1916></app-comp-1916> <app-comp-1917></app-comp-1917> <app-comp-1918></app-comp-1918> <app-comp-1919></app-comp-1919> <app-comp-1920></app-comp-1920> <app-comp-1921></app-comp-1921> <app-comp-1922></app-comp-1922> <app-comp-1923></app-comp-1923> <app-comp-1924></app-comp-1924> <app-comp-1925></app-comp-1925> <app-comp-1926></app-comp-1926> <app-comp-1927></app-comp-1927> <app-comp-1928></app-comp-1928> <app-comp-1929></app-comp-1929> <app-comp-1930></app-comp-1930> <app-comp-1931></app-comp-1931> <app-comp-1932></app-comp-1932> <app-comp-1933></app-comp-1933> <app-comp-1934></app-comp-1934> <app-comp-1935></app-comp-1935> <app-comp-1936></app-comp-1936> <app-comp-1937></app-comp-1937> <app-comp-1938></app-comp-1938> <app-comp-1939></app-comp-1939> <app-comp-1940></app-comp-1940> <app-comp-1941></app-comp-1941> <app-comp-1942></app-comp-1942> <app-comp-1943></app-comp-1943> <app-comp-1944></app-comp-1944> <app-comp-1945></app-comp-1945> <app-comp-1946></app-comp-1946> <app-comp-1947></app-comp-1947> <app-comp-1948></app-comp-1948> <app-comp-1949></app-comp-1949> <app-comp-1950></app-comp-1950> <app-comp-1951></app-comp-1951> <app-comp-1952></app-comp-1952> <app-comp-1953></app-comp-1953> <app-comp-1954></app-comp-1954> <app-comp-1955></app-comp-1955> <app-comp-1956></app-comp-1956> <app-comp-1957></app-comp-1957> <app-comp-1958></app-comp-1958> <app-comp-1959></app-comp-1959> <app-comp-1960></app-comp-1960> <app-comp-1961></app-comp-1961> <app-comp-1962></app-comp-1962> <app-comp-1963></app-comp-1963> <app-comp-1964></app-comp-1964> <app-comp-1965></app-comp-1965> <app-comp-1966></app-comp-1966> <app-comp-1967></app-comp-1967> <app-comp-1968></app-comp-1968> <app-comp-1969></app-comp-1969> <app-comp-1970></app-comp-1970> <app-comp-1971></app-comp-1971> <app-comp-1972></app-comp-1972> <app-comp-1973></app-comp-1973> <app-comp-1974></app-comp-1974> <app-comp-1975></app-comp-1975> <app-comp-1976></app-comp-1976> <app-comp-1977></app-comp-1977> <app-comp-1978></app-comp-1978> <app-comp-1979></app-comp-1979> <app-comp-1980></app-comp-1980> <app-comp-1981></app-comp-1981> <app-comp-1982></app-comp-1982> <app-comp-1983></app-comp-1983> <app-comp-1984></app-comp-1984> <app-comp-1985></app-comp-1985> <app-comp-1986></app-comp-1986> <app-comp-1987></app-comp-1987> <app-comp-1988></app-comp-1988> <app-comp-1989></app-comp-1989> <app-comp-1990></app-comp-1990> <app-comp-1991></app-comp-1991> <app-comp-1992></app-comp-1992> <app-comp-1993></app-comp-1993> <app-comp-1994></app-comp-1994> <app-comp-1995></app-comp-1995> <app-comp-1996></app-comp-1996> <app-comp-1997></app-comp-1997> <app-comp-1998></app-comp-1998> <app-comp-1999></app-comp-1999> <app-comp-2000></app-comp-2000> <app-comp-2001></app-comp-2001> <app-comp-2002></app-comp-2002> <app-comp-2003></app-comp-2003> <app-comp-2004></app-comp-2004> <app-comp-2005></app-comp-2005> <app-comp-2006></app-comp-2006> <app-comp-2007></app-comp-2007> <app-comp-2008></app-comp-2008> <app-comp-2009></app-comp-2009> <app-comp-2010></app-comp-2010> <app-comp-2011></app-comp-2011> <app-comp-2012></app-comp-2012> <app-comp-2013></app-comp-2013> <app-comp-2014></app-comp-2014> <app-comp-2015></app-comp-2015> <app-comp-2016></app-comp-2016> <app-comp-2017></app-comp-2017> <app-comp-2018></app-comp-2018> <app-comp-2019></app-comp-2019> <app-comp-2020></app-comp-2020> <app-comp-2021></app-comp-2021> <app-comp-2022></app-comp-2022> <app-comp-2023></app-comp-2023> <app-comp-2024></app-comp-2024> <app-comp-2025></app-comp-2025> <app-comp-2026></app-comp-2026> <app-comp-2027></app-comp-2027> <app-comp-2028></app-comp-2028> <app-comp-2029></app-comp-2029> <app-comp-2030></app-comp-2030> <app-comp-2031></app-comp-2031> <app-comp-2032></app-comp-2032> <app-comp-2033></app-comp-2033> <app-comp-2034></app-comp-2034> <app-comp-2035></app-comp-2035> <app-comp-2036></app-comp-2036> <app-comp-2037></app-comp-2037> <app-comp-2038></app-comp-2038> <app-comp-2039></app-comp-2039> <app-comp-2040></app-comp-2040> <app-comp-2041></app-comp-2041> <app-comp-2042></app-comp-2042> <app-comp-2043></app-comp-2043> <app-comp-2044></app-comp-2044> <app-comp-2045></app-comp-2045> <app-comp-2046></app-comp-2046> <app-comp-2047></app-comp-2047> <app-comp-2048></app-comp-2048> <app-comp-2049></app-comp-2049> <app-comp-2050></app-comp-2050> <app-comp-2051></app-comp-2051> <app-comp-2052></app-comp-2052> <app-comp-2053></app-comp-2053> <app-comp-2054></app-comp-2054> <app-comp-2055></app-comp-2055> <app-comp-2056></app-comp-2056> <app-comp-2057></app-comp-2057> <app-comp-2058></app-comp-2058> <app-comp-2059></app-comp-2059> <app-comp-2060></app-comp-2060> <app-comp-2061></app-comp-2061> <app-comp-2062></app-comp-2062> <app-comp-2063></app-comp-2063> <app-comp-2064></app-comp-2064> <app-comp-2065></app-comp-2065> <app-comp-2066></app-comp-2066> <app-comp-2067></app-comp-2067> <app-comp-2068></app-comp-2068> <app-comp-2069></app-comp-2069> <app-comp-2070></app-comp-2070> <app-comp-2071></app-comp-2071> <app-comp-2072></app-comp-2072> <app-comp-2073></app-comp-2073> <app-comp-2074></app-comp-2074> <app-comp-2075></app-comp-2075> <app-comp-2076></app-comp-2076> <app-comp-2077></app-comp-2077> <app-comp-2078></app-comp-2078> <app-comp-2079></app-comp-2079> <app-comp-2080></app-comp-2080> <app-comp-2081></app-comp-2081> <app-comp-2082></app-comp-2082> <app-comp-2083></app-comp-2083> <app-comp-2084></app-comp-2084> <app-comp-2085></app-comp-2085> <app-comp-2086></app-comp-2086> <app-comp-2087></app-comp-2087> <app-comp-2088></app-comp-2088> <app-comp-2089></app-comp-2089> <app-comp-2090></app-comp-2090> <app-comp-2091></app-comp-2091> <app-comp-2092></app-comp-2092> <app-comp-2093></app-comp-2093> <app-comp-2094></app-comp-2094> <app-comp-2095></app-comp-2095> <app-comp-2096></app-comp-2096> <app-comp-2097></app-comp-2097> <app-comp-2098></app-comp-2098> <app-comp-2099></app-comp-2099> <app-comp-2100></app-comp-2100> <app-comp-2101></app-comp-2101> <app-comp-2102></app-comp-2102> <app-comp-2103></app-comp-2103> <app-comp-2104></app-comp-2104> <app-comp-2105></app-comp-2105> <app-comp-2106></app-comp-2106> <app-comp-2107></app-comp-2107> <app-comp-2108></app-comp-2108> <app-comp-2109></app-comp-2109> <app-comp-2110></app-comp-2110> <app-comp-2111></app-comp-2111> <app-comp-2112></app-comp-2112> <app-comp-2113></app-comp-2113> <app-comp-2114></app-comp-2114> <app-comp-2115></app-comp-2115> <app-comp-2116></app-comp-2116> <app-comp-2117></app-comp-2117> <app-comp-2118></app-comp-2118> <app-comp-2119></app-comp-2119> <app-comp-2120></app-comp-2120> <app-comp-2121></app-comp-2121> <app-comp-2122></app-comp-2122> <app-comp-2123></app-comp-2123> <app-comp-2124></app-comp-2124> <app-comp-2125></app-comp-2125> <app-comp-2126></app-comp-2126> <app-comp-2127></app-comp-2127> <app-comp-2128></app-comp-2128> <app-comp-2129></app-comp-2129> <app-comp-2130></app-comp-2130> <app-comp-2131></app-comp-2131> <app-comp-2132></app-comp-2132> <app-comp-2133></app-comp-2133> <app-comp-2134></app-comp-2134> <app-comp-2135></app-comp-2135> <app-comp-2136></app-comp-2136> <app-comp-2137></app-comp-2137> <app-comp-2138></app-comp-2138> <app-comp-2139></app-comp-2139> <app-comp-2140></app-comp-2140> <app-comp-2141></app-comp-2141> <app-comp-2142></app-comp-2142> <app-comp-2143></app-comp-2143> <app-comp-2144></app-comp-2144> <app-comp-2145></app-comp-2145> <app-comp-2146></app-comp-2146> <app-comp-2147></app-comp-2147> <app-comp-2148></app-comp-2148> <app-comp-2149></app-comp-2149> <app-comp-2150></app-comp-2150> <app-comp-2151></app-comp-2151> <app-comp-2152></app-comp-2152> <app-comp-2153></app-comp-2153> <app-comp-2154></app-comp-2154> <app-comp-2155></app-comp-2155> <app-comp-2156></app-comp-2156> <app-comp-2157></app-comp-2157> <app-comp-2158></app-comp-2158> <app-comp-2159></app-comp-2159> <app-comp-2160></app-comp-2160> <app-comp-2161></app-comp-2161> <app-comp-2162></app-comp-2162> <app-comp-2163></app-comp-2163> <app-comp-2164></app-comp-2164> <app-comp-2165></app-comp-2165> <app-comp-2166></app-comp-2166> <app-comp-2167></app-comp-2167> <app-comp-2168></app-comp-2168> <app-comp-2169></app-comp-2169> <app-comp-2170></app-comp-2170> <app-comp-2171></app-comp-2171> <app-comp-2172></app-comp-2172> <app-comp-2173></app-comp-2173> <app-comp-2174></app-comp-2174> <app-comp-2175></app-comp-2175> <app-comp-2176></app-comp-2176> <app-comp-2177></app-comp-2177> <app-comp-2178></app-comp-2178> <app-comp-2179></app-comp-2179> <app-comp-2180></app-comp-2180> <app-comp-2181></app-comp-2181> <app-comp-2182></app-comp-2182> <app-comp-2183></app-comp-2183> <app-comp-2184></app-comp-2184> <app-comp-2185></app-comp-2185> <app-comp-2186></app-comp-2186> <app-comp-2187></app-comp-2187> <app-comp-2188></app-comp-2188> <app-comp-2189></app-comp-2189> <app-comp-2190></app-comp-2190> <app-comp-2191></app-comp-2191> <app-comp-2192></app-comp-2192> <app-comp-2193></app-comp-2193> <app-comp-2194></app-comp-2194> <app-comp-2195></app-comp-2195> <app-comp-2196></app-comp-2196> <app-comp-2197></app-comp-2197> <app-comp-2198></app-comp-2198> <app-comp-2199></app-comp-2199> <app-comp-2200></app-comp-2200> <app-comp-2201></app-comp-2201> <app-comp-2202></app-comp-2202> <app-comp-2203></app-comp-2203> <app-comp-2204></app-comp-2204> <app-comp-2205></app-comp-2205> <app-comp-2206></app-comp-2206> <app-comp-2207></app-comp-2207> <app-comp-2208></app-comp-2208> <app-comp-2209></app-comp-2209> <app-comp-2210></app-comp-2210> <app-comp-2211></app-comp-2211> <app-comp-2212></app-comp-2212> <app-comp-2213></app-comp-2213> <app-comp-2214></app-comp-2214> <app-comp-2215></app-comp-2215> <app-comp-2216></app-comp-2216> <app-comp-2217></app-comp-2217> <app-comp-2218></app-comp-2218> <app-comp-2219></app-comp-2219> <app-comp-2220></app-comp-2220> <app-comp-2221></app-comp-2221> <app-comp-2222></app-comp-2222> <app-comp-2223></app-comp-2223> <app-comp-2224></app-comp-2224> <app-comp-2225></app-comp-2225> <app-comp-2226></app-comp-2226> <app-comp-2227></app-comp-2227> <app-comp-2228></app-comp-2228> <app-comp-2229></app-comp-2229> <app-comp-2230></app-comp-2230> <app-comp-2231></app-comp-2231> <app-comp-2232></app-comp-2232> <app-comp-2233></app-comp-2233> <app-comp-2234></app-comp-2234> <app-comp-2235></app-comp-2235> <app-comp-2236></app-comp-2236> <app-comp-2237></app-comp-2237> <app-comp-2238></app-comp-2238> <app-comp-2239></app-comp-2239> <app-comp-2240></app-comp-2240> <app-comp-2241></app-comp-2241> <app-comp-2242></app-comp-2242> <app-comp-2243></app-comp-2243> <app-comp-2244></app-comp-2244> <app-comp-2245></app-comp-2245> <app-comp-2246></app-comp-2246> <app-comp-2247></app-comp-2247> <app-comp-2248></app-comp-2248> <app-comp-2249></app-comp-2249> <app-comp-2250></app-comp-2250> <app-comp-2251></app-comp-2251> <app-comp-2252></app-comp-2252> <app-comp-2253></app-comp-2253> <app-comp-2254></app-comp-2254> <app-comp-2255></app-comp-2255> <app-comp-2256></app-comp-2256> <app-comp-2257></app-comp-2257> <app-comp-2258></app-comp-2258> <app-comp-2259></app-comp-2259> <app-comp-2260></app-comp-2260> <app-comp-2261></app-comp-2261> <app-comp-2262></app-comp-2262> <app-comp-2263></app-comp-2263> <app-comp-2264></app-comp-2264> <app-comp-2265></app-comp-2265> <app-comp-2266></app-comp-2266> <app-comp-2267></app-comp-2267> <app-comp-2268></app-comp-2268> <app-comp-2269></app-comp-2269> <app-comp-2270></app-comp-2270> <app-comp-2271></app-comp-2271> <app-comp-2272></app-comp-2272> <app-comp-2273></app-comp-2273> <app-comp-2274></app-comp-2274> <app-comp-2275></app-comp-2275> <app-comp-2276></app-comp-2276> <app-comp-2277></app-comp-2277> <app-comp-2278></app-comp-2278> <app-comp-2279></app-comp-2279> <app-comp-2280></app-comp-2280> <app-comp-2281></app-comp-2281> <app-comp-2282></app-comp-2282> <app-comp-2283></app-comp-2283> <app-comp-2284></app-comp-2284> <app-comp-2285></app-comp-2285> <app-comp-2286></app-comp-2286> <app-comp-2287></app-comp-2287> <app-comp-2288></app-comp-2288> <app-comp-2289></app-comp-2289> <app-comp-2290></app-comp-2290> <app-comp-2291></app-comp-2291> <app-comp-2292></app-comp-2292> <app-comp-2293></app-comp-2293> <app-comp-2294></app-comp-2294> <app-comp-2295></app-comp-2295> <app-comp-2296></app-comp-2296> <app-comp-2297></app-comp-2297> <app-comp-2298></app-comp-2298> <app-comp-2299></app-comp-2299> <app-comp-2300></app-comp-2300> <app-comp-2301></app-comp-2301> <app-comp-2302></app-comp-2302> <app-comp-2303></app-comp-2303> <app-comp-2304></app-comp-2304> <app-comp-2305></app-comp-2305> <app-comp-2306></app-comp-2306> <app-comp-2307></app-comp-2307> <app-comp-2308></app-comp-2308> <app-comp-2309></app-comp-2309> <app-comp-2310></app-comp-2310> <app-comp-2311></app-comp-2311> <app-comp-2312></app-comp-2312> <app-comp-2313></app-comp-2313> <app-comp-2314></app-comp-2314> <app-comp-2315></app-comp-2315> <app-comp-2316></app-comp-2316> <app-comp-2317></app-comp-2317> <app-comp-2318></app-comp-2318> <app-comp-2319></app-comp-2319> <app-comp-2320></app-comp-2320> <app-comp-2321></app-comp-2321> <app-comp-2322></app-comp-2322> <app-comp-2323></app-comp-2323> <app-comp-2324></app-comp-2324> <app-comp-2325></app-comp-2325> <app-comp-2326></app-comp-2326> <app-comp-2327></app-comp-2327> <app-comp-2328></app-comp-2328> <app-comp-2329></app-comp-2329> <app-comp-2330></app-comp-2330> <app-comp-2331></app-comp-2331> <app-comp-2332></app-comp-2332> <app-comp-2333></app-comp-2333> <app-comp-2334></app-comp-2334> <app-comp-2335></app-comp-2335> <app-comp-2336></app-comp-2336> <app-comp-2337></app-comp-2337> <app-comp-2338></app-comp-2338> <app-comp-2339></app-comp-2339> <app-comp-2340></app-comp-2340> <app-comp-2341></app-comp-2341> <app-comp-2342></app-comp-2342> <app-comp-2343></app-comp-2343> <app-comp-2344></app-comp-2344> <app-comp-2345></app-comp-2345> <app-comp-2346></app-comp-2346> <app-comp-2347></app-comp-2347> <app-comp-2348></app-comp-2348> <app-comp-2349></app-comp-2349> <app-comp-2350></app-comp-2350> <app-comp-2351></app-comp-2351> <app-comp-2352></app-comp-2352> <app-comp-2353></app-comp-2353> <app-comp-2354></app-comp-2354> <app-comp-2355></app-comp-2355> <app-comp-2356></app-comp-2356> <app-comp-2357></app-comp-2357> <app-comp-2358></app-comp-2358> <app-comp-2359></app-comp-2359> <app-comp-2360></app-comp-2360> <app-comp-2361></app-comp-2361> <app-comp-2362></app-comp-2362> <app-comp-2363></app-comp-2363> <app-comp-2364></app-comp-2364> <app-comp-2365></app-comp-2365> <app-comp-2366></app-comp-2366> <app-comp-2367></app-comp-2367> <app-comp-2368></app-comp-2368> <app-comp-2369></app-comp-2369> <app-comp-2370></app-comp-2370> <app-comp-2371></app-comp-2371> <app-comp-2372></app-comp-2372> <app-comp-2373></app-comp-2373> <app-comp-2374></app-comp-2374> <app-comp-2375></app-comp-2375> <app-comp-2376></app-comp-2376> <app-comp-2377></app-comp-2377> <app-comp-2378></app-comp-2378> <app-comp-2379></app-comp-2379> <app-comp-2380></app-comp-2380> <app-comp-2381></app-comp-2381> <app-comp-2382></app-comp-2382> <app-comp-2383></app-comp-2383> <app-comp-2384></app-comp-2384> <app-comp-2385></app-comp-2385> <app-comp-2386></app-comp-2386> <app-comp-2387></app-comp-2387> <app-comp-2388></app-comp-2388> <app-comp-2389></app-comp-2389> <app-comp-2390></app-comp-2390> <app-comp-2391></app-comp-2391> <app-comp-2392></app-comp-2392> <app-comp-2393></app-comp-2393> <app-comp-2394></app-comp-2394> <app-comp-2395></app-comp-2395> <app-comp-2396></app-comp-2396> <app-comp-2397></app-comp-2397> <app-comp-2398></app-comp-2398> <app-comp-2399></app-comp-2399> <app-comp-2400></app-comp-2400> <app-comp-2401></app-comp-2401> <app-comp-2402></app-comp-2402> <app-comp-2403></app-comp-2403> <app-comp-2404></app-comp-2404> <app-comp-2405></app-comp-2405> <app-comp-2406></app-comp-2406> <app-comp-2407></app-comp-2407> <app-comp-2408></app-comp-2408> <app-comp-2409></app-comp-2409> <app-comp-2410></app-comp-2410> <app-comp-2411></app-comp-2411> <app-comp-2412></app-comp-2412> <app-comp-2413></app-comp-2413> <app-comp-2414></app-comp-2414> <app-comp-2415></app-comp-2415> <app-comp-2416></app-comp-2416> <app-comp-2417></app-comp-2417> <app-comp-2418></app-comp-2418> <app-comp-2419></app-comp-2419> <app-comp-2420></app-comp-2420> <app-comp-2421></app-comp-2421> <app-comp-2422></app-comp-2422> <app-comp-2423></app-comp-2423> <app-comp-2424></app-comp-2424> <app-comp-2425></app-comp-2425> <app-comp-2426></app-comp-2426> <app-comp-2427></app-comp-2427> <app-comp-2428></app-comp-2428> <app-comp-2429></app-comp-2429> <app-comp-2430></app-comp-2430> <app-comp-2431></app-comp-2431> <app-comp-2432></app-comp-2432> <app-comp-2433></app-comp-2433> <app-comp-2434></app-comp-2434> <app-comp-2435></app-comp-2435> <app-comp-2436></app-comp-2436> <app-comp-2437></app-comp-2437> <app-comp-2438></app-comp-2438> <app-comp-2439></app-comp-2439> <app-comp-2440></app-comp-2440> <app-comp-2441></app-comp-2441> <app-comp-2442></app-comp-2442> <app-comp-2443></app-comp-2443> <app-comp-2444></app-comp-2444> <app-comp-2445></app-comp-2445> <app-comp-2446></app-comp-2446> <app-comp-2447></app-comp-2447> <app-comp-2448></app-comp-2448> <app-comp-2449></app-comp-2449> <app-comp-2450></app-comp-2450> <app-comp-2451></app-comp-2451> <app-comp-2452></app-comp-2452> <app-comp-2453></app-comp-2453> <app-comp-2454></app-comp-2454> <app-comp-2455></app-comp-2455> <app-comp-2456></app-comp-2456> <app-comp-2457></app-comp-2457> <app-comp-2458></app-comp-2458> <app-comp-2459></app-comp-2459> <app-comp-2460></app-comp-2460> <app-comp-2461></app-comp-2461> <app-comp-2462></app-comp-2462> <app-comp-2463></app-comp-2463> <app-comp-2464></app-comp-2464> <app-comp-2465></app-comp-2465> <app-comp-2466></app-comp-2466> <app-comp-2467></app-comp-2467> <app-comp-2468></app-comp-2468> <app-comp-2469></app-comp-2469> <app-comp-2470></app-comp-2470> <app-comp-2471></app-comp-2471> <app-comp-2472></app-comp-2472> <app-comp-2473></app-comp-2473> <app-comp-2474></app-comp-2474> <app-comp-2475></app-comp-2475> <app-comp-2476></app-comp-2476> <app-comp-2477></app-comp-2477> <app-comp-2478></app-comp-2478> <app-comp-2479></app-comp-2479> <app-comp-2480></app-comp-2480> <app-comp-2481></app-comp-2481> <app-comp-2482></app-comp-2482> <app-comp-2483></app-comp-2483> <app-comp-2484></app-comp-2484> <app-comp-2485></app-comp-2485> <app-comp-2486></app-comp-2486> <app-comp-2487></app-comp-2487> <app-comp-2488></app-comp-2488> <app-comp-2489></app-comp-2489> <app-comp-2490></app-comp-2490> <app-comp-2491></app-comp-2491> <app-comp-2492></app-comp-2492> <app-comp-2493></app-comp-2493> <app-comp-2494></app-comp-2494> <app-comp-2495></app-comp-2495> <app-comp-2496></app-comp-2496> <app-comp-2497></app-comp-2497> <app-comp-2498></app-comp-2498> <app-comp-2499></app-comp-2499> <app-comp-2500></app-comp-2500> <app-comp-2501></app-comp-2501> <app-comp-2502></app-comp-2502> <app-comp-2503></app-comp-2503> <app-comp-2504></app-comp-2504> <app-comp-2505></app-comp-2505> <app-comp-2506></app-comp-2506> <app-comp-2507></app-comp-2507> <app-comp-2508></app-comp-2508> <app-comp-2509></app-comp-2509> <app-comp-2510></app-comp-2510> <app-comp-2511></app-comp-2511> <app-comp-2512></app-comp-2512> <app-comp-2513></app-comp-2513> <app-comp-2514></app-comp-2514> <app-comp-2515></app-comp-2515> <app-comp-2516></app-comp-2516> <app-comp-2517></app-comp-2517> <app-comp-2518></app-comp-2518> <app-comp-2519></app-comp-2519> <app-comp-2520></app-comp-2520> <app-comp-2521></app-comp-2521> <app-comp-2522></app-comp-2522> <app-comp-2523></app-comp-2523> <app-comp-2524></app-comp-2524> <app-comp-2525></app-comp-2525> <app-comp-2526></app-comp-2526> <app-comp-2527></app-comp-2527> <app-comp-2528></app-comp-2528> <app-comp-2529></app-comp-2529> <app-comp-2530></app-comp-2530> <app-comp-2531></app-comp-2531> <app-comp-2532></app-comp-2532> <app-comp-2533></app-comp-2533> <app-comp-2534></app-comp-2534> <app-comp-2535></app-comp-2535> <app-comp-2536></app-comp-2536> <app-comp-2537></app-comp-2537> <app-comp-2538></app-comp-2538> <app-comp-2539></app-comp-2539> <app-comp-2540></app-comp-2540> <app-comp-2541></app-comp-2541> <app-comp-2542></app-comp-2542> <app-comp-2543></app-comp-2543> <app-comp-2544></app-comp-2544> <app-comp-2545></app-comp-2545> <app-comp-2546></app-comp-2546> <app-comp-2547></app-comp-2547> <app-comp-2548></app-comp-2548> <app-comp-2549></app-comp-2549> <app-comp-2550></app-comp-2550> <app-comp-2551></app-comp-2551> <app-comp-2552></app-comp-2552> <app-comp-2553></app-comp-2553> <app-comp-2554></app-comp-2554> <app-comp-2555></app-comp-2555> <app-comp-2556></app-comp-2556> <app-comp-2557></app-comp-2557> <app-comp-2558></app-comp-2558> <app-comp-2559></app-comp-2559> <app-comp-2560></app-comp-2560> <app-comp-2561></app-comp-2561> <app-comp-2562></app-comp-2562> <app-comp-2563></app-comp-2563> <app-comp-2564></app-comp-2564> <app-comp-2565></app-comp-2565> <app-comp-2566></app-comp-2566> <app-comp-2567></app-comp-2567> <app-comp-2568></app-comp-2568> <app-comp-2569></app-comp-2569> <app-comp-2570></app-comp-2570> <app-comp-2571></app-comp-2571> <app-comp-2572></app-comp-2572> <app-comp-2573></app-comp-2573> <app-comp-2574></app-comp-2574> <app-comp-2575></app-comp-2575> <app-comp-2576></app-comp-2576> <app-comp-2577></app-comp-2577> <app-comp-2578></app-comp-2578> <app-comp-2579></app-comp-2579> <app-comp-2580></app-comp-2580> <app-comp-2581></app-comp-2581> <app-comp-2582></app-comp-2582> <app-comp-2583></app-comp-2583> <app-comp-2584></app-comp-2584> <app-comp-2585></app-comp-2585> <app-comp-2586></app-comp-2586> <app-comp-2587></app-comp-2587> <app-comp-2588></app-comp-2588> <app-comp-2589></app-comp-2589> <app-comp-2590></app-comp-2590> <app-comp-2591></app-comp-2591> <app-comp-2592></app-comp-2592> <app-comp-2593></app-comp-2593> <app-comp-2594></app-comp-2594> <app-comp-2595></app-comp-2595> <app-comp-2596></app-comp-2596> <app-comp-2597></app-comp-2597> <app-comp-2598></app-comp-2598> <app-comp-2599></app-comp-2599> <app-comp-2600></app-comp-2600> <app-comp-2601></app-comp-2601> <app-comp-2602></app-comp-2602> <app-comp-2603></app-comp-2603> <app-comp-2604></app-comp-2604> <app-comp-2605></app-comp-2605> <app-comp-2606></app-comp-2606> <app-comp-2607></app-comp-2607> <app-comp-2608></app-comp-2608> <app-comp-2609></app-comp-2609> <app-comp-2610></app-comp-2610> <app-comp-2611></app-comp-2611> <app-comp-2612></app-comp-2612> <app-comp-2613></app-comp-2613> <app-comp-2614></app-comp-2614> <app-comp-2615></app-comp-2615> <app-comp-2616></app-comp-2616> <app-comp-2617></app-comp-2617> <app-comp-2618></app-comp-2618> <app-comp-2619></app-comp-2619> <app-comp-2620></app-comp-2620> <app-comp-2621></app-comp-2621> <app-comp-2622></app-comp-2622> <app-comp-2623></app-comp-2623> <app-comp-2624></app-comp-2624> <app-comp-2625></app-comp-2625> <app-comp-2626></app-comp-2626> <app-comp-2627></app-comp-2627> <app-comp-2628></app-comp-2628> <app-comp-2629></app-comp-2629> <app-comp-2630></app-comp-2630> <app-comp-2631></app-comp-2631> <app-comp-2632></app-comp-2632> <app-comp-2633></app-comp-2633> <app-comp-2634></app-comp-2634> <app-comp-2635></app-comp-2635> <app-comp-2636></app-comp-2636> <app-comp-2637></app-comp-2637> <app-comp-2638></app-comp-2638> <app-comp-2639></app-comp-2639> <app-comp-2640></app-comp-2640> <app-comp-2641></app-comp-2641> <app-comp-2642></app-comp-2642> <app-comp-2643></app-comp-2643> <app-comp-2644></app-comp-2644> <app-comp-2645></app-comp-2645> <app-comp-2646></app-comp-2646> <app-comp-2647></app-comp-2647> <app-comp-2648></app-comp-2648> <app-comp-2649></app-comp-2649> <app-comp-2650></app-comp-2650> <app-comp-2651></app-comp-2651> <app-comp-2652></app-comp-2652> <app-comp-2653></app-comp-2653> <app-comp-2654></app-comp-2654> <app-comp-2655></app-comp-2655> <app-comp-2656></app-comp-2656> <app-comp-2657></app-comp-2657> <app-comp-2658></app-comp-2658> <app-comp-2659></app-comp-2659> <app-comp-2660></app-comp-2660> <app-comp-2661></app-comp-2661> <app-comp-2662></app-comp-2662> <app-comp-2663></app-comp-2663> <app-comp-2664></app-comp-2664> <app-comp-2665></app-comp-2665> <app-comp-2666></app-comp-2666> <app-comp-2667></app-comp-2667> <app-comp-2668></app-comp-2668> <app-comp-2669></app-comp-2669> <app-comp-2670></app-comp-2670> <app-comp-2671></app-comp-2671> <app-comp-2672></app-comp-2672> <app-comp-2673></app-comp-2673> <app-comp-2674></app-comp-2674> <app-comp-2675></app-comp-2675> <app-comp-2676></app-comp-2676> <app-comp-2677></app-comp-2677> <app-comp-2678></app-comp-2678> <app-comp-2679></app-comp-2679> <app-comp-2680></app-comp-2680> <app-comp-2681></app-comp-2681> <app-comp-2682></app-comp-2682> <app-comp-2683></app-comp-2683> <app-comp-2684></app-comp-2684> <app-comp-2685></app-comp-2685> <app-comp-2686></app-comp-2686> <app-comp-2687></app-comp-2687> <app-comp-2688></app-comp-2688> <app-comp-2689></app-comp-2689> <app-comp-2690></app-comp-2690> <app-comp-2691></app-comp-2691> <app-comp-2692></app-comp-2692> <app-comp-2693></app-comp-2693> <app-comp-2694></app-comp-2694> <app-comp-2695></app-comp-2695> <app-comp-2696></app-comp-2696> <app-comp-2697></app-comp-2697> <app-comp-2698></app-comp-2698> <app-comp-2699></app-comp-2699> <app-comp-2700></app-comp-2700> <app-comp-2701></app-comp-2701> <app-comp-2702></app-comp-2702> <app-comp-2703></app-comp-2703> <app-comp-2704></app-comp-2704> <app-comp-2705></app-comp-2705> <app-comp-2706></app-comp-2706> <app-comp-2707></app-comp-2707> <app-comp-2708></app-comp-2708> <app-comp-2709></app-comp-2709> <app-comp-2710></app-comp-2710> <app-comp-2711></app-comp-2711> <app-comp-2712></app-comp-2712> <app-comp-2713></app-comp-2713> <app-comp-2714></app-comp-2714> <app-comp-2715></app-comp-2715> <app-comp-2716></app-comp-2716> <app-comp-2717></app-comp-2717> <app-comp-2718></app-comp-2718> <app-comp-2719></app-comp-2719> <app-comp-2720></app-comp-2720> <app-comp-2721></app-comp-2721> <app-comp-2722></app-comp-2722> <app-comp-2723></app-comp-2723> <app-comp-2724></app-comp-2724> <app-comp-2725></app-comp-2725> <app-comp-2726></app-comp-2726> <app-comp-2727></app-comp-2727> <app-comp-2728></app-comp-2728> <app-comp-2729></app-comp-2729> <app-comp-2730></app-comp-2730> <app-comp-2731></app-comp-2731> <app-comp-2732></app-comp-2732> <app-comp-2733></app-comp-2733> <app-comp-2734></app-comp-2734> <app-comp-2735></app-comp-2735> <app-comp-2736></app-comp-2736> <app-comp-2737></app-comp-2737> <app-comp-2738></app-comp-2738> <app-comp-2739></app-comp-2739> <app-comp-2740></app-comp-2740> <app-comp-2741></app-comp-2741> <app-comp-2742></app-comp-2742> <app-comp-2743></app-comp-2743> <app-comp-2744></app-comp-2744> <app-comp-2745></app-comp-2745> <app-comp-2746></app-comp-2746> <app-comp-2747></app-comp-2747> <app-comp-2748></app-comp-2748> <app-comp-2749></app-comp-2749> <app-comp-2750></app-comp-2750> <app-comp-2751></app-comp-2751> <app-comp-2752></app-comp-2752> <app-comp-2753></app-comp-2753> <app-comp-2754></app-comp-2754> <app-comp-2755></app-comp-2755> <app-comp-2756></app-comp-2756> <app-comp-2757></app-comp-2757> <app-comp-2758></app-comp-2758> <app-comp-2759></app-comp-2759> <app-comp-2760></app-comp-2760> <app-comp-2761></app-comp-2761> <app-comp-2762></app-comp-2762> <app-comp-2763></app-comp-2763> <app-comp-2764></app-comp-2764> <app-comp-2765></app-comp-2765> <app-comp-2766></app-comp-2766> <app-comp-2767></app-comp-2767> <app-comp-2768></app-comp-2768> <app-comp-2769></app-comp-2769> <app-comp-2770></app-comp-2770> <app-comp-2771></app-comp-2771> <app-comp-2772></app-comp-2772> <app-comp-2773></app-comp-2773> <app-comp-2774></app-comp-2774> <app-comp-2775></app-comp-2775> <app-comp-2776></app-comp-2776> <app-comp-2777></app-comp-2777> <app-comp-2778></app-comp-2778> <app-comp-2779></app-comp-2779> <app-comp-2780></app-comp-2780> <app-comp-2781></app-comp-2781> <app-comp-2782></app-comp-2782> <app-comp-2783></app-comp-2783> <app-comp-2784></app-comp-2784> <app-comp-2785></app-comp-2785> <app-comp-2786></app-comp-2786> <app-comp-2787></app-comp-2787> <app-comp-2788></app-comp-2788> <app-comp-2789></app-comp-2789> <app-comp-2790></app-comp-2790> <app-comp-2791></app-comp-2791> <app-comp-2792></app-comp-2792> <app-comp-2793></app-comp-2793> <app-comp-2794></app-comp-2794> <app-comp-2795></app-comp-2795> <app-comp-2796></app-comp-2796> <app-comp-2797></app-comp-2797> <app-comp-2798></app-comp-2798> <app-comp-2799></app-comp-2799> <app-comp-2800></app-comp-2800> <app-comp-2801></app-comp-2801> <app-comp-2802></app-comp-2802> <app-comp-2803></app-comp-2803> <app-comp-2804></app-comp-2804> <app-comp-2805></app-comp-2805> <app-comp-2806></app-comp-2806> <app-comp-2807></app-comp-2807> <app-comp-2808></app-comp-2808> <app-comp-2809></app-comp-2809> <app-comp-2810></app-comp-2810> <app-comp-2811></app-comp-2811> <app-comp-2812></app-comp-2812> <app-comp-2813></app-comp-2813> <app-comp-2814></app-comp-2814> <app-comp-2815></app-comp-2815> <app-comp-2816></app-comp-2816> <app-comp-2817></app-comp-2817> <app-comp-2818></app-comp-2818> <app-comp-2819></app-comp-2819> <app-comp-2820></app-comp-2820> <app-comp-2821></app-comp-2821> <app-comp-2822></app-comp-2822> <app-comp-2823></app-comp-2823> <app-comp-2824></app-comp-2824> <app-comp-2825></app-comp-2825> <app-comp-2826></app-comp-2826> <app-comp-2827></app-comp-2827> <app-comp-2828></app-comp-2828> <app-comp-2829></app-comp-2829> <app-comp-2830></app-comp-2830> <app-comp-2831></app-comp-2831> <app-comp-2832></app-comp-2832> <app-comp-2833></app-comp-2833> <app-comp-2834></app-comp-2834> <app-comp-2835></app-comp-2835> <app-comp-2836></app-comp-2836> <app-comp-2837></app-comp-2837> <app-comp-2838></app-comp-2838> <app-comp-2839></app-comp-2839> <app-comp-2840></app-comp-2840> <app-comp-2841></app-comp-2841> <app-comp-2842></app-comp-2842> <app-comp-2843></app-comp-2843> <app-comp-2844></app-comp-2844> <app-comp-2845></app-comp-2845> <app-comp-2846></app-comp-2846> <app-comp-2847></app-comp-2847> <app-comp-2848></app-comp-2848> <app-comp-2849></app-comp-2849> <app-comp-2850></app-comp-2850> <app-comp-2851></app-comp-2851> <app-comp-2852></app-comp-2852> <app-comp-2853></app-comp-2853> <app-comp-2854></app-comp-2854> <app-comp-2855></app-comp-2855> <app-comp-2856></app-comp-2856> <app-comp-2857></app-comp-2857> <app-comp-2858></app-comp-2858> <app-comp-2859></app-comp-2859> <app-comp-2860></app-comp-2860> <app-comp-2861></app-comp-2861> <app-comp-2862></app-comp-2862> <app-comp-2863></app-comp-2863> <app-comp-2864></app-comp-2864> <app-comp-2865></app-comp-2865> <app-comp-2866></app-comp-2866> <app-comp-2867></app-comp-2867> <app-comp-2868></app-comp-2868> <app-comp-2869></app-comp-2869> <app-comp-2870></app-comp-2870> <app-comp-2871></app-comp-2871> <app-comp-2872></app-comp-2872> <app-comp-2873></app-comp-2873> <app-comp-2874></app-comp-2874> <app-comp-2875></app-comp-2875> <app-comp-2876></app-comp-2876> <app-comp-2877></app-comp-2877> <app-comp-2878></app-comp-2878> <app-comp-2879></app-comp-2879> <app-comp-2880></app-comp-2880> <app-comp-2881></app-comp-2881> <app-comp-2882></app-comp-2882> <app-comp-2883></app-comp-2883> <app-comp-2884></app-comp-2884> <app-comp-2885></app-comp-2885> <app-comp-2886></app-comp-2886> <app-comp-2887></app-comp-2887> <app-comp-2888></app-comp-2888> <app-comp-2889></app-comp-2889> <app-comp-2890></app-comp-2890> <app-comp-2891></app-comp-2891> <app-comp-2892></app-comp-2892> <app-comp-2893></app-comp-2893> <app-comp-2894></app-comp-2894> <app-comp-2895></app-comp-2895> <app-comp-2896></app-comp-2896> <app-comp-2897></app-comp-2897> <app-comp-2898></app-comp-2898> <app-comp-2899></app-comp-2899> <app-comp-2900></app-comp-2900> <app-comp-2901></app-comp-2901> <app-comp-2902></app-comp-2902> <app-comp-2903></app-comp-2903> <app-comp-2904></app-comp-2904> <app-comp-2905></app-comp-2905> <app-comp-2906></app-comp-2906> <app-comp-2907></app-comp-2907> <app-comp-2908></app-comp-2908> <app-comp-2909></app-comp-2909> <app-comp-2910></app-comp-2910> <app-comp-2911></app-comp-2911> <app-comp-2912></app-comp-2912> <app-comp-2913></app-comp-2913> <app-comp-2914></app-comp-2914> <app-comp-2915></app-comp-2915> <app-comp-2916></app-comp-2916> <app-comp-2917></app-comp-2917> <app-comp-2918></app-comp-2918> <app-comp-2919></app-comp-2919> <app-comp-2920></app-comp-2920> <app-comp-2921></app-comp-2921> <app-comp-2922></app-comp-2922> <app-comp-2923></app-comp-2923> <app-comp-2924></app-comp-2924> <app-comp-2925></app-comp-2925> <app-comp-2926></app-comp-2926> <app-comp-2927></app-comp-2927> <app-comp-2928></app-comp-2928> <app-comp-2929></app-comp-2929> <app-comp-2930></app-comp-2930> <app-comp-2931></app-comp-2931> <app-comp-2932></app-comp-2932> <app-comp-2933></app-comp-2933> <app-comp-2934></app-comp-2934> <app-comp-2935></app-comp-2935> <app-comp-2936></app-comp-2936> <app-comp-2937></app-comp-2937> <app-comp-2938></app-comp-2938> <app-comp-2939></app-comp-2939> <app-comp-2940></app-comp-2940> <app-comp-2941></app-comp-2941> <app-comp-2942></app-comp-2942> <app-comp-2943></app-comp-2943> <app-comp-2944></app-comp-2944> <app-comp-2945></app-comp-2945> <app-comp-2946></app-comp-2946> <app-comp-2947></app-comp-2947> <app-comp-2948></app-comp-2948> <app-comp-2949></app-comp-2949> <app-comp-2950></app-comp-2950> <app-comp-2951></app-comp-2951> <app-comp-2952></app-comp-2952> <app-comp-2953></app-comp-2953> <app-comp-2954></app-comp-2954> <app-comp-2955></app-comp-2955> <app-comp-2956></app-comp-2956> <app-comp-2957></app-comp-2957> <app-comp-2958></app-comp-2958> <app-comp-2959></app-comp-2959> <app-comp-2960></app-comp-2960> <app-comp-2961></app-comp-2961> <app-comp-2962></app-comp-2962> <app-comp-2963></app-comp-2963> <app-comp-2964></app-comp-2964> <app-comp-2965></app-comp-2965> <app-comp-2966></app-comp-2966> <app-comp-2967></app-comp-2967> <app-comp-2968></app-comp-2968> <app-comp-2969></app-comp-2969> <app-comp-2970></app-comp-2970> <app-comp-2971></app-comp-2971> <app-comp-2972></app-comp-2972> <app-comp-2973></app-comp-2973> <app-comp-2974></app-comp-2974> <app-comp-2975></app-comp-2975> <app-comp-2976></app-comp-2976> <app-comp-2977></app-comp-2977> <app-comp-2978></app-comp-2978> <app-comp-2979></app-comp-2979> <app-comp-2980></app-comp-2980> <app-comp-2981></app-comp-2981> <app-comp-2982></app-comp-2982> <app-comp-2983></app-comp-2983> <app-comp-2984></app-comp-2984> <app-comp-2985></app-comp-2985> <app-comp-2986></app-comp-2986> <app-comp-2987></app-comp-2987> <app-comp-2988></app-comp-2988> <app-comp-2989></app-comp-2989> <app-comp-2990></app-comp-2990> <app-comp-2991></app-comp-2991> <app-comp-2992></app-comp-2992> <app-comp-2993></app-comp-2993> <app-comp-2994></app-comp-2994> <app-comp-2995></app-comp-2995> <app-comp-2996></app-comp-2996> <app-comp-2997></app-comp-2997> <app-comp-2998></app-comp-2998> <app-comp-2999></app-comp-2999> <app-comp-3000></app-comp-3000> <app-comp-3001></app-comp-3001> <app-comp-3002></app-comp-3002> <app-comp-3003></app-comp-3003> <app-comp-3004></app-comp-3004> <app-comp-3005></app-comp-3005> <app-comp-3006></app-comp-3006> <app-comp-3007></app-comp-3007> <app-comp-3008></app-comp-3008> <app-comp-3009></app-comp-3009> <app-comp-3010></app-comp-3010> <app-comp-3011></app-comp-3011> <app-comp-3012></app-comp-3012> <app-comp-3013></app-comp-3013> <app-comp-3014></app-comp-3014> <app-comp-3015></app-comp-3015> <app-comp-3016></app-comp-3016> <app-comp-3017></app-comp-3017> <app-comp-3018></app-comp-3018> <app-comp-3019></app-comp-3019> <app-comp-3020></app-comp-3020> <app-comp-3021></app-comp-3021> <app-comp-3022></app-comp-3022> <app-comp-3023></app-comp-3023> <app-comp-3024></app-comp-3024> <app-comp-3025></app-comp-3025> <app-comp-3026></app-comp-3026> <app-comp-3027></app-comp-3027> <app-comp-3028></app-comp-3028> <app-comp-3029></app-comp-3029> <app-comp-3030></app-comp-3030> <app-comp-3031></app-comp-3031> <app-comp-3032></app-comp-3032> <app-comp-3033></app-comp-3033> <app-comp-3034></app-comp-3034> <app-comp-3035></app-comp-3035> <app-comp-3036></app-comp-3036> <app-comp-3037></app-comp-3037> <app-comp-3038></app-comp-3038> <app-comp-3039></app-comp-3039> <app-comp-3040></app-comp-3040> <app-comp-3041></app-comp-3041> <app-comp-3042></app-comp-3042> <app-comp-3043></app-comp-3043> <app-comp-3044></app-comp-3044> <app-comp-3045></app-comp-3045> <app-comp-3046></app-comp-3046> <app-comp-3047></app-comp-3047> <app-comp-3048></app-comp-3048> <app-comp-3049></app-comp-3049> <app-comp-3050></app-comp-3050> <app-comp-3051></app-comp-3051> <app-comp-3052></app-comp-3052> <app-comp-3053></app-comp-3053> <app-comp-3054></app-comp-3054> <app-comp-3055></app-comp-3055> <app-comp-3056></app-comp-3056> <app-comp-3057></app-comp-3057> <app-comp-3058></app-comp-3058> <app-comp-3059></app-comp-3059> <app-comp-3060></app-comp-3060> <app-comp-3061></app-comp-3061> <app-comp-3062></app-comp-3062> <app-comp-3063></app-comp-3063> <app-comp-3064></app-comp-3064> <app-comp-3065></app-comp-3065> <app-comp-3066></app-comp-3066> <app-comp-3067></app-comp-3067> <app-comp-3068></app-comp-3068> <app-comp-3069></app-comp-3069> <app-comp-3070></app-comp-3070> <app-comp-3071></app-comp-3071> <app-comp-3072></app-comp-3072> <app-comp-3073></app-comp-3073> <app-comp-3074></app-comp-3074> <app-comp-3075></app-comp-3075> <app-comp-3076></app-comp-3076> <app-comp-3077></app-comp-3077> <app-comp-3078></app-comp-3078> <app-comp-3079></app-comp-3079> <app-comp-3080></app-comp-3080> <app-comp-3081></app-comp-3081> <app-comp-3082></app-comp-3082> <app-comp-3083></app-comp-3083> <app-comp-3084></app-comp-3084> <app-comp-3085></app-comp-3085> <app-comp-3086></app-comp-3086> <app-comp-3087></app-comp-3087> <app-comp-3088></app-comp-3088> <app-comp-3089></app-comp-3089> <app-comp-3090></app-comp-3090> <app-comp-3091></app-comp-3091> <app-comp-3092></app-comp-3092> <app-comp-3093></app-comp-3093> <app-comp-3094></app-comp-3094> <app-comp-3095></app-comp-3095> <app-comp-3096></app-comp-3096> <app-comp-3097></app-comp-3097> <app-comp-3098></app-comp-3098> <app-comp-3099></app-comp-3099> <app-comp-3100></app-comp-3100> <app-comp-3101></app-comp-3101> <app-comp-3102></app-comp-3102> <app-comp-3103></app-comp-3103> <app-comp-3104></app-comp-3104> <app-comp-3105></app-comp-3105> <app-comp-3106></app-comp-3106> <app-comp-3107></app-comp-3107> <app-comp-3108></app-comp-3108> <app-comp-3109></app-comp-3109> <app-comp-3110></app-comp-3110> <app-comp-3111></app-comp-3111> <app-comp-3112></app-comp-3112> <app-comp-3113></app-comp-3113> <app-comp-3114></app-comp-3114> <app-comp-3115></app-comp-3115> <app-comp-3116></app-comp-3116> <app-comp-3117></app-comp-3117> <app-comp-3118></app-comp-3118> <app-comp-3119></app-comp-3119> <app-comp-3120></app-comp-3120> <app-comp-3121></app-comp-3121> <app-comp-3122></app-comp-3122> <app-comp-3123></app-comp-3123> <app-comp-3124></app-comp-3124> <app-comp-3125></app-comp-3125> <app-comp-3126></app-comp-3126> <app-comp-3127></app-comp-3127> <app-comp-3128></app-comp-3128> <app-comp-3129></app-comp-3129> <app-comp-3130></app-comp-3130> <app-comp-3131></app-comp-3131> <app-comp-3132></app-comp-3132> <app-comp-3133></app-comp-3133> <app-comp-3134></app-comp-3134> <app-comp-3135></app-comp-3135> <app-comp-3136></app-comp-3136> <app-comp-3137></app-comp-3137> <app-comp-3138></app-comp-3138> <app-comp-3139></app-comp-3139> <app-comp-3140></app-comp-3140> <app-comp-3141></app-comp-3141> <app-comp-3142></app-comp-3142> <app-comp-3143></app-comp-3143> <app-comp-3144></app-comp-3144> <app-comp-3145></app-comp-3145> <app-comp-3146></app-comp-3146> <app-comp-3147></app-comp-3147> <app-comp-3148></app-comp-3148> <app-comp-3149></app-comp-3149> <app-comp-3150></app-comp-3150> <app-comp-3151></app-comp-3151> <app-comp-3152></app-comp-3152> <app-comp-3153></app-comp-3153> <app-comp-3154></app-comp-3154> <app-comp-3155></app-comp-3155> <app-comp-3156></app-comp-3156> <app-comp-3157></app-comp-3157> <app-comp-3158></app-comp-3158> <app-comp-3159></app-comp-3159> <app-comp-3160></app-comp-3160> <app-comp-3161></app-comp-3161> <app-comp-3162></app-comp-3162> <app-comp-3163></app-comp-3163> <app-comp-3164></app-comp-3164> <app-comp-3165></app-comp-3165> <app-comp-3166></app-comp-3166> <app-comp-3167></app-comp-3167> <app-comp-3168></app-comp-3168> <app-comp-3169></app-comp-3169> <app-comp-3170></app-comp-3170> <app-comp-3171></app-comp-3171> <app-comp-3172></app-comp-3172> <app-comp-3173></app-comp-3173> <app-comp-3174></app-comp-3174> <app-comp-3175></app-comp-3175> <app-comp-3176></app-comp-3176> <app-comp-3177></app-comp-3177> <app-comp-3178></app-comp-3178> <app-comp-3179></app-comp-3179> <app-comp-3180></app-comp-3180> <app-comp-3181></app-comp-3181> <app-comp-3182></app-comp-3182> <app-comp-3183></app-comp-3183> <app-comp-3184></app-comp-3184> <app-comp-3185></app-comp-3185> <app-comp-3186></app-comp-3186> <app-comp-3187></app-comp-3187> <app-comp-3188></app-comp-3188> <app-comp-3189></app-comp-3189> <app-comp-3190></app-comp-3190> <app-comp-3191></app-comp-3191> <app-comp-3192></app-comp-3192> <app-comp-3193></app-comp-3193> <app-comp-3194></app-comp-3194> <app-comp-3195></app-comp-3195> <app-comp-3196></app-comp-3196> <app-comp-3197></app-comp-3197> <app-comp-3198></app-comp-3198> <app-comp-3199></app-comp-3199> <app-comp-3200></app-comp-3200> <app-comp-3201></app-comp-3201> <app-comp-3202></app-comp-3202> <app-comp-3203></app-comp-3203> <app-comp-3204></app-comp-3204> <app-comp-3205></app-comp-3205> <app-comp-3206></app-comp-3206> <app-comp-3207></app-comp-3207> <app-comp-3208></app-comp-3208> <app-comp-3209></app-comp-3209> <app-comp-3210></app-comp-3210> <app-comp-3211></app-comp-3211> <app-comp-3212></app-comp-3212> <app-comp-3213></app-comp-3213> <app-comp-3214></app-comp-3214> <app-comp-3215></app-comp-3215> <app-comp-3216></app-comp-3216> <app-comp-3217></app-comp-3217> <app-comp-3218></app-comp-3218> <app-comp-3219></app-comp-3219> <app-comp-3220></app-comp-3220> <app-comp-3221></app-comp-3221> <app-comp-3222></app-comp-3222> <app-comp-3223></app-comp-3223> <app-comp-3224></app-comp-3224> <app-comp-3225></app-comp-3225> <app-comp-3226></app-comp-3226> <app-comp-3227></app-comp-3227> <app-comp-3228></app-comp-3228> <app-comp-3229></app-comp-3229> <app-comp-3230></app-comp-3230> <app-comp-3231></app-comp-3231> <app-comp-3232></app-comp-3232> <app-comp-3233></app-comp-3233> <app-comp-3234></app-comp-3234> <app-comp-3235></app-comp-3235> <app-comp-3236></app-comp-3236> <app-comp-3237></app-comp-3237> <app-comp-3238></app-comp-3238> <app-comp-3239></app-comp-3239> <app-comp-3240></app-comp-3240> <app-comp-3241></app-comp-3241> <app-comp-3242></app-comp-3242> <app-comp-3243></app-comp-3243> <app-comp-3244></app-comp-3244> <app-comp-3245></app-comp-3245> <app-comp-3246></app-comp-3246> <app-comp-3247></app-comp-3247> <app-comp-3248></app-comp-3248> <app-comp-3249></app-comp-3249> <app-comp-3250></app-comp-3250> <app-comp-3251></app-comp-3251> <app-comp-3252></app-comp-3252> <app-comp-3253></app-comp-3253> <app-comp-3254></app-comp-3254> <app-comp-3255></app-comp-3255> <app-comp-3256></app-comp-3256> <app-comp-3257></app-comp-3257> <app-comp-3258></app-comp-3258> <app-comp-3259></app-comp-3259> <app-comp-3260></app-comp-3260> <app-comp-3261></app-comp-3261> <app-comp-3262></app-comp-3262> <app-comp-3263></app-comp-3263> <app-comp-3264></app-comp-3264> <app-comp-3265></app-comp-3265> <app-comp-3266></app-comp-3266> <app-comp-3267></app-comp-3267> <app-comp-3268></app-comp-3268> <app-comp-3269></app-comp-3269> <app-comp-3270></app-comp-3270> <app-comp-3271></app-comp-3271> <app-comp-3272></app-comp-3272> <app-comp-3273></app-comp-3273> <app-comp-3274></app-comp-3274> <app-comp-3275></app-comp-3275> <app-comp-3276></app-comp-3276> <app-comp-3277></app-comp-3277> <app-comp-3278></app-comp-3278> <app-comp-3279></app-comp-3279> <app-comp-3280></app-comp-3280> <app-comp-3281></app-comp-3281> <app-comp-3282></app-comp-3282> <app-comp-3283></app-comp-3283> <app-comp-3284></app-comp-3284> <app-comp-3285></app-comp-3285> <app-comp-3286></app-comp-3286> <app-comp-3287></app-comp-3287> <app-comp-3288></app-comp-3288> <app-comp-3289></app-comp-3289> <app-comp-3290></app-comp-3290> <app-comp-3291></app-comp-3291> <app-comp-3292></app-comp-3292> <app-comp-3293></app-comp-3293> <app-comp-3294></app-comp-3294> <app-comp-3295></app-comp-3295> <app-comp-3296></app-comp-3296> <app-comp-3297></app-comp-3297> <app-comp-3298></app-comp-3298> <app-comp-3299></app-comp-3299> <app-comp-3300></app-comp-3300> <app-comp-3301></app-comp-3301> <app-comp-3302></app-comp-3302> <app-comp-3303></app-comp-3303> <app-comp-3304></app-comp-3304> <app-comp-3305></app-comp-3305> <app-comp-3306></app-comp-3306> <app-comp-3307></app-comp-3307> <app-comp-3308></app-comp-3308> <app-comp-3309></app-comp-3309> <app-comp-3310></app-comp-3310> <app-comp-3311></app-comp-3311> <app-comp-3312></app-comp-3312> <app-comp-3313></app-comp-3313> <app-comp-3314></app-comp-3314> <app-comp-3315></app-comp-3315> <app-comp-3316></app-comp-3316> <app-comp-3317></app-comp-3317> <app-comp-3318></app-comp-3318> <app-comp-3319></app-comp-3319> <app-comp-3320></app-comp-3320> <app-comp-3321></app-comp-3321> <app-comp-3322></app-comp-3322> <app-comp-3323></app-comp-3323> <app-comp-3324></app-comp-3324> <app-comp-3325></app-comp-3325> <app-comp-3326></app-comp-3326> <app-comp-3327></app-comp-3327> <app-comp-3328></app-comp-3328> <app-comp-3329></app-comp-3329> <app-comp-3330></app-comp-3330> <app-comp-3331></app-comp-3331> <app-comp-3332></app-comp-3332> <app-comp-3333></app-comp-3333> <app-comp-3334></app-comp-3334> <app-comp-3335></app-comp-3335> <app-comp-3336></app-comp-3336> <app-comp-3337></app-comp-3337> <app-comp-3338></app-comp-3338> <app-comp-3339></app-comp-3339> <app-comp-3340></app-comp-3340> <app-comp-3341></app-comp-3341> <app-comp-3342></app-comp-3342> <app-comp-3343></app-comp-3343> <app-comp-3344></app-comp-3344> <app-comp-3345></app-comp-3345> <app-comp-3346></app-comp-3346> <app-comp-3347></app-comp-3347> <app-comp-3348></app-comp-3348> <app-comp-3349></app-comp-3349> <app-comp-3350></app-comp-3350> <app-comp-3351></app-comp-3351> <app-comp-3352></app-comp-3352> <app-comp-3353></app-comp-3353> <app-comp-3354></app-comp-3354> <app-comp-3355></app-comp-3355> <app-comp-3356></app-comp-3356> <app-comp-3357></app-comp-3357> <app-comp-3358></app-comp-3358> <app-comp-3359></app-comp-3359> <app-comp-3360></app-comp-3360> <app-comp-3361></app-comp-3361> <app-comp-3362></app-comp-3362> <app-comp-3363></app-comp-3363> <app-comp-3364></app-comp-3364> <app-comp-3365></app-comp-3365> <app-comp-3366></app-comp-3366> <app-comp-3367></app-comp-3367> <app-comp-3368></app-comp-3368> <app-comp-3369></app-comp-3369> <app-comp-3370></app-comp-3370> <app-comp-3371></app-comp-3371> <app-comp-3372></app-comp-3372> <app-comp-3373></app-comp-3373> <app-comp-3374></app-comp-3374> <app-comp-3375></app-comp-3375> <app-comp-3376></app-comp-3376> <app-comp-3377></app-comp-3377> <app-comp-3378></app-comp-3378> <app-comp-3379></app-comp-3379> <app-comp-3380></app-comp-3380> <app-comp-3381></app-comp-3381> <app-comp-3382></app-comp-3382> <app-comp-3383></app-comp-3383> <app-comp-3384></app-comp-3384> <app-comp-3385></app-comp-3385> <app-comp-3386></app-comp-3386> <app-comp-3387></app-comp-3387> <app-comp-3388></app-comp-3388> <app-comp-3389></app-comp-3389> <app-comp-3390></app-comp-3390> <app-comp-3391></app-comp-3391> <app-comp-3392></app-comp-3392> <app-comp-3393></app-comp-3393> <app-comp-3394></app-comp-3394> <app-comp-3395></app-comp-3395> <app-comp-3396></app-comp-3396> <app-comp-3397></app-comp-3397> <app-comp-3398></app-comp-3398> <app-comp-3399></app-comp-3399> <app-comp-3400></app-comp-3400> <app-comp-3401></app-comp-3401> <app-comp-3402></app-comp-3402> <app-comp-3403></app-comp-3403> <app-comp-3404></app-comp-3404> <app-comp-3405></app-comp-3405> <app-comp-3406></app-comp-3406> <app-comp-3407></app-comp-3407> <app-comp-3408></app-comp-3408> <app-comp-3409></app-comp-3409> <app-comp-3410></app-comp-3410> <app-comp-3411></app-comp-3411> <app-comp-3412></app-comp-3412> <app-comp-3413></app-comp-3413> <app-comp-3414></app-comp-3414> <app-comp-3415></app-comp-3415> <app-comp-3416></app-comp-3416> <app-comp-3417></app-comp-3417> <app-comp-3418></app-comp-3418> <app-comp-3419></app-comp-3419> <app-comp-3420></app-comp-3420> <app-comp-3421></app-comp-3421> <app-comp-3422></app-comp-3422> <app-comp-3423></app-comp-3423> <app-comp-3424></app-comp-3424> <app-comp-3425></app-comp-3425> <app-comp-3426></app-comp-3426> <app-comp-3427></app-comp-3427> <app-comp-3428></app-comp-3428> <app-comp-3429></app-comp-3429> <app-comp-3430></app-comp-3430> <app-comp-3431></app-comp-3431> <app-comp-3432></app-comp-3432> <app-comp-3433></app-comp-3433> <app-comp-3434></app-comp-3434> <app-comp-3435></app-comp-3435> <app-comp-3436></app-comp-3436> <app-comp-3437></app-comp-3437> <app-comp-3438></app-comp-3438> <app-comp-3439></app-comp-3439> <app-comp-3440></app-comp-3440> <app-comp-3441></app-comp-3441> <app-comp-3442></app-comp-3442> <app-comp-3443></app-comp-3443> <app-comp-3444></app-comp-3444> <app-comp-3445></app-comp-3445> <app-comp-3446></app-comp-3446> <app-comp-3447></app-comp-3447> <app-comp-3448></app-comp-3448> <app-comp-3449></app-comp-3449> <app-comp-3450></app-comp-3450> <app-comp-3451></app-comp-3451> <app-comp-3452></app-comp-3452> <app-comp-3453></app-comp-3453> <app-comp-3454></app-comp-3454> <app-comp-3455></app-comp-3455> <app-comp-3456></app-comp-3456> <app-comp-3457></app-comp-3457> <app-comp-3458></app-comp-3458> <app-comp-3459></app-comp-3459> <app-comp-3460></app-comp-3460> <app-comp-3461></app-comp-3461> <app-comp-3462></app-comp-3462> <app-comp-3463></app-comp-3463> <app-comp-3464></app-comp-3464> <app-comp-3465></app-comp-3465> <app-comp-3466></app-comp-3466> <app-comp-3467></app-comp-3467> <app-comp-3468></app-comp-3468> <app-comp-3469></app-comp-3469> <app-comp-3470></app-comp-3470> <app-comp-3471></app-comp-3471> <app-comp-3472></app-comp-3472> <app-comp-3473></app-comp-3473> <app-comp-3474></app-comp-3474> <app-comp-3475></app-comp-3475> <app-comp-3476></app-comp-3476> <app-comp-3477></app-comp-3477> <app-comp-3478></app-comp-3478> <app-comp-3479></app-comp-3479> <app-comp-3480></app-comp-3480> <app-comp-3481></app-comp-3481> <app-comp-3482></app-comp-3482> <app-comp-3483></app-comp-3483> <app-comp-3484></app-comp-3484> <app-comp-3485></app-comp-3485> <app-comp-3486></app-comp-3486> <app-comp-3487></app-comp-3487> <app-comp-3488></app-comp-3488> <app-comp-3489></app-comp-3489> <app-comp-3490></app-comp-3490> <app-comp-3491></app-comp-3491> <app-comp-3492></app-comp-3492> <app-comp-3493></app-comp-3493> <app-comp-3494></app-comp-3494> <app-comp-3495></app-comp-3495> <app-comp-3496></app-comp-3496> <app-comp-3497></app-comp-3497> <app-comp-3498></app-comp-3498> <app-comp-3499></app-comp-3499> <app-comp-3500></app-comp-3500> <app-comp-3501></app-comp-3501> <app-comp-3502></app-comp-3502> <app-comp-3503></app-comp-3503> <app-comp-3504></app-comp-3504> <app-comp-3505></app-comp-3505> <app-comp-3506></app-comp-3506> <app-comp-3507></app-comp-3507> <app-comp-3508></app-comp-3508> <app-comp-3509></app-comp-3509> <app-comp-3510></app-comp-3510> <app-comp-3511></app-comp-3511> <app-comp-3512></app-comp-3512> <app-comp-3513></app-comp-3513> <app-comp-3514></app-comp-3514> <app-comp-3515></app-comp-3515> <app-comp-3516></app-comp-3516> <app-comp-3517></app-comp-3517> <app-comp-3518></app-comp-3518> <app-comp-3519></app-comp-3519> <app-comp-3520></app-comp-3520> <app-comp-3521></app-comp-3521> <app-comp-3522></app-comp-3522> <app-comp-3523></app-comp-3523> <app-comp-3524></app-comp-3524> <app-comp-3525></app-comp-3525> <app-comp-3526></app-comp-3526> <app-comp-3527></app-comp-3527> <app-comp-3528></app-comp-3528> <app-comp-3529></app-comp-3529> <app-comp-3530></app-comp-3530> <app-comp-3531></app-comp-3531> <app-comp-3532></app-comp-3532> <app-comp-3533></app-comp-3533> <app-comp-3534></app-comp-3534> <app-comp-3535></app-comp-3535> <app-comp-3536></app-comp-3536> <app-comp-3537></app-comp-3537> <app-comp-3538></app-comp-3538> <app-comp-3539></app-comp-3539> <app-comp-3540></app-comp-3540> <app-comp-3541></app-comp-3541> <app-comp-3542></app-comp-3542> <app-comp-3543></app-comp-3543> <app-comp-3544></app-comp-3544> <app-comp-3545></app-comp-3545> <app-comp-3546></app-comp-3546> <app-comp-3547></app-comp-3547> <app-comp-3548></app-comp-3548> <app-comp-3549></app-comp-3549> <app-comp-3550></app-comp-3550> <app-comp-3551></app-comp-3551> <app-comp-3552></app-comp-3552> <app-comp-3553></app-comp-3553> <app-comp-3554></app-comp-3554> <app-comp-3555></app-comp-3555> <app-comp-3556></app-comp-3556> <app-comp-3557></app-comp-3557> <app-comp-3558></app-comp-3558> <app-comp-3559></app-comp-3559> <app-comp-3560></app-comp-3560> <app-comp-3561></app-comp-3561> <app-comp-3562></app-comp-3562> <app-comp-3563></app-comp-3563> <app-comp-3564></app-comp-3564> <app-comp-3565></app-comp-3565> <app-comp-3566></app-comp-3566> <app-comp-3567></app-comp-3567> <app-comp-3568></app-comp-3568> <app-comp-3569></app-comp-3569> <app-comp-3570></app-comp-3570> <app-comp-3571></app-comp-3571> <app-comp-3572></app-comp-3572> <app-comp-3573></app-comp-3573> <app-comp-3574></app-comp-3574> <app-comp-3575></app-comp-3575> <app-comp-3576></app-comp-3576> <app-comp-3577></app-comp-3577> <app-comp-3578></app-comp-3578> <app-comp-3579></app-comp-3579> <app-comp-3580></app-comp-3580> <app-comp-3581></app-comp-3581> <app-comp-3582></app-comp-3582> <app-comp-3583></app-comp-3583> <app-comp-3584></app-comp-3584> <app-comp-3585></app-comp-3585> <app-comp-3586></app-comp-3586> <app-comp-3587></app-comp-3587> <app-comp-3588></app-comp-3588> <app-comp-3589></app-comp-3589> <app-comp-3590></app-comp-3590> <app-comp-3591></app-comp-3591> <app-comp-3592></app-comp-3592> <app-comp-3593></app-comp-3593> <app-comp-3594></app-comp-3594> <app-comp-3595></app-comp-3595> <app-comp-3596></app-comp-3596> <app-comp-3597></app-comp-3597> <app-comp-3598></app-comp-3598> <app-comp-3599></app-comp-3599> <app-comp-3600></app-comp-3600> <app-comp-3601></app-comp-3601> <app-comp-3602></app-comp-3602> <app-comp-3603></app-comp-3603> <app-comp-3604></app-comp-3604> <app-comp-3605></app-comp-3605> <app-comp-3606></app-comp-3606> <app-comp-3607></app-comp-3607> <app-comp-3608></app-comp-3608> <app-comp-3609></app-comp-3609> <app-comp-3610></app-comp-3610> <app-comp-3611></app-comp-3611> <app-comp-3612></app-comp-3612> <app-comp-3613></app-comp-3613> <app-comp-3614></app-comp-3614> <app-comp-3615></app-comp-3615> <app-comp-3616></app-comp-3616> <app-comp-3617></app-comp-3617> <app-comp-3618></app-comp-3618> <app-comp-3619></app-comp-3619> <app-comp-3620></app-comp-3620> <app-comp-3621></app-comp-3621> <app-comp-3622></app-comp-3622> <app-comp-3623></app-comp-3623> <app-comp-3624></app-comp-3624> <app-comp-3625></app-comp-3625> <app-comp-3626></app-comp-3626> <app-comp-3627></app-comp-3627> <app-comp-3628></app-comp-3628> <app-comp-3629></app-comp-3629> <app-comp-3630></app-comp-3630> <app-comp-3631></app-comp-3631> <app-comp-3632></app-comp-3632> <app-comp-3633></app-comp-3633> <app-comp-3634></app-comp-3634> <app-comp-3635></app-comp-3635> <app-comp-3636></app-comp-3636> <app-comp-3637></app-comp-3637> <app-comp-3638></app-comp-3638> <app-comp-3639></app-comp-3639> <app-comp-3640></app-comp-3640> <app-comp-3641></app-comp-3641> <app-comp-3642></app-comp-3642> <app-comp-3643></app-comp-3643> <app-comp-3644></app-comp-3644> <app-comp-3645></app-comp-3645> <app-comp-3646></app-comp-3646> <app-comp-3647></app-comp-3647> <app-comp-3648></app-comp-3648> <app-comp-3649></app-comp-3649> <app-comp-3650></app-comp-3650> <app-comp-3651></app-comp-3651> <app-comp-3652></app-comp-3652> <app-comp-3653></app-comp-3653> <app-comp-3654></app-comp-3654> <app-comp-3655></app-comp-3655> <app-comp-3656></app-comp-3656> <app-comp-3657></app-comp-3657> <app-comp-3658></app-comp-3658> <app-comp-3659></app-comp-3659> <app-comp-3660></app-comp-3660> <app-comp-3661></app-comp-3661> <app-comp-3662></app-comp-3662> <app-comp-3663></app-comp-3663> <app-comp-3664></app-comp-3664> <app-comp-3665></app-comp-3665> <app-comp-3666></app-comp-3666> <app-comp-3667></app-comp-3667> <app-comp-3668></app-comp-3668> <app-comp-3669></app-comp-3669> <app-comp-3670></app-comp-3670> <app-comp-3671></app-comp-3671> <app-comp-3672></app-comp-3672> <app-comp-3673></app-comp-3673> <app-comp-3674></app-comp-3674> <app-comp-3675></app-comp-3675> <app-comp-3676></app-comp-3676> <app-comp-3677></app-comp-3677> <app-comp-3678></app-comp-3678> <app-comp-3679></app-comp-3679> <app-comp-3680></app-comp-3680> <app-comp-3681></app-comp-3681> <app-comp-3682></app-comp-3682> <app-comp-3683></app-comp-3683> <app-comp-3684></app-comp-3684> <app-comp-3685></app-comp-3685> <app-comp-3686></app-comp-3686> <app-comp-3687></app-comp-3687> <app-comp-3688></app-comp-3688> <app-comp-3689></app-comp-3689> <app-comp-3690></app-comp-3690> <app-comp-3691></app-comp-3691> <app-comp-3692></app-comp-3692> <app-comp-3693></app-comp-3693> <app-comp-3694></app-comp-3694> <app-comp-3695></app-comp-3695> <app-comp-3696></app-comp-3696> <app-comp-3697></app-comp-3697> <app-comp-3698></app-comp-3698> <app-comp-3699></app-comp-3699> <app-comp-3700></app-comp-3700> <app-comp-3701></app-comp-3701> <app-comp-3702></app-comp-3702> <app-comp-3703></app-comp-3703> <app-comp-3704></app-comp-3704> <app-comp-3705></app-comp-3705> <app-comp-3706></app-comp-3706> <app-comp-3707></app-comp-3707> <app-comp-3708></app-comp-3708> <app-comp-3709></app-comp-3709> <app-comp-3710></app-comp-3710> <app-comp-3711></app-comp-3711> <app-comp-3712></app-comp-3712> <app-comp-3713></app-comp-3713> <app-comp-3714></app-comp-3714> <app-comp-3715></app-comp-3715> <app-comp-3716></app-comp-3716> <app-comp-3717></app-comp-3717> <app-comp-3718></app-comp-3718> <app-comp-3719></app-comp-3719> <app-comp-3720></app-comp-3720> <app-comp-3721></app-comp-3721> <app-comp-3722></app-comp-3722> <app-comp-3723></app-comp-3723> <app-comp-3724></app-comp-3724> <app-comp-3725></app-comp-3725> <app-comp-3726></app-comp-3726> <app-comp-3727></app-comp-3727> <app-comp-3728></app-comp-3728> <app-comp-3729></app-comp-3729> <app-comp-3730></app-comp-3730> <app-comp-3731></app-comp-3731> <app-comp-3732></app-comp-3732> <app-comp-3733></app-comp-3733> <app-comp-3734></app-comp-3734> <app-comp-3735></app-comp-3735> <app-comp-3736></app-comp-3736> <app-comp-3737></app-comp-3737> <app-comp-3738></app-comp-3738> <app-comp-3739></app-comp-3739> <app-comp-3740></app-comp-3740> <app-comp-3741></app-comp-3741> <app-comp-3742></app-comp-3742> <app-comp-3743></app-comp-3743> <app-comp-3744></app-comp-3744> <app-comp-3745></app-comp-3745> <app-comp-3746></app-comp-3746> <app-comp-3747></app-comp-3747> <app-comp-3748></app-comp-3748> <app-comp-3749></app-comp-3749> <app-comp-3750></app-comp-3750> <app-comp-3751></app-comp-3751> <app-comp-3752></app-comp-3752> <app-comp-3753></app-comp-3753> <app-comp-3754></app-comp-3754> <app-comp-3755></app-comp-3755> <app-comp-3756></app-comp-3756> <app-comp-3757></app-comp-3757> <app-comp-3758></app-comp-3758> <app-comp-3759></app-comp-3759> <app-comp-3760></app-comp-3760> <app-comp-3761></app-comp-3761> <app-comp-3762></app-comp-3762> <app-comp-3763></app-comp-3763> <app-comp-3764></app-comp-3764> <app-comp-3765></app-comp-3765> <app-comp-3766></app-comp-3766> <app-comp-3767></app-comp-3767> <app-comp-3768></app-comp-3768> <app-comp-3769></app-comp-3769> <app-comp-3770></app-comp-3770> <app-comp-3771></app-comp-3771> <app-comp-3772></app-comp-3772> <app-comp-3773></app-comp-3773> <app-comp-3774></app-comp-3774> <app-comp-3775></app-comp-3775> <app-comp-3776></app-comp-3776> <app-comp-3777></app-comp-3777> <app-comp-3778></app-comp-3778> <app-comp-3779></app-comp-3779> <app-comp-3780></app-comp-3780> <app-comp-3781></app-comp-3781> <app-comp-3782></app-comp-3782> <app-comp-3783></app-comp-3783> <app-comp-3784></app-comp-3784> <app-comp-3785></app-comp-3785> <app-comp-3786></app-comp-3786> <app-comp-3787></app-comp-3787> <app-comp-3788></app-comp-3788> <app-comp-3789></app-comp-3789> <app-comp-3790></app-comp-3790> <app-comp-3791></app-comp-3791> <app-comp-3792></app-comp-3792> <app-comp-3793></app-comp-3793> <app-comp-3794></app-comp-3794> <app-comp-3795></app-comp-3795> <app-comp-3796></app-comp-3796> <app-comp-3797></app-comp-3797> <app-comp-3798></app-comp-3798> <app-comp-3799></app-comp-3799> <app-comp-3800></app-comp-3800> <app-comp-3801></app-comp-3801> <app-comp-3802></app-comp-3802> <app-comp-3803></app-comp-3803> <app-comp-3804></app-comp-3804> <app-comp-3805></app-comp-3805> <app-comp-3806></app-comp-3806> <app-comp-3807></app-comp-3807> <app-comp-3808></app-comp-3808> <app-comp-3809></app-comp-3809> <app-comp-3810></app-comp-3810> <app-comp-3811></app-comp-3811> <app-comp-3812></app-comp-3812> <app-comp-3813></app-comp-3813> <app-comp-3814></app-comp-3814> <app-comp-3815></app-comp-3815> <app-comp-3816></app-comp-3816> <app-comp-3817></app-comp-3817> <app-comp-3818></app-comp-3818> <app-comp-3819></app-comp-3819> <app-comp-3820></app-comp-3820> <app-comp-3821></app-comp-3821> <app-comp-3822></app-comp-3822> <app-comp-3823></app-comp-3823> <app-comp-3824></app-comp-3824> <app-comp-3825></app-comp-3825> <app-comp-3826></app-comp-3826> <app-comp-3827></app-comp-3827> <app-comp-3828></app-comp-3828> <app-comp-3829></app-comp-3829> <app-comp-3830></app-comp-3830> <app-comp-3831></app-comp-3831> <app-comp-3832></app-comp-3832> <app-comp-3833></app-comp-3833> <app-comp-3834></app-comp-3834> <app-comp-3835></app-comp-3835> <app-comp-3836></app-comp-3836> <app-comp-3837></app-comp-3837> <app-comp-3838></app-comp-3838> <app-comp-3839></app-comp-3839> <app-comp-3840></app-comp-3840> <app-comp-3841></app-comp-3841> <app-comp-3842></app-comp-3842> <app-comp-3843></app-comp-3843> <app-comp-3844></app-comp-3844> <app-comp-3845></app-comp-3845> <app-comp-3846></app-comp-3846> <app-comp-3847></app-comp-3847> <app-comp-3848></app-comp-3848> <app-comp-3849></app-comp-3849> <app-comp-3850></app-comp-3850> <app-comp-3851></app-comp-3851> <app-comp-3852></app-comp-3852> <app-comp-3853></app-comp-3853> <app-comp-3854></app-comp-3854> <app-comp-3855></app-comp-3855> <app-comp-3856></app-comp-3856> <app-comp-3857></app-comp-3857> <app-comp-3858></app-comp-3858> <app-comp-3859></app-comp-3859> <app-comp-3860></app-comp-3860> <app-comp-3861></app-comp-3861> <app-comp-3862></app-comp-3862> <app-comp-3863></app-comp-3863> <app-comp-3864></app-comp-3864> <app-comp-3865></app-comp-3865> <app-comp-3866></app-comp-3866> <app-comp-3867></app-comp-3867> <app-comp-3868></app-comp-3868> <app-comp-3869></app-comp-3869> <app-comp-3870></app-comp-3870> <app-comp-3871></app-comp-3871> <app-comp-3872></app-comp-3872> <app-comp-3873></app-comp-3873> <app-comp-3874></app-comp-3874> <app-comp-3875></app-comp-3875> <app-comp-3876></app-comp-3876> <app-comp-3877></app-comp-3877> <app-comp-3878></app-comp-3878> <app-comp-3879></app-comp-3879> <app-comp-3880></app-comp-3880> <app-comp-3881></app-comp-3881> <app-comp-3882></app-comp-3882> <app-comp-3883></app-comp-3883> <app-comp-3884></app-comp-3884> <app-comp-3885></app-comp-3885> <app-comp-3886></app-comp-3886> <app-comp-3887></app-comp-3887> <app-comp-3888></app-comp-3888> <app-comp-3889></app-comp-3889> <app-comp-3890></app-comp-3890> <app-comp-3891></app-comp-3891> <app-comp-3892></app-comp-3892> <app-comp-3893></app-comp-3893> <app-comp-3894></app-comp-3894> <app-comp-3895></app-comp-3895> <app-comp-3896></app-comp-3896> <app-comp-3897></app-comp-3897> <app-comp-3898></app-comp-3898> <app-comp-3899></app-comp-3899> <app-comp-3900></app-comp-3900> <app-comp-3901></app-comp-3901> <app-comp-3902></app-comp-3902> <app-comp-3903></app-comp-3903> <app-comp-3904></app-comp-3904> <app-comp-3905></app-comp-3905> <app-comp-3906></app-comp-3906> <app-comp-3907></app-comp-3907> <app-comp-3908></app-comp-3908> <app-comp-3909></app-comp-3909> <app-comp-3910></app-comp-3910> <app-comp-3911></app-comp-3911> <app-comp-3912></app-comp-3912> <app-comp-3913></app-comp-3913> <app-comp-3914></app-comp-3914> <app-comp-3915></app-comp-3915> <app-comp-3916></app-comp-3916> <app-comp-3917></app-comp-3917> <app-comp-3918></app-comp-3918> <app-comp-3919></app-comp-3919> <app-comp-3920></app-comp-3920> <app-comp-3921></app-comp-3921> <app-comp-3922></app-comp-3922> <app-comp-3923></app-comp-3923> <app-comp-3924></app-comp-3924> <app-comp-3925></app-comp-3925> <app-comp-3926></app-comp-3926> <app-comp-3927></app-comp-3927> <app-comp-3928></app-comp-3928> <app-comp-3929></app-comp-3929> <app-comp-3930></app-comp-3930> <app-comp-3931></app-comp-3931> <app-comp-3932></app-comp-3932> <app-comp-3933></app-comp-3933> <app-comp-3934></app-comp-3934> <app-comp-3935></app-comp-3935> <app-comp-3936></app-comp-3936> <app-comp-3937></app-comp-3937> <app-comp-3938></app-comp-3938> <app-comp-3939></app-comp-3939> <app-comp-3940></app-comp-3940> <app-comp-3941></app-comp-3941> <app-comp-3942></app-comp-3942> <app-comp-3943></app-comp-3943> <app-comp-3944></app-comp-3944> <app-comp-3945></app-comp-3945> <app-comp-3946></app-comp-3946> <app-comp-3947></app-comp-3947> <app-comp-3948></app-comp-3948> <app-comp-3949></app-comp-3949> <app-comp-3950></app-comp-3950> <app-comp-3951></app-comp-3951> <app-comp-3952></app-comp-3952> <app-comp-3953></app-comp-3953> <app-comp-3954></app-comp-3954> <app-comp-3955></app-comp-3955> <app-comp-3956></app-comp-3956> <app-comp-3957></app-comp-3957> <app-comp-3958></app-comp-3958> <app-comp-3959></app-comp-3959> <app-comp-3960></app-comp-3960> <app-comp-3961></app-comp-3961> <app-comp-3962></app-comp-3962> <app-comp-3963></app-comp-3963> <app-comp-3964></app-comp-3964> <app-comp-3965></app-comp-3965> <app-comp-3966></app-comp-3966> <app-comp-3967></app-comp-3967> <app-comp-3968></app-comp-3968> <app-comp-3969></app-comp-3969> <app-comp-3970></app-comp-3970> <app-comp-3971></app-comp-3971> <app-comp-3972></app-comp-3972> <app-comp-3973></app-comp-3973> <app-comp-3974></app-comp-3974> <app-comp-3975></app-comp-3975> <app-comp-3976></app-comp-3976> <app-comp-3977></app-comp-3977> <app-comp-3978></app-comp-3978> <app-comp-3979></app-comp-3979> <app-comp-3980></app-comp-3980> <app-comp-3981></app-comp-3981> <app-comp-3982></app-comp-3982> <app-comp-3983></app-comp-3983> <app-comp-3984></app-comp-3984> <app-comp-3985></app-comp-3985> <app-comp-3986></app-comp-3986> <app-comp-3987></app-comp-3987> <app-comp-3988></app-comp-3988> <app-comp-3989></app-comp-3989> <app-comp-3990></app-comp-3990> <app-comp-3991></app-comp-3991> <app-comp-3992></app-comp-3992> <app-comp-3993></app-comp-3993> <app-comp-3994></app-comp-3994> <app-comp-3995></app-comp-3995> <app-comp-3996></app-comp-3996> <app-comp-3997></app-comp-3997> <app-comp-3998></app-comp-3998> <app-comp-3999></app-comp-3999> <app-comp-4000></app-comp-4000> <app-comp-4001></app-comp-4001> <app-comp-4002></app-comp-4002> <app-comp-4003></app-comp-4003> <app-comp-4004></app-comp-4004> <app-comp-4005></app-comp-4005> <app-comp-4006></app-comp-4006> <app-comp-4007></app-comp-4007> <app-comp-4008></app-comp-4008> <app-comp-4009></app-comp-4009> <app-comp-4010></app-comp-4010> <app-comp-4011></app-comp-4011> <app-comp-4012></app-comp-4012> <app-comp-4013></app-comp-4013> <app-comp-4014></app-comp-4014> <app-comp-4015></app-comp-4015> <app-comp-4016></app-comp-4016> <app-comp-4017></app-comp-4017> <app-comp-4018></app-comp-4018> <app-comp-4019></app-comp-4019> <app-comp-4020></app-comp-4020> <app-comp-4021></app-comp-4021> <app-comp-4022></app-comp-4022> <app-comp-4023></app-comp-4023> <app-comp-4024></app-comp-4024> <app-comp-4025></app-comp-4025> <app-comp-4026></app-comp-4026> <app-comp-4027></app-comp-4027> <app-comp-4028></app-comp-4028> <app-comp-4029></app-comp-4029> <app-comp-4030></app-comp-4030> <app-comp-4031></app-comp-4031> <app-comp-4032></app-comp-4032> <app-comp-4033></app-comp-4033> <app-comp-4034></app-comp-4034> <app-comp-4035></app-comp-4035> <app-comp-4036></app-comp-4036> <app-comp-4037></app-comp-4037> <app-comp-4038></app-comp-4038> <app-comp-4039></app-comp-4039> <app-comp-4040></app-comp-4040> <app-comp-4041></app-comp-4041> <app-comp-4042></app-comp-4042> <app-comp-4043></app-comp-4043> <app-comp-4044></app-comp-4044> <app-comp-4045></app-comp-4045> <app-comp-4046></app-comp-4046> <app-comp-4047></app-comp-4047> <app-comp-4048></app-comp-4048> <app-comp-4049></app-comp-4049> <app-comp-4050></app-comp-4050> <app-comp-4051></app-comp-4051> <app-comp-4052></app-comp-4052> <app-comp-4053></app-comp-4053> <app-comp-4054></app-comp-4054> <app-comp-4055></app-comp-4055> <app-comp-4056></app-comp-4056> <app-comp-4057></app-comp-4057> <app-comp-4058></app-comp-4058> <app-comp-4059></app-comp-4059> <app-comp-4060></app-comp-4060> <app-comp-4061></app-comp-4061> <app-comp-4062></app-comp-4062> <app-comp-4063></app-comp-4063> <app-comp-4064></app-comp-4064> <app-comp-4065></app-comp-4065> <app-comp-4066></app-comp-4066> <app-comp-4067></app-comp-4067> <app-comp-4068></app-comp-4068> <app-comp-4069></app-comp-4069> <app-comp-4070></app-comp-4070> <app-comp-4071></app-comp-4071> <app-comp-4072></app-comp-4072> <app-comp-4073></app-comp-4073> <app-comp-4074></app-comp-4074> <app-comp-4075></app-comp-4075> <app-comp-4076></app-comp-4076> <app-comp-4077></app-comp-4077> <app-comp-4078></app-comp-4078> <app-comp-4079></app-comp-4079> <app-comp-4080></app-comp-4080> <app-comp-4081></app-comp-4081> <app-comp-4082></app-comp-4082> <app-comp-4083></app-comp-4083> <app-comp-4084></app-comp-4084> <app-comp-4085></app-comp-4085> <app-comp-4086></app-comp-4086> <app-comp-4087></app-comp-4087> <app-comp-4088></app-comp-4088> <app-comp-4089></app-comp-4089> <app-comp-4090></app-comp-4090> <app-comp-4091></app-comp-4091> <app-comp-4092></app-comp-4092> <app-comp-4093></app-comp-4093> <app-comp-4094></app-comp-4094> <app-comp-4095></app-comp-4095> <app-comp-4096></app-comp-4096> <app-comp-4097></app-comp-4097> <app-comp-4098></app-comp-4098> <app-comp-4099></app-comp-4099> <app-comp-4100></app-comp-4100> <app-comp-4101></app-comp-4101> <app-comp-4102></app-comp-4102> <app-comp-4103></app-comp-4103> <app-comp-4104></app-comp-4104> <app-comp-4105></app-comp-4105> <app-comp-4106></app-comp-4106> <app-comp-4107></app-comp-4107> <app-comp-4108></app-comp-4108> <app-comp-4109></app-comp-4109> <app-comp-4110></app-comp-4110> <app-comp-4111></app-comp-4111> <app-comp-4112></app-comp-4112> <app-comp-4113></app-comp-4113> <app-comp-4114></app-comp-4114> <app-comp-4115></app-comp-4115> <app-comp-4116></app-comp-4116> <app-comp-4117></app-comp-4117> <app-comp-4118></app-comp-4118> <app-comp-4119></app-comp-4119> <app-comp-4120></app-comp-4120> <app-comp-4121></app-comp-4121> <app-comp-4122></app-comp-4122> <app-comp-4123></app-comp-4123> <app-comp-4124></app-comp-4124> <app-comp-4125></app-comp-4125> <app-comp-4126></app-comp-4126> <app-comp-4127></app-comp-4127> <app-comp-4128></app-comp-4128> <app-comp-4129></app-comp-4129> <app-comp-4130></app-comp-4130> <app-comp-4131></app-comp-4131> <app-comp-4132></app-comp-4132> <app-comp-4133></app-comp-4133> <app-comp-4134></app-comp-4134> <app-comp-4135></app-comp-4135> <app-comp-4136></app-comp-4136> <app-comp-4137></app-comp-4137> <app-comp-4138></app-comp-4138> <app-comp-4139></app-comp-4139> <app-comp-4140></app-comp-4140> <app-comp-4141></app-comp-4141> <app-comp-4142></app-comp-4142> <app-comp-4143></app-comp-4143> <app-comp-4144></app-comp-4144> <app-comp-4145></app-comp-4145> <app-comp-4146></app-comp-4146> <app-comp-4147></app-comp-4147> <app-comp-4148></app-comp-4148> <app-comp-4149></app-comp-4149> <app-comp-4150></app-comp-4150> <app-comp-4151></app-comp-4151> <app-comp-4152></app-comp-4152> <app-comp-4153></app-comp-4153> <app-comp-4154></app-comp-4154> <app-comp-4155></app-comp-4155> <app-comp-4156></app-comp-4156> <app-comp-4157></app-comp-4157> <app-comp-4158></app-comp-4158> <app-comp-4159></app-comp-4159> <app-comp-4160></app-comp-4160> <app-comp-4161></app-comp-4161> <app-comp-4162></app-comp-4162> <app-comp-4163></app-comp-4163> <app-comp-4164></app-comp-4164> <app-comp-4165></app-comp-4165> <app-comp-4166></app-comp-4166> <app-comp-4167></app-comp-4167> <app-comp-4168></app-comp-4168> <app-comp-4169></app-comp-4169> <app-comp-4170></app-comp-4170> <app-comp-4171></app-comp-4171> <app-comp-4172></app-comp-4172> <app-comp-4173></app-comp-4173> <app-comp-4174></app-comp-4174> <app-comp-4175></app-comp-4175> <app-comp-4176></app-comp-4176> <app-comp-4177></app-comp-4177> <app-comp-4178></app-comp-4178> <app-comp-4179></app-comp-4179> <app-comp-4180></app-comp-4180> <app-comp-4181></app-comp-4181> <app-comp-4182></app-comp-4182> <app-comp-4183></app-comp-4183> <app-comp-4184></app-comp-4184> <app-comp-4185></app-comp-4185> <app-comp-4186></app-comp-4186> <app-comp-4187></app-comp-4187> <app-comp-4188></app-comp-4188> <app-comp-4189></app-comp-4189> <app-comp-4190></app-comp-4190> <app-comp-4191></app-comp-4191> <app-comp-4192></app-comp-4192> <app-comp-4193></app-comp-4193> <app-comp-4194></app-comp-4194> <app-comp-4195></app-comp-4195> <app-comp-4196></app-comp-4196> <app-comp-4197></app-comp-4197> <app-comp-4198></app-comp-4198> <app-comp-4199></app-comp-4199> <app-comp-4200></app-comp-4200> <app-comp-4201></app-comp-4201> <app-comp-4202></app-comp-4202> <app-comp-4203></app-comp-4203> <app-comp-4204></app-comp-4204> <app-comp-4205></app-comp-4205> <app-comp-4206></app-comp-4206> <app-comp-4207></app-comp-4207> <app-comp-4208></app-comp-4208> <app-comp-4209></app-comp-4209> <app-comp-4210></app-comp-4210> <app-comp-4211></app-comp-4211> <app-comp-4212></app-comp-4212> <app-comp-4213></app-comp-4213> <app-comp-4214></app-comp-4214> <app-comp-4215></app-comp-4215> <app-comp-4216></app-comp-4216> <app-comp-4217></app-comp-4217> <app-comp-4218></app-comp-4218> <app-comp-4219></app-comp-4219> <app-comp-4220></app-comp-4220> <app-comp-4221></app-comp-4221> <app-comp-4222></app-comp-4222> <app-comp-4223></app-comp-4223> <app-comp-4224></app-comp-4224> <app-comp-4225></app-comp-4225> <app-comp-4226></app-comp-4226> <app-comp-4227></app-comp-4227> <app-comp-4228></app-comp-4228> <app-comp-4229></app-comp-4229> <app-comp-4230></app-comp-4230> <app-comp-4231></app-comp-4231> <app-comp-4232></app-comp-4232> <app-comp-4233></app-comp-4233> <app-comp-4234></app-comp-4234> <app-comp-4235></app-comp-4235> <app-comp-4236></app-comp-4236> <app-comp-4237></app-comp-4237> <app-comp-4238></app-comp-4238> <app-comp-4239></app-comp-4239> <app-comp-4240></app-comp-4240> <app-comp-4241></app-comp-4241> <app-comp-4242></app-comp-4242> <app-comp-4243></app-comp-4243> <app-comp-4244></app-comp-4244> <app-comp-4245></app-comp-4245> <app-comp-4246></app-comp-4246> <app-comp-4247></app-comp-4247> <app-comp-4248></app-comp-4248> <app-comp-4249></app-comp-4249> <app-comp-4250></app-comp-4250> <app-comp-4251></app-comp-4251> <app-comp-4252></app-comp-4252> <app-comp-4253></app-comp-4253> <app-comp-4254></app-comp-4254> <app-comp-4255></app-comp-4255> <app-comp-4256></app-comp-4256> <app-comp-4257></app-comp-4257> <app-comp-4258></app-comp-4258> <app-comp-4259></app-comp-4259> <app-comp-4260></app-comp-4260> <app-comp-4261></app-comp-4261> <app-comp-4262></app-comp-4262> <app-comp-4263></app-comp-4263> <app-comp-4264></app-comp-4264> <app-comp-4265></app-comp-4265> <app-comp-4266></app-comp-4266> <app-comp-4267></app-comp-4267> <app-comp-4268></app-comp-4268> <app-comp-4269></app-comp-4269> <app-comp-4270></app-comp-4270> <app-comp-4271></app-comp-4271> <app-comp-4272></app-comp-4272> <app-comp-4273></app-comp-4273> <app-comp-4274></app-comp-4274> <app-comp-4275></app-comp-4275> <app-comp-4276></app-comp-4276> <app-comp-4277></app-comp-4277> <app-comp-4278></app-comp-4278> <app-comp-4279></app-comp-4279> <app-comp-4280></app-comp-4280> <app-comp-4281></app-comp-4281> <app-comp-4282></app-comp-4282> <app-comp-4283></app-comp-4283> <app-comp-4284></app-comp-4284> <app-comp-4285></app-comp-4285> <app-comp-4286></app-comp-4286> <app-comp-4287></app-comp-4287> <app-comp-4288></app-comp-4288> <app-comp-4289></app-comp-4289> <app-comp-4290></app-comp-4290> <app-comp-4291></app-comp-4291> <app-comp-4292></app-comp-4292> <app-comp-4293></app-comp-4293> <app-comp-4294></app-comp-4294> <app-comp-4295></app-comp-4295> <app-comp-4296></app-comp-4296> <app-comp-4297></app-comp-4297> <app-comp-4298></app-comp-4298> <app-comp-4299></app-comp-4299> <app-comp-4300></app-comp-4300> <app-comp-4301></app-comp-4301> <app-comp-4302></app-comp-4302> <app-comp-4303></app-comp-4303> <app-comp-4304></app-comp-4304> <app-comp-4305></app-comp-4305> <app-comp-4306></app-comp-4306> <app-comp-4307></app-comp-4307> <app-comp-4308></app-comp-4308> <app-comp-4309></app-comp-4309> <app-comp-4310></app-comp-4310> <app-comp-4311></app-comp-4311> <app-comp-4312></app-comp-4312> <app-comp-4313></app-comp-4313> <app-comp-4314></app-comp-4314> <app-comp-4315></app-comp-4315> <app-comp-4316></app-comp-4316> <app-comp-4317></app-comp-4317> <app-comp-4318></app-comp-4318> <app-comp-4319></app-comp-4319> <app-comp-4320></app-comp-4320> <app-comp-4321></app-comp-4321> <app-comp-4322></app-comp-4322> <app-comp-4323></app-comp-4323> <app-comp-4324></app-comp-4324> <app-comp-4325></app-comp-4325> <app-comp-4326></app-comp-4326> <app-comp-4327></app-comp-4327> <app-comp-4328></app-comp-4328> <app-comp-4329></app-comp-4329> <app-comp-4330></app-comp-4330> <app-comp-4331></app-comp-4331> <app-comp-4332></app-comp-4332> <app-comp-4333></app-comp-4333> <app-comp-4334></app-comp-4334> <app-comp-4335></app-comp-4335> <app-comp-4336></app-comp-4336> <app-comp-4337></app-comp-4337> <app-comp-4338></app-comp-4338> <app-comp-4339></app-comp-4339> <app-comp-4340></app-comp-4340> <app-comp-4341></app-comp-4341> <app-comp-4342></app-comp-4342> <app-comp-4343></app-comp-4343> <app-comp-4344></app-comp-4344> <app-comp-4345></app-comp-4345> <app-comp-4346></app-comp-4346> <app-comp-4347></app-comp-4347> <app-comp-4348></app-comp-4348> <app-comp-4349></app-comp-4349> <app-comp-4350></app-comp-4350> <app-comp-4351></app-comp-4351> <app-comp-4352></app-comp-4352> <app-comp-4353></app-comp-4353> <app-comp-4354></app-comp-4354> <app-comp-4355></app-comp-4355> <app-comp-4356></app-comp-4356> <app-comp-4357></app-comp-4357> <app-comp-4358></app-comp-4358> <app-comp-4359></app-comp-4359> <app-comp-4360></app-comp-4360> <app-comp-4361></app-comp-4361> <app-comp-4362></app-comp-4362> <app-comp-4363></app-comp-4363> <app-comp-4364></app-comp-4364> <app-comp-4365></app-comp-4365> <app-comp-4366></app-comp-4366> <app-comp-4367></app-comp-4367> <app-comp-4368></app-comp-4368> <app-comp-4369></app-comp-4369> <app-comp-4370></app-comp-4370> <app-comp-4371></app-comp-4371> <app-comp-4372></app-comp-4372> <app-comp-4373></app-comp-4373> <app-comp-4374></app-comp-4374> <app-comp-4375></app-comp-4375> <app-comp-4376></app-comp-4376> <app-comp-4377></app-comp-4377> <app-comp-4378></app-comp-4378> <app-comp-4379></app-comp-4379> <app-comp-4380></app-comp-4380> <app-comp-4381></app-comp-4381> <app-comp-4382></app-comp-4382> <app-comp-4383></app-comp-4383> <app-comp-4384></app-comp-4384> <app-comp-4385></app-comp-4385> <app-comp-4386></app-comp-4386> <app-comp-4387></app-comp-4387> <app-comp-4388></app-comp-4388> <app-comp-4389></app-comp-4389> <app-comp-4390></app-comp-4390> <app-comp-4391></app-comp-4391> <app-comp-4392></app-comp-4392> <app-comp-4393></app-comp-4393> <app-comp-4394></app-comp-4394> <app-comp-4395></app-comp-4395> <app-comp-4396></app-comp-4396> <app-comp-4397></app-comp-4397> <app-comp-4398></app-comp-4398> <app-comp-4399></app-comp-4399> <app-comp-4400></app-comp-4400> <app-comp-4401></app-comp-4401> <app-comp-4402></app-comp-4402> <app-comp-4403></app-comp-4403> <app-comp-4404></app-comp-4404> <app-comp-4405></app-comp-4405> <app-comp-4406></app-comp-4406> <app-comp-4407></app-comp-4407> <app-comp-4408></app-comp-4408> <app-comp-4409></app-comp-4409> <app-comp-4410></app-comp-4410> <app-comp-4411></app-comp-4411> <app-comp-4412></app-comp-4412> <app-comp-4413></app-comp-4413> <app-comp-4414></app-comp-4414> <app-comp-4415></app-comp-4415> <app-comp-4416></app-comp-4416> <app-comp-4417></app-comp-4417> <app-comp-4418></app-comp-4418> <app-comp-4419></app-comp-4419> <app-comp-4420></app-comp-4420> <app-comp-4421></app-comp-4421> <app-comp-4422></app-comp-4422> <app-comp-4423></app-comp-4423> <app-comp-4424></app-comp-4424> <app-comp-4425></app-comp-4425> <app-comp-4426></app-comp-4426> <app-comp-4427></app-comp-4427> <app-comp-4428></app-comp-4428> <app-comp-4429></app-comp-4429> <app-comp-4430></app-comp-4430> <app-comp-4431></app-comp-4431> <app-comp-4432></app-comp-4432> <app-comp-4433></app-comp-4433> <app-comp-4434></app-comp-4434> <app-comp-4435></app-comp-4435> <app-comp-4436></app-comp-4436> <app-comp-4437></app-comp-4437> <app-comp-4438></app-comp-4438> <app-comp-4439></app-comp-4439> <app-comp-4440></app-comp-4440> <app-comp-4441></app-comp-4441> <app-comp-4442></app-comp-4442> <app-comp-4443></app-comp-4443> <app-comp-4444></app-comp-4444> <app-comp-4445></app-comp-4445> <app-comp-4446></app-comp-4446> <app-comp-4447></app-comp-4447> <app-comp-4448></app-comp-4448> <app-comp-4449></app-comp-4449> <app-comp-4450></app-comp-4450> <app-comp-4451></app-comp-4451> <app-comp-4452></app-comp-4452> <app-comp-4453></app-comp-4453> <app-comp-4454></app-comp-4454> <app-comp-4455></app-comp-4455> <app-comp-4456></app-comp-4456> <app-comp-4457></app-comp-4457> <app-comp-4458></app-comp-4458> <app-comp-4459></app-comp-4459> <app-comp-4460></app-comp-4460> <app-comp-4461></app-comp-4461> <app-comp-4462></app-comp-4462> <app-comp-4463></app-comp-4463> <app-comp-4464></app-comp-4464> <app-comp-4465></app-comp-4465> <app-comp-4466></app-comp-4466> <app-comp-4467></app-comp-4467> <app-comp-4468></app-comp-4468> <app-comp-4469></app-comp-4469> <app-comp-4470></app-comp-4470> <app-comp-4471></app-comp-4471> <app-comp-4472></app-comp-4472> <app-comp-4473></app-comp-4473> <app-comp-4474></app-comp-4474> <app-comp-4475></app-comp-4475> <app-comp-4476></app-comp-4476> <app-comp-4477></app-comp-4477> <app-comp-4478></app-comp-4478> <app-comp-4479></app-comp-4479> <app-comp-4480></app-comp-4480> <app-comp-4481></app-comp-4481> <app-comp-4482></app-comp-4482> <app-comp-4483></app-comp-4483> <app-comp-4484></app-comp-4484> <app-comp-4485></app-comp-4485> <app-comp-4486></app-comp-4486> <app-comp-4487></app-comp-4487> <app-comp-4488></app-comp-4488> <app-comp-4489></app-comp-4489> <app-comp-4490></app-comp-4490> <app-comp-4491></app-comp-4491> <app-comp-4492></app-comp-4492> <app-comp-4493></app-comp-4493> <app-comp-4494></app-comp-4494> <app-comp-4495></app-comp-4495> <app-comp-4496></app-comp-4496> <app-comp-4497></app-comp-4497> <app-comp-4498></app-comp-4498> <app-comp-4499></app-comp-4499> <app-comp-4500></app-comp-4500> <app-comp-4501></app-comp-4501> <app-comp-4502></app-comp-4502> <app-comp-4503></app-comp-4503> <app-comp-4504></app-comp-4504> <app-comp-4505></app-comp-4505> <app-comp-4506></app-comp-4506> <app-comp-4507></app-comp-4507> <app-comp-4508></app-comp-4508> <app-comp-4509></app-comp-4509> <app-comp-4510></app-comp-4510> <app-comp-4511></app-comp-4511> <app-comp-4512></app-comp-4512> <app-comp-4513></app-comp-4513> <app-comp-4514></app-comp-4514> <app-comp-4515></app-comp-4515> <app-comp-4516></app-comp-4516> <app-comp-4517></app-comp-4517> <app-comp-4518></app-comp-4518> <app-comp-4519></app-comp-4519> <app-comp-4520></app-comp-4520> <app-comp-4521></app-comp-4521> <app-comp-4522></app-comp-4522> <app-comp-4523></app-comp-4523> <app-comp-4524></app-comp-4524> <app-comp-4525></app-comp-4525> <app-comp-4526></app-comp-4526> <app-comp-4527></app-comp-4527> <app-comp-4528></app-comp-4528> <app-comp-4529></app-comp-4529> <app-comp-4530></app-comp-4530> <app-comp-4531></app-comp-4531> <app-comp-4532></app-comp-4532> <app-comp-4533></app-comp-4533> <app-comp-4534></app-comp-4534> <app-comp-4535></app-comp-4535> <app-comp-4536></app-comp-4536> <app-comp-4537></app-comp-4537> <app-comp-4538></app-comp-4538> <app-comp-4539></app-comp-4539> <app-comp-4540></app-comp-4540> <app-comp-4541></app-comp-4541> <app-comp-4542></app-comp-4542> <app-comp-4543></app-comp-4543> <app-comp-4544></app-comp-4544> <app-comp-4545></app-comp-4545> <app-comp-4546></app-comp-4546> <app-comp-4547></app-comp-4547> <app-comp-4548></app-comp-4548> <app-comp-4549></app-comp-4549> <app-comp-4550></app-comp-4550> <app-comp-4551></app-comp-4551> <app-comp-4552></app-comp-4552> <app-comp-4553></app-comp-4553> <app-comp-4554></app-comp-4554> <app-comp-4555></app-comp-4555> <app-comp-4556></app-comp-4556> <app-comp-4557></app-comp-4557> <app-comp-4558></app-comp-4558> <app-comp-4559></app-comp-4559> <app-comp-4560></app-comp-4560> <app-comp-4561></app-comp-4561> <app-comp-4562></app-comp-4562> <app-comp-4563></app-comp-4563> <app-comp-4564></app-comp-4564> <app-comp-4565></app-comp-4565> <app-comp-4566></app-comp-4566> <app-comp-4567></app-comp-4567> <app-comp-4568></app-comp-4568> <app-comp-4569></app-comp-4569> <app-comp-4570></app-comp-4570> <app-comp-4571></app-comp-4571> <app-comp-4572></app-comp-4572> <app-comp-4573></app-comp-4573> <app-comp-4574></app-comp-4574> <app-comp-4575></app-comp-4575> <app-comp-4576></app-comp-4576> <app-comp-4577></app-comp-4577> <app-comp-4578></app-comp-4578> <app-comp-4579></app-comp-4579> <app-comp-4580></app-comp-4580> <app-comp-4581></app-comp-4581> <app-comp-4582></app-comp-4582> <app-comp-4583></app-comp-4583> <app-comp-4584></app-comp-4584> <app-comp-4585></app-comp-4585> <app-comp-4586></app-comp-4586> <app-comp-4587></app-comp-4587> <app-comp-4588></app-comp-4588> <app-comp-4589></app-comp-4589> <app-comp-4590></app-comp-4590> <app-comp-4591></app-comp-4591> <app-comp-4592></app-comp-4592> <app-comp-4593></app-comp-4593> <app-comp-4594></app-comp-4594> <app-comp-4595></app-comp-4595> <app-comp-4596></app-comp-4596> <app-comp-4597></app-comp-4597> <app-comp-4598></app-comp-4598> <app-comp-4599></app-comp-4599> <app-comp-4600></app-comp-4600> <app-comp-4601></app-comp-4601> <app-comp-4602></app-comp-4602> <app-comp-4603></app-comp-4603> <app-comp-4604></app-comp-4604> <app-comp-4605></app-comp-4605> <app-comp-4606></app-comp-4606> <app-comp-4607></app-comp-4607> <app-comp-4608></app-comp-4608> <app-comp-4609></app-comp-4609> <app-comp-4610></app-comp-4610> <app-comp-4611></app-comp-4611> <app-comp-4612></app-comp-4612> <app-comp-4613></app-comp-4613> <app-comp-4614></app-comp-4614> <app-comp-4615></app-comp-4615> <app-comp-4616></app-comp-4616> <app-comp-4617></app-comp-4617> <app-comp-4618></app-comp-4618> <app-comp-4619></app-comp-4619> <app-comp-4620></app-comp-4620> <app-comp-4621></app-comp-4621> <app-comp-4622></app-comp-4622> <app-comp-4623></app-comp-4623> <app-comp-4624></app-comp-4624> <app-comp-4625></app-comp-4625> <app-comp-4626></app-comp-4626> <app-comp-4627></app-comp-4627> <app-comp-4628></app-comp-4628> <app-comp-4629></app-comp-4629> <app-comp-4630></app-comp-4630> <app-comp-4631></app-comp-4631> <app-comp-4632></app-comp-4632> <app-comp-4633></app-comp-4633> <app-comp-4634></app-comp-4634> <app-comp-4635></app-comp-4635> <app-comp-4636></app-comp-4636> <app-comp-4637></app-comp-4637> <app-comp-4638></app-comp-4638> <app-comp-4639></app-comp-4639> <app-comp-4640></app-comp-4640> <app-comp-4641></app-comp-4641> <app-comp-4642></app-comp-4642> <app-comp-4643></app-comp-4643> <app-comp-4644></app-comp-4644> <app-comp-4645></app-comp-4645> <app-comp-4646></app-comp-4646> <app-comp-4647></app-comp-4647> <app-comp-4648></app-comp-4648> <app-comp-4649></app-comp-4649> <app-comp-4650></app-comp-4650> <app-comp-4651></app-comp-4651> <app-comp-4652></app-comp-4652> <app-comp-4653></app-comp-4653> <app-comp-4654></app-comp-4654> <app-comp-4655></app-comp-4655> <app-comp-4656></app-comp-4656> <app-comp-4657></app-comp-4657> <app-comp-4658></app-comp-4658> <app-comp-4659></app-comp-4659> <app-comp-4660></app-comp-4660> <app-comp-4661></app-comp-4661> <app-comp-4662></app-comp-4662> <app-comp-4663></app-comp-4663> <app-comp-4664></app-comp-4664> <app-comp-4665></app-comp-4665> <app-comp-4666></app-comp-4666> <app-comp-4667></app-comp-4667> <app-comp-4668></app-comp-4668> <app-comp-4669></app-comp-4669> <app-comp-4670></app-comp-4670> <app-comp-4671></app-comp-4671> <app-comp-4672></app-comp-4672> <app-comp-4673></app-comp-4673> <app-comp-4674></app-comp-4674> <app-comp-4675></app-comp-4675> <app-comp-4676></app-comp-4676> <app-comp-4677></app-comp-4677> <app-comp-4678></app-comp-4678> <app-comp-4679></app-comp-4679> <app-comp-4680></app-comp-4680> <app-comp-4681></app-comp-4681> <app-comp-4682></app-comp-4682> <app-comp-4683></app-comp-4683> <app-comp-4684></app-comp-4684> <app-comp-4685></app-comp-4685> <app-comp-4686></app-comp-4686> <app-comp-4687></app-comp-4687> <app-comp-4688></app-comp-4688> <app-comp-4689></app-comp-4689> <app-comp-4690></app-comp-4690> <app-comp-4691></app-comp-4691> <app-comp-4692></app-comp-4692> <app-comp-4693></app-comp-4693> <app-comp-4694></app-comp-4694> <app-comp-4695></app-comp-4695> <app-comp-4696></app-comp-4696> <app-comp-4697></app-comp-4697> <app-comp-4698></app-comp-4698> <app-comp-4699></app-comp-4699> <app-comp-4700></app-comp-4700> <app-comp-4701></app-comp-4701> <app-comp-4702></app-comp-4702> <app-comp-4703></app-comp-4703> <app-comp-4704></app-comp-4704> <app-comp-4705></app-comp-4705> <app-comp-4706></app-comp-4706> <app-comp-4707></app-comp-4707> <app-comp-4708></app-comp-4708> <app-comp-4709></app-comp-4709> <app-comp-4710></app-comp-4710> <app-comp-4711></app-comp-4711> <app-comp-4712></app-comp-4712> <app-comp-4713></app-comp-4713> <app-comp-4714></app-comp-4714> <app-comp-4715></app-comp-4715> <app-comp-4716></app-comp-4716> <app-comp-4717></app-comp-4717> <app-comp-4718></app-comp-4718> <app-comp-4719></app-comp-4719> <app-comp-4720></app-comp-4720> <app-comp-4721></app-comp-4721> <app-comp-4722></app-comp-4722> <app-comp-4723></app-comp-4723> <app-comp-4724></app-comp-4724> <app-comp-4725></app-comp-4725> <app-comp-4726></app-comp-4726> <app-comp-4727></app-comp-4727> <app-comp-4728></app-comp-4728> <app-comp-4729></app-comp-4729> <app-comp-4730></app-comp-4730> <app-comp-4731></app-comp-4731> <app-comp-4732></app-comp-4732> <app-comp-4733></app-comp-4733> <app-comp-4734></app-comp-4734> <app-comp-4735></app-comp-4735> <app-comp-4736></app-comp-4736> <app-comp-4737></app-comp-4737> <app-comp-4738></app-comp-4738> <app-comp-4739></app-comp-4739> <app-comp-4740></app-comp-4740> <app-comp-4741></app-comp-4741> <app-comp-4742></app-comp-4742> <app-comp-4743></app-comp-4743> <app-comp-4744></app-comp-4744> <app-comp-4745></app-comp-4745> <app-comp-4746></app-comp-4746> <app-comp-4747></app-comp-4747> <app-comp-4748></app-comp-4748> <app-comp-4749></app-comp-4749> <app-comp-4750></app-comp-4750> <app-comp-4751></app-comp-4751> <app-comp-4752></app-comp-4752> <app-comp-4753></app-comp-4753> <app-comp-4754></app-comp-4754> <app-comp-4755></app-comp-4755> <app-comp-4756></app-comp-4756> <app-comp-4757></app-comp-4757> <app-comp-4758></app-comp-4758> <app-comp-4759></app-comp-4759> <app-comp-4760></app-comp-4760> <app-comp-4761></app-comp-4761> <app-comp-4762></app-comp-4762> <app-comp-4763></app-comp-4763> <app-comp-4764></app-comp-4764> <app-comp-4765></app-comp-4765> <app-comp-4766></app-comp-4766> <app-comp-4767></app-comp-4767> <app-comp-4768></app-comp-4768> <app-comp-4769></app-comp-4769> <app-comp-4770></app-comp-4770> <app-comp-4771></app-comp-4771> <app-comp-4772></app-comp-4772> <app-comp-4773></app-comp-4773> <app-comp-4774></app-comp-4774> <app-comp-4775></app-comp-4775> <app-comp-4776></app-comp-4776> <app-comp-4777></app-comp-4777> <app-comp-4778></app-comp-4778> <app-comp-4779></app-comp-4779> <app-comp-4780></app-comp-4780> <app-comp-4781></app-comp-4781> <app-comp-4782></app-comp-4782> <app-comp-4783></app-comp-4783> <app-comp-4784></app-comp-4784> <app-comp-4785></app-comp-4785> <app-comp-4786></app-comp-4786> <app-comp-4787></app-comp-4787> <app-comp-4788></app-comp-4788> <app-comp-4789></app-comp-4789> <app-comp-4790></app-comp-4790> <app-comp-4791></app-comp-4791> <app-comp-4792></app-comp-4792> <app-comp-4793></app-comp-4793> <app-comp-4794></app-comp-4794> <app-comp-4795></app-comp-4795> <app-comp-4796></app-comp-4796> <app-comp-4797></app-comp-4797> <app-comp-4798></app-comp-4798> <app-comp-4799></app-comp-4799> <app-comp-4800></app-comp-4800> <app-comp-4801></app-comp-4801> <app-comp-4802></app-comp-4802> <app-comp-4803></app-comp-4803> <app-comp-4804></app-comp-4804> <app-comp-4805></app-comp-4805> <app-comp-4806></app-comp-4806> <app-comp-4807></app-comp-4807> <app-comp-4808></app-comp-4808> <app-comp-4809></app-comp-4809> <app-comp-4810></app-comp-4810> <app-comp-4811></app-comp-4811> <app-comp-4812></app-comp-4812> <app-comp-4813></app-comp-4813> <app-comp-4814></app-comp-4814> <app-comp-4815></app-comp-4815> <app-comp-4816></app-comp-4816> <app-comp-4817></app-comp-4817> <app-comp-4818></app-comp-4818> <app-comp-4819></app-comp-4819> <app-comp-4820></app-comp-4820> <app-comp-4821></app-comp-4821> <app-comp-4822></app-comp-4822> <app-comp-4823></app-comp-4823> <app-comp-4824></app-comp-4824> <app-comp-4825></app-comp-4825> <app-comp-4826></app-comp-4826> <app-comp-4827></app-comp-4827> <app-comp-4828></app-comp-4828> <app-comp-4829></app-comp-4829> <app-comp-4830></app-comp-4830> <app-comp-4831></app-comp-4831> <app-comp-4832></app-comp-4832> <app-comp-4833></app-comp-4833> <app-comp-4834></app-comp-4834> <app-comp-4835></app-comp-4835> <app-comp-4836></app-comp-4836> <app-comp-4837></app-comp-4837> <app-comp-4838></app-comp-4838> <app-comp-4839></app-comp-4839> <app-comp-4840></app-comp-4840> <app-comp-4841></app-comp-4841> <app-comp-4842></app-comp-4842> <app-comp-4843></app-comp-4843> <app-comp-4844></app-comp-4844> <app-comp-4845></app-comp-4845> <app-comp-4846></app-comp-4846> <app-comp-4847></app-comp-4847> <app-comp-4848></app-comp-4848> <app-comp-4849></app-comp-4849> <app-comp-4850></app-comp-4850> <app-comp-4851></app-comp-4851> <app-comp-4852></app-comp-4852> <app-comp-4853></app-comp-4853> <app-comp-4854></app-comp-4854> <app-comp-4855></app-comp-4855> <app-comp-4856></app-comp-4856> <app-comp-4857></app-comp-4857> <app-comp-4858></app-comp-4858> <app-comp-4859></app-comp-4859> <app-comp-4860></app-comp-4860> <app-comp-4861></app-comp-4861> <app-comp-4862></app-comp-4862> <app-comp-4863></app-comp-4863> <app-comp-4864></app-comp-4864> <app-comp-4865></app-comp-4865> <app-comp-4866></app-comp-4866> <app-comp-4867></app-comp-4867> <app-comp-4868></app-comp-4868> <app-comp-4869></app-comp-4869> <app-comp-4870></app-comp-4870> <app-comp-4871></app-comp-4871> <app-comp-4872></app-comp-4872> <app-comp-4873></app-comp-4873> <app-comp-4874></app-comp-4874> <app-comp-4875></app-comp-4875> <app-comp-4876></app-comp-4876> <app-comp-4877></app-comp-4877> <app-comp-4878></app-comp-4878> <app-comp-4879></app-comp-4879> <app-comp-4880></app-comp-4880> <app-comp-4881></app-comp-4881> <app-comp-4882></app-comp-4882> <app-comp-4883></app-comp-4883> <app-comp-4884></app-comp-4884> <app-comp-4885></app-comp-4885> <app-comp-4886></app-comp-4886> <app-comp-4887></app-comp-4887> <app-comp-4888></app-comp-4888> <app-comp-4889></app-comp-4889> <app-comp-4890></app-comp-4890> <app-comp-4891></app-comp-4891> <app-comp-4892></app-comp-4892> <app-comp-4893></app-comp-4893> <app-comp-4894></app-comp-4894> <app-comp-4895></app-comp-4895> <app-comp-4896></app-comp-4896> <app-comp-4897></app-comp-4897> <app-comp-4898></app-comp-4898> <app-comp-4899></app-comp-4899> <app-comp-4900></app-comp-4900> <app-comp-4901></app-comp-4901> <app-comp-4902></app-comp-4902> <app-comp-4903></app-comp-4903> <app-comp-4904></app-comp-4904> <app-comp-4905></app-comp-4905> <app-comp-4906></app-comp-4906> <app-comp-4907></app-comp-4907> <app-comp-4908></app-comp-4908> <app-comp-4909></app-comp-4909> <app-comp-4910></app-comp-4910> <app-comp-4911></app-comp-4911> <app-comp-4912></app-comp-4912> <app-comp-4913></app-comp-4913> <app-comp-4914></app-comp-4914> <app-comp-4915></app-comp-4915> <app-comp-4916></app-comp-4916> <app-comp-4917></app-comp-4917> <app-comp-4918></app-comp-4918> <app-comp-4919></app-comp-4919> <app-comp-4920></app-comp-4920> <app-comp-4921></app-comp-4921> <app-comp-4922></app-comp-4922> <app-comp-4923></app-comp-4923> <app-comp-4924></app-comp-4924> <app-comp-4925></app-comp-4925> <app-comp-4926></app-comp-4926> <app-comp-4927></app-comp-4927> <app-comp-4928></app-comp-4928> <app-comp-4929></app-comp-4929> <app-comp-4930></app-comp-4930> <app-comp-4931></app-comp-4931> <app-comp-4932></app-comp-4932> <app-comp-4933></app-comp-4933> <app-comp-4934></app-comp-4934> <app-comp-4935></app-comp-4935> <app-comp-4936></app-comp-4936> <app-comp-4937></app-comp-4937> <app-comp-4938></app-comp-4938> <app-comp-4939></app-comp-4939> <app-comp-4940></app-comp-4940> <app-comp-4941></app-comp-4941> <app-comp-4942></app-comp-4942> <app-comp-4943></app-comp-4943> <app-comp-4944></app-comp-4944> <app-comp-4945></app-comp-4945> <app-comp-4946></app-comp-4946> <app-comp-4947></app-comp-4947> <app-comp-4948></app-comp-4948> <app-comp-4949></app-comp-4949> <app-comp-4950></app-comp-4950> <app-comp-4951></app-comp-4951> <app-comp-4952></app-comp-4952> <app-comp-4953></app-comp-4953> <app-comp-4954></app-comp-4954> <app-comp-4955></app-comp-4955> <app-comp-4956></app-comp-4956> <app-comp-4957></app-comp-4957> <app-comp-4958></app-comp-4958> <app-comp-4959></app-comp-4959> <app-comp-4960></app-comp-4960> <app-comp-4961></app-comp-4961> <app-comp-4962></app-comp-4962> <app-comp-4963></app-comp-4963> <app-comp-4964></app-comp-4964> <app-comp-4965></app-comp-4965> <app-comp-4966></app-comp-4966> <app-comp-4967></app-comp-4967> <app-comp-4968></app-comp-4968> <app-comp-4969></app-comp-4969> <app-comp-4970></app-comp-4970> <app-comp-4971></app-comp-4971> <app-comp-4972></app-comp-4972> <app-comp-4973></app-comp-4973> <app-comp-4974></app-comp-4974> <app-comp-4975></app-comp-4975> <app-comp-4976></app-comp-4976> <app-comp-4977></app-comp-4977> <app-comp-4978></app-comp-4978> <app-comp-4979></app-comp-4979> <app-comp-4980></app-comp-4980> <app-comp-4981></app-comp-4981> <app-comp-4982></app-comp-4982> <app-comp-4983></app-comp-4983> <app-comp-4984></app-comp-4984> <app-comp-4985></app-comp-4985> <app-comp-4986></app-comp-4986> <app-comp-4987></app-comp-4987> <app-comp-4988></app-comp-4988> <app-comp-4989></app-comp-4989> <app-comp-4990></app-comp-4990> <app-comp-4991></app-comp-4991> <app-comp-4992></app-comp-4992> <app-comp-4993></app-comp-4993> <app-comp-4994></app-comp-4994> <app-comp-4995></app-comp-4995> <app-comp-4996></app-comp-4996> <app-comp-4997></app-comp-4997> <app-comp-4998></app-comp-4998> <app-comp-4999></app-comp-4999> <app-comp-5000></app-comp-5000>
angular/angular-cli-stress-test
src/app/app.component.html
HTML
mit
157,842
<div center> <div *ngIf="!!image; else noImageBlock"> <img [src]="image" height="100" width="100" /> </div> <ng-template #noImageBlock> <span><ion-icon name="person"></ion-icon></span> </ng-template> <div>{{name}}</div> <div *ngIf="isLoggedIn; else loginBlock"> <button ion-button small color="secondary" (click)="logout()">Logout</button> </div> <ng-template #loginBlock> <button ion-button small color="primary" (click)="login()">Login</button> </ng-template> </div>
jvitor83/angular-pwa-seed
src/app/layout/header/userinfo/userinfo.component.html
HTML
mit
503
<section class="row" ng-controller="SocialAccountsController"> <h3 class="col-md-12 text-center" ng-show="hasConnectedAdditionalSocialAccounts()">Connected social accounts:</h3> <div class="col-md-12 text-center"> <div ng-repeat="(providerName, providerData) in user.additionalProvidersData" class="social-account-container"> <img ng-src="/modules/users/client/img/buttons/{{providerName}}.png"> <a class="btn btn-danger btn-remove-account" ng-click="removeUserSocialAccount(providerName)"> <i class="glyphicon glyphicon-trash"></i> </a> </div> </div> <h3 class="col-md-12 text-center" ng-show="hasConnectedAdditionalSocialAccounts()">Unconnected social accounts:</h3> <div class="col-md-12 text-center"> <div class="social-account-container" ng-hide="isConnectedSocialAccount('facebook')"> <img ng-src="/modules/users/client/img/buttons/facebook.png"> <a class="btn btn-success btn-remove-account" href="/api/auth/facebook" target="_self"> <i class="glyphicon glyphicon-plus"></i> </a> </div> <div class="social-account-container" ng-hide="isConnectedSocialAccount('twitter')"> <img ng-src="/modules/users/client/img/buttons/twitter.png"> <a class="btn btn-success btn-remove-account" href="/api/auth/twitter" target="_self"> <i class="glyphicon glyphicon-plus"></i> </a> </div> <div class="social-account-container" ng-hide="isConnectedSocialAccount('google')"> <img ng-src="/modules/users/client/img/buttons/google.png"> <a class="btn btn-success btn-remove-account" href="/api/auth/google" target="_self"> <i class="glyphicon glyphicon-plus"></i> </a> </div> <!-- <div class="social-account-container" ng-hide="isConnectedSocialAccount('linkedin')"> <img ng-src="/modules/users/client/img/buttons/linkedin.png"> <a class="btn btn-success btn-remove-account" href="/api/auth/linkedin" target="_self"> <i class="glyphicon glyphicon-plus"></i> </a> </div> <div class="social-account-container" ng-hide="isConnectedSocialAccount('github')"> <img ng-src="/modules/users/client/img/buttons/github.png"> <a class="btn btn-success btn-remove-account" href="/api/auth/github" target="_self"> <i class="glyphicon glyphicon-plus"></i> </a> </div> <div class="social-account-container" ng-hide="isConnectedSocialAccount('paypal')"> <img ng-src="/modules/users/client/img/buttons/paypal.png"> <a class="btn btn-success btn-remove-account" href="/api/auth/paypal" target="_self"> <i class="glyphicon glyphicon-plus"></i> </a> </div> --> </div> </section>
dtytomi/passionport
modules/users/client/views/settings/manage-social-accounts.client.view.html
HTML
mit
2,695
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>TemplateExecutor | scrolls-and-decks</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <script src="../assets/js/modernizr.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">scrolls-and-decks</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_typings_lodash_lodash_d_.html">&quot;typings/lodash/lodash.d&quot;</a> </li> <li> <a href="../modules/_typings_lodash_lodash_d_._.html">_</a> </li> <li> <a href="_typings_lodash_lodash_d_._.templateexecutor.html">TemplateExecutor</a> </li> </ul> <h1>Interface TemplateExecutor</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">TemplateExecutor</span> </li> </ul> </section> <section class="tsd-panel"> <h3 class="tsd-before-signature">Callable</h3> <ul class="tsd-signatures tsd-kind-interface tsd-parent-kind-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">__call<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in typings/lodash/lodash.d.ts:6364</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>data: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external tsd-is-not-exported"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external tsd-is-not-exported"><a href="_typings_lodash_lodash_d_._.templateexecutor.html#source" class="tsd-kind-icon">source</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external tsd-is-not-exported"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external tsd-is-not-exported"> <a name="source" class="tsd-anchor"></a> <h3>source</h3> <div class="tsd-signature tsd-kind-icon">source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in typings/lodash/lodash.d.ts:6366</li> </ul> </aside> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="label tsd-is-external"> <span>Internals</span> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_card_.html">"client/types/<wbr>Card"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_cards_.html">"client/types/<wbr>Cards"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_cardsandstats_.html">"client/types/<wbr>Cards<wbr>And<wbr>Stats"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_cardsreport_.html">"client/types/<wbr>Cards<wbr>Report"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_deck_.html">"client/types/<wbr>Deck"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_deckcards_.html">"client/types/<wbr>Deck<wbr>Cards"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_decks_.html">"client/types/<wbr>Decks"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_global_.html">"client/types/<wbr>Global"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_rescount_.html">"client/types/<wbr>Res<wbr>Count"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_rescountsorted_.html">"client/types/<wbr>Res<wbr>Count<wbr>Sorted"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_scroll_.html">"client/types/<wbr>Scroll"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_scrolls_.html">"client/types/<wbr>Scrolls"</a> </li> <li class=" tsd-kind-external-module"> <a href="../modules/_client_types_stats_.html">"client/types/<wbr>Stats"</a> </li> <li class="label tsd-is-external"> <span>Externals</span> </li> <li class="current tsd-kind-external-module tsd-is-external"> <a href="../modules/_typings_lodash_lodash_d_.html">"typings/lodash/lodash.d"</a> <ul> <li class=" tsd-kind-module tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/_typings_lodash_lodash_d_._lodash_.html">"lodash"</a> </li> <li class="current tsd-kind-module tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="../modules/_typings_lodash_lodash_d_._.html">_</a> </li> </ul> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.debouncesettings.html" class="tsd-kind-icon">Debounce<wbr>Settings</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.dictionary.html" class="tsd-kind-icon">Dictionary</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.list.html" class="tsd-kind-icon">List</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.listiterator.html" class="tsd-kind-icon">List<wbr>Iterator</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.lodasharraywrapper.html" class="tsd-kind-icon">Lo<wbr>Dash<wbr>Array<wbr>Wrapper</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.lodashobjectwrapper.html" class="tsd-kind-icon">Lo<wbr>Dash<wbr>Object<wbr>Wrapper</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external"> <a href="_typings_lodash_lodash_d_._.lodashstatic.html" class="tsd-kind-icon">Lo<wbr>Dash<wbr>Static</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.lodashwrapper.html" class="tsd-kind-icon">Lo<wbr>Dash<wbr>Wrapper</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.lodashwrapperbase.html" class="tsd-kind-icon">Lo<wbr>Dash<wbr>Wrapper<wbr>Base</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.memoiterator.html" class="tsd-kind-icon">Memo<wbr>Iterator</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.memovoiditerator.html" class="tsd-kind-icon">Memo<wbr>Void<wbr>Iterator</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.objectiterator.html" class="tsd-kind-icon">Object<wbr>Iterator</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.support.html" class="tsd-kind-icon">Support</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-module tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.templateexecutor.html" class="tsd-kind-icon">Template<wbr>Executor</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.templateexecutor.html#source" class="tsd-kind-icon">source</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.templatesettings.html" class="tsd-kind-icon">Template<wbr>Settings</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external tsd-is-not-exported"> <a href="_typings_lodash_lodash_d_._.throttlesettings.html" class="tsd-kind-icon">Throttle<wbr>Settings</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
darosh/scrolls-and-decks
reports/typedoc/interfaces/_typings_lodash_lodash_d_._.templateexecutor.html
HTML
mit
17,245
<li> <a href="{{ .Permalink }}">{{ .Title }}</a> <div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div> </li>
bcicen/vimcommands
themes/command/layouts/_default/li.html
HTML
mit
136
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Open Knowledge"> <meta name="description" content="The state of government open data in Jordan for Election Results in 2015 "> <meta name="keywords" content="Jordan, Election Results, 2015, Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The state of government open data in Jordan for Election Results in 2015"/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Jordan / Election Results | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="place_dataset"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li><a href="/place">Places</a></li> <li><a href="/place/jordan/">Jordan</a></li> <li class="active">Election Results</li> </ol> <section id="data-header"> <div class="row"> <div class="col-md-6"> <h1> <a href="/dataset/elections/" title="See more data on Election Results in the Open Data Index">Election Results</a> <span class="place-openness" data-score="45">45% open</span> </h1> <h3> <a href="/place/jordan/" title="See more data on Jordan in the Open Data Index">Jordan</a> </h3> <!--div class="col-md-12 place-rank statistics"> <span class="">Jordan is ranked #45 for this dataset</span> </div> <div class="row relative"> </div--> <div class="row navigate"> <div class="col-md-12"> <h4 class="inline">See other years</h4> <div class=" inline"> <a class="" href="/place/jordan/elections/2014/" title="2014">2014</a> <a class="" href="/place/jordan/elections/2013/" title="2013">2013</a> </div> </div> <div class="col-md-12"> <h4>Share or embed this page</h4> <div class="btn-group"> <a href="" class="btn btn-default embed" data-toggle="modal" data-target="#embed-instructions"> <i class="fa fa-code"></i> Embed </a> <a href="http://twitter.com/share?url=/place/jordan/elections/&text=Check out this data from the Global Open Data Index" class="btn btn-default twitter" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> <a href="http://www.facebook.com/sharer/sharer.php?u=/place/jordan/elections/" class="btn btn-default facebook" target="_blank"> <i class="fa fa-facebook"></i> Facebook </a> <a href="https://plus.google.com/share?url=/place/jordan/elections/" class="btn btn-default google-plus" target="_blank"> <i class="fa fa-google-plus"></i> Google+ </a> </div> <div class="modal fade" id="embed-instructions" tabindex="-1" role="dialog" aria-labelledby="embedLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="embedLabel">Map embed code</h4> </div> <div class="modal-body"> <p> Use the following code to embed the map visualisation into your own website. </p> <xmp contenteditable="true"><iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=elections&panel_tools=false&panel_share=false&embed_title=Jordan ; Election Results ; 2015&map_place=jo" frameBorder="0"></iframe></xmp> <p> If you are a developer, you can read more about the embed options here: <a href="https://github.com/okfn/opendataindex/#choropleth-map" title="Embed options">Embed options</a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <div id="map-container"> <iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=elections&panel_tools=false&panel_share=false&embed_title=Jordan ; Election Results ; 2015&map_place=jo" frameBorder="0"></iframe> </div> </div> </div> </section> <hr /> <section class="dataset-about"> <div class="row"> <div class="col-md-12"> <h3>What data is expected?</h3> <p>This data category requires results by constituency / district for all major national electoral contests. To satisfy this category, the following minimum criteria must be met:</p> <ul> <li>Result for all major electoral contests</li> <li>Number of registered votes</li> <li>Number of invalid votes</li> <li>Number of spoiled ballots</li> <li>All data should be reported at the level of the polling station</li> </ul> </div> </div> <div class="row"> <div class="col-md-12"> <h3>What data is available</h3> </div> <div class="col-md-6"> <ul class="availability-single"> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Openly licensed? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The licence must comply with the Open Definition which allows data to be freely used, reused and redistributed. The Open Definition provides a list of conformant licences. If the data uses one of these licences, it is openly licensed.&lt;/p&gt; &lt;p&gt;Licences are commonly found in:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the web page footer&lt;/li&gt; &lt;li&gt;a link to Terms &amp;amp; Conditions&lt;/li&gt; &lt;li&gt;the About section&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Some licences may allow re-use and redistribution but have not been assessed as conformant with the Open Definition. In this case, seek feedback on the Open Data Index discussion forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-unlock-alt pointer" title="Click for more information"></i>&nbsp; Openly licensed? No (No URL given) </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available for free? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The data is free if you don’t have to pay for it.&lt;/p&gt;" data-placement="right"> <i class="fa fa-dollar pointer" title="Click for more information"></i>&nbsp; Is the data available for free? Yes </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data machine readable? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;All files are digital, but not all can be processed or parsed easily by a computer. In order to answer this question, you would need to look at the file type of the dataset. As a rule of thumb the following file types are machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;XLS&lt;/li&gt; &lt;li&gt;CSV&lt;/li&gt; &lt;li&gt;JSON&lt;/li&gt; &lt;li&gt;XML&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The following formats are NOT machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;HTML&lt;/li&gt; &lt;li&gt;PDF&lt;/li&gt; &lt;li&gt;DOC&lt;/li&gt; &lt;li&gt;JIF&lt;/li&gt; &lt;li&gt;JPEG&lt;/li&gt; &lt;li&gt;PPT&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;If you have a different file type and you don’t know if it’s machine readable or not, ask in the Open Data Census forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-keyboard-o pointer" title="Click for more information"></i>&nbsp; Is the data machine readable? No (n/a) </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Available in bulk? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is available in bulk if the whole dataset can be downloaded easily. It is considered non-bulk if the citizens are limited to getting parts of the dataset through an online interface.&lt;/p&gt; &lt;p&gt;For example, if restricted to querying a web form and retrieving a few results at a time from a very large database.&lt;/p&gt;" data-placement="right"> <i class="fa fa-copy pointer" title="Click for more information"></i>&nbsp; Available in bulk? No </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data provided on a timely and up to date basis? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Is the data current for the census year? You can determine or estimate when the data was last updated and its update frequency by reviewing:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the metadata displayed for the data in an open data portal or web page&lt;/li&gt; &lt;li&gt;the dataset title or filename e.g. Budget 2013-14 or Election_4July2015.csv&lt;/li&gt; &lt;li&gt;metadata tags embedded in the web page that contains the data&lt;/li&gt; &lt;li&gt;date values within the data to find the most recent date value&lt;/li&gt; &lt;li&gt;the timestamp on the data file (although this may not be accurate)&lt;/li&gt; &lt;li&gt;Some data is not updated on a regular basis. e.g. Pollutant emissions may be updated daily - while postal codes may not change for many years. &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;You may need to use your judgement to determine if the data is timely and up to date. Document your rationale in the comments section.&lt;/p&gt; &lt;p&gt;If you cannot determine a date, answer, &amp;quot;NO&amp;quot; i.e. the data is not timely or up-to-date.&lt;/p&gt;" data-placement="right"> <i class="fa fa-clock-o pointer" title="Click for more information"></i>&nbsp; Is the data provided on a timely and up to date basis? Yes </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Publicly available? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Can the data be accessed by the public without restrictions? Data is considered publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It can be accessed online without the need for a password or permissions.&lt;/li&gt; &lt;li&gt;If the data is in paper form, can be accessed by the public, and there is no restrictions on the number of photocopies that can be made.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Data is &lt;strong&gt;NOT&lt;/strong&gt; publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It is only made available after making a request.&lt;/li&gt; &lt;li&gt;It was availiable because of FOIA. &lt;/li&gt; &lt;li&gt;It can only be accessed by government officials.&lt;/li&gt; &lt;/ul&gt;" data-placement="right"> <i class="fa fa-eye pointer" title="Click for more information"></i>&nbsp; Publicly available? Yes published by Independent Election Committee</a>) </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is data in digital form? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data can be in a digital format, but not accessible online. For example: A country budget can be stored on a spreadsheet or otherwise on a private government network, but not on the Internet. This means that the data is digital, but not publicly available. If you know that the data is digital somewhere inside the government (e.g. a government official tells you so), then you should answer “YES” to this question and note in the comment section how you discovered the data is in digital form.&lt;/p&gt;" data-placement="right"> <i class="fa fa-save pointer" title="Click for more information"></i>&nbsp; Is data in digital form? Yes </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available online? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is online if it can be accessed via the Internet (e.g. a website or open data portal). If the data has been emailed to you but is not accessible via the Internet, it is not considered to be available online.&lt;/p&gt;" data-placement="right"> <i class="fa fa-download pointer" title="Click for more information"></i>&nbsp; Is the data available online? Yes (<a href="http://www.entikhabat.jo">Here</a>) </li> <li class="yes" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Does the data exist? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data must come from an official resource either issued directly by the government or by a third party officially representing the government. Data offered by companies, citizen initiatives or any non-governmental organisation do not count for the Index.&lt;/p&gt; &lt;p&gt;If the government has given the right to publish the data to third parties, a submission with a link a to third party site is allowed. The third-party site must explicitly state that the data has been commissioned by the government. Check if the organization has an agreement with the government to be the official source and make a note in the comment section.&lt;/p&gt;" data-placement="right"> <i class="fa fa-file-o pointer" title="Click for more information"></i>&nbsp; Does the data exist? Yes </li> </ul> </div> <div class="col-md-6"> <h4><strong>Details</strong></h4> <p>The data is published on independent election committee website. The data about parliament elections. The format of is PDF embodied in website farm. The last was from 2013.</p> <h4><strong>Reviewer comments</strong></h4> <p>The data is updated timely. The most recent data is avaliable and seems to have been posted soon after the election.</p> </div> </div> </section> <section id="place-contributors"> <div class="row"> <h2>Contributors</h2> <div class="col-md-6"> <h4>Reviewers</h4> <ul> <li>Kamil Gregor</li> </ul> </div> <div class="col-md-6"> <h4>Submitters</h4> <ul> <li>Sadeek Hasna</li> </ul> </div> </div> </section> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
okfn/opendataindex-2015
place/jordan/elections/index.html
HTML
mit
21,460
<!DOCTYPE html> <html> <head> <style> #image-shape { font: 50px/1 Ahem, sans-serif; margin: 0px; color: green; width: 350px; height: 350px; background-image: url("../resources/svg-shape-001.svg"); background-repeat: no-repeat; } </style> <body> <p id="informative-text"> This test requires the Ahem font. It uses svg-shape-001.svg to define a shape-inside. The content should just cover the blue background shape with solid green.</p> <pre id="image-shape"> XXXXX XXX X XXX XXXXX </pre> </body> </html>
lordmos/blink
LayoutTests/fast/shapes/shape-inside/shape-inside-image-003-expected.html
HTML
mit
552
<html> <head> <style> div.figures figure { display:inline-block; margin: 1px; } figure img { vertical-align: top; } figure figcaption { text-align: center; } </style> </head> <body> <h1>hyperval_sulfur</h1> <div class = "figures"> <figure><img src="img/CC1COCCN1c1cc%28C%3DS%28C%29%28N%29%3DO%29nc%28-c2ccnc3%5BnH%5Dccc23%29n1.svg"/></figure> <figure><img src="img/C%3DS%28N%29%28%3DO%29c1ccc%28Nc2ncc%28Br%29c%28NC%28C%29CO%29n2%29cc1.svg"/></figure> <figure><img src="img/CNC%28%3DO%29c1ccccc1-%5Bs%2B%5D1c2ccccc2c%28%3DO%29n1C.svg"/></figure> <figure><img src="img/O%3DC%28O%29c1cc%28%3DO%29c2cc3c%28c%28Cl%29c2%5BnH%5D1%29c1ccccc1%5Bs%2B%5D3%5BO-%5D.svg"/></figure> <figure><img src="img/C%3D%5BS%2B%5D1%28%5BO-%5D%29CCC%28Nc2cccc%28Sc3ccc%28C%3DCC%28%3DO%29N4CCOCC4%29c%28C%28F%29%28F%29F%29c3C%28F%29%28F%29F%29c2%29CC1.svg"/></figure> <figure><img src="img/COc1ccc%28-c2c%28Oc3cccc%28C%29c3%29c3ccc%28OC%29cc3%5Bs%2B%5D2O%29cc1.svg"/></figure> <figure><img src="img/COc1ccc2c%28c1%29c%28OC%28C%29C%29c%28C%28%3DO%29NC%28C%29C%29%5Bs%2B%5D2%5BO-%5D.svg"/></figure> <figure><img src="img/C%3DS%28N%29%28%3DO%29C1%28c2cc%28N3CCOCC3C%29nc%28-n3c%28NC%29nc4cc%28F%29ccc43%29n2%29CC1.svg"/></figure> <figure><img src="img/COc1cc2c%28cc1OC%29%3DS%28C%29%28%3DO%29N%3DC%28N1CCC%28O%29%28c3ccccc3%29CC1%29N%3D2.svg"/></figure> <figure><img src="img/CC%28C%29%28C%29c1cc%28-c2cn3cc%5Bs%2B%5D%28O%29c3n2%29cc%28C%28C%29%28C%29C%29c1O.svg"/></figure> <figure><img src="img/COc1ccc%28Oc2c%28-c3ccc%28OC%29cc3%29%5Bs%2B%5D%28O%29c3cc%28OC%29ccc23%29cc1.svg"/></figure> <figure><img src="img/Cc1nn%28C%29c%28C%29c1N%5BS%2B%5D%28%5BO-%5D%29%28O%29%3DC1C%3DCC2%3DNC%28%3DO%29CC2%3DC1.svg"/></figure> <figure><img src="img/CC%28C%29C%28C%29c1cccc2c1NC%3DS2C%28C%29C%28C%29C.svg"/></figure> <figure><img src="img/CC1%28C%29CC2%3DNOS3%3DC2C%28%3DNO3%29C1c1ccccn1.svg"/></figure> </div> </body> </html>
fiskio/fiskio.github.io
guacamol_100K/245.html
HTML
mit
2,023
<html> <head> </head> <body> <h2> Private Injuries, And Revenges No Punishments </h2> <span class="oldenglish"> From </span> <span class="oldenglish"> the </span> <span class="oldfrench"> definition </span> <span class="oldenglish"> of </span> Punishment, I inferre, First, <span class="oldenglish"> that </span> <span class="oldenglish"> neither </span> <span class="latin"> private </span> revenges, <span class="english"> nor </span> <span class="french"> injuries </span> <span class="oldenglish"> of </span> <span class="latin"> private </span> men, <span class="oldenglish"> can </span> <span class="oldfrench"> properly </span> <span class="oldenglish"> be </span> <span class="oldenglish"> stiled </span> Punishment; <span class="french"> because </span> <span class="oldnorse"> they </span> <span class="oldfrench"> proceed </span> <span class="english"> not </span> <span class="oldenglish"> from </span> publique Authority. </body> </html>
charlesreid1/wordswordswords
etymology/html/leviathan376.html
HTML
mit
1,111
<button class="btn btn--primary btn--md" disabled>Disabled</button>
octanisorg/assoc_website
_sass/kanbasu/src/materials/components/buttons/states.html
HTML
mit
68
<!doctype html> <html> <head> <title>domInteractive CSS - too optimistic</title> <style> .above { margin-top: 0.5em; } </style> <script> function doSubmit() { var txt = document.getElementById("searchtext").value; var resultsdiv = document.getElementById("searchresults"); resultsdiv.innerHTML = "No results found for \"" + txt + "\". (This is just a test page.)"; return false; } function doClear() { document.body.innerHTML = ""; } window.onload = function () { var domi = document.getElementById("domi"); if ("undefined" === typeof (window.performance) || "undefined" === typeof (performance.timing)) { domi.innerHTML = "Nav timing is not supported. Try Chrome."; } else { t = performance.timing; domi.innerHTML = "domInteractive = " + (t.domInteractive - t.navigationStart) + " ms"; } } </script> <link href="http://localhost:8001/sleep?type=css" rel="stylesheet"> </head> <body> <h1>domInteractive CSS - too optimistic</h1> <div style="margin: 1em; padding: 1em; border: 1px solid;"> <div>This is the critical interactive content:</div> <div class=above> <a href="ix-js.php" onclick="doClear()">Script</a> &nbsp;|&nbsp; <a href="ix-css.php" onclick="doClear()">Stylesheet</a> &nbsp;|&nbsp; <a href="ix-font.php" onclick="doClear()">Font</a> &nbsp;|&nbsp; <a href="http://stevesouders.com/blog/">blog post</a> </div> <div class=above> <form onsubmit="doSubmit(); return false"> Search: <input type=text id=searchtext value=something> <input type=submit> </form> </div> </div> <div class=above id=searchresults style="height: 2em; color: #C00;"> </div> <div class=above id=domi style="font-size: 2em"> </div> </body> </html>
opbeat/opbeat-angular
test/e2e/navigation-timing/css.html
HTML
mit
1,867
<HTML> <HEAD> <TITLE>Top</TITLE> </HEAD><BODY BGCOLOR=white><CENTER><TABLE BORDER="1" CELLSPACING="0" BGCOLOR="#d0d0d0"><TR><TH>18116002/ (99%)<TH><IMG SRC="../../bitmaps/tm_0_99.gif" BORDER="0" ALIGN=left><TH>18116006/ (99%)<TH><IMG SRC="../../bitmaps/tm_0_99.gif" BORDER="0" ALIGN=left><TH> <TR><TD><A HREF="match24-0.html#0" NAME="0" TARGET="0">2-72</A> <TD><A HREF="match24-0.html#0" NAME="0" TARGET="0"><IMG SRC="../../bitmaps/tm_0_99.gif" ALT="link" BORDER="0" ALIGN=left></A> <TD><A HREF="match24-1.html#0" NAME="0" TARGET="1">2-80</A> <TD><A HREF="match24-1.html#0" NAME="0" TARGET="1"><IMG SRC="../../bitmaps/tm_0_99.gif" ALT="link" BORDER="0" ALIGN=left></A> </TABLE></CENTER></BODY></BODY></HTML>
suyashmahar/suyashmahar.github.io
courses/ecn104/spring19/plaigiarism-assignment3/results/289570066/match24-top.html
HTML
mit
707
<!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:31 EEST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.pkrete.xrd4j.rest.client.RESTClientFactory (XRd4J :: Rest 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.rest.client.RESTClientFactory (XRd4J :: Rest 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/rest/client/RESTClientFactory.html" title="class in com.pkrete.xrd4j.rest.client">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/rest/client/class-use/RESTClientFactory.html" target="_top">Frames</a></li> <li><a href="RESTClientFactory.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.rest.client.RESTClientFactory" class="title">Uses of Class<br>com.pkrete.xrd4j.rest.client.RESTClientFactory</h2> </div> <div class="classUseContainer">No usage of com.pkrete.xrd4j.rest.client.RESTClientFactory</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/rest/client/RESTClientFactory.html" title="class in com.pkrete.xrd4j.rest.client">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/rest/client/class-use/RESTClientFactory.html" target="_top">Frames</a></li> <li><a href="RESTClientFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014-2015. All Rights Reserved.</small></p> </body> </html>
petkivim/xrd4j
docs/rest/com/pkrete/xrd4j/rest/client/class-use/RESTClientFactory.html
HTML
mit
4,487
<!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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>Ticket IDs</title> <!-- Bootstrap core CSS --> <link href="/template/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="/template/dashboard/dashboard.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <script src="/template/assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[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]--> <!-- Load c3.css --> <link href="/vendor/c3/c3.min.css" rel="stylesheet" type="text/css"> <!-- Load d3.js and c3.js --> <script src="/vendor/d3/d3.min.js" charset="utf-8"></script> <script src="/vendor/c3/c3.min.js"></script> <script src="/vendor/jquery/dist/jquery.min.js"></script> <script src="/vendor/underscore/underscore-min.js"></script> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top cms-render-user"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="/">Ticket IDs</a> </div> <span class="user pull-right"></span> </div> </nav> <div class="container-fluid"> <div class="row"> <div class="col-sm-3 col-md-2 sidebar"> <ul class="nav nav-sidebar"> <li><a href="/app/tickets">Tickets</a></li> <li><a href="/app/reports">Reports</a></li> <li><a href="/app/customers">Customers</a></li> <li class="active"><a href="/app/counters">IDs</a></li> <li><a href="/logout">Logout</a></li> </ul> </div> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 col-lg-10 col-lg-offset-2 main"> <div class="row"> <h2 class="sub-header">ID List</h2> </div> <form class="form-inline"> <input type="text" class="form-control" id="search" placeholder="Type to search"> </form> <div class="table-responsive"> <table id="logs-table" class="table table-striped"> <thead> <tr> <th>Name</th> <th>Current Id</th> <th>Change</th> </tr> </thead> <tbody class="cms-data-counters cms-render-counters"> <tr> <td>No name provided</td> <td>No email provided</td> <td> <form class="form-inline" method="POST" action="/api/counter/:id/rename"> <div class="input-group"> <input type="text" class="form-control" name="newId" placeholder="New ID"> <span class="input-group-btn"> <input type="submit" class="btn btn-danger" value="Rename"> </span> </div> </form> </td> </tr> </tbody> </table> </div> </div> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="/vendor/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> <script src="/template/assets/js/vendor/holder.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="/template/assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
onDevio/tricket
template/dashboard/counters.html
HTML
mit
4,515
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_sampleoffset"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1Event.html#a9b2081be7783cb98c534aa1ff955ac5c" target="_parent">sampleOffset</a> <span class="SRScope">Steinberg::Vst::Event</span> </div> </div> <div class="SRResult" id="SR_samplerate"> <div class="SREntry"> <a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_samplerate')">sampleRate</a> <div class="SRChildren"> <a id="Item1_c0" onkeydown="return searchResults.NavChild(event,1,0)" onkeypress="return searchResults.NavChild(event,1,0)" onkeyup="return searchResults.NavChild(event,1,0)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessSetup.html#afb7316112f9d8e74b30331957e7ca9b3" target="_parent">Steinberg::Vst::ProcessSetup::sampleRate()</a> <a id="Item1_c1" onkeydown="return searchResults.NavChild(event,1,1)" onkeypress="return searchResults.NavChild(event,1,1)" onkeyup="return searchResults.NavChild(event,1,1)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessContext.html#a2bd79d2ab2dfb6aeaf75c2878ad30e1f" target="_parent">Steinberg::Vst::ProcessContext::sampleRate()</a> </div> </div> </div> <div class="SRResult" id="SR_samplestonextclock"> <div class="SREntry"> <a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessContext.html#a01be967abff36568fab07ab7d4eac7d9" target="_parent">samplesToNextClock</a> <span class="SRScope">Steinberg::Vst::ProcessContext</span> </div> </div> <div class="SRResult" id="SR_scale"> <div class="SREntry"> <a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/[email protected]#aa5ba30ca69cff19d9c45599238388230" target="_parent">scale</a> <span class="SRScope">Steinberg::Vst::Event</span> </div> </div> <div class="SRResult" id="SR_sdkversion"> <div class="SREntry"> <a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_sdkversion')">sdkVersion</a> <div class="SRChildren"> <a id="Item4_c0" onkeydown="return searchResults.NavChild(event,4,0)" onkeypress="return searchResults.NavChild(event,4,0)" onkeyup="return searchResults.NavChild(event,4,0)" class="SRScope" doxygen="base.tag:../../base/" href="../../base/structSteinberg_1_1PClassInfo2.html#aefe2ed287dcf207d4f83b335ed2b78f5" target="_parent">Steinberg::PClassInfo2::sdkVersion()</a> <a id="Item4_c1" onkeydown="return searchResults.NavChild(event,4,1)" onkeypress="return searchResults.NavChild(event,4,1)" onkeyup="return searchResults.NavChild(event,4,1)" class="SRScope" doxygen="base.tag:../../base/" href="../../base/structSteinberg_1_1PClassInfoW.html#a2fb55f1840c1948ff8added4e4775684" target="_parent">Steinberg::PClassInfoW::sdkVersion()</a> </div> </div> </div> <div class="SRResult" id="SR_sectionsize"> <div class="SREntry"> <a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1ReadOnlyBStream.html#af41bde84789297dfe81525f233300d84" target="_parent">sectionSize</a> <span class="SRScope">Steinberg::Vst::ReadOnlyBStream</span> </div> </div> <div class="SRResult" id="SR_seekposition"> <div class="SREntry"> <a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1ReadOnlyBStream.html#a1cdfa4bf0d188b0055ea2e95878cbba4" target="_parent">seekPosition</a> <span class="SRScope">Steinberg::Vst::ReadOnlyBStream</span> </div> </div> <div class="SRResult" id="SR_selectedunit"> <div class="SREntry"> <a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1EditControllerEx1.html#a01ef4a1655606824bc5d406170c1f753" target="_parent">selectedUnit</a> <span class="SRScope">Steinberg::Vst::EditControllerEx1</span> </div> </div> <div class="SRResult" id="SR_shorttitle"> <div class="SREntry"> <a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_shorttitle')">shortTitle</a> <div class="SRChildren"> <a id="Item8_c0" onkeydown="return searchResults.NavChild(event,8,0)" onkeypress="return searchResults.NavChild(event,8,0)" onkeyup="return searchResults.NavChild(event,8,0)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ParameterInfo.html#a1e6fd281b54c5303b365a179c567bdce" target="_parent">Steinberg::Vst::ParameterInfo::shortTitle()</a> <a id="Item8_c1" onkeydown="return searchResults.NavChild(event,8,1)" onkeypress="return searchResults.NavChild(event,8,1)" onkeyup="return searchResults.NavChild(event,8,1)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1NoteExpressionTypeInfo.html#a1e6fd281b54c5303b365a179c567bdce" target="_parent">Steinberg::Vst::NoteExpressionTypeInfo::shortTitle()</a> <a id="Item8_c2" onkeydown="return searchResults.NavChild(event,8,2)" onkeypress="return searchResults.NavChild(event,8,2)" onkeyup="return searchResults.NavChild(event,8,2)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1KeyswitchInfo.html#a1e6fd281b54c5303b365a179c567bdce" target="_parent">Steinberg::Vst::KeyswitchInfo::shortTitle()</a> </div> </div> </div> <div class="SRResult" id="SR_silenceflags"> <div class="SREntry"> <a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1AudioBusBuffers.html#a2c73b926e22ddb05193b6edd16a008f8" target="_parent">silenceFlags</a> <span class="SRScope">Steinberg::Vst::AudioBusBuffers</span> </div> </div> <div class="SRResult" id="SR_size"> <div class="SREntry"> <a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_size')">size</a> <div class="SRChildren"> <a id="Item10_c0" onkeydown="return searchResults.NavChild(event,10,0)" onkeypress="return searchResults.NavChild(event,10,0)" onkeyup="return searchResults.NavChild(event,10,0)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1DataEvent.html#a0d40f1591c12f359c3fa3f982f9a221d" target="_parent">Steinberg::Vst::DataEvent::size()</a> <a id="Item10_c1" onkeydown="return searchResults.NavChild(event,10,1)" onkeypress="return searchResults.NavChild(event,10,1)" onkeyup="return searchResults.NavChild(event,10,1)" class="SRScope" href="../structSteinberg_1_1Vst_1_1PresetFile_1_1Entry.html#ab1758d5ff5bb8a9770c8c1e1b3b5b5f9" target="_parent">Steinberg::Vst::PresetFile::Entry::size()</a> </div> </div> </div> <div class="SRResult" id="SR_smpteoffsetsubframes"> <div class="SREntry"> <a id="Item11" onkeydown="return searchResults.Nav(event,11)" onkeypress="return searchResults.Nav(event,11)" onkeyup="return searchResults.Nav(event,11)" class="SRSymbol" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessContext.html#af46e5ad510319f6dd5687519ae47c76b" target="_parent">smpteOffsetSubframes</a> <span class="SRScope">Steinberg::Vst::ProcessContext</span> </div> </div> <div class="SRResult" id="SR_sourceoffset"> <div class="SREntry"> <a id="Item12" onkeydown="return searchResults.Nav(event,12)" onkeypress="return searchResults.Nav(event,12)" onkeyup="return searchResults.Nav(event,12)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1ReadOnlyBStream.html#ac307066b40cf8bf55dd44465564f3e65" target="_parent">sourceOffset</a> <span class="SRScope">Steinberg::Vst::ReadOnlyBStream</span> </div> </div> <div class="SRResult" id="SR_sourcestream"> <div class="SREntry"> <a id="Item13" onkeydown="return searchResults.Nav(event,13)" onkeypress="return searchResults.Nav(event,13)" onkeyup="return searchResults.Nav(event,13)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1ReadOnlyBStream.html#ab5f8047e9c69ee8936a446f5de7c6cc6" target="_parent">sourceStream</a> <span class="SRScope">Steinberg::Vst::ReadOnlyBStream</span> </div> </div> <div class="SRResult" id="SR_state"> <div class="SREntry"> <a id="Item14" onkeydown="return searchResults.Nav(event,14)" onkeypress="return searchResults.Nav(event,14)" onkeyup="return searchResults.Nav(event,14)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_state')">state</a> <div class="SRChildren"> <a id="Item14_c0" onkeydown="return searchResults.NavChild(event,14,0)" onkeypress="return searchResults.NavChild(event,14,0)" onkeyup="return searchResults.NavChild(event,14,0)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessContext.html#a0a213e749fd32870b11cffff1c0c2e53" target="_parent">Steinberg::Vst::ProcessContext::state()</a> <a id="Item14_c1" onkeydown="return searchResults.NavChild(event,14,1)" onkeypress="return searchResults.NavChild(event,14,1)" onkeyup="return searchResults.NavChild(event,14,1)" class="SRScope" href="../classSteinberg_1_1Vst_1_1XmlRepresentationHelper.html#ab27374d05aa1aa87c6cbb4e324f0214a" target="_parent">Steinberg::Vst::XmlRepresentationHelper::state()</a> </div> </div> </div> <div class="SRResult" id="SR_stepcount"> <div class="SREntry"> <a id="Item15" onkeydown="return searchResults.Nav(event,15)" onkeypress="return searchResults.Nav(event,15)" onkeyup="return searchResults.Nav(event,15)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_stepcount')">stepCount</a> <div class="SRChildren"> <a id="Item15_c0" onkeydown="return searchResults.NavChild(event,15,0)" onkeypress="return searchResults.NavChild(event,15,0)" onkeyup="return searchResults.NavChild(event,15,0)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ParameterInfo.html#ac1efeff62e4ba9aea101c3327e0b5c4d" target="_parent">Steinberg::Vst::ParameterInfo::stepCount()</a> <a id="Item15_c1" onkeydown="return searchResults.NavChild(event,15,1)" onkeypress="return searchResults.NavChild(event,15,1)" onkeyup="return searchResults.NavChild(event,15,1)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1NoteExpressionValueDescription.html#ac1efeff62e4ba9aea101c3327e0b5c4d" target="_parent">Steinberg::Vst::NoteExpressionValueDescription::stepCount()</a> </div> </div> </div> <div class="SRResult" id="SR_stream"> <div class="SREntry"> <a id="Item16" onkeydown="return searchResults.Nav(event,16)" onkeypress="return searchResults.Nav(event,16)" onkeyup="return searchResults.Nav(event,16)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1PresetFile.html#a78d49eed9e150f042fe1e0434fb52102" target="_parent">stream</a> <span class="SRScope">Steinberg::Vst::PresetFile</span> </div> </div> <div class="SRResult" id="SR_streamer"> <div class="SREntry"> <a id="Item17" onkeydown="return searchResults.Nav(event,17)" onkeypress="return searchResults.Nav(event,17)" onkeyup="return searchResults.Nav(event,17)" class="SRSymbol" href="../classSteinberg_1_1Vst_1_1XmlRepresentationHelper.html#a9a507c0d18cbf9a2eefcc8b7752a5a01" target="_parent">streamer</a> <span class="SRScope">Steinberg::Vst::XmlRepresentationHelper</span> </div> </div> <div class="SRResult" id="SR_string16"> <div class="SREntry"> <a id="Item18" onkeydown="return searchResults.Nav(event,18)" onkeypress="return searchResults.Nav(event,18)" onkeyup="return searchResults.Nav(event,18)" class="SRSymbol" doxygen="base.tag:../../base/" href="../../base/[email protected]#a1264080af4e6271f01c888cc93953194" target="_parent">string16</a> <span class="SRScope">Steinberg::FVariant</span> </div> </div> <div class="SRResult" id="SR_string8"> <div class="SREntry"> <a id="Item19" onkeydown="return searchResults.Nav(event,19)" onkeypress="return searchResults.Nav(event,19)" onkeyup="return searchResults.Nav(event,19)" class="SRSymbol" doxygen="base.tag:../../base/" href="../../base/[email protected]#adeedacf549c7fcf04323ea19dfa84244" target="_parent">string8</a> <span class="SRScope">Steinberg::FVariant</span> </div> </div> <div class="SRResult" id="SR_subcategories"> <div class="SREntry"> <a id="Item20" onkeydown="return searchResults.Nav(event,20)" onkeypress="return searchResults.Nav(event,20)" onkeyup="return searchResults.Nav(event,20)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_subcategories')">subCategories</a> <div class="SRChildren"> <a id="Item20_c0" onkeydown="return searchResults.NavChild(event,20,0)" onkeypress="return searchResults.NavChild(event,20,0)" onkeyup="return searchResults.NavChild(event,20,0)" class="SRScope" doxygen="base.tag:../../base/" href="../../base/structSteinberg_1_1PClassInfo2.html#a106c76c37c57aa35e42654278412ee90" target="_parent">Steinberg::PClassInfo2::subCategories()</a> <a id="Item20_c1" onkeydown="return searchResults.NavChild(event,20,1)" onkeypress="return searchResults.NavChild(event,20,1)" onkeyup="return searchResults.NavChild(event,20,1)" class="SRScope" doxygen="base.tag:../../base/" href="../../base/structSteinberg_1_1PClassInfoW.html#a106c76c37c57aa35e42654278412ee90" target="_parent">Steinberg::PClassInfoW::subCategories()</a> </div> </div> </div> <div class="SRResult" id="SR_symbolicsamplesize"> <div class="SREntry"> <a id="Item21" onkeydown="return searchResults.Nav(event,21)" onkeypress="return searchResults.Nav(event,21)" onkeyup="return searchResults.Nav(event,21)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_symbolicsamplesize')">symbolicSampleSize</a> <div class="SRChildren"> <a id="Item21_c0" onkeydown="return searchResults.NavChild(event,21,0)" onkeypress="return searchResults.NavChild(event,21,0)" onkeyup="return searchResults.NavChild(event,21,0)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessSetup.html#a9392481e4890fb9c08015eed7c2655e0" target="_parent">Steinberg::Vst::ProcessSetup::symbolicSampleSize()</a> <a id="Item21_c1" onkeydown="return searchResults.NavChild(event,21,1)" onkeypress="return searchResults.NavChild(event,21,1)" onkeyup="return searchResults.NavChild(event,21,1)" class="SRScope" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessData.html#a9392481e4890fb9c08015eed7c2655e0" target="_parent">Steinberg::Vst::ProcessData::symbolicSampleSize()</a> </div> </div> </div> <div class="SRResult" id="SR_systemtime"> <div class="SREntry"> <a id="Item22" onkeydown="return searchResults.Nav(event,22)" onkeypress="return searchResults.Nav(event,22)" onkeyup="return searchResults.Nav(event,22)" class="SRSymbol" doxygen="vstinterfaces.tag:../../vstinterfaces/" href="../../vstinterfaces/structSteinberg_1_1Vst_1_1ProcessContext.html#a6dca674d990cf41493918b226fcf5dde" target="_parent">systemTime</a> <span class="SRScope">Steinberg::Vst::ProcessContext</span> </div> </div> <div class="SRResult" id="SR_systemwindow"> <div class="SREntry"> <a id="Item23" onkeydown="return searchResults.Nav(event,23)" onkeypress="return searchResults.Nav(event,23)" onkeyup="return searchResults.Nav(event,23)" class="SRSymbol" href="../classSteinberg_1_1CPluginView.html#ae49c811d14bdd1b05e6502b7c56bba85" target="_parent">systemWindow</a> <span class="SRScope">Steinberg::CPluginView</span> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
rcgilbert/csc344-wi14
SDKs/VST3 SDK/doc/vstsdk/search/variables_73.html
HTML
mit
17,964
<!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.6.0_27) on Thu Jan 23 20:12:12 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Package org.apache.lucene.analysis.pattern (Lucene 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <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 Package org.apache.lucene.analysis.pattern (Lucene 4.6.1 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>Class</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="../../../../../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?org/apache/lucene/analysis/pattern/package-use.html" target="_top">FRAMES</a></li> <li><a href="package-use.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.apache.lucene.analysis.pattern" class="title">Uses of Package<br>org.apache.lucene.analysis.pattern</h1> </div> <div class="contentContainer"> <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="../../../../../org/apache/lucene/analysis/pattern/package-summary.html">org.apache.lucene.analysis.pattern</a></span><span class="tabEnd">&nbsp;</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="#org.apache.lucene.analysis.pattern">org.apache.lucene.analysis.pattern</a></td> <td class="colLast"> <div class="block">Set of components for pattern-based (regex) analysis.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.lucene.analysis.pattern"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/lucene/analysis/pattern/package-summary.html">org.apache.lucene.analysis.pattern</a> used by <a href="../../../../../org/apache/lucene/analysis/pattern/package-summary.html">org.apache.lucene.analysis.pattern</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/lucene/analysis/pattern/class-use/PatternCaptureGroupTokenFilter.html#org.apache.lucene.analysis.pattern">PatternCaptureGroupTokenFilter</a> <div class="block">CaptureGroup uses Java regexes to emit multiple tokens - one for each capture group in one or more patterns.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../org/apache/lucene/analysis/pattern/class-use/PatternReplaceFilter.html#org.apache.lucene.analysis.pattern">PatternReplaceFilter</a> <div class="block">A TokenFilter which applies a Pattern to each token in the stream, replacing match occurances with the specified replacement string.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../org/apache/lucene/analysis/pattern/class-use/PatternTokenizer.html#org.apache.lucene.analysis.pattern">PatternTokenizer</a> <div class="block">This tokenizer uses regex pattern matching to construct distinct tokens for the input stream.</div> </td> </tr> </tbody> </table> </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>Class</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="../../../../../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?org/apache/lucene/analysis/pattern/package-use.html" target="_top">FRAMES</a></li> <li><a href="package-use.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> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
OrlandoLee/ForYou
lucene/lib/lucene-4.6.1/docs/analyzers-common/org/apache/lucene/analysis/pattern/package-use.html
HTML
mit
6,884
<!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="./5f9cdb902f535a85a9fde3ca8d9b912e66ebdf2bc07dbe919a6712340c233964.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/6341bb2633662c168b7bf8b6894f9e4e8dd5cf0b3a09623cf7b39eba5703d1be.html
HTML
mit
550
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>NVAPI Reference Documentation</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <table width="99%" border="0" cellspacing="1" cellpadding="1"> <tr valign="top"> <td rowspan="2" height="100" width="19%"><img src="NV_Gameworks_blk_H.png"></td> <td width="81%" height="51"> <h6 align="left" style="text-align:right"><font face="Arial, Helvetica, sans-serif" size="4">NVAPI Reference Documentation</font> <br /> <font face="Arial, Helvetica, sans-serif" size="4">NVIDIA</font></h6> </td> </tr> <tr> <td width="81%" height="30"> <h6 align="right"><font face="Arial, Helvetica, sans-serif" size="3">Release 343: September 30 </font><font face="Arial, Helvetica, sans-serif" size="+1"> <br /> </font><font size="2" face="Arial, Helvetica, sans-serif">2014 </font></h6> </td> </tr> </table> <hr> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="functions.html"><span>Data&#160;Fields</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_vars.html"><span>Variables</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_vars.html#index_a"><span>a</span></a></li> <li><a href="functions_vars_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_vars_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_vars_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_vars_0x65.html#index_e"><span>e</span></a></li> <li class="current"><a href="functions_vars_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_vars_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_vars_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_vars_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_vars_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_vars_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_vars_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_vars_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_vars_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_vars_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_vars_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_vars_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_vars_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_vars_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_vars_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_vars_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_vars_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_vars_0x78.html#index_x"><span>x</span></a></li> <li><a href="functions_vars_0x79.html#index_y"><span>y</span></a></li> </ul> </div> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_f"></a>- f -</h3><ul> <li>fFrameRate : <a class="el" href="struct__NVVIOVIDEOMODE.html#ace5b1af086d546d335ae0aa16dde7d9b">_NVVIOVIDEOMODE</a> </li> <li>fGammaValueB : <a class="el" href="struct__NVVIOGAMMACORRECTION.html#a5da9f274f04ac4364a7ce5f265b6cd4b">_NVVIOGAMMACORRECTION</a> </li> <li>fGammaValueG : <a class="el" href="struct__NVVIOGAMMACORRECTION.html#aee8cb623cede14af6b1103bac042b404">_NVVIOGAMMACORRECTION</a> </li> <li>fGammaValueR : <a class="el" href="struct__NVVIOGAMMACORRECTION.html#a44c7fac14d5722865b5fc59dffab3993">_NVVIOGAMMACORRECTION</a> </li> <li>fields : <a class="el" href="struct__NVVIOCONFIG__V1.html#a0df6ce7c76986edb7795fdac3753a780">_NVVIOCONFIG_V1</a> , <a class="el" href="struct__NVVIOCONFIG__V2.html#a6764316447ec3117fdf18b53e59473fe">_NVVIOCONFIG_V2</a> , <a class="el" href="struct__NVVIOCONFIG__V3.html#a7e0a75051e844ab089977f8baebdebd6">_NVVIOCONFIG_V3</a> </li> <li>fileInFolder : <a class="el" href="struct__NVDRS__APPLICATION__V2.html#a2279c5937352df77e45b0605180c5c68">_NVDRS_APPLICATION_V2</a> , <a class="el" href="struct__NVDRS__APPLICATION__V3.html#ad40bfe9a6c77911bfbde93ef26594039">_NVDRS_APPLICATION_V3</a> </li> <li>firmWare : <a class="el" href="struct__NVVIOCAPS.html#aa875a4aff606d5f2fcdce51d97cc4c45">_NVVIOCAPS</a> </li> <li>flag : <a class="el" href="structtagNV__TIMINGEXT.html#ab69bf56a0a597ceaeba4f8cf2c7347f0">tagNV_TIMINGEXT</a> , <a class="el" href="struct__NV__TIMING__INPUT.html#a56fc8aea2bd099777d2853f80d022921">_NV_TIMING_INPUT</a> </li> <li>flags : <a class="el" href="structNV__CHIPSET__INFO__v4.html#a460cdfa19ec89f65e7c615e68d29cdca">NV_CHIPSET_INFO_v4</a> , <a class="el" href="structNV__CHIPSET__INFO__v3.html#a7fbb01fb584bb8bb53dace460bcc8233">NV_CHIPSET_INFO_v3</a> , <a class="el" href="structNV__CHIPSET__INFO__v2.html#adffb658bec3a53ba2d2e867f9fee2b83">NV_CHIPSET_INFO_v2</a> , <a class="el" href="structNV__GPU__PERF__PSTATES__INFO__V1.html#aaa5f3cdc79a075b4288b9c5273179457">NV_GPU_PERF_PSTATES_INFO_V1</a> , <a class="el" href="structNV__GPU__PERF__PSTATES__INFO__V2.html#a303c5672d531eb3f83758a8b6b819015">NV_GPU_PERF_PSTATES_INFO_V2</a> , <a class="el" href="structNV__GPU__DYNAMIC__PSTATES__INFO__EX.html#a763b5100d9670ba7ae21e9c33ef9ac4b">NV_GPU_DYNAMIC_PSTATES_INFO_EX</a> </li> <li>flipQueueLength : <a class="el" href="struct__NVVIOOUTPUTCONFIG__V1.html#abf5fce6b9dcfd3f176c136b46b984cb0">_NVVIOOUTPUTCONFIG_V1</a> , <a class="el" href="struct__NVVIOOUTPUTCONFIG__V2.html#aec9779c633a68ec4940b71774066ca28">_NVVIOOUTPUTCONFIG_V2</a> , <a class="el" href="struct__NVVIOOUTPUTCONFIG__V3.html#a7f7c65877b45d7b76f5dd5e747f25fba">_NVVIOOUTPUTCONFIG_V3</a> </li> <li>forcedDockMechanismPresent : <a class="el" href="structNV__LID__DOCK__PARAMS.html#a7f239b363309a42202bad75c90e86ff7">NV_LID_DOCK_PARAMS</a> </li> <li>forcedLidMechanismPresent : <a class="el" href="structNV__LID__DOCK__PARAMS.html#acafb1b63026f3b6b34730d6ef720cdba">NV_LID_DOCK_PARAMS</a> </li> <li>ForcedSampleCount : <a class="el" href="structNvAPI__D3D11__RASTERIZER__DESC__EX.html#a10585a33d50fdb11bc0934c8a0831f62">NvAPI_D3D11_RASTERIZER_DESC_EX</a> </li> <li>frameLockEnable : <a class="el" href="struct__NVVIOOUTPUTCONFIG__V2.html#a6fa6b05ddacaeb77b033ecffecad23ff">_NVVIOOUTPUTCONFIG_V2</a> , <a class="el" href="struct__NVVIOOUTPUTSTATUS.html#ada379a0b48ae0d7d41ea8c187c92034e">_NVVIOOUTPUTSTATUS</a> , <a class="el" href="struct__NVVIOOUTPUTCONFIG__V1.html#a1c182dc6c9db2bb105ee1248087dbed6">_NVVIOOUTPUTCONFIG_V1</a> , <a class="el" href="struct__NVVIOOUTPUTCONFIG__V3.html#a430dd70772c88d2546e2c97b562610fa">_NVVIOOUTPUTCONFIG_V3</a> </li> <li>freq : <a class="el" href="structNV__GPU__PERF__PSTATES__INFO__V1.html#a11db280e622ac0fc4f7fd5da0a49baa2">NV_GPU_PERF_PSTATES_INFO_V1</a> , <a class="el" href="structNV__MOSAIC__DISPLAY__SETTING.html#a59c7213671f92174da6fec18922b22da">NV_MOSAIC_DISPLAY_SETTING</a> , <a class="el" href="structNV__GPU__PERF__PSTATES__INFO__V2.html#a8923d6b11281c8bb133ecc58eeecaf14">NV_GPU_PERF_PSTATES_INFO_V2</a> </li> <li>freq_kHz : <a class="el" href="structNV__GPU__PSTATE20__CLOCK__ENTRY__V1.html#a49cadb0b15e0172360d7df7e4c5ee8ea">NV_GPU_PSTATE20_CLOCK_ENTRY_V1</a> </li> <li>freqDelta_kHz : <a class="el" href="structNV__GPU__PSTATE20__CLOCK__ENTRY__V1.html#af9d5f569fe349035b4dbad6e2127f4ec">NV_GPU_PSTATE20_CLOCK_ENTRY_V1</a> </li> <li>frequency : <a class="el" href="structNV__GPU__CLOCK__FREQUENCIES__V1.html#aac327997b4926488a136add7d6d72989">NV_GPU_CLOCK_FREQUENCIES_V1</a> , <a class="el" href="structNV__GPU__CLOCK__FREQUENCIES__V2.html#a90def05453232f2a9a9e7c98ce4c4f5e">NV_GPU_CLOCK_FREQUENCIES_V2</a> </li> <li>Future10 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#a7f941d2959918751debedade0b63b5c8">NV_INFOFRAME_AUDIO</a> </li> <li>Future12 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#accc7d1f9581e2e7d2702be4fceaec706">NV_INFOFRAME_AUDIO</a> </li> <li>Future17 : <a class="el" href="structNV__INFOFRAME__VIDEO.html#a9419bc6630a556c772448df775f4959b">NV_INFOFRAME_VIDEO</a> </li> <li>Future2x : <a class="el" href="structNV__INFOFRAME__AUDIO.html#a1cf05b1b3d056df7cdd50ed98a12bb2a">NV_INFOFRAME_AUDIO</a> </li> <li>Future3x : <a class="el" href="structNV__INFOFRAME__AUDIO.html#a3d7af8933286cb7324507b8e76ea836c">NV_INFOFRAME_AUDIO</a> </li> <li>Future47 : <a class="el" href="structNV__INFOFRAME__VIDEO.html#acb4c105d3698861fa8b115786a65a7be">NV_INFOFRAME_VIDEO</a> </li> <li>Future52 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#aa04136d79b7abd1fb5332edf399818c9">NV_INFOFRAME_AUDIO</a> </li> <li>Future6 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#adc7c7496a88fa1889ec0992e95cf17eb">NV_INFOFRAME_AUDIO</a> </li> <li>Future7 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#ac142516015347bbf80ab0a4aae01a5e4">NV_INFOFRAME_AUDIO</a> </li> <li>Future8 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#a0b1749d0681c2b4849db2a3218a9a89f">NV_INFOFRAME_AUDIO</a> </li> <li>Future9 : <a class="el" href="structNV__INFOFRAME__AUDIO.html#a8316b2faeb4eb7311d6b7c2667b08db2">NV_INFOFRAME_AUDIO</a> </li> </ul> </div><!-- contents --> <hr size="2" color="lime"> <small> <br> <div align="center"><a href="legal.html"> Copyright (c) 2007-2014 NVIDIA Corporation. All rights reserved.</a></div> <br> <a href="http://www.nvidia.com" target=_blank><div align="center"><img src="nvidia-logo.jpg" alt="NVIDIA" border="0" align="middle"></a></div> </body> </html>
helifax/OGL-3DVision-Wrapper
src/libs/NVAPI_343/docs/NVAPI_Gameworks_R343_html/functions_vars_0x66.html
HTML
mit
10,394
--- layout: default --- <h1>{{ page.title }}</h1> <span class="time">{{ page.date | date_to_string }}</span> {% if page.categories %} <span class="categories"> &raquo; {% for category in page.categories %}<a href="/category/{{ category }}">{{ category }}</a>{% if forloop.last == false %}, {% endif %}{% endfor %} </span> {% endif %} <div class="content"> <div class="post">{{ content }}</div> {% include share-page.html %} </div> {% assign hasSimilar = '' %} {% for post in site.posts %} {% assign postHasSimilar = false %} {% for tag in post.categories %} {% for thisTag in page.categories %} {% if postHasSimilar == false and hasSimilar.size < 6 and post != page and tag == thisTag %} {% if hasSimilar.size == 0 %} <div class="panel-body"> <h4>Related Posts</h4> <ul> {% endif %} <li class="relatedPost"> <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> {% if post.categories %} (Categories: {% for category in post.categories %}<a href="/category/{{ category }}">{{ category }}</a>{% if forloop.last == false %}, {% endif %}{% endfor %}) {% endif %} </li> {% capture hasSimilar %}{{ hasSimilar }}*{% endcapture %} {% assign postHasSimilar = true %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% if hasSimilar.size > 0 %} </ul> </div> {% endif %} <div class="PageNavigation"> {% if page.previous.url %} <a class="prev" href="{{ page.previous.url }}">&laquo; {{ page.previous.title }}</a> {% endif %} {% if page.next.url %} <a class="next" href="{{ page.next.url }}">{{ page.next.title }} &raquo;</a> {% endif %} </div> {% if page.comments %} <div class="disqus-comments"> <div id="disqus_thread"></div> <script type="text/javascript"> /* <![CDATA[ */ var disqus_shortname = "{{ site.disqus_shortname }}"; var disqus_identifier = "{{ site.url }}_{{ page.title }}"; var disqus_title = "{{ page.title }}"; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); /* ]]> */ </script> </div> {% endif %}
remotelytrue/remotelytrue.github.io
_layouts/post.html
HTML
mit
2,613
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (14) on Fri Dec 10 14:50:31 EST 2021 --> <title>Uses of Class com.brettonw.bedrock.bag.SelectType (Bag 1.6.6 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2021-12-10"> <meta name="description" content="use: package: com.brettonw.bedrock.bag, enum: SelectType"> <meta name="generator" content="javadoc/ClassUseWriter"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script-dir/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../../script-dir/jquery-3.4.1.js"></script> <script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script> </head> <body class="class-use"> <script type="text/javascript">var pathtoroot = "../../../../../"; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="flexBox"> <header role="banner" class="flexHeader"> <nav role="navigation"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">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"> <div class="navListSearch"><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </div> </div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="skipNav"><a id="skip.navbar.top"> <!-- --> </a></div> </nav> </header> <div class="flexContent"> <main role="main"> <div class="header"> <h1 title="Uses of Class com.brettonw.bedrock.bag.SelectType" class="title">Uses of Class<br>com.brettonw.bedrock.bag.SelectType</h1> </div> <div class="classUseContainer"> <div class="useSummary"> <table> <caption><span>Packages that use <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor"> <th class="colFirst" scope="row"><a href="#com.brettonw.bedrock.bag">com.brettonw.bedrock.bag</a></th> <td class="colLast"> <div class="block">Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value store.</div> </td> </tr> </tbody> </table> </div> <section class="classUses"> <ul class="blockList"> <li class="blockList"> <section class="detail"><a id="com.brettonw.bedrock.bag"> <!-- --> </a> <h2>Uses of <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a> in <a href="../package-summary.html">com.brettonw.bedrock.bag</a></h2> <div class="useSummary"> <table> <caption><span>Fields in <a href="../package-summary.html">com.brettonw.bedrock.bag</a> declared as <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Field</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SelectKey.</span><code><span class="memberNameLink"><a href="../SelectKey.html#DEFAULT_TYPE">DEFAULT_TYPE</a></span></code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> <div class="useSummary"> <table> <caption><span>Methods in <a href="../package-summary.html">com.brettonw.bedrock.bag</a> that return <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SelectKey.</span><code><span class="memberNameLink"><a href="../SelectKey.html#getType()">getType</a></span>()</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SelectType.</span><code><span class="memberNameLink"><a href="../SelectType.html#valueOf(java.lang.String)">valueOf</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;name)</code></th> <td class="colLast"> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a>[]</code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SelectType.</span><code><span class="memberNameLink"><a href="../SelectType.html#values()">values</a></span>()</code></th> <td class="colLast"> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </div> <div class="useSummary"> <table> <caption><span>Methods in <a href="../package-summary.html">com.brettonw.bedrock.bag</a> with parameters of type <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../SelectKey.html" title="class in com.brettonw.bedrock.bag">SelectKey</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SelectKey.</span><code><span class="memberNameLink"><a href="../SelectKey.html#setType(com.brettonw.bedrock.bag.SelectType)">setType</a></span>&#8203;(<a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a>&nbsp;type)</code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> <div class="useSummary"> <table> <caption><span>Constructors in <a href="../package-summary.html">com.brettonw.bedrock.bag</a> with parameters of type <a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a></span><span class="tabEnd">&nbsp;</span></caption> <thead> <tr> <th class="colFirst" scope="col">Constructor</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor"> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SelectKey.html#%3Cinit%3E(com.brettonw.bedrock.bag.SelectType,com.brettonw.bedrock.bag.BagArray)">SelectKey</a></span>&#8203;(<a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a>&nbsp;type, <a href="../BagArray.html" title="class in com.brettonw.bedrock.bag">BagArray</a>&nbsp;keysArray)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SelectKey.html#%3Cinit%3E(com.brettonw.bedrock.bag.SelectType,com.brettonw.bedrock.bag.BagArray,com.brettonw.bedrock.bag.BagArray)">SelectKey</a></span>&#8203;(<a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a>&nbsp;type, <a href="../BagArray.html" title="class in com.brettonw.bedrock.bag">BagArray</a>&nbsp;keysArray, <a href="../BagArray.html" title="class in com.brettonw.bedrock.bag">BagArray</a>&nbsp;asArray)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SelectKey.html#%3Cinit%3E(com.brettonw.bedrock.bag.SelectType,java.lang.String...)">SelectKey</a></span>&#8203;(<a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a>&nbsp;type, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>...&nbsp;keysArray)</code></th> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SelectKey.html#%3Cinit%3E(com.brettonw.bedrock.bag.SelectType,java.lang.String%5B%5D,java.lang.String%5B%5D)">SelectKey</a></span>&#8203;(<a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">SelectType</a>&nbsp;type, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>[]&nbsp;keysArray, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>[]&nbsp;asArray)</code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> </section> </li> </ul> </section> </div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../SelectType.html" title="enum in com.brettonw.bedrock.bag">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> <a id="skip.navbar.bottom"> <!-- --> </a> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p> </footer> </div> </div> </body> </html>
brettonw/Bedrock
applications/bedrock-site/src/main/webapp/dist/1.6.6/docs/bag/com/brettonw/bedrock/bag/class-use/SelectType.html
HTML
mit
11,771
--- title: Coordinating Council Advisory Committee Meeting _template: event siteLink: /assets/pdf/ccac/CCAC_Mtg_Memo_and_agenda_061418.pdf super_positive_keywords: - Committee Meeting --- <p>The Authority's Coordinating Council Advisory Committee Meeting is scheduled for Thursday, June 14, 2018 at 1 p.m. to 3 p.m. at the offices of the Illinois Criminal Justice Information Authority, 300 W. Adams, Suite 200, Large Conference Room, Chicago, Illinois 60606.</p> <p><a href="/assets/pdf/ccac/CCAC_Mtg_Memo_and_agenda_061418.pdf">View the Meeting Memo and Agenda</a> <i class="fa fa-file-pdf-o"></i></p>
ICJIA/icjia-public-website
_content/85-events/2018-06-14-coordinating-council-advisory-committee-meeting-june-14-2018.html
HTML
mit
605
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <title>Contact</title> <!-- meta --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content="Get in touch using our contact form"> <meta name="keywords" content=""> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <!-- set base --> <base href="../"> <!-- open graph --> <meta property="og:url" content="" /> <meta property="og:type" content="website" /> <meta property="og:title" content="" /> <meta property="og:description" content="" /> <meta property="og:image" content="" /> <!-- icons --> <link theme-icon href="resources/icon.png" rel="icon"> <meta theme-color content="#888" name="msapplication-TileColor"> <meta theme-color content="#888" name="msapplication-TileImage"> <link theme-icon href="resources/icon.png" rel="apple-touch-icon"> <!-- font --> <link href='http://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'> <link type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.css" rel="stylesheet"> <!-- css --> <link rel="stylesheet" href="css/libs.min.css"> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css"> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"> <link type="text/css" href="css/site.min.css" rel="stylesheet"> <!-- google maps --> <script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> </head> <body class="content"> <!-- Start Top Bar --> <div class="top-bar"> <div class="top-bar-left"> <img theme-logo class="logo" src="resources/logo.png"> </div> <div class="top-bar-right"> <ul respond-plugin type="menu" menu="primary" class="menu"> <li><a href="index.html">Home</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="gallery.html">Gallery</a></li> <li><a href="page/about.html">About</a></li> <li><a href="page/contact.html">Contact</a></li> </ul> </div> </div> <!-- /.top-bar --> <div role="main"> <div class="row"> <div class="large-12 columns"> <h1>Contact</h1> <div respond-plugin="" type="form" form="contact-us"></div> </div> </div> <!-- /.row --> </div> <!-- /role=main --> <hr> <div class="row"> <div class="large-12 columns"> <ul respond-plugin type="menu" menu="footer" class="menu"> <li><a href="index.html">Home</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="gallery.html">Gallery</a></li> <li><a href="page/about.html">About</a></li> <li><a href="page/contact.html">Contact</a></li> </ul> </div> </div> <!-- /.row --> </body> <!-- js --> <script src="js/site.all.js"></script> <script> $(document).foundation(); $('.slick').slick({arrows:false, dots: true}); </script> </html>
OnekO/respond
public/themes/foundation/page/contact.html
HTML
mit
3,333
<h1>ReadMore</h1>
epic-math/epicmath
app/readMore.html
HTML
mit
18
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- /fasttmp/mkdist-qt-4.3.5-1211793125/qtopia-core-opensource-src-4.3.5/src/gui/widgets/qmdisubwindow.cpp --> <head> <title>Qt 4.3: QMdiSubWindow Class Reference</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></a></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top" width="230"><a href="http://www.trolltech.com"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></a></td></tr></table><h1 align="center">QMdiSubWindow Class Reference<br /><sup><sup>[<a href="qtgui.html">QtGui</a> module]</sup></sup></h1> <p>The QMdiSubWindow class provides a subwindow class for <a href="qmdiarea.html">QMdiArea</a>. <a href="#details">More...</a></p> <pre> #include &lt;QMdiSubWindow&gt;</pre><p>Inherits <a href="qwidget.html">QWidget</a>.</p> <p>This class was introduced in Qt 4.3.</p> <ul> <li><a href="qmdisubwindow-members.html">List of all members, including inherited members</a></li> </ul> <a name="public-types"></a> <h3>Public Types</h3> <ul> <li><div class="fn"/>enum <b><a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOption</a></b> { RubberBandResize, RubberBandMove }</li> <li><div class="fn"/>flags <b><a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOptions</a></b></li> </ul> <a name="properties"></a> <h3>Properties</h3> <ul> <li><div class="fn"/><b><a href="qmdisubwindow.html#keyboardPageStep-prop">keyboardPageStep</a></b> : int</li> <li><div class="fn"/><b><a href="qmdisubwindow.html#keyboardSingleStep-prop">keyboardSingleStep</a></b> : int</li> </ul> <ul> <li><div class="fn"/>56 properties inherited from <a href="qwidget.html#properties">QWidget</a></li> <li><div class="fn"/>1 property inherited from <a href="qobject.html#properties">QObject</a></li> </ul> <a name="public-functions"></a> <h3>Public Functions</h3> <ul> <li><div class="fn"/><b><a href="qmdisubwindow.html#QMdiSubWindow">QMdiSubWindow</a></b> ( QWidget * <i>parent</i> = 0, Qt::WindowFlags <i>flags</i> = 0 )</li> <li><div class="fn"/><b><a href="qmdisubwindow.html#dtor.QMdiSubWindow">~QMdiSubWindow</a></b> ()</li> <li><div class="fn"/>bool <b><a href="qmdisubwindow.html#isShaded">isShaded</a></b> () const</li> <li><div class="fn"/>int <b><a href="qmdisubwindow.html#keyboardPageStep-prop">keyboardPageStep</a></b> () const</li> <li><div class="fn"/>int <b><a href="qmdisubwindow.html#keyboardSingleStep-prop">keyboardSingleStep</a></b> () const</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#keyboardPageStep-prop">setKeyboardPageStep</a></b> ( int <i>step</i> )</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#keyboardSingleStep-prop">setKeyboardSingleStep</a></b> ( int <i>step</i> )</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#setOption">setOption</a></b> ( SubWindowOption <i>option</i>, bool <i>on</i> = true )</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#setSystemMenu">setSystemMenu</a></b> ( QMenu * <i>systemMenu</i> )</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#setWidget">setWidget</a></b> ( QWidget * <i>widget</i> )</li> <li><div class="fn"/>QMenu * <b><a href="qmdisubwindow.html#systemMenu">systemMenu</a></b> () const</li> <li><div class="fn"/>bool <b><a href="qmdisubwindow.html#testOption">testOption</a></b> ( SubWindowOption <i>option</i> ) const</li> <li><div class="fn"/>QWidget * <b><a href="qmdisubwindow.html#widget">widget</a></b> () const</li> </ul> <ul> <li><div class="fn"/>201 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li> <li><div class="fn"/>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li> <li><div class="fn"/>12 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li> </ul> <a name="public-slots"></a> <h3>Public Slots</h3> <ul> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#showShaded">showShaded</a></b> ()</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#showSystemMenu">showSystemMenu</a></b> ()</li> </ul> <ul> <li><div class="fn"/>19 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li> <li><div class="fn"/>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li> </ul> <a name="signals"></a> <h3>Signals</h3> <ul> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#aboutToActivate">aboutToActivate</a></b> ()</li> <li><div class="fn"/>void <b><a href="qmdisubwindow.html#windowStateChanged">windowStateChanged</a></b> ( Qt::WindowStates <i>oldState</i>, Qt::WindowStates <i>newState</i> )</li> </ul> <ul> <li><div class="fn"/>1 signal inherited from <a href="qwidget.html#signals">QWidget</a></li> <li><div class="fn"/>1 signal inherited from <a href="qobject.html#signals">QObject</a></li> </ul> <h3>Additional Inherited Members</h3> <ul> <li><div class="fn"/>4 static public members inherited from <a href="qwidget.html#static-public-members">QWidget</a></li> <li><div class="fn"/>5 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li> <li><div class="fn"/>38 protected functions inherited from <a href="qwidget.html#protected-functions">QWidget</a></li> <li><div class="fn"/>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li> <li><div class="fn"/>1 protected function inherited from <a href="qpaintdevice.html#protected-functions">QPaintDevice</a></li> <li><div class="fn"/>1 protected slot inherited from <a href="qwidget.html#protected-slots">QWidget</a></li> </ul> <a name="details"></a> <hr /> <h2>Detailed Description</h2> <p>The QMdiSubWindow class provides a subwindow class for <a href="qmdiarea.html">QMdiArea</a>.</p> <p>QMdiSubWindow represents a top-level window in a <a href="qmdiarea.html">QMdiArea</a>, and consists of a title bar with window decorations, an internal widget, and (depending on the current style) a window frame and a size grip. QMdiSubWindow has its own layout, which consists of the title bar and a center area for the internal widget.</p> <p align="center"><img src="images/qmdisubwindowlayout.png" /></p><p>The most common way to construct a QMdiSubWindow is to call <a href="qmdiarea.html#addSubWindow">QMdiArea::addSubWindow</a>() with the internal widget as the argument. You can also create a subwindow yourself, and set an internal widget by calling <a href="qmdisubwindow.html#setWidget">setWidget</a>().</p> <p>You use the same API when programming with subwindows as with regular top-level windows (e.g&#x2e;, you can call functions such as <a href="qwidget.html#show">show</a>(), <a href="qwidget.html#hide">hide</a>(), <a href="qwidget.html#showMaximized">showMaximized</a>(), and <a href="qwidget.html#windowTitle-prop">setWindowTitle</a>()).</p> <a name="subwindow-handling"></a> <h3>Subwindow Handling</h3> <p>QMdiSubWindow also supports behavior specific to subwindows in an MDI area.</p> <p>By default, each QMdiSubWindow is visible inside the MDI area viewport when moved around, but it is also possible to specify transparent window movement and resizing behavior, where only the outline of a subwindow is updated during these operations. The <a href="qmdisubwindow.html#setOption">setOption</a>() function is used to enable this behavior.</p> <p>The <a href="qmdisubwindow.html#isShaded">isShaded</a>() function detects whether the subwindow is currently shaded (i.e&#x2e;, the window is collapsed so that only the title bar is visible). To enter shaded mode, call <a href="qmdisubwindow.html#showShaded">showShaded</a>(). QMdiSubWindow emits the <a href="qmdisubwindow.html#windowStateChanged">windowStateChanged</a>() signal whenever the window state has changed (e.g&#x2e;, when the window becomes minimized, or is restored). It also emits <a href="qmdisubwindow.html#aboutToActivate">aboutToActivate</a>() before it is activated.</p> <p>In keyboard-interactive mode, the windows are moved and resized with the keyboard. You can enter this mode through the system menu of the window. The <a href="qmdisubwindow.html#keyboardSingleStep-prop">keyboardSingleStep</a> and <a href="qmdisubwindow.html#keyboardPageStep-prop">keyboardPageStep</a> properties control the distance the widget is moved or resized for each keypress event. When shift is pressed down page step is used; otherwise single step is used.</p> <p>See also <a href="qmdiarea.html">QMdiArea</a>.</p> <hr /> <h2>Member Type Documentation</h2> <h3 class="flags"><a name="SubWindowOption-enum"></a>enum QMdiSubWindow::SubWindowOption<br />flags QMdiSubWindow::SubWindowOptions</h3> <p>This enum describes options that customize the behavior of <a href="qmdisubwindow.html">QMdiSubWindow</a>.</p> <p><table border="1" cellpadding="2" cellspacing="1" width="100%"> <tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr> <tr><td valign="top"><tt>QMdiSubWindow::RubberBandResize</tt></td><td align="center" valign="top"><tt>0x4</tt></td><td valign="top">If you enable this option, a rubber band control is used to represent the subwindow's outline, and the user resizes this instead of the subwindow itself. As a result, the subwindow maintains its original position and size until the resize operation has been completed, at which time it will receive a single <a href="qresizeevent.html">QResizeEvent</a>. By default, this option is disabled.</td></tr> <tr><td valign="top"><tt>QMdiSubWindow::RubberBandMove</tt></td><td align="center" valign="top"><tt>0x8</tt></td><td valign="top">If you enable this option, a rubber band control is used to represent the subwindow's outline, and the user moves this instead of the subwindow itself. As a result, the subwindow remains in its original position until the move operation has completed, at which time a <a href="qmoveevent.html">QMoveEvent</a> is sent to the window. By default, this option is disabled.</td></tr> </table></p> <p>The SubWindowOptions type is a typedef for <a href="qflags.html">QFlags</a>&lt;SubWindowOption&gt;. It stores an OR combination of SubWindowOption values.</p> <hr /> <h2>Property Documentation</h2> <h3 class="fn"><a name="keyboardPageStep-prop"></a>keyboardPageStep : int</h3> <p>This property holds sets how far a widget should move or resize when using the keyboard page keys.</p> <p>When in keyboard-interactive mode, you can use the arrow and page keys to either move or resize the window. This property controls the page keys. The common way to enter keyboard interactive mode is to enter the subwindow menu, and select either &quot;resize&quot; or &quot;move&quot;.</p> <p>The default keyboard page step value is 20 pixels.</p> <p>Access functions:</p> <ul> <li><div class="fn"/><b>int keyboardPageStep () const</b></li> <li><div class="fn"/><b>void setKeyboardPageStep ( int <i>step</i> )</b></li> </ul> <p>See also <a href="qmdisubwindow.html#keyboardSingleStep-prop">keyboardSingleStep</a>.</p> <h3 class="fn"><a name="keyboardSingleStep-prop"></a>keyboardSingleStep : int</h3> <p>This property holds sets how far a widget should move or resize when using the keyboard arrow keys.</p> <p>When in keyboard-interactive mode, you can use the arrow and page keys to either move or resize the window. This property controls the arrow keys. The common way to enter keyboard interactive mode is to enter the subwindow menu, and select either &quot;resize&quot; or &quot;move&quot;.</p> <p>The default keyboard single step value is 5 pixels.</p> <p>Access functions:</p> <ul> <li><div class="fn"/><b>int keyboardSingleStep () const</b></li> <li><div class="fn"/><b>void setKeyboardSingleStep ( int <i>step</i> )</b></li> </ul> <p>See also <a href="qmdisubwindow.html#keyboardPageStep-prop">keyboardPageStep</a>.</p> <hr /> <h2>Member Function Documentation</h2> <h3 class="fn"><a name="QMdiSubWindow"></a>QMdiSubWindow::QMdiSubWindow ( <a href="qwidget.html">QWidget</a> * <i>parent</i> = 0, <a href="qt.html#WindowType-enum">Qt::WindowFlags</a> <i>flags</i> = 0 )</h3> <p>Constructs a new <a href="qmdisubwindow.html">QMdiSubWindow</a> widget. The <i>parent</i> and <i>flags</i> arguments are passed to <a href="qwidget.html">QWidget</a>'s constructor.</p> <p>Instead of using addSubWindow(), it is also simply possible to use <a href="qwidget.html#setParent">setParent</a>() when you add the subwindow to a <a href="qmdiarea.html">QMdiArea</a>.</p> <p>Note that only <a href="qmdisubwindow.html">QMdiSubWindow</a>s can be set as children of <a href="qmdiarea.html">QMdiArea</a>; you cannot, for instance, write:</p> <pre><font color="#404040"> QMdiArea mdiArea; QTextEdit editor(&amp;mdiArea); // invalid child widget</font></pre> <p>See also <a href="qmdiarea.html#addSubWindow">QMdiArea::addSubWindow</a>().</p> <h3 class="fn"><a name="dtor.QMdiSubWindow"></a>QMdiSubWindow::~QMdiSubWindow ()</h3> <p>Destroys the subwindow.</p> <p>See also <a href="qmdiarea.html#removeSubWindow">QMdiArea::removeSubWindow</a>().</p> <h3 class="fn"><a name="aboutToActivate"></a>void QMdiSubWindow::aboutToActivate ()&nbsp;&nbsp;<tt> [signal]</tt></h3> <p><a href="qmdisubwindow.html">QMdiSubWindow</a> emits this signal immediately before it is activated. After the subwindow has been activated, the <a href="qmdiarea.html">QMdiArea</a> that manages the subwindow will also emit the <a href="qmdiarea.html#subWindowActivated">subWindowActivated()</a> signal.</p> <p>See also <a href="qmdiarea.html#subWindowActivated">QMdiArea::subWindowActivated</a>().</p> <h3 class="fn"><a name="isShaded"></a>bool QMdiSubWindow::isShaded () const</h3> <p>Returns true if this window is shaded; otherwise returns false.</p> <p>A window is shaded if it is collapsed so that only the title bar is visible.</p> <h3 class="fn"><a name="setOption"></a>void QMdiSubWindow::setOption ( <a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOption</a> <i>option</i>, bool <i>on</i> = true )</h3> <p>If <i>on</i> is true, <i>option</i> is enabled on the subwindow; otherwise it is disabled. See <a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOption</a> for the effect of each option.</p> <p>See also <a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOption</a> and <a href="qmdisubwindow.html#testOption">testOption</a>().</p> <h3 class="fn"><a name="setSystemMenu"></a>void QMdiSubWindow::setSystemMenu ( <a href="qmenu.html">QMenu</a> * <i>systemMenu</i> )</h3> <p>Sets <i>systemMenu</i> as the current system menu for this subwindow.</p> <p>By default, each <a href="qmdisubwindow.html">QMdiSubWindow</a> has a standard system menu.</p> <p>QActions for the system menu created by <a href="qmdisubwindow.html">QMdiSubWindow</a> will automatically be updated depending on the current window state; e.g&#x2e;, the minimize action will be disabled after the window is minimized.</p> <p>QActions added by the user are not updated by <a href="qmdisubwindow.html">QMdiSubWindow</a>.</p> <p><a href="qmdisubwindow.html">QMdiSubWindow</a> takes ownership of <i>systemMenu</i>; you do not have to delete it. Any existing menus will be deleted.</p> <p>See also <a href="qmdisubwindow.html#systemMenu">systemMenu</a>() and <a href="qmdisubwindow.html#showSystemMenu">showSystemMenu</a>().</p> <h3 class="fn"><a name="setWidget"></a>void QMdiSubWindow::setWidget ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )</h3> <p>Sets <i>widget</i> as the internal widget of this subwindow. The internal widget is displayed in the center of the subwindow beneath the title bar.</p> <p><a href="qmdisubwindow.html">QMdiSubWindow</a> takes temporary ownership of <i>widget</i>; you do not have to delete it. Any existing internal widget will be removed and reparented to the root window.</p> <p>See also <a href="qmdisubwindow.html#widget">widget</a>().</p> <h3 class="fn"><a name="showShaded"></a>void QMdiSubWindow::showShaded ()&nbsp;&nbsp;<tt> [slot]</tt></h3> <p>Calling this function makes the subwindow enter the shaded mode. When the subwindow is shaded, only the title bar is visible.</p> <p>Although shading is not supported by all styles, this function will still show the subwindow as shaded, regardless of whether support for shading is available. However, when used with styles without shading support, the user will be unable to return from shaded mode through the user interface (e.g&#x2e;, through a shade button in the title bar).</p> <p>See also <a href="qmdisubwindow.html#isShaded">isShaded</a>().</p> <h3 class="fn"><a name="showSystemMenu"></a>void QMdiSubWindow::showSystemMenu ()&nbsp;&nbsp;<tt> [slot]</tt></h3> <p>Shows the system menu below the system menu icon in the title bar.</p> <p>See also <a href="qmdisubwindow.html#setSystemMenu">setSystemMenu</a>() and <a href="qmdisubwindow.html#systemMenu">systemMenu</a>().</p> <h3 class="fn"><a name="systemMenu"></a><a href="qmenu.html">QMenu</a> * QMdiSubWindow::systemMenu () const</h3> <p>Returns a pointer to the current system menu, or zero if no system menu is set. <a href="qmdisubwindow.html">QMdiSubWindow</a> provides a default system menu, but you can also set the menu with <a href="qmdisubwindow.html#setSystemMenu">setSystemMenu</a>().</p> <p>See also <a href="qmdisubwindow.html#setSystemMenu">setSystemMenu</a>() and <a href="qmdisubwindow.html#showSystemMenu">showSystemMenu</a>().</p> <h3 class="fn"><a name="testOption"></a>bool QMdiSubWindow::testOption ( <a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOption</a> <i>option</i> ) const</h3> <p>Returns true if <i>option</i> is enabled; otherwise returns false.</p> <p>See also <a href="qmdisubwindow.html#SubWindowOption-enum">SubWindowOption</a> and <a href="qmdisubwindow.html#setOption">setOption</a>().</p> <h3 class="fn"><a name="widget"></a><a href="qwidget.html">QWidget</a> * QMdiSubWindow::widget () const</h3> <p>Returns the current internal widget.</p> <p>See also <a href="qmdisubwindow.html#setWidget">setWidget</a>().</p> <h3 class="fn"><a name="windowStateChanged"></a>void QMdiSubWindow::windowStateChanged ( <a href="qt.html#WindowState-enum">Qt::WindowStates</a> <i>oldState</i>, <a href="qt.html#WindowState-enum">Qt::WindowStates</a> <i>newState</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3> <p><a href="qmdisubwindow.html">QMdiSubWindow</a> emits this signal after the window state changes. <i>oldState</i> is the window state before it changed, and <i>newState</i> is the new, current state.</p> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="30%">Copyright &copy; 2008 <a href="trolltech.html">Trolltech</a></td> <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="30%" align="right"><div align="right">Qt 4.3.5</div></td> </tr></table></div></address></body> </html>
misizeji/StudyNote_201308
webserver/html/qmdisubwindow.html
HTML
mit
19,768
<!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_19) on Fri Oct 29 16:40:01 MSD 2010 --> <TITLE> Uses of Class org.apache.poi.xssf.usermodel.XSSFDrawing (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2010-10-29"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.xssf.usermodel.XSSFDrawing (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/xssf/usermodel/\class-useXSSFDrawing.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XSSFDrawing.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.xssf.usermodel.XSSFDrawing</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"> Packages that use <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.xssf.usermodel"><B>org.apache.poi.xssf.usermodel</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.xssf.usermodel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A> in <A HREF="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</A> declared as <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></CODE></FONT></TD> <TD><CODE><B>XSSFShape.</B><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#drawing">drawing</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Parent drawing</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</A> that return <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></CODE></FONT></TD> <TD><CODE><B>XSSFSheet.</B><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#createDrawingPatriarch()">createDrawingPatriarch</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new SpreadsheetML drawing.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></CODE></FONT></TD> <TD><CODE><B>XSSFShape.</B><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFShape.html#getDrawing()">getDrawing</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the drawing that owns this shape</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/poi/xssf/usermodel/package-summary.html">org.apache.poi.xssf.usermodel</A> with parameters of type <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFConnector.html#XSSFConnector(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector)">XSSFConnector</A></B>(<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A>&nbsp;drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector&nbsp;ctShape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new XSSFConnector object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFPicture.html#XSSFPicture(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture)">XSSFPicture</A></B>(<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A>&nbsp;drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture&nbsp;ctPicture)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new XSSFPicture object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFShapeGroup.html#XSSFShapeGroup(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape)">XSSFShapeGroup</A></B>(<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A>&nbsp;drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape&nbsp;ctGroup)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new XSSFSimpleShape object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFSimpleShape.html#XSSFSimpleShape(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape)">XSSFSimpleShape</A></B>(<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A>&nbsp;drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape&nbsp;ctShape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFTextBox.html#XSSFTextBox(org.apache.poi.xssf.usermodel.XSSFDrawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape)">XSSFTextBox</A></B>(<A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel">XSSFDrawing</A>&nbsp;drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape&nbsp;ctShape)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/xssf/usermodel/XSSFDrawing.html" title="class in org.apache.poi.xssf.usermodel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/xssf/usermodel/\class-useXSSFDrawing.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XSSFDrawing.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2010 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
nimbleapps/export_to_spreadsheet
lib/apache-poi/docs/apidocs/org/apache/poi/xssf/usermodel/class-use/XSSFDrawing.html
HTML
mit
13,645
<!DOCTYPE html> <html lang="es"> <head> <title>Cotización / Bosca</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,maximun-scale=1"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="owl-carousel/owl.carousel.css"> <link rel="stylesheet" href="owl-carousel/owl.theme.css"> <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> <script src="sass/tema/js/scripts.js"></script> <script src="owl-carousel/owl.carousel.min.js"></script> <style> @media print{ #print ul li{ font-size:10px; } #print h1{ font-size:20px; } #print-items-terms p{ padding-left:4em; font-size:1em; } #print-items-terms form#imprimir{ display:none; } } </style> </head> <body> <div class="grupo"> <div id="logo-print"><img src="img/logo-print.png"></div> </div> <div id="print" class="grupo"> <div class="caja base-50"> <h1>Cotización </h1> </div> <div class="caja base-25"> <ul class="first"> <li>Sr./a: <span>Osvaldo Alfaro C.</span></li> <li>RUT: <span>15.085.654-9</span></li> </ul> </div> <div class="caja base-25 no-padding"> <ul class="second"> <li>Tel/cel:<span>09 5920318</span></li> <li>Mail:<span>[email protected]</span></li> </ul> </div> </div> <div class="grupo no-padding"> <div id="print-data"> <div class="caja base-30"> <h2>Número de cotización</h2> <p>000000000000 </p> </div> <div class="caja base-30"> <h2>Fecha</h2> <p>31/10/2015</p> </div> <div class="caja base-60"></div> </div> </div> <div class="grupo no-padding"> <div id="print-items-cajas"> <div class="caja base-40"> <h3>ítem</h3> </div> <div class="caja base-20"> <h3 class="centrarh3">Cantidad</h3> </div> <div class="caja base-20"> <h3 class="centrarh3">SKU</h3> </div> <div class="caja base-20"> <h3 class="centrarh3">Precio</h3> </div> </div> <div id="print-items-cajas-prod"> <div class="caja base-40"> <p>Estufa eco negra</p> </div> <div class="caja base-20"> <p class="centrarItems">10</p> </div> <div class="caja base-20"> <p class="centrarItems">0000000000</p> </div> <div class="caja base-20"> <p class="centrarItems">$<span>2.567.713</span></p> </div> </div> <div id="print-items-cajas-prod-total"> <div class="caja base-40"></div> <div class="caja base-20"></div> <div class="caja base-20"></div> <div class="caja base-20 no-padding"> <p class="B">TOTAL</p> </div> </div> <div id="print-items-cajas-prod-total"> <div class="caja base-40"></div> <div class="caja base-20"></div> <div class="caja base-20"></div> <div class="caja base-20 no-padding"> <p>$ <span> <strong>2.567.713</strong></span></p> </div> </div> <div id="print-items-cajas-prod-total"> <div class="caja base-40"></div> <div class="caja base-20"></div> <div class="caja base-20"></div> <div class="caja base-20 no-padding"> <p class="B">IVA</p> </div> </div> <div id="print-items-cajas-prod-total"> <div class="caja base-40"></div> <div class="caja base-20"></div> <div class="caja base-20"></div> <div class="caja base-20 no-padding"> <p>19%</p> </div> </div> <div id="print-items-cond"> <div class="caja base-40"></div> <div class="caja base-20"></div> <div class="caja base-20"></div> <div class="caja base-20 no-padding"> <p>Valor total</p> </div> </div> <div id="print-items-terms"> <div class="caja base-30"></div> <div class="caja base-20"></div> <div class="caja base-20"></div> <div class="caja base-30 no-padding"> <p>$<span> <b>2.567.713</b></span></p> <form id="imprimir"> <button type="button">Imprimir</button> </form> </div> </div> </div> </body> </html>
saezluis/bosca-ok
backup/formato-cotizacion.html
HTML
mit
4,545
<div><strong>{{task.title || ""}}</strong></div> <iframe class="youtube-player" type="text/html" width="640" height="385" ng-src="{{trustedSource('//www.youtube.com/embed/'+task.text)}}" allowfullscreen frameborder="0"></iframe>
thebigredgeek/angulartodo
src/html/partials/youtube.html
HTML
mit
229
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Garrett Whisten | Materialize </title> <!-- CSS --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" /> <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" /> <style> body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } </style> </head> <body> <nav class="white" role="navigation"> <div class="nav-wrapper container"> <a id="logo-container" href="#" class="brand-logo"><img class="responsive-img" src="img/cubano-gw.png"></a> <ul class="right hide-on-med-and-down"> <li><a href="#">About</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Contact</a></li> </ul> <!-- Mobile Nav Bar --> <ul id="nav-mobile" class="side-nav"> <li><a href="#">About</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Contact</a></li> </ul> <a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a> </div> </nav> <div id="index-banner" class="parallax-container"> <div class="section"> <div class="container"> <h1 class="header center teal-text text-lighten-2">GARRETT BEAR</h1> <div class="row center"> <h5 class="header col s12 light">I put my pants on one arm at a time.</h5> </div> <div class="row center"> <a class="btn tooltipped" data-position="bottom" data-delay="50" data-tooltip="But not too hard!" onclick="Materialize.toast('Oooo that tickles', 3000, 'rounded')">Poke Me!</a> </div> </div> </div> <div class="parallax"><img src="img/crappy-scan-background.jpg" alt="Crappy Scan"></div> </div> <div class="container"> <br> <div class="section"> <div class="row"> <div class="col s12 m10 l8 push-m1 push-l2"> <div class="card"> <div class="card-image waves-effect waves-block waves-light"> <img class="activator" src="img/rolling_stones_cover-garrett.jpg"> </div> <div class="card-content"> <span class="card-title activator black-text">About Garrett<i class="material-icons right">add</i></span> </div> <div class="card-reveal"> <span class="card-title grey-text text-darken-4">Garrett "Bear" Whisten<i class="material-icons right">close</i></span> <p>Originally born and raised in the San Francisco Bay Area, but most recently transplanted to Orange County - Garrett Whisten pursues his career in technology. Currently working for Rip Curl as Content Manager, he continues to grow their eCommerce business over 56% in the last year with improvements in technology and creating the best possible user experience. Prior to Rip Curl, Garrett began his eCommerce career working for Stance Socks, building their first fully responsive site and later re-platformed from Magento to Demandware.</p> <p>Working in technology, Garrett is driven by the constant data available and stays quick on his toes with how rapidly things can change. Employers have described him as dependable, goal oriented, an organized self-starter, excellent listener, and communicator.</p> </div> </div> </div> </div> </div> </div> <div class="parallax-container valign-wrapper"> <div class="section no-pad-bot"> <div class="container"> <div class="row center"> <h5 class="header col s12 light">A craftsman of many trades.</h5> </div> </div> </div> <div class="parallax"><img src="img/crappy-scan-background.jpg" alt="Crappy Scan"></div> </div> <container> <br> <div class="section"> <div class="row"> <div class="col s6 right-align"> <!-- Modal Trigger --> <a class="waves-effect waves-light btn-large modal-trigger" href="#modal1">Work Experience</a> <!-- Modal Structure --> <div id="modal1" class="modal"> <div class="modal-content"> <ul class="collapsible" data-collapsible="accordion"> <li> <div class="collapsible-header"> <h5>Development</h5> </div> <div class="collapsible-body"><span> <ul> <li>HTML</li> <li>CSS</li> <li>JS</li> <li>Zurb Foundation</li> <li>Materialize</li> <li>React.js</li> <li>MongoDB</li> <li>Node</li> </ul> </span></div> </li> <li> <div class="collapsible-header"> <h5>Design</h5> </div> <div class="collapsible-body"><span> <ul> <li>Photoshop</li> <li>InDesign</li> <li>Illustrator</li> <li>Sketch App</li> <li>InVision App</li> </ul> </span></div> </li> <li> <div class="collapsible-header"> <h5>E-Commerce</h5> </div> <div class="collapsible-body"><span> <ul> <li>Google Analytics</li> <li>Magento</li> <li>Demandware</li> <li>Shopify</li> <li>Squarespace</li> <li>WooCommerce</li> <li>BigCartel</li> <li>Webcube (Cuker)</li> <li>Campaign Monitor</li> <li>Fresh Relevance</li> <li>FourSixty</li> <li>Curalate</li> </ul> </span></div> </li> </ul> </div> </div> </div> <div class="col s6"> <!-- Modal Trigger --> <a class="waves-effect waves-light btn-large modal-trigger" href="#modal2">Random Experience</a> <!-- Modal Structure --> <div id="modal2" class="modal"> <div class="modal-content"> <ul class="collapsible" data-collapsible="accordion"> <li> <div class="collapsible-header"> <h5>Automotive</h5> </div> <div class="collapsible-body"><span> <p>At a young age, Garrett spent a lot of time under the hood working on cars and motorcyles. He spent his first three years out of high school working as a mechanic at an automotive shop in Walnut Creek, CA. His background in automotive has strengthed his problem solving skills, strategically using the resources around him, and being confident working on all things mechanical.</p> <h5>Some Of Garrett's Classic Cars</h5> <ul> <li>1979 Chevy Big 10 Truck</li> <li>1953 Chevy Truck</li> <li>1964 Rambler American</li> <li>1969 Chevy Impala</li> <li>1966 Buick Gran Sport</li> <li>1955 Ford Fairlane</li> </ul> </span></div> </li> <li> <div class="collapsible-header"> <h5>Arts Academy</h5> </div> <div class="collapsible-body"><span> <p>With a very outgoing personality, Garrett has expressed an interest in all forms of art. He was a drama student throughout all of his years in middle and high school. He took film photography courses, ceramics, drawing, and some film. In High School, Garrett was a member of the ClaytonArts Academy program of some elite students.</p> </span></div> </li> <li> <div class="collapsible-header"> <h5>Athlete</h5> </div> <div class="collapsible-body"><span> <p>If it's a sport, Garrett is interested in playing. Growing up playing hockey, football, and lacrosse. He still participated in other club sports such has baseball and soccer. The only sport he just couldn't get the hang of was basketball, but that hasn't stopped him from getting on the court and getting a couple of fouls.</p> <p>Another major interest is the action sport industry. Living in the hills of the East Bay Area, Garrett actively participated in BMX, longboarding, mountain biking, and dirt-biking. </p> </span></div> </li> <li> <div class="collapsible-header"> <h5>Culinary</h5> </div> <div class="collapsible-body"><span> <p>He may not be properly trained in cooking, Garrett is a big fan of spending some time in the kitchen. He prefers BBQing, but most of all just enjoys the process of cooking and getting to experiment.</p> </span></div> </li> <li> <div class="collapsible-header"> <h5>Craftsman</h5> </div> <div class="collapsible-body"><span> <p>Garrett is the friend you call who can help you with just about anything. He's got a tool to fix just about anything around the house or on your car. From home improvements to electrical, he has some form of experience that makes him a positive resource.</p> </span></div> </li> <li> <div class="collapsible-header"> <h5>Photographer</h5> </div> <div class="collapsible-body"><span> <p>Garrett is an active film photographer. He enjoys shooting in both black and white or color. Looking to capture the moment of life. He does own a DSLR camera, but prefers the aesthetics of film.</p> </span></div> </li> </ul> </div> </div> </div> </div> </div> </container> <footer class="page-footer black"> <div class="footer-copyright"> <div class="container"> <div class="row center"> <div class="col s12"> <p>&copy; 2017 Garrett Whisten</p> </div> </div> </div> </div> </footer> <!-- Scripts--> <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="js/materialize.js"></script> <script src="js/init.js"></script> <script type="text/javascript"> $(document).ready(function() { $('.carousel').carousel(); }); $(document).ready(function(){ // the "href" attribute of the modal trigger must specify the modal ID that wants to be triggered $('.modal').modal(); }); </script> </body> </html>
garrettbear/bootstrap-portfolio
index.html
HTML
mit
14,178
{% extends './layouts/home_default.html' %} {% block title %} {{title}} {% endblock %} {% block content %} <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">xNGO</a> </div> <div class="navbar-collapse collapse"> </div><!--/.navbar-collapse --> </div> </div> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="container" style="margin-top:5em;"> <!-- Example row of columns --> <div class="row"> <div class="col-md-4"> </div> <div class="col-md-4"> {{msg}} <a href="/"> Click here to sign in again</a> </div> <div class="col-md-4"> </div> </div> <hr> </div> <!-- /container --> {% endblock %}
GolfRider/Simple-Project-Management-App
server/views/signin_error.html
HTML
mit
1,259
<div class="media timeline-item" data-name="{%= data.name %}"> <span class="pull-left avatar avatar-medium"> <img class="media-object" src="{%= data.image %}"> </span> <div class="pull-left media-body" style="max-width: calc(100% - 41px); padding-right: 0px;"> <div> <div class="pull-right"> <span class="small text-muted"> {%= data.delete %} </span> </div> {% if(data.doctype=="Communication" || data.comment_type=="Comment") { %} <h6> <i class="{%= data.icon %} icon-fixed-width"></i> <span title="{%= data.comment_by %}">{%= data.fullname %}</span> <span class="text-muted" style="font-weight: normal;"> &ndash; {%= data.comment_on %}</span> {% if(data.doctype=="Communication") { %} <span class="text-muted">&ndash;</span> <a href="#Form/{%= data.doctype %}/{%= data.name %}" class="text-muted"> {% if (data.delivery_status) { if (in_list(["Sent", "Opened", "Clicked"], data.delivery_status)) { var indicator_class = "green"; } else { var indicator_class = "red"; } %} <span class="indicator-right {%= indicator_class %} delivery-status-indicator" title="{%= data.delivery_status %}"> {%= data.delivery_status %}</span> {% } else { %} {%= __("Details") %} {% } %} </a> <a class="text-muted reply-link pull-right" data-name="{%= data.name %}">{%= __("Reply") %}</a> {% } %} </h6> <div class="reply"> <div> {%= data.comment_html %} </div> </div> {% } else if(in_list(["Assignment Completed", "Assigned", "Shared", "Unshared"], data.comment_type)) { %} <h6> <i class="{%= data.icon %} icon-fixed-width"></i> {% if(data.reference_doctype && data.reference_name) { %} <a href="#Form/{%= data.reference_doctype %}/{%= data.reference_name %}"> {% } %} {%= data.comment %} {% if(data.reference_doctype && data.reference_name) { %} </a> {% } %} <span class="text-muted" style="font-weight: normal;"> &ndash; {%= data.comment_on %}</span> </h6> {% } else { %} <h6> <i class="{%= data.icon %} icon-fixed-width"></i> <span title="{%= data.comment_by %}">{%= data.fullname %}</span> {%= data.comment %} <span class="text-muted" style="font-weight: normal;"> &ndash; {%= data.comment_on %}</span> </h6> {% } %} {% if(data.attachments && data.attachments.length) { %} <div style="margin: 10px 0px"> {% $.each(data.attachments, function(i, a) { %} <div class="text-ellipsis"> <a href="{%= a %}" class="text-muted small" target="_blank"> <i class="icon-paperclip"></i> {%= a.split("/").slice(-1)[0] %} </a> </div> {% }); %} </div> {% } %} </div> </div> </div>
praba230890/frappe
frappe/public/js/frappe/form/footer/timeline_item.html
HTML
mit
3,229
<?xml version="1.0" encoding="utf-8"?> <!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> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>File: bbcodeizer_helper.rb [BBCodeizer]</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" /> <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script> <script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script> <script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script> </head> <body class="file file-popup"> <div id="metadata"> <dl> <dt class="modified-date">Last Modified</dt> <dd class="modified-date">2011-09-11 17:00:47 -0700</dd> <dt class="requires">Requires</dt> <dd class="requires"> <ul> <li>bbcodeizer</li> </ul> </dd> </dl> </div> <div id="documentation"> <div class="description"> <h2>Description</h2> </div> </div> </body> </html>
qpingu/bbcodeizer
rdoc/lib/bbcodeizer_helper_rb.html
HTML
mit
1,319
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>MyAppWithInRepoAddon Tests</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for "head"}} {{content-for "test-head"}} <link rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <link rel="stylesheet" href="{{rootURL}}assets/my-app-with-in-repo-engine.css"> <link rel="stylesheet" href="{{rootURL}}assets/test-support.css"> {{content-for "head-footer"}} {{content-for "test-head-footer"}} </head> <body> {{content-for "body"}} {{content-for "test-body"}} <script src="/testem.js" integrity=""></script> <script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/test-support.js"></script> <script src="{{rootURL}}assets/my-app-with-in-repo-engine.js"></script> <script src="{{rootURL}}assets/tests.js"></script> {{content-for "body-footer"}} {{content-for "test-body-footer"}} </body> </html>
kategengler/ember-cli-code-coverage
test-packages/my-app-with-in-repo-engine/tests/index.html
HTML
mit
1,102
{% extends "layout.html" %} {% block page_title %} Listed Building {% endblock %} {% block content %} <main id="content" role="main"> <!-- alpha banner --> <div class="phase-banner-beta"> <p> <strong class="phase-tag">BETA</strong> <span>This is a new service – your <a href="../../feedback">feedback</a> will help us to improve it.</span> </p> </div> <!-- main content starts --> <a href="type-of-charge" class="link-back" style="margin-bottom:0">Back</a> <h1 class="heading-large" style="margin-top:20px;">Listed building</h1> <div class="grid-row"> <div class="column-two-thirds"> <form action="#"> <fieldset> <legend> <h2 class="heading-medium">Choose a category</h2> </legend> <div class="form-group"> <label id="listedBuildingLabel" class="block-label selection-button-radio" for="listedBuilding"> <input id="listedBuilding" name="listedBuilding" type="radio" value="Listed building"> Listed building </label> <label id="conditionalPlanningLabel" class="block-label selection-button-radio" for="conditionalPlanning"> <input id="conditionalPlanning" name="listedBuilding" type="radio" value="Conditional planning consent"> Conditional planning consent </label> <label id="enforcementNoticeLabel" class="block-label selection-button-radio" for="enforcementNotice"> <input id="enforcementNotice" name="listedBuilding" type="radio" value="Enforcement notice"> Enforcement notice </label> <label id="repairsNoticeLabel" class="block-label selection-button-radio" for="repairsNotice"> <input id="repairsNotice" name="listedBuilding" type="radio" value="Repairs notice"> Repairs notice </label> <label id="dunnoLabel" class="block-label selection-button-radio" for="dunno"> <input id="dunno" name="listedBuilding" type="radio" value="I don't know the charge category"> I don't know the charge category </label> </div> </fieldset> <p> <a class="button" id="listedBuildingButton" role="button" href="date-document-created">Continue</a> </p> </form> </div> </div> </main> <script> document.getElementById('listedBuildingButton').onclick = function() { var listedBuilding = document.getElementById('listedBuildingLabel'); var conditionalPlanning = document.getElementById('conditionalPlanningLabel'); var enforcementNotice = document.getElementById('enforcementNoticeLabel'); var repairsNotice = document.getElementById('repairsNoticeLabel'); var dunno = document.getElementById('dunnoLabel'); var subcategoryButton = this; if (listedBuilding.classList.contains('selected')) { sessionStorage.setItem('chargeSubcategory', 'Listed building'); } else if (conditionalPlanning.classList.contains('selected')) { sessionStorage.setItem('chargeSubcategory', 'Conditional planning consent'); } else if (enforcementNotice.classList.contains('selected')) { sessionStorage.setItem('chargeSubcategory', 'Enforcement notice'); } else if (conditionalPlanningConsent.classList.contains('selected')) { sessionStorage.setItem('chargeSubcategory', 'Conditional planning consent'); } else if (enforcementNotice.classList.contains('selected')) { sessionStorage.setItem('chargeSubcategory', 'Enforcement notice'); } else if (repairsNotice.classList.contains('selected')) { sessionStorage.setItem('chargeSubcategory', 'Repairs notice'); } else if (dunno.classList.contains('selected')) { subcategoryButton.setAttribute('href', 'contact-HMLR'); } } </script> {% endblock %}
LandRegistry/llc-prototype
app/views/add_charge/v4-8/listed-building.html
HTML
mit
4,243
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <link rel="dns-prefetch" href="static/" /> <link rel="media-url" href="static/" /> <title>Shum-Harden Wedding Website</title> <meta name="description" content="" /> <meta name="author" content="Christian Harden" /> <meta name="viewport" content="width=1024" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="#f85d90" /> <link rel="shortcut icon" href="static/fimg/avicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="static/img/touch-icon/ipad-72x72.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="static/img/touch-icon/ipad-144x144.png" /> <script>(function(){var c,a;a=2===window.devicePixelRatio?"-retina":"";var b;b=function(a,b){return'<link rel="apple-touch-startup-image" href="X" media="screen and (orientation: O)"/>'.replace("X",a).replace("O",b)};/iPad/.test(window.navigator.userAgent)&&(c="static/img/startup/tablet-X.png".replace("X","portrait"+a),a="static/img/startup/tablet-X.png".replace("X","landscape"+a),document.write(b(c,"portrait")+b(a,"landscape")))})();</script> <meta property="ga:property_id" content="UA-30937664-1"/> <meta property="ga:domain" content="none"/> <!-- Facebook sharing --> <meta property="og:app_id" content="123096721155602" /> <meta property="og:title" content="Shum-Harden Wedding Website" /> <meta property="og:image" content="" /> <meta property="og:site_name" content="" /> <meta property="og:description" content="" /> <meta property="og:url" content="" /> <meta property="og:locale" content="en_us" /> <meta property="og:type" content="blog" /> <link rel="stylesheet" href="static/css/style.css" /> <script src="static/js/libs/modernizr-2.5.3.min.js"></script> <script src="static/js/libs/respond.js"></script> </head> <body class="page" data-page-class="Page"> <div id="container"> <header> <nav role="navigation"> <ul> <li class="selected"><a href="#welcome" data-section="welcome" title="Welcome">Welcome</a></li> <li class=""><a href="#story" data-section="story" title="A Love Story">A Love Story</a></li> <li><a href="#wedding" data-section="wedding" title="The Wedding">The Wedding</a></li> <li><a href="#party" data-section="party" title="Wedding Party">Wedding Party</a></li> <li><a href="#guests" data-section="guests" title="Guest Services">Guest Services</a></li> <li class="rsvp"><a href="#rsvp" title="RSVP" data-section="rsvp">RSVP <small>Now</small></a></li> </ul> </nav> </header> <div id="main" role="main"> This page is a placemark for the Error 404 page. </div> <footer> <div class="background"> <div class="backing tilt-right"><div></div></div> </div> <div class="content"> <nav> <ul> <li>© 2012 Potench, LLC. All rights reserved.</li> <li>shum-harden wedding 2012</li> </ul> </nav> </div> </footer> </div> <!--! end of #container --> <!-- JavaScript at the bottom for fast page loading --> <div class="hidden scripts"> <script type="text/javascript"> (function () { Modernizr.load([{ // jQuery load : "static/js/libs/jquery-1.7.2.min.js" }, { // SITE load : [ // All Minified "static/js/wedding.min.js", ], wait : true, complete : function () { wedding.init(); } }]); }()); </script> </div> </body> </html>
potench/shum-harden
deploy/404.html
HTML
mit
3,935
<!-- HTML header for doxygen 1.8.10--> <!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.11"/> <title>SideCar: /Users/howes/src/sidecar/Algorithms/scale -&gt; Messages Relation</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="DoxygenStyleSheet.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">SideCar </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_16861240cd43450fd06793f5fadb1278.html">sidecar</a></li><li class="navelem"><a class="el" href="dir_3824fe7a0668e861ddceb9cdc5c9a07b.html">Algorithms</a></li><li class="navelem"><a class="el" href="dir_37df341a15004a411a54759b8f4fcd4f.html">scale</a></li> </ul> </div> </div><!-- top --> <div class="contents"> <h3>scale &rarr; Messages Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in src/sidecar/Algorithms/scale</th><th class="dirtab">Includes file in src/sidecar/Messages</th></tr><tr class="dirtab"><td class="dirtab"><b>Scale.cc</b></td><td class="dirtab"><a class="el" href="Video_8h.html">Video.h</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="Scale_8h.html">Scale.h</a></td><td class="dirtab"><a class="el" href="Video_8h.html">Video.h</a></td></tr></table></div><!-- contents --> <!-- HTML footer for doxygen 1.8.10--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
bradhowes/sidecar
docs/dir_000064_000004.html
HTML
mit
2,903
<!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"> <head> <title>TableID1a841b8279a9</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <style type="text/css"> body { color: #444444; font-family: Arial,Helvetica,sans-serif; font-size: 75%; } a { color: #4D87C7; text-decoration: none; } </style> </head> <body> <!-- Table generated in R 3.1.0 by googleVis 0.5.2 package --> <!-- Sun Sep 14 17:53:36 2014 --> <!-- jsHeader --> <script type="text/javascript"> // jsData function gvisDataTableID1a841b8279a9 () { var data = new google.visualization.DataTable(); var datajson = [ [ "Epha5", 0.4723121067, -0.56227928, 0.8647390486 ], [ "Fyn", 0.2045584053, -0.6751124039, 0.922256843 ] ]; data.addColumn('string','Genes'); data.addColumn('number','One.Sided.DE.P.value'); data.addColumn('number','Correlation'); data.addColumn('number','One.Sided.Correlation.P.value'); data.addRows(datajson); return(data); } // jsDrawChart function drawChartTableID1a841b8279a9() { var data = gvisDataTableID1a841b8279a9(); var options = {}; options["allowHtml"] = true; options["width"] = "60em"; var dataFormat1 = new google.visualization.NumberFormat({pattern:"#.###"}); dataFormat1.format(data, 0); var dataFormat2 = new google.visualization.NumberFormat({pattern:"#.###"}); dataFormat2.format(data, 1); var dataFormat3 = new google.visualization.NumberFormat({pattern:"#.###"}); dataFormat3.format(data, 2); var dataFormat4 = new google.visualization.NumberFormat({pattern:"#.###"}); dataFormat4.format(data, 3); var chart = new google.visualization.Table( document.getElementById('TableID1a841b8279a9') ); chart.draw(data,options); } // jsDisplayChart (function() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; var chartid = "table"; // Manually see if chartid is in pkgs (not all browsers support Array.indexOf) var i, newPackage = true; for (i = 0; newPackage && i < pkgs.length; i++) { if (pkgs[i] === chartid) newPackage = false; } if (newPackage) pkgs.push(chartid); // Add the drawChart function to the global list of callbacks callbacks.push(drawChartTableID1a841b8279a9); })(); function displayChartTableID1a841b8279a9() { var pkgs = window.__gvisPackages = window.__gvisPackages || []; var callbacks = window.__gvisCallbacks = window.__gvisCallbacks || []; window.clearTimeout(window.__gvisLoad); // The timeout is set to 100 because otherwise the container div we are // targeting might not be part of the document yet window.__gvisLoad = setTimeout(function() { var pkgCount = pkgs.length; google.load("visualization", "1", { packages:pkgs, callback: function() { if (pkgCount != pkgs.length) { // Race condition where another setTimeout call snuck in after us; if // that call added a package, we must not shift its callback return; } while (callbacks.length > 0) callbacks.shift()(); } }); }, 100); } // jsFooter </script> <!-- jsChart --> <script type="text/javascript" src="https://www.google.com/jsapi?callback=displayChartTableID1a841b8279a9"></script> <!-- divChart --> <div id="TableID1a841b8279a9" style="width: 60empx; height: 500px;"> </div> <div><span>Data: res &#8226; Chart ID: <a href="Chart_TableID1a841b8279a9.html">TableID1a841b8279a9</a> &#8226; <a href="https://github.com/mages/googleVis">googleVis-0.5.2</a></span><br /> <!-- htmlFooter --> <span> R version 3.1.0 (2014-04-10) &#8226; <a href="https://developers.google.com/terms/">Google Terms of Use</a> &#8226; <a href="https://google-developers.appspot.com/chart/interactive/docs/gallery/table">Documentation and Data Policy</a> </span></div> </body> </html> html
ellispatrick/sydSeq
Examples/pMim/mirpathways/mmu_mir_499_Axon guidance.html
HTML
mit
3,885
<!-- The chat view --> <section> <div class="page-header"> <h1>Chat Example</h1> </div> <!-- The message form --> <form class="col-xs-12 col-md-offset-4 col-md-4" ng-submit="vm.sendMessage();"> <fieldset class="row"> <div class="input-group"> <input type="text" id="messageText" name="messageText" class="form-control" ng-model="vm.messageText" placeholder="Enter new message"> <span class="input-group-btn"> <button type="submit" class="btn btn-primary" ng-disabled="!vm.messageText.length">Submit</button> </span> </div> </fieldset> </form> <ul class="list-unstyled"> <!-- List all messages --> <li class="col-xs-12 col-md-offset-4 col-md-4 chat-message" ng-repeat="message in vm.messages"> <small class="pull-right text-muted" ng-bind="message.created | date:'mediumTime'"></small> <img ng-src="{{message.profileImageURL}}" alt="{{message.email}}" class="pull-left chat-profile-image" /> <div class="pull-left chat-message-details"> <strong ng-bind="message.email"></strong> <br> <span ng-bind="message.text"></span> </div> </li> </ul> </section>
shackApp/mean
modules/chat/client/views/chat.client.view.html
HTML
mit
1,182
<!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="./9bf2cecfcfa1b552584a1fbfdd5af1377d665c07a1c4b239970c2a7ed363f55d.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/135299b620ffab79fc879bd5bc8a91c92f8f981cc44566d0beaa0de40ac18a1a.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="./94553fa710974c93be247ac1be87ea8d014db66ee019645339cd69b99038614e.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/42f43fb7c302743bef2898ab5e1c369f644bc14f1b5f81528e17d599a1a4b8c0.html
HTML
mit
550
<html> <head> <title>Final</title> </head> <body> <p>I was going to write a real world problem at the beginning. There would be riddles guiding people to different places to discover what's next. However, I found out that I couldn't make it interesting enough. And hardly anything can be learned from its solution. So I finally decided to make it very simple. Reaching the problem here became the riddle itself. </p> <p>How about looking around? </p> </body> </html>
simonmysun/praxis
CHRISSI2018/pub/tstag/index.html
HTML
mit
487
<confy-login-container></confy-login-container> <div ng-if="$ctrl.isLoggedIn()"> <session-list-container></session-list-container> <!--<ng-outlet></ng-outlet>--> </div>
petebacondarwin/confy
src/app/modules/confyApp.template.html
HTML
mit
172
<!DOCTYPE html> <html> <head> <title>Simple Map</title> <meta name="viewport" content="initial-scale=1.0"> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="todo-manager.css"> <link rel="stylesheet" href="./lib/jquery-ui/jquery-ui.css"> <style> html, body { height: 100%; margin: 0; padding: 0; } #map { height: 100%; } </style> </head> <body> <div id='locationSetter'> <input type='text' name='geo' id="geo_lat" placeholder="Add lat"> <input type='text' name='geo' id="geo_long" placeholder="Add long"> <input type='submit' value='Submit' id="geoLocationSubmit"> <p> var london = {lat: 51.482924, lng: 0} </p> </div> <div id="map"></div> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCYpOZTX435PuXPtqNByqSlPUYEGZ5XD4&callback=initMap" async defer></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <script src='src/map.js'></script> <script src="./lib/jquery-ui/jquery-ui.js"></script> </body> </html>
eilw/todo-API
JavaScript/map.html
HTML
mit
1,147
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="./src/Itcast.core.js"></script> <script src="./src/Itcast.dom.js"></script> <script src="./src/Itcast.event.js"></script> </head> <body> <div id="container"></div> </body> <script> var datas = [ { name: 'jim1', age: 9, gender: '男' }, { name: 'jim2', age: 19, gender: '女' }, { name: 'jim3', age: 29, gender: '男' }, { name: 'jim4', age: 39, gender: '女' }, { name: 'jim5', age: 49, gender: '女' }, { name: 'jim6', age: 59, gender: '男' }, { name: 'jim7', age: 69, gender: '女' }, ]; I( '<table width="400" border="1"><tbody>' + I.map( datas, function ( item ) { // 项 return '<tr>' + I.map( item, function ( v, k ) { return '<td>' + v + '</td>'; }).join( '' ) + '</tr>'; }).join( '' ) + '</tbody></table>' ).appendTo( '#container' ); // 鼠标事件 I( '#container tr' ).on( 'mouseover', function () { this.style.backgroundColor = 'yellow'; }).mouseout(function () { this.style.backgroundColor = ''; }); // 鼠标以上以下两种颜色 I( '#container > table > tbody > tr' ).mouseover(function () { I( this ).prevAll().each(function () { this.style.backgroundColor = 'red'; }).end().nextAll().each( function () { this.style.backgroundColor = 'green'; }); }).mouseout(function () { I( this ).each(function () { this.style.backgroundColor = ''; }).siblings().each(function () { this.style.backgroundColor = ''; }); // I( this ).parent().children() }); </script> </html>
pzclib/like-jquery
day6/03-事件操作/02-高亮表格.html
HTML
mit
1,763
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>AnyIDataProvider.DataException Methods</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">CompuMaster.Data library</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">AnyIDataProvider.DataException Methods</h1> </div> </div> <div id="nstext"> <p>The methods of the <b>AnyIDataProvider.DataException</b> class are listed below. For a complete list of <b>AnyIDataProvider.DataException</b> class members, see the <a href="CompuMaster.Data.DataQuery.AnyIDataProvider.DataExceptionMembers.html">AnyIDataProvider.DataException Members</a> topic.</p> <h4 class="dtH4">Public Instance Methods</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassEqualsTopic.htm">Equals</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetHashCodeTopic.htm">GetHashCode</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassGetTypeTopic.htm">GetType</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr> <tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="CompuMaster.Data.DataQuery.AnyIDataProvider.DataException.ToString.html">ToString</a></td><td width="50%"> The complete and detailed exception information inclusive the command text </td></tr></table> </div> <h4 class="dtH4">Protected Instance Methods</h4> <div class="tablediv"> <table class="dtTABLE" cellspacing="0"> <tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassFinalizeTopic.htm">Finalize</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr> <tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassMemberwiseCloneTopic.htm">MemberwiseClone</a> (inherited from <b>Object</b>)</td><td width="50%"> </td></tr></table> </div> <h4 class="dtH4">See Also</h4> <p> <a href="CompuMaster.Data.DataQuery.AnyIDataProvider.DataException.html">AnyIDataProvider.DataException Class</a> | <a href="CompuMaster.Data.DataQuery.html">CompuMaster.Data.DataQuery Namespace</a></p> <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"> <param name="Keyword" value="AnyIDataProvider.DataException class, methods"> </param> </object> <hr /> <div id="footer"> <p> <a href="mailto:[email protected]?subject=CompuMaster.Data%20library%20Documentation%20Feedback:%20AnyIDataProvider.DataException Methods">Send comments on this topic.</a> </p> <p> <a href="http://www.compumaster.de/">2005-2008 CompuMaster GmbH</a> </p> <p> </p> </div> </div> </body> </html>
CompuMasterGmbH/CompuMaster.Data
NDoc/MSDN/doc/CompuMaster.Data.DataQuery.AnyIDataProvider.DataExceptionMethods.html
HTML
mit
3,818
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; c29f9622-873b-4754-a10c-bc1952cbfd06 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Acr.XamForms.BarCodeScanner.Droid">Acr.XamForms.BarCodeScanner.Droid</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> <td class="text-center">100.00 %</td> </tr> </tbody> </table> </div> <div id="details"> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/ac/acr.xamforms.barcodescanner.2.0.4/Acr.XamForms.BarCodeScanner.Droid-MonoAndroid10.html
HTML
mit
9,681
Used to Configure multiple git authors when pair programming. This isn't out of the box functionality for Git, but is added by a set of developer workflow convenience scripts, from pivotal/git_scripts. <br><br> https://github.com/pivotal/git_scripts#git-pair
JohnLZeller/filewhat
descriptions/dot_pairs.html
HTML
mit
258
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>題辭&nbsp;</b></th><td class="std2">燕侶鶯儔</td></tr> <tr><th class="std1"><b>使用場合&nbsp;</b></th><td class="std2">婚嫁題辭/結婚</td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">用於祝賀男女結婚的婚嫁賀辭。儔,伴侶。「燕侶鶯儔」形容男女兩人恩愛逾恆,如膠似漆,難捨難分。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">常用題辭表</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/27000-27999/27418-26.html
HTML
mit
977
<!DOCTYPE html > <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script src="/libraries/RGraph.common.core.js" ></script> <script src="/libraries/RGraph.gantt.js" ></script> </head> <body> <h1>A demo of the Chrome-only dotted or dashed background grid</h1> <p> This uses the relatively new Chrome only addition to canvas from the canvas v5 specification - native dotted and dashed lines. As browsers add support you will be able to use the option in them too but currently (May 2013) it's only supported in Chrome. </p> <pre class="code"> obj.Set('chart.background.grid.dashed', true); obj.Set('chart.background.grid.dotted', true); </pre> <canvas id="cvs1" width="600" height="250">[No canvas support]</canvas> <canvas id="cvs2" width="600" height="250">[No canvas support]</canvas> <script> gantt = new RGraph.Gantt('cvs1', [ [0,5,50,'Richard'], [3,2,25,'John'], [3,2,10,'Freed'] ]) .Set('xmax', 5) .Set('labels', ['Monday','Tuesday','Wednesday','Thursday','Friday']) .Set('background.grid.dashed', true) .Set('gutter.right', 45) .Set('title', 'A dashed background grid') .Draw(); bargantt2 = new RGraph.Gantt('cvs2', [ [0,5,50,'Richard'], [3,2,25,'John'], [3,2,10,'Freed'] ]) .Set('xmax', 5) .Set('labels', ['Mal', 'Barry', 'Gary', 'Neil', 'Kim', 'Pete', 'Lou', 'Fred', 'Jobe']) .Set('background.grid.dotted', true) .Set('gutter.right', 45) .Set('title', 'A dotted background grid') .Draw(); </script> </body> </html>
nelsonjma/ntec
code/js/RGraph/demos/gantt-background-grid-dotted.html
HTML
mit
2,030
<!-- Iron elements --> <link rel="import" href="../bower_components/iron-resizable-behavior/iron-resizable-behavior.html"> <link rel="import" href="../bower_components/iron-flex-layout/classes/iron-flex-layout.html"> <link rel="import" href="../bower_components/iron-media-query/iron-media-query.html"> <link rel="import" href="../bower_components/iron-selector/iron-selector.html"> <link rel="import" href="../bower_components/iron-icons/social-icons.html"> <link rel="import" href="../bower_components/iron-icons/image-icons.html"> <link rel="import" href="../bower_components/iron-icons/iron-icons.html"> <link rel="import" href="../bower_components/iron-pages/iron-pages.html"> <link rel="import" href="../bower_components/iron-image/iron-image.html"> <link rel="import" href="../bower_components/iron-icons/av-icons.html"> <link rel="import" href="../bower_components/iron-ajax/iron-ajax.html"> <link rel="import" href="../bower_components/iron-list/iron-list.html"> <!-- Paper elements --> <link rel="import" href="../bower_components/paper-scroll-header-panel/paper-scroll-header-panel.html"> <link rel="import" href="../bower_components/paper-drawer-panel/paper-drawer-panel.html"> <link rel="import" href="../bower_components/paper-header-panel/paper-header-panel.html"> <link rel="import" href="../bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="../bower_components/paper-menu-button/paper-menu-button.html"> <link rel="import" href="../bower_components/paper-styles/paper-styles-classes.html"> <link rel="import" href="../bower_components/paper-checkbox/paper-checkbox.html"> <link rel="import" href="../bower_components/paper-material/paper-material.html"> <link rel="import" href="../bower_components/paper-toolbar/paper-toolbar.html"> <link rel="import" href="../bower_components/paper-dialog/paper-dialog.html"> <link rel="import" href="../bower_components/paper-button/paper-button.html"> <link rel="import" href="../bower_components/paper-toast/paper-toast.html"> <link rel="import" href="../bower_components/paper-input/paper-input.html"> <link rel="import" href="../bower_components/paper-item/paper-item.html"> <link rel="import" href="../bower_components/paper-menu/paper-menu.html"> <link rel="import" href="../bower_components/paper-tabs/paper-tabs.html"> <link rel="import" href="../bower_components/paper-card/paper-card.html"> <link rel="import" href="../bower_components/paper-fab/paper-fab.html"> <!-- Google elements --> <link rel="import" href="../bower_components/google-map/google-map.html"> <link rel="import" href="../bower_components/google-youtube/google-youtube.html"> <link rel="import" href="../bower_components/google-analytics/google-analytics.html"> <!-- Molecules elements --> <link rel="import" href="../bower_components/marked-element/marked-element.html"> <!-- Neon elements --> <link rel="import" href="../bower_components/neon-animation/neon-animation.html"> <!-- Platinum elements --> <link rel="import" href="../bower_components/platinum-sw/platinum-sw-cache.html"> <link rel="import" href="../bower_components/platinum-sw/platinum-sw-register.html"> <!-- Add your elements here --> <link rel="import" href="webfont-loader/webfont-loader.html"> <link rel="import" href="../styles/app-theme.html"> <link rel="import" href="hero-block/hero-block.html"> <link rel="import" href="about-conference/about-conference.html"> <link rel="import" href="photo-block/photo-block.html"> <link rel="import" href="statistics-block/statistics-block.html"> <link rel="import" href="featured-people/featured-people.html"> <link rel="import" href="logos-block/logos-block.html"> <link rel="import" href="footer-block/footer-block.html"> <link rel="import" href="app-icons/app-icons.html"> <link rel="import" href="subscribe-block/subscribe-block.html"> <link rel="import" href="map-block/map-block.html"> <link rel="import" href="call-to-action/call-to-action.html"> <link rel="import" href="social-feed/social-feed.html"> <link rel="import" href="blog-block/blog-block.html"> <link rel="import" href="schedule-block/schedule-block.html"> <link rel="import" href="people-block/people-block.html"> <link rel="import" href="latest-news/latest-news.html"> <link rel="import" href="tickets-block/tickets-block.html"> <link rel="import" href="cod-block/cod-block.html"> <link rel="import" href="video-top/video-top.html"> <!-- Configure your routes here --> <link rel="import" href="routing.html">
BruGTUG/DevFest2015
app/elements/elements.html
HTML
mit
4,467
<div class="code-box" id="demo-jump"> <div class="code-box-demo"> <div id="components-pagination-demo-jump"></div> <script>(function(){'use strict'; var Pagination = antd.Pagination; function onChange(page) { console.log(page); } React.render(React.createElement(Pagination, { showQuickJumper: true, onChange: onChange, total: 500 }), document.getElementById('components-pagination-demo-jump'));})()</script><div class="highlight"><pre><code class="javascript"><span class="keyword">var</span> Pagination = antd.Pagination; <span class="function"><span class="keyword">function</span> <span class="title">onChange</span><span class="params">(page)</span> {</span> console.log(page); } React.render( <span class="xml"><span class="tag">&lt;<span class="title">Pagination</span> <span class="attribute">showQuickJumper</span>=<span class="value">{true}</span> <span class="attribute">onChange</span>=<span class="value">{onChange}</span> <span class="attribute">total</span>=<span class="value">{500}</span> /&gt;</span>, document.getElementById('components-pagination-demo-jump'));</span></code></pre></div> </div> <div class="code-box-meta markdown"> <div class="code-box-title"> <a href="#demo-jump">跳转</a> </div> <p>快速跳转到某一页。</p> <span class="collapse anticon anticon-circle-o-right" unselectable="none" style="-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;"></span> </div> </div>
ant-design/09x.ant.design
components/pagination/demo/jump.html
HTML
mit
1,497
<% if (elementImplementation === 'bower') { -%> <link rel="import" href="../polymer/polymer.html"> <% } else { -%> <link rel="import" href="../bower_components/polymer/polymer.html"> <% } -%> <!-- The `<<%=elementName%>>` component provides two simple ways to use <%=elementDescription%> 1. [<%=elementName%>-classes](https://<%=gitRoot%>.com/<%=orgName%>/<%=elementName%>/tree/master/<%=elementName%>-classes.html). The class stylesheet provides a simple set of class-based rules, that let you specify layout properties directly in markup. You must include this file in every element that needs to use them. Sample use: ``` <link rel="import" href="../bower_componen/<%=elementName%>/<%=elementName%>-classes.html"> <style is="custom-style" include="<%=elementName%>-module"></style> <div class="<%=elementName%>-basic-class"> <div>Foo bar</div> </div>``` Please **note**: that the new version does not use `/deep/`, and therefore requires you to import the `dom-modules` in every element that needs to use them. 2. [Custom CSS mixins](https://<%=gitRoot%>.com/<%=orgName%>/<%=elementName%>/blob/master/<%=elementName%>.html). A more wholistic approach. This is a mixin stylesheet that contained custom CSS mixins that can be applied using the `@apply` function. It can be included at the root of you application giving you access to the mixins in all your elements. Sample use: - `appIncludes.html` ```<link rel="import" href="../bower_component/<%=elementName%>/<%=elementName%>.html">``` - `components/foo-wrapper/foo-wrapper.html` ``` <style is="custom-style"> foo-component { ~@apply --<%=elementName%>-basic-mixin; } </style> <foo-component></foo-component>``` - **note** `~` is an documentation quirk, not proper syntax @group <%=elementGrouping%> @pseudoElement <%=elementName%> @demo demo/index.html @test test/index.html --> <style is="custom-style"> html { /** * Mixin description **/ --<%=elementName%>-basic-mixin : { display: block; width:100px; height:100px; background:red; } } </style>
photoshelter/generator-polymer-init-element-scaffold
generators/app/templates/src/1.x/style/_style.html
HTML
mit
2,182
<!doctype html> <html lang="en"> <head> <title>Code coverage report for ./src/base\</title> <meta charset="utf-8"> <link rel="stylesheet" href="../prettify.css"> <style> body, html { margin:0; padding: 0; } body { font-family: Helvetica Neue, Helvetica,Arial; font-size: 10pt; } div.header, div.footer { background: #eee; padding: 1em; } div.header { z-index: 100; position: fixed; top: 0; border-bottom: 1px solid #666; width: 100%; } div.footer { border-top: 1px solid #666; } div.body { margin-top: 10em; } div.meta { font-size: 90%; text-align: center; } h1, h2, h3 { font-weight: normal; } h1 { font-size: 12pt; } h2 { font-size: 10pt; } pre { font-family: Consolas, Menlo, Monaco, monospace; margin: 0; padding: 0; line-height: 14px; font-size: 14px; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; } div.path { font-size: 110%; } div.path a:link, div.path a:visited { color: #000; } table.coverage { border-collapse: collapse; margin:0; padding: 0 } table.coverage td { margin: 0; padding: 0; color: #111; vertical-align: top; } table.coverage td.line-count { width: 50px; text-align: right; padding-right: 5px; } table.coverage td.line-coverage { color: #777 !important; text-align: right; border-left: 1px solid #666; border-right: 1px solid #666; } table.coverage td.text { } table.coverage td span.cline-any { display: inline-block; padding: 0 5px; width: 40px; } table.coverage td span.cline-neutral { background: #eee; } table.coverage td span.cline-yes { background: #b5d592; color: #999; } table.coverage td span.cline-no { background: #fc8c84; } .cstat-yes { color: #111; } .cstat-no { background: #fc8c84; color: #111; } .fstat-no { background: #ffc520; color: #111 !important; } .cbranch-no { background: yellow !important; color: #111; } .missing-if-branch { display: inline-block; margin-right: 10px; position: relative; padding: 0 4px; background: black; color: yellow; xtext-decoration: line-through; } .missing-if-branch .typ { color: inherit !important; } .entity, .metric { font-weight: bold; } .metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; } .metric small { font-size: 80%; font-weight: normal; color: #666; } div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; } div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; } div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; } div.coverage-summary th.file { border-right: none !important; } div.coverage-summary th.pic { border-left: none !important; text-align: right; } div.coverage-summary th.pct { border-right: none !important; } div.coverage-summary th.abs { border-left: none !important; text-align: right; } div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; } div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; } div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; } div.coverage-summary td.pic { min-width: 120px !important; } div.coverage-summary a:link { text-decoration: none; color: #000; } div.coverage-summary a:visited { text-decoration: none; color: #333; } div.coverage-summary a:hover { text-decoration: underline; } div.coverage-summary tfoot td { border-top: 1px solid #666; } div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator { height: 10px; width: 7px; display: inline-block; margin-left: 0.5em; } div.coverage-summary .yui3-datatable-sort-indicator { background: url("http://yui.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent; } div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator { background-position: 0 -20px; } div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator { background-position: 0 -10px; } .high { background: #b5d592 !important; } .medium { background: #ffe87c !important; } .low { background: #fc8c84 !important; } span.cover-fill, span.cover-empty { display:inline-block; border:1px solid #444; background: white; height: 12px; } span.cover-fill { background: #ccc; border-right: 1px solid #444; } span.cover-empty { background: white; border-left: none; } span.cover-full { border-right: none !important; } pre.prettyprint { border: none !important; padding: 0 !important; margin: 0 !important; } .com { color: #999 !important; } </style> </head> <body> <div class="header low"> <h1>Code coverage report for <span class="entity">./src/base\</span></h1> <h2> Statements: <span class="metric">15.22% <small>(7 / 46)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">0% <small>(0 / 18)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">12.5% <small>(1 / 8)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">16.67% <small>(7 / 42)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; </h2> <div class="path"><a href="../index.html">All files</a> &#187; ./src/base\</div> </div> <div class="body"> <div class="coverage-summary"> <table> <thead> <tr> <th data-col="file" data-fmt="html" data-html="true" class="file">File</th> <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th> <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th> <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th> <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th> <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th> <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th> <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th> <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th> <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th> </tr> </thead> <tbody><tr> <td class="file low" data-value="base.js"><a href="base.js.html">base.js</a></td> <td data-value="15.22" class="pic low"><span class="cover-fill" style="width: 15px;"></span><span class="cover-empty" style="width:85px;"></span></td> <td data-value="15.22" class="pct low">15.22%</td> <td data-value="46" class="abs low">(7&nbsp;/&nbsp;46)</td> <td data-value="0" class="pct low">0%</td> <td data-value="18" class="abs low">(0&nbsp;/&nbsp;18)</td> <td data-value="12.5" class="pct low">12.5%</td> <td data-value="8" class="abs low">(1&nbsp;/&nbsp;8)</td> <td data-value="16.67" class="pct low">16.67%</td> <td data-value="42" class="abs low">(7&nbsp;/&nbsp;42)</td> </tr> </tbody> </table> </div> </div> <div class="footer"> <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Mon Feb 10 2014 21:13:58 GMT+0900 (대한민국 표준시)</div> </div> <script src="../prettify.js"></script> <script src="http://yui.yahooapis.com/3.6.0/build/yui/yui-min.js"></script> <script> YUI().use('datatable', function (Y) { var formatters = { pct: function (o) { o.className += o.record.get('classes')[o.column.key]; try { return o.value.toFixed(2) + '%'; } catch (ex) { return o.value + '%'; } }, html: function (o) { o.className += o.record.get('classes')[o.column.key]; return o.record.get(o.column.key + '_html'); } }, defaultFormatter = function (o) { o.className += o.record.get('classes')[o.column.key]; return o.value; }; function getColumns(theadNode) { var colNodes = theadNode.all('tr th'), cols = [], col; colNodes.each(function (colNode) { col = { key: colNode.getAttribute('data-col'), label: colNode.get('innerHTML') || ' ', sortable: !colNode.getAttribute('data-nosort'), className: colNode.getAttribute('class'), type: colNode.getAttribute('data-type'), allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html' }; col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter; cols.push(col); }); return cols; } function getRowData(trNode, cols) { var tdNodes = trNode.all('td'), i, row = { classes: {} }, node, name; for (i = 0; i < cols.length; i += 1) { name = cols[i].key; node = tdNodes.item(i); row[name] = node.getAttribute('data-value') || node.get('innerHTML'); row[name + '_html'] = node.get('innerHTML'); row.classes[name] = node.getAttribute('class'); //Y.log('Name: ' + name + '; Value: ' + row[name]); if (cols[i].type === 'number') { row[name] = row[name] * 1; } } //Y.log(row); return row; } function getData(tbodyNode, cols) { var data = []; tbodyNode.all('tr').each(function (trNode) { data.push(getRowData(trNode, cols)); }); return data; } function replaceTable(node) { if (!node) { return; } var cols = getColumns(node.one('thead')), data = getData(node.one('tbody'), cols), table, parent = node.get('parentNode'); table = new Y.DataTable({ columns: cols, data: data, sortBy: 'file' }); parent.set('innerHTML', ''); table.render(parent); } Y.on('domready', function () { replaceTable(Y.one('div.coverage-summary table')); if (typeof prettyPrint === 'function') { prettyPrint(); } }); }); </script> </body> </html>
k10526/Asdf
coverage/Firefox 26.0.0 (Windows 7)/src/base/index.html
HTML
mit
12,076
--- layout: default title: Products permalink: /products/ nav: true --- <div class="row"> {% for product in site.data.products %} {% include product.html %} {% endfor %} </div>
MashSoftware/mashsoftware.github.io
products.html
HTML
mit
185
<!DOCTYPE html> <html lang="zh-CN"> <head> <!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"> <meta name="theme-color" content="#222"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="apple-touch-icon" sizes="180x180" href="/images/title_favicon_32.ico?v=7.3.0"> <link rel="icon" type="image/png" sizes="32x32" href="/images/title_favicon_32.ico?v=7.3.0"> <link rel="icon" type="image/png" sizes="16x16" href="/images/title_favicon_16.ico?v=7.3.0"> <link rel="mask-icon" href="/images/logo.svg?v=7.3.0" color="#222"> <meta name="google-site-verification" content="3dBwV8OlVnNtYzxCLCFp2w8WMpuSecV7vBmA_zrf9j4"> <meta name="baidu-site-verification" content="eoUZD1BDx6"> <link rel="stylesheet" href="/css/main.css?v=7.3.0"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&display=swap&subset=latin,latin-ext"> <link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css?v=4.7.0"> <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.css"> <script id="hexo-configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '7.3.0', exturl: false, sidebar: {"position":"right","display":"post","offset":12,"onmobile":false}, copycode: {"enable":false,"show_result":false,"style":"default"}, back2top: {"enable":true,"sidebar":false,"scrollpercent":false}, bookmark: {"enable":false,"color":"#222","save":"auto"}, fancybox: true, mediumzoom: false, lazyload: false, pangu: false, algolia: { appID: '', 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"} }, localsearch: {"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false}, path: '', motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, translation: { copy_button: '复制', copy_success: '复制成功', copy_failure: '复制失败' }, sidebarPadding: 40 }; </script> <meta name="description" content="虚怀若谷,大智若愚"> <meta property="og:type" content="website"> <meta property="og:title" content="拾荒志"> <meta property="og:url" content="https://murphypei.github.io/tags/内存泄露/index.html"> <meta property="og:site_name" content="拾荒志"> <meta property="og:description" content="虚怀若谷,大智若愚"> <meta property="og:locale" content="zh-CN"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="拾荒志"> <meta name="twitter:description" content="虚怀若谷,大智若愚"> <link rel="alternate" href="/atom.xml" title="拾荒志" type="application/atom+xml"> <link rel="canonical" href="https://murphypei.github.io/tags/内存泄露/"> <script id="page-configurations"> // https://hexo.io/docs/variables.html CONFIG.page = { sidebar: "", isHome: false, isPost: false, isPage: false, isArchive: false }; </script> <title>标签: 内存泄露 | 拾荒志</title> <meta name="generator" content="Hexo 3.9.0"> <noscript> <style> .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-header { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion .logo-line-before i { left: initial; } .use-motion .logo-line-after i { right: initial; } </style> </noscript><!-- hexo-inject:begin --><!-- hexo-inject:end --> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-CN"> <!-- hexo-inject:begin --><!-- hexo-inject:end --><div class="container use-motion"> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-container"> <div class="site-meta"> <div> <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> <h1 class="site-subtitle" itemprop="description">虚怀若谷,大智若愚</h1> </div> <div class="site-nav-toggle"> <button aria-label="切换导航栏"> <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-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-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-about"> <a href="/about/" rel="section"><i class="menu-item-icon fa fa-fw fa-user"></i> <br>关于</a> </li> </ul> </nav> </div> </header> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> <span>0%</span> </div> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div class="post-block tag"> <div id="posts" class="posts-collapse"> <div class="collection-title"> <h2 class="collection-header">内存泄露<small>标签</small> </h2> </div> <div class="collection-year"> <h2 class="collection-header">2019</h2> </div> <article itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h3 class="post-title"> <a class="post-title-link" href="/blog/2019/04/valgrind-memory-leaky.html" itemprop="url"> <span itemprop="name">C/C++ 内存泄漏检测工具:Valgrind</span> </a> </h3> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2019-04-18T18:09:30+08:00" content="2019-04-18"> 04-18 </time> </div> </header> </article> </div> </div> </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 class="sidebar"> <div class="sidebar-inner"> <ul class="sidebar-nav motion-element"> <li class="sidebar-nav-toc"> 文章目录 </li> <li class="sidebar-nav-overview"> 站点概览 </li> </ul> <!--noindex--> <div class="post-toc-wrap sidebar-panel"> </div> <!--/noindex--> <div class="site-overview-wrap sidebar-panel"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar_128.ico" alt="murphypei"> <p class="site-author-name" itemprop="name">murphypei</p> <div class="site-description" itemprop="description">虚怀若谷,大智若愚</div> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">151</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/"> <span class="site-state-item-count">21</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/"> <span class="site-state-item-count">382</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="feed-link motion-element"> <a href="/atom.xml" rel="alternate"> <i class="fa fa-rss"></i>RSS </a> </div> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/murphypei" title="GitHub &rarr; https://github.com/murphypei" rel="noopener" target="_blank"><i class="fa fa-fw fa-github"></i>GitHub</a> </span> <span class="links-of-author-item"> <a href="mailto:[email protected]" title="E-Mail &rarr; mailto:[email protected]" rel="noopener" target="_blank"><i class="fa fa-fw fa-envelope"></i>E-Mail</a> </span> </div> <div class="links-of-blogroll motion-element"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-link"></i> Links </div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="https://www.zhihu.com/people/guo-jia-66-80/activities" title="https://www.zhihu.com/people/guo-jia-66-80/activities" rel="noopener" target="_blank">知乎</a> </li> </ul> </div> </div> </div> </aside> <div id="sidebar-dimmer"></div> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2020</span> <span class="with-love" id="animate"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">murphypei</span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-area-chart"></i> </span> <span title="站点总字数">507k</span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-coffee"></i> </span> <span title="站点阅读时长">14:05</span> </div> <div class="powered-by">由 <a href="https://hexo.io" class="theme-link" rel="noopener" target="_blank">Hexo</a> 强力驱动 v3.9.0</div> <span class="post-meta-divider">|</span> <div class="theme-info">主题 – <a href="https://theme-next.org" class="theme-link" rel="noopener" target="_blank">NexT.Mist</a> v7.3.0</div> <div class="busuanzi-count"> <script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span class="post-meta-item-icon"> <i class="fa fa-user"></i> </span> <span class="site-uv" title="总访客量"> <span class="busuanzi-value" id="busuanzi_value_site_uv"></span> </span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-eye"></i> </span> <span class="site-pv" title="总访问量"> <span class="busuanzi-value" id="busuanzi_value_site_pv"></span> </span> </div> </div> </footer> </div> <script src="/lib/anime.min.js?v=3.1.0"></script> <script src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script src="//cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script> <script src="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.js"></script> <script src="/js/utils.js?v=7.3.0"></script><script src="/js/motion.js?v=7.3.0"></script> <script src="/js/schemes/muse.js?v=7.3.0"></script> <script src="/js/next-boot.js?v=7.3.0"></script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; bp.src = (curProtocol === 'https') ? 'https://zz.bdstatic.com/linksubmit/push.js' : 'http://push.zhanzhang.baidu.com/push.js'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","tagMode":false,"log":false,"model":{"jsonPath":"/live2dw/assets/haru01.model.json"},"display":{"position":"left","width":250,"height":400},"mobile":{"show":false}});</script><!-- hexo-inject:begin --><!-- hexo-inject:end --></body> </html>
ChaoPei/ChaoPei.github.io
tags/内存泄露/index.html
HTML
mit
22,120
<!DOCTYPE html> <!-- This is a starter template page. Use this page to start your new project from scratch. This page gets rid of all links and provides the needed markup only. --> <html lang="en" ng-app="myApp" class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Robob.io's AdminLTE 2-Firebase | Starter</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.5 --> <link rel="stylesheet" href="lib/bootstrap/dist/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="assets/css/AdminLTE.min.css"> <!-- AdminLTE Skins. We have chosen the skin-blue for this starter page. However, you can choose any other skin. Make sure you apply the skin class to the body tag so the changes take effect. --> <link rel="stylesheet" href="assets/css/skins/skin-blue.min.css"> <link rel="stylesheet" href="assets/css/app.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/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <!-- BODY TAG OPTIONS: ================= Apply one or more of the following classes to get the desired effect |---------------------------------------------------------| | SKINS | skin-blue | | | skin-black | | | skin-purple | | | skin-yellow | | | skin-red | | | skin-green | |---------------------------------------------------------| |LAYOUT OPTIONS | fixed | | | layout-boxed | | | layout-top-nav | | | sidebar-collapse | | | sidebar-mini | |---------------------------------------------------------| --> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <!-- Main Header --> <main-header></main-header> <!-- Left side column. contains the logo and sidebar --> <main-sidebar></main-sidebar> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Page Header <small>Optional description</small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Level</a></li> <li class="active">Here</li> </ol> </section> <!-- Main content --> <section class="content"> <ul class="menu"> <li><a ui-sref="view1">view1</a></li> <li><a ui-sref="view2">view2</a></li> </ul> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <ui-view></ui-view> <div>AdminLTE-Firebase Starter app version: <span app-version></span></div> <!-- Your Page Content Here --> </section><!-- /.content --> </div><!-- /.content-wrapper --> <!-- Main Footer --> <main-footer></main-footer> <!-- Control Sidebar --> <control-sidebar></control-sidebar> <!-- /.control-sidebar --> <!-- Add the sidebar's background. This div must be placed immediately after the control sidebar --> <div class="control-sidebar-bg"></div> </div><!-- ./wrapper --> <!-- Optionally, you can add Slimscroll and FastClick plugins. Both of these plugins are recommended to enhance the user experience. Slimscroll is required when using the fixed layout. --> <!-- REQUIRED JS SCRIPTS --> <!-- jQuery--> <script src="lib/jquery/dist/jquery.min.js"></script> <!-- Bootstrap 3.3.5 --> <script src="lib/bootstrap/dist/js/bootstrap.min.js"></script> <!-- AdminLTE App --> <script src="assets/js/app.min.js"></script> <script src="lib/angular/angular.js"></script> <script src="lib/angular-ui-router/release/angular-ui-router.js"></script> <script src="app/app.js"></script> <script src="app/components/view1/view1.js"></script> <script src="app/components/view2/view2.js"></script> <script src="app/components/login/login.js"></script> <script src="app/components/AuthFactory.js"></script> <script src="app/shared/version/version.js"></script> <script src="app/app.directives.js"></script> <script src="app/shared/control-sidebar/control-sidebar.js"></script> <script src="app/shared/main-footer/main-footer.js"></script> <script src="app/shared/main-header/main-header.js"></script> <script src="app/shared/main-sidebar/main-sidebar.js"></script> <script src="app/shared/version/version-directive.js"></script> <script src="app/shared/version/interpolate-filter.js"></script> </body> </html>
dacalvi/AdminLTE-Firebase-Starter
www/index.html
HTML
mit
5,928
<!DOCTYPE html> <html class="no-js" 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="p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing."> <title tabindex="1">examples | p5.js</title> <link rel="stylesheet" href="/assets/css/all.css?v=4c8161"> <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="/../assets/img/favicon.ico"> <link rel="icon" href="/../assets/img/favicon.ico"> <script src="/../assets/js/vendor/jquery-1.12.4.min.js"></script> <script src="/../assets/js/vendor/ace-nc/ace.js"></script> <script src="/../assets/js/vendor/ace-nc/mode-javascript.js"></script> <script src="/../assets/js/vendor/prism.js"></script> <script src="/assets/js/init.js?v=97b4f7"></script> </head> <body> <a href="#content" class="sr-only">Skip to content</a> <!-- p5*js language buttons --> <div id="i18n-btn"> <h2 id="i18n-settings" class="sr-only">Language Settings</h2> <ul id="i18n-buttons" aria-labelledby="i18n-settings"> <li><a href='#' lang='en' data-lang='en'>English</a></li> <li><a href='#' lang='es' data-lang='es'>Español</a></li> <li><a href='#' lang='zh-Hans' data-lang='zh-Hans'>简体中文</a></li> <li><a href='#' lang='ko' data-lang='ko'>한국어</a></li> <li><a href='#' lang='hi' data-lang='hi'>हिन्दी</a></li> </ul> </div> <!-- .container --> <div class="container"> <!-- logo --> <header id="lockup"> <a href="/"> <img src="/../assets/img/p5js.svg" alt="p5 homepage" id="logo_image" class="logo" /> <div id="p5_logo"></div> </a> </header> <!-- close logo --> <div id="examples-page"> <!-- site navigation --> <div class="column-span"> <nav class="sidebar-menu-nav-element"> <h2 id="menu-title" class="sr-only">Site Navigation</h2> <input class="sidebar-menu-btn" type="checkbox" id="sidebar-menu-btn" /> <label class="sidebar-menu-icon" for="sidebar-menu-btn"><span class="sidebar-nav-icon"></span></label> <ul id="menu" class="sidebar-menu" aria-labelledby="menu-title"> <li><a href="/">Home</a></li> <li><a href="https://editor.p5js.org">Editor</a></li> <li><a href="/download/">Download</a></li> <li><a href="/download/support.html">Donate</a></li> <li><a href="/get-started/">Get Started</a></li> <li><a href="/reference/">Reference</a></li> <li><a href="/libraries/">Libraries</a></li> <li><a href="/learn/">Learn</a></li> <li><a href="/teach/">Teach</a></li> <li><a href="/examples/">Examples</a></li> <li><a href="/books/">Books</a></li> <li><a href="/community/">Community</a></li> <li><a href="https://showcase.p5js.org">Showcase</a></li> <li><a href="https://discourse.processing.org/c/p5js" target=_blank class="other-link">Forum</a></li> <li><a href="http://github.com/processing/p5.js" target=_blank class="other-link">GitHub</a></li> <li><a href="http://twitter.com/p5xjs" target=_blank class="other-link">Twitter</a></li> <li><a href="https://www.instagram.com/p5xjs/" target=_blank class="other-link">Instagram</a></li> <li><a href="https://discord.gg/SHQ8dH25r9" target=_blank class="other-link">Discord</a></li> </ul> </nav> </div> <div class="column-span"> <main id="content" > <p id="backlink"><a href="./">&lt; Back to Examples</a></p> <h1 id='example-name'>example name placeholder</h1> <p id='example-desc'>example description placeholder</p> <div id="exampleDisplay"> <div class="edit_space"> <button id="toggleTextOutput" class="sr-only">toggle text output</button> <button id="runButton" class="edit_button">run</button> <button id="resetButton" class="reset_button">reset</button> <button id="copyButton" class="copy_button">copy</button> </div> <div id="exampleEditor"></div> <iframe id="exampleFrame" src="../assets/examples/example.html" aria-label="example arialabel placeholder" ></iframe> </div> <p><a style="border-bottom:none !important;" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank><img src="https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png" alt="creative commons license" style="width:88px"/></a></p> </main> <footer> <h2 class="sr-only">Credits</h2> <p> p5.js is currently led by <a href='http://qianqian-ye.com/' target="_blank">Qianqian Ye</a> & <a href='http://www.outofambit.com/' target="_blank">evelyn masso</a> and was created by <a href='https://lauren-mccarthy.com' target="_blank">Lauren Lee McCarthy</a>. p5.js is developed by a community of collaborators, with support from the <a href="https://processingfoundation.org/" target="_blank">Processing Foundation</a> and <a href="https://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>. Identity and graphic design by <a href="https://jereljohnson.com/" target="_blank">Jerel Johnson</a>. <a href="/copyright.html">&copy; Info</a>. </p> </footer> </div> <!-- end column-span --> <!-- outside of column for footer to go across both --> <p class="clearfix"> &nbsp; </p> <object type="image/svg+xml" data="../assets/img/thick-asterisk-alone.svg" id="asterisk-design-element" aria-hidden="true"> </object> <!-- <script src="../assets/js/vendor/ace-nc/ace.js"></script> <script src="../assets/js/examples.js"></script> --> <script> window._p5jsExample = '../assets/examples/en/33_Sound/11_Live_Input.js'; window.addEventListener('load', function() { // examples.init('../assets/examples/en/33_Sound/11_Live_Input.js'); if (false) { var isMobile = window.matchMedia("only screen and (max-width: 767px)"); // isMobile is true if viewport is less than 768 pixels wide document.getElementById('exampleFrame').style.display = 'none'; if (isMobile.matches) { document.getElementById('notMobile-message').style.display = 'none'; document.getElementById('isMobile-displayButton').style.display = 'block'; } else { document.getElementById('notMobile-message').style.display = 'block'; document.getElementById('isMobile-displayButton').style.display = 'none'; document.getElementById('runButton').style.display = 'none'; document.getElementById('resetButton').style.display = 'none'; document.getElementById('copyButton').style.display = 'none'; } } }, true); </script> </div><!-- end id="get-started-page" --> <script src="/../assets/js/examples.js"></script> </div> <!-- close class='container'--> <nav id="family" aria-labelledby="processing-sites-heading"> <h2 id="processing-sites-heading" class="sr-only">Processing Sister Sites</h2> <ul id="processing-sites" aria-labelledby="processing-sites-heading"> <li><a href="https://processing.org">Processing</a></li> <li><a class="here" href="/">p5.js</a></li> <li><a href="https://py.processing.org/">Processing.py</a></li> <li><a href="https://android.processing.org/">Processing for Android</a></li> <li><a href="https://pi.processing.org/">Processing for Pi</a></li> <li><a href="https://processingfoundation.org/">Processing Foundation</a></li> </ul> <a tabindex="1" href="#content" id="skip-to-content">Skip to main content</a> </nav> <script> var langs = ["en","es","hi","ko","zh-Hans"]; (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-53383000-1', 'auto'); ga('send', 'pageview'); $(window).ready(function() { if (window.location.pathname !== '/' && window.location.pathname !== '/index.html') { $('#top').remove(); } else { $('#top').show(); } }); </script> </body> </html>
mayaman26/p5js-website
examples/sound-mic-input.html
HTML
mit
8,722
<!DOCTYPE html> <html> <iframe src="https://player.vimeo.com/video/86204203" width="700" height="545" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </html>
onexi/onexi.github.io
jrw/L4a-GettingElementsFromDOM/Media/video3.html
HTML
mit
193
<HTML><HEAD> <TITLE>Review for Home for the Holidays (1995)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0113321">Home for the Holidays (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ben+Hoffman">Ben Hoffman</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> HOME FOR THE HOLIDAYS A film review by Ben Hoffman Copyright 1995 Ben Hoffman</PRE> <P> It is hard to believe but Jodie Foster, a most talented young actress, has appeared in thirty-two films. When she further became a director, in the wonderful LITTLE MAN TATE, no one could deny that here was someone very special. So when HOME FOR THE HOLIDAYS was about to be screened I could hardly wait. Sadly, the movie is very mediocre, to which we must add, even the best do not always succeed every time.</P> <P> With a great cast and a brilliant director, the fault lies mostly with the story itself. My having spent many years at family gatherings at holidays, with Thanksgivings being the most memorable, and all of them joyful, it was difficult to relate to HOME FOR THE HOLIDAYS where holiday gatherings where close relatives attended every year but wished they did not have to.</P> <P> Claudia Larson (Holly Hunter) has just been a victim of "downsizing" (what an ugly euphemism!) at her job in an art gallery. Her 15-year-old daughter says she is not going to the Dinner but will stay home with her boy friend and "go all the way." With this and more on Claudia's mind and heart she takes a plane to her family in Baltimore.</P> <P> Mom (Anne Bancroft) and Dad (Charles Durning) a most loving couple, are, as usual, the hosts. Eccentric Aunt Glady is there, as are Claudia's sister and brother-in-law and their children. Brother Tommy (Robert Downey, Jr.) is there, too, but only because Claudia felt she could not endure the gathering without him. He arrives with his gay friend, Leo Fish (Dylan McDermott) which astonishes most of the family who did not know about Robert and Leo.</P> <P> Bickering abounds before, during and after dinner. Again, I found it hard to relate to that. And through it all, much of the dialogue (screenplay by W. D. Richter) seems as if most are speaking lines rather than real-life talk. It was difficult to warm up to the family and the movie. With all that was going on, there was nothing exciting to make me want to know what happened next. Nothing much did.</P> <PRE>Directed by Jodie Foster.</PRE> <PRE>2 bytes</PRE> <PRE> 4 Bytes = Superb 3 Bytes = Too good to be missed. 2 Bytes = So so. 1 Byte = Save your money.</PRE> <PRE>-- Ben Hoffman</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/4223.html
HTML
mit
3,723
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Neighborhood Map Project</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <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"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div class="container-fluid"> <div class="row"> <div class="col-md-3 col-xs-5"> <div class="left-bar"> <!-- search input box --> <input type="text" name="" value="" data-bind="value: Query, valueUpdate: 'keyup', event: {keyup: update}" autocomplete="off"> <!-- search button --> <button type="button" name="button">Filter</button> <!-- marker list --> <ul data-bind = "foreach: searchResults"> <li data-bind = "text: title, click: showInfoWindow"></li> </ul> </div> </div> <!--<div class="col-md-9"> --> <div id="map" class = "col-md-9 col-xs-7"> <h2>If you are seeing this, it is because Google Map failed to load, try refresh the page.</h2> </div> <!--</div> --> </div> </div> <script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyA7g61dAK4fc5zW6UhlH39yh58mTFiXa-I&callback=startApp" async defer onerror="mapError()"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> </body> </html>
524119574/524119574.github.io
demo/neighborhood-map/index.html
HTML
mit
2,799
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>automata: 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 / automata - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> automata <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-14 16:25:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-14 16:25:14 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/automata&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Automata&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: formal language theory&quot; &quot;keyword: finite automata&quot; &quot;keyword: push-down automata&quot; &quot;keyword: rational langages&quot; &quot;keyword: Kleene&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; &quot;date: June-July 1993&quot; ] authors: [ &quot;Judicaël Courant&quot; &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/automata/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/automata.git&quot; synopsis: &quot;Beginning of formal language theory&quot; description: &quot;&quot;&quot; This library formalises the beginning of formal language theory: finite automata and rational languages, context-free grammars and push-down automata.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/automata/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=5ecdd9983ca49655f57431616796d3d4&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-automata.8.8.0 coq.8.7.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.7.1). The following dependencies couldn&#39;t be met: - coq-automata -&gt; coq &gt;= 8.8 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-automata.8.8.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.04.2-2.0.5/released/8.7.1/automata/8.8.0.html
HTML
mit
7,266
<!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.11"/> <title>nucleo-dynamixel: Class Members</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="projectalign" style="padding-left: 0.5em;"> <div id="projectname">nucleo-dynamixel &#160;<span id="projectnumber">0.0.1</span> </div> <div id="projectbrief">A library for controlling dynamixel servomotors, designed for nucleo stm32</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index__"><span>_</span></a></li> <li><a href="functions_a.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_j.html#index_j"><span>j</span></a></li> <li><a href="functions_k.html#index_k"><span>k</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_q.html#index_q"><span>q</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_x.html#index_x"><span>x</span></a></li> <li><a href="functions_y.html#index_y"><span>y</span></a></li> <li><a href="functions_z.html#index_z"><span>z</span></a></li> <li class="current"><a href="functions_0x7e.html#index_0x7e"><span>~</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('functions_0x7e.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="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_0x7e"></a>- ~ -</h3><ul> <li>~TimerEvent() : <a class="el" href="classmbed_1_1_timer_event.html#a6a2a3c2acee5b36ce21e40d84a4f9b71">mbed::TimerEvent</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="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
team-diana/nucleo-dynamixel
docs/html/functions_0x7e.html
HTML
mit
7,499
<!DOCTYPE html> <html> <head> <meta name="description" content="DBMON REACT" /> <meta charset="utf-8"> <link href="../vendor/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="../styles.css" rel="stylesheet" type="text/css" /> <title>dbmon (react)</title> </head> <body> <div id="dbmon"></div> <script src="../vendor/react-lite.min.js"></script> <script>window.ReactDOM = React.__SECRET_DOM_DO_NOT_USE_OR_YOU_WILL_BE_FIRED</script> <script src="../vendor/JSXTransformer.js"></script> <script src="../ENV.js"></script> <script src="../vendor/memory-stats.js"></script> <script src="../vendor/monitor.js"></script> <script src="app.js" type="text/jsx"></script> <script src="../ga.js"></script> </body> </html>
Lucifier129/vdom-engine
examples/js-repaint-perf/react/lite.html
HTML
mit
751
<!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, shrink-to-fit=no"> <meta name="generator" content="Logya"> <title itemprop="name">{{ title }}</title> {% if description %}<meta name="description" content="{{ description }}">{% endif %} {% if author %}<meta name="author" content="{{ author }}">{% endif %} {% if image %}<meta property="og:image" content="{{ base_url }}{{ image }}">{% endif %} {% block meta %}{% endblock %} <link href="{{ base_url + url }}" rel="canonical" itemprop="url"> <link href="/rss.xml" rel="alternate" type="application/rss+xml" title="RSS feed"> </head> <body> {% block content %}{% endblock %} </body> </html>
yaph/logya
logya/sites/i18n/templates/base.html
HTML
mit
822
<html> <head> <script type="text/javascript" src="../bridge/As3JsBridge.js"></script> <script type="text/javascript" src="../utils/xml2json.js"></script> <script type="text/javascript" src="../js/common/jq/jq1.9.1.js"></script> <script> window.onerror = function (errorMsg, url, lineNumber) { alert('Error: ' + errorMsg + ' Script: ' + url + ' Line: ' + lineNumber); } </script> <link href="../_css/fontawesome/css/font-awesome.css" rel="stylesheet"> <link href="../page.css" rel="stylesheet"> </head> <body style="margin-left:10px;"> <div> <span class="bolding">Text:</span> <input id="t1" type="text"/><br/> <span class="bolding">Resource:</span> <input id="t4" type="text"/> <img id="img1" style="width:100px;height:70px" ondragover="preventDefault(event)" onDrop="drop(event)"> <img id="img2" style="width:100px;height:70px"> <button onclick="onUrl()">url</button> <br/> <hr/> <input id="eventName" type="text" style="width:40px;"/> <input id="commandName" type="text" style="width:40px;"/> <input id="commandParams" type="text" style="width:40px;"/> <hr/> </div> <h1 style="padding: 20px 20px 20px 0">Digg settings</h1> <label class="bolding">Background Color</label> <input id="bgColor" type="text" style="width:100px;"/> <hr/> <label class="bolding" style="float: left">Scroll Speed</label> <div class="radioButtons" style="float: left; position: relative; top: -3px; left: 30px"> <input type="radio" name="speed" class="bolding" value="slow"><span>slow</span> <br/> <input type="radio" name="speed" value="medium"><span>medium</span> <br/> <input type="radio" name="speed" value="fast"><span>fast</span> <br/> </div> <p/> <div style="clear: both"> <button onclick="onAddEvent()">Add</button> <button onclick="onDeleteEvent()">Delete <i class="fa fa-times-circle"></i> </button> <br/> <input id="events" type="text"/><br/> </div> <script> function onUrl() { alert('onUrl'); document.getElementById('img2').src = document.getElementById('t4').value; } function preventDefault(event) { event.preventDefault(); } var hResource = 0; function drop(ev) { alert('drop'); ev.preventDefault(); var str = getDragData(); var data = JSON.parse(str); var d0 = data[0]; var resource = d0.Resource; m_hRsource = parseInt(resource.hResource); getObjectValue(0, 'getResourcePath(' + m_hRsource + ')', function (b) { document.getElementById('img1').src = JSON.parse(b); }); } function onAddEvent() { alert('addOnEve'); getObjectValue(0, 'addEvent("' + document.getElementById('eventName').value + '","' + document.getElementById('commandName').value + '","' + document.getElementById('commandParams').value + '")', function (b) { }); } function onDeleteEvent() { alert('DelOnEve'); getObjectValue(0, 'removeEventAt(0)', function (b) { }); } var x2js = new X2JS(); var m_data = {} var m_hRsource = -1; function setData(i_xmlData) { alert(i_xmlData); m_data = x2js.xml_str2json(i_xmlData); if (m_data.Data._bgColor != null) { document.getElementById('bgColor').value = m_data.Data._bgColor; } if (m_data.Data._a != null) { document.getElementById('t1').value = m_data.Data._a; } if (m_data.Data.ExtImg != null) { document.getElementById('t4').value = m_data.Data.ExtImg._url; document.getElementById('img2').src = m_data.Data.ExtImg._url; } if (m_data.Data.Resource != null) { m_hRsource = m_data.Data.Resource._hResource; getObjectValue(0, 'getResourcePath(' + m_hRsource + ')', function (b) { document.getElementById('img1').src = JSON.parse(b); getObjectValue(0, 'getAllEvents()', function (c) { document.getElementById('events').value = JSON.stringify(c); }) }); } } function getData() { alert('get data'); m_data = {Data: {}}; m_data.Data._bgColor = document.getElementById('bgColor').value; m_data.Data._a = document.getElementById('t1').value; if (m_hRsource != -1) { m_data.Data.Resource = {}; m_data.Data.Resource._hResource = m_hRsource; } m_data.Data.ExtImg = {}; m_data.Data.ExtImg._url = document.getElementById('t4').value; return x2js.json2xml_str(m_data); } $(document).ready(function () { alert('ready'); }); </script> </body> </html>
born2net/componentDigg
archive/page_original.html
HTML
mit
4,797
<!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.11"/> <title>LostInCompilation: include/algorithm/tree -&gt; visitor Relation</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">LostInCompilation &#160;<span id="projectnumber">0.1.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><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> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_60beb1a8c39378ddb4df49f229c876e7.html">algorithm</a></li><li class="navelem"><a class="el" href="dir_575d120ae959545b4c8a7dd404c0b9da.html">tree</a></li> </ul> </div> </div><!-- top --> <div class="contents"> <h3>tree &rarr; visitor Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in include/algorithm/tree</th><th class="dirtab">Includes file in include/algorithm/tree/visitor</th></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="TreeBuilder_8h.html">TreeBuilder.h</a></td><td class="dirtab"><a class="el" href="VisitedTreeNode_8h.html">VisitedTreeNode.h</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="dir_0ce09cb9c131df447dfe4c118cc1b737.html">visitor</a>&#160;/&#160;<a class="el" href="VisitedTreeNode_8h.html">VisitedTreeNode.h</a></td><td class="dirtab"><a class="el" href="dir_288cce88a9c661260dea6192c024e4f0.html">traversal</a>&#160;/&#160;<a class="el" href="TreeWalker_8h.html">TreeWalker.h</a></td></tr></table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sun Apr 2 2017 23:24:57 for LostInCompilation by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
mcfongtw/LostInCompilation
docs/doxygen/shacat/html/dir_000005_000008.html
HTML
mit
4,620
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>GASでSlackにランダムなメッセージbotを作ってみよう - イノベーション エンジニアブログ</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="GASでSlackにランダムなメッセージbotを作ってみよう"> <meta name="twitter:description" content=""> <meta property="og:type" content="article"> <meta property="og:title" content="GASでSlackにランダムなメッセージbotを作ってみよう"> <meta property="og:description" content=""> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon"> <script type="text/javascript"> var _trackingid = 'LFT-10003-1'; (function() { var lft = document.createElement('script'); lft.type = 'text/javascript'; lft.async = true; lft.src = document.location.protocol + '//test.list-finder.jp/js/ja/track_test.js'; var snode = document.getElementsByTagName('script')[0]; snode.parentNode.insertBefore(lft, snode); })(); </script> <script type="text/javascript"> var _trackingid = 'LFT-10003-1'; (function() { var lft = document.createElement('script'); lft.type = 'text/javascript'; lft.async = true; lft.src = document.location.protocol + '//track.list-finder.jp/js/ja/track_prod_wao.js'; var snode = document.getElementsByTagName('script')[0]; snode.parentNode.insertBefore(lft, snode); })(); </script> <link rel="stylesheet" type="text/css" href="//tech.innovation.co.jp/themes/uno/assets/css/uno.css?v=1.0.0" /> <link rel="canonical" href="http://tech.innovation.co.jp/2018/05/07/try-gas-with-slack.html" /> <meta property="og:site_name" content="イノベーション エンジニアブログ" /> <meta property="og:type" content="article" /> <meta property="og:title" content="GASでSlackにランダムなメッセージbotを作ってみよう" /> <meta property="og:description" content="新しいことやりたくなりました。 もう5月ですね。新卒2年目になりました小畑です。 新人とか言えなくなりました、ひえっ。 ってことで、新しい挑戦をしてなかったのでGASに今更手を出します。 ついでにSlackにランダムでメッセージ送れるbotにしちゃいましょう。 あれ?似た記事最近見た? なので、前の記事とは『別な方法』で、Slackと連携させていきます。 やったこと GASでSlack投稿 投稿を定期的にする スプレッドシートに書かれているメッセージをランダムに送る 1.GASでSlack投稿 投稿までの手順は次の4つ。 SlackAPIのSlackA..." /> <meta property="og:url" content="http://tech.innovation.co.jp/2018/05/07/try-gas-with-slack.html" /> <meta property="article:published_time" content="2018-05-06T15:00:00.000Z" /> <meta property="article:modified_time" content="2018-05-11T01:20:39.429Z" /> <meta property="article:tag" content="obata" /> <meta property="article:tag" content="slack" /> <meta property="article:tag" content="gas" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="GASでSlackにランダムなメッセージbotを作ってみよう" /> <meta name="twitter:description" content="新しいことやりたくなりました。 もう5月ですね。新卒2年目になりました小畑です。 新人とか言えなくなりました、ひえっ。 ってことで、新しい挑戦をしてなかったのでGASに今更手を出します。 ついでにSlackにランダムでメッセージ送れるbotにしちゃいましょう。 あれ?似た記事最近見た? なので、前の記事とは『別な方法』で、Slackと連携させていきます。 やったこと GASでSlack投稿 投稿を定期的にする スプレッドシートに書かれているメッセージをランダムに送る 1.GASでSlack投稿 投稿までの手順は次の4つ。 SlackAPIのSlackA..." /> <meta name="twitter:url" content="http://tech.innovation.co.jp/2018/05/07/try-gas-with-slack.html" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Article", "publisher": "イノベーション エンジニアブログ", "author": { "@type": "Person", "name": null, "image": "https://avatars3.githubusercontent.com/u/30609804?v=4", "url": "undefined/author/undefined", "sameAs": "" }, "headline": "GASでSlackにランダムなメッセージbotを作ってみよう", "url": "http://tech.innovation.co.jp/2018/05/07/try-gas-with-slack.html", "datePublished": "2018-05-06T15:00:00.000Z", "dateModified": "2018-05-11T01:20:39.429Z", "keywords": "obata, slack, gas", "description": "新しいことやりたくなりました。 もう5月ですね。新卒2年目になりました小畑です。 新人とか言えなくなりました、ひえっ。 ってことで、新しい挑戦をしてなかったのでGASに今更手を出します。 ついでにSlackにランダムでメッセージ送れるbotにしちゃいましょう。 あれ?似た記事最近見た? なので、前の記事とは『別な方法』で、Slackと連携させていきます。 やったこと GASでSlack投稿 投稿を定期的にする スプレッドシートに書かれているメッセージをランダムに送る 1.GASでSlack投稿 投稿までの手順は次の4つ。 SlackAPIのSlackA..." } </script> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="イノベーション エンジニアブログ" href="http://tech.innovation.co.jp/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="post-template tag-obata tag-slack tag-gas no-js"> <span class="mobile btn-mobile-menu"> <i class="icon icon-list btn-mobile-menu__icon"></i> <i class="icon icon-x-circle btn-mobile-close__icon hidden"></i> </span> <header class="panel-cover panel-cover--collapsed " > <div class="panel-main"> <div class="panel-main__inner panel-inverted"> <div class="panel-main__content"> <h1 class="panel-cover__title panel-title"><a href="http://tech.innovation.co.jp" title="link to homepage for イノベーション エンジニアブログ">イノベーション エンジニアブログ</a></h1> <hr class="panel-cover__divider" /> <p class="panel-cover__description">株式会社イノベーションのエンジニアたちの技術系ブログです。ITトレンド・List Finderの開発をベースに、業務外での技術研究などもブログとして発信していってます!</p> <hr class="panel-cover__divider panel-cover__divider--secondary" /> <div class="navigation-wrapper"> <nav class="cover-navigation cover-navigation--primary"> <ul class="navigation"> <li class="navigation__item"><a href="http://tech.innovation.co.jp/#blog" title="link to イノベーション エンジニアブログ blog" class="blog-button">Blog</a></li> </ul> </nav> <nav class="cover-navigation navigation--social"> <ul class="navigation"> </ul> </nav> </div> </div> </div> <div class="panel-cover--overlay"></div> </div> </header> <div class="content-wrapper"> <!-- ソーシャルボタンここから --> <div id="boxArea" style="display: table; padding: 0 0 0 2px;"> <div style="width: 74px; height: 22px; float: left;"> <a href="https://twitter.com/share" class="twitter-share-button" {count} data-lang="ja" data-dnt="true">ツイート</a> <script> !function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/ .test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs'); </script> </div> <div style="width: 76px; height: 22px; float: left;"> <div class="g-plusone" data-size="medium"></div> <script type="text/javascript"> window.___gcfg = { lang : 'ja' }; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/platform.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> <div style="width: 126px; height: 22px; float: left;"> <a href="http://b.hatena.ne.jp/entry/" class="hatena-bookmark-button" data-hatena-bookmark-layout="standard-balloon" data-hatena-bookmark-lang="ja" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/[email protected]" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a> <script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script> </div> <div style="width: 117px; height: 22px; float: left;"> <a data-pocket-label="pocket" data-pocket-count="horizontal" class="pocket-btn" data-lang="en"></a> </div> <div style="width: 86px; height: 22px; float: left;"> <span><script type="text/javascript" src="//media.line.me/js/line-button.js?v=20140411"></script> <script type="text/javascript"> new media_line_me.LineButton({ "pc" : true, "lang" : "ja", "type" : "a" }); </script></span> </div> <div style="width: 114px; height: 22px; float: left;"> <script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: ja_JP </script> <script type="IN/Share" data-counter="right"></script> </div> <div style="width: 112px; height: 22px; float: left;"> <iframe scrolling="no" frameborder="0" id="fbframe" width="164" height="46" style="border:none;overflow:hidden" allowTransparency="true"></iframe> </div> <script type="text/javascript"> (function() { var url = encodeURIComponent(location.href); document.getElementById('fbframe').src="//www.facebook.com/plugins/like.php?href=" + url + "&width=164&layout=button_count&action=like&show_faces=true&share=true&height=46&appId=1613776965579453" })(); </script> </div> <script type="text/javascript"> !function(d, i) { if (!d.getElementById(i)) { var j = d.createElement("script"); j.id = i; j.src = "https://widgets.getpocket.com/v1/j/btn.js?v=1"; var w = d.getElementById(i); d.body.appendChild(j); } }(document, "pocket-btn-js"); </script> <!-- ソーシャルボタンここまで --> <div class="content-wrapper__inner"> <article class="post-container post-container--single"> <header class="post-header"> <div class="post-meta"> <time datetime="07 May 2018" class="post-meta__date date">07 May 2018</time> &#8226; <span class="post-meta__tags tags">on <a href="http://tech.innovation.co.jp/tag/obata">obata</a>, <a href="http://tech.innovation.co.jp/tag/slack"> slack</a>, <a href="http://tech.innovation.co.jp/tag/gas"> gas</a></span> <span class="post-meta__author author"><img src="https://avatars3.githubusercontent.com/u/30609804?v=4" alt="profile image for " class="avatar post-meta__avatar" /> by </span> </div> <h1 class="post-title">GASでSlackにランダムなメッセージbotを作ってみよう</h1> </header> <section class="post tag-obata tag-slack tag-gas"> <div class="sect1"> <h2 id="__">新しいことやりたくなりました。</h2> <div class="sectionbody"> <div class="paragraph"> <p>もう5月ですね。新卒2年目になりました小畑です。<br> 新人とか言えなくなりました、ひえっ。</p> </div> <div class="paragraph"> <p>ってことで、新しい挑戦をしてなかったのでGASに今更手を出します。<br> ついでにSlackにランダムでメッセージ送れるbotにしちゃいましょう。</p> </div> <div class="paragraph"> <p>あれ?似た記事最近見た?</p> </div> <div class="paragraph"> <p>なので、前の記事とは『別な方法』で、Slackと連携させていきます。</p> </div> </div> </div> <div class="sect1"> <h2 id="___2">やったこと</h2> <div class="sectionbody"> <div class="olist arabic"> <ol class="arabic"> <li> <p>GASでSlack投稿</p> </li> <li> <p>投稿を定期的にする</p> </li> <li> <p>スプレッドシートに書かれているメッセージをランダムに送る</p> </li> </ol> </div> </div> </div> <div class="sect1"> <h2 id="_1_gas_slack">1.GASでSlack投稿</h2> <div class="sectionbody"> <div class="paragraph"> <p>投稿までの手順は次の4つ。</p> </div> <div class="olist arabic"> <ol class="arabic"> <li> <p>SlackAPIのSlackApp作成</p> </li> <li> <p>SlackAppにIncoming Webhooksを追加し、URLを取得</p> </li> <li> <p>指定したURLにPOST</p> </li> </ol> </div> <div class="paragraph"> <p>ちなみに、GASがSlackに接続するやり方は2つ程あって、<br></p> </div> <div class="olist arabic"> <ol class="arabic"> <li> <p>GAS用の<code>SlackApp</code>という便利なライブラリーを使う</p> </li> <li> <p>Slackが提供している <code>SlackAPI</code>と <code>Incoming Webhooks</code>を組み合わせる</p> </li> </ol> </div> <div class="paragraph"> <p>今回は2を紹介いたします。<br> 1に関しては、弊社のすももさんが書いたこちらの記事を参照してみてください。</p> </div> <div class="paragraph"> <p>1.のやり方参考記事:GAS入門 (シートに日付入力〜Slack通知までやってみた)<br> <a href="http://tech.innovation.co.jp/2018/05/02/G-A-S-Slack.html" class="bare">http://tech.innovation.co.jp/2018/05/02/G-A-S-Slack.html</a></p> </div> <div class="paragraph"> <p>2.のやり方参考記事:slack botをGASでつくる方法で一番楽そうなやつ<br> <a href="http://vaaaaaanquish.hatenablog.com/entry/2017/09/27/184352" class="bare">http://vaaaaaanquish.hatenablog.com/entry/2017/09/27/184352</a></p> </div> <div class="sect2"> <h3 id="_1_1_slackapp">1.1.SlackApp作成</h3> <div class="paragraph"> <p><a href="https://api.slack.com/apps" class="bare">https://api.slack.com/apps</a></p> </div> <div class="paragraph"> <p>ここにアクセスすると、Create an Appというボタンが見えると思うので、作成します。<br> 今後はこの作成したappから投稿がされますので、画像とかいい感じに設定してあげてくださいね!<br></p> </div> <div class="imageblock"> <div class="content"> <img src="/images/obata/try_gas/create_app.png" alt="create app.png"> </div> </div> </div> <div class="sect2"> <h3 id="_1_2_slackapp_incoming_webhooks_url">1.2.SlackAppにIncoming Webhooksを追加し、URLを取得</h3> <div class="imageblock"> <div class="content"> <img src="/images/obata/try_gas/incoming_hook.png" alt="incoming hook.png"> </div> </div> <div class="paragraph"> <p>画面右側、Features→Incoming Webhooksを選択。</p> </div> <div class="paragraph"> <p>無効から有効に変えてあげると、画面下部に<code>Add new Webhook to Workspace</code>があるので選択。</p> </div> <div class="paragraph"> <p>自分のどのチャンネルに書き込みをするか選択が出来ます。</p> </div> <div class="paragraph"> <p>選択後にURLが発行されます。</p> </div> <div class="paragraph"> <p>そのURLにPOSTしてやれば、書き込みが出来るってやつですね!</p> </div> </div> <div class="sect2"> <h3 id="_1_3_url_post">1.3.指定したURLにPOST</h3> <div class="paragraph"> <p>さあ、GASの出番です。</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlight"><code>function morningMessage() { postSlack("おはよー!時間投稿だよ!"); } // slackにメッセージを送る function postSlack(text) { var url = "https://1.2で取得したURL"; var options = { "method" : "POST", "headers" : {"Content-type":"application/json"}, "payload" : '{"text":"' + text + '"}' }; UrlFetchApp.fetch(url, options); }</code></pre> </div> </div> <div class="paragraph"> <p>あとは、コードを保存して画面上の三角マークからmorningMessageを動かせばOK。</p> </div> </div> </div> </div> <div class="sect1"> <h2 id="_2">2. 投稿を定期的にする</h2> <div class="sectionbody"> <div class="olist arabic"> <ol class="arabic"> <li> <p>投稿用のfunction作る</p> </li> <li> <p>編集→現在のプロジェクトのトリガーを選択</p> </li> <li> <p>投稿したい時間を設定する</p> </li> </ol> </div> <div class="imageblock"> <div class="content"> <img src="/images/obata/try_gas/trigger.png" alt="trigger.png"> </div> </div> <div class="paragraph"> <p>実際に動いているか確かめるには、</p> </div> <div class="olist arabic"> <ol class="arabic"> <li> <p>公開→ウェブアプリケーションとして導入</p> </li> <li> <p>次のユーザーとしてアプリケーションを実行:を自分にして公開</p> </li> </ol> </div> <div class="paragraph"> <p>でOKです!</p> </div> </div> </div> <div class="sect1"> <h2 id="_3">3. スプレッドシートに書かれているメッセージをランダムで送る</h2> <div class="sectionbody"> <div class="olist arabic"> <ol class="arabic"> <li> <p>スプレッドシートを読み込む</p> </li> <li> <p>メッセージを取得してslackに送る</p> </li> </ol> </div> <div class="sect2"> <h3 id="_3_1">3.1.スプレッドシートを読み込む</h3> <div class="paragraph"> <p>スプレッドシートを読み込むのは3通り</p> </div> <div class="olist arabic"> <ol class="arabic"> <li> <p>GASファイルを作る時に、スプレッドシートと紐付けて作る</p> </li> <li> <p>URLを利用して読み込む</p> </li> <li> <p>IDを指定して読み込む</p> </li> </ol> </div> <div class="paragraph"> <p>今回は3を使います。2もついでに説明。<br> 理由は1についての記事が多かったので。まあ普通は1でいいとは思います!</p> </div> <div class="sect3"> <h4 id="_1_url">1.まずスプレッドシートを作成、URLを見て</h4> <div class="paragraph"> <p><a href="https://docs.google.com/spreadsheets/d/xxxxxxxxxxxxxxxx/edit" class="bare">https://docs.google.com/spreadsheets/d/xxxxxxxxxxxxxxxx/edit</a></p> </div> <div class="paragraph"> <p>のxxxxの値をメモ。<br> そう。IDもURLも実質同じなのです。</p> </div> </div> <div class="sect3"> <h4 id="_2_2">2.コード書きます。</h4> <div class="listingblock"> <div class="content"> <pre class="highlight"><code>function readSpreadSheet() { var id = "xxxxxx"; var spreadsheet = SpreadsheetApp.openById(id); // スプレッドシート取得 var sheet = spreadsheet.getSheetByName('シート1'); // どのシートを使うか指定 var range = sheet.getRange('A3'); // 読み込むセルを取得 Logger.log('%s', range.getValue()); }</code></pre> </div> </div> <div class="paragraph"> <p>補足)</p> </div> <div class="olist arabic"> <ol class="arabic"> <li> <p>URLでやる場合は、openById(id)をopenByUrl(url)に</p> </li> <li> <p>getRangeで(A3:A5)で範囲指定した時は、getValueはgetValuesに</p> </li> <li> <p>getValuesは、複数セルの値取得、getValueは単数セルの値取得</p> </li> </ol> </div> </div> </div> <div class="sect2"> <h3 id="_3_2_slack">3.2. メッセージを取得してslackに送る</h3> <div class="listingblock"> <div class="content"> <pre class="highlight"><code>// 定期的にランダムなメッセージをslackに送り込む function randomMessage() { // シートデータ取得 var sheet = getSheet('メッセージ'); var range = sheet.getRange('A:A'); var values = range.getValues(); // 邪魔な空文字削除 var messages = dropNullItemFromArray(values); // ランダムでメッセージ取得して、メッセージゴー! var message_number = Math.floor(Math.random()* messages.length); postSlack(messages[message_number]); } function getSheet(sheetName) { var id = "xxxxxxxxxx"; var spreadsheet = SpreadsheetApp.openById(id); return spreadsheet.getSheetByName(sheetName); } function dropNullItemFromArray(array) { var new_array = new Array(); for each (var value in array) { if(value != null &amp;&amp; value != "") { new_array.push(value); } } return new_array; }</code></pre> </div> </div> <div class="paragraph"> <p>これで、スプレッドシートに書かれた文字を、ランダムでslackに投稿するbotが出来ました!わーい!</p> </div> </div> </div> </div> <div class="sect1"> <h2 id="___3">感想</h2> <div class="sectionbody"> <div class="paragraph"> <p>ということで、スプレッドシートに書かれた文字を、ランダムで投稿出来るbotが作れました!</p> </div> <div class="paragraph"> <p>ここまで出来るといろいろ応用が出来まして。</p> </div> <div class="paragraph"> <p>スプレッドシートに日時を書いて読み込ませると、<br> 決まった日付のときにお知らせするリマインダーbot</p> </div> <div class="paragraph"> <p>スプレッドシートに友人のツイートを取得して書き込むことで、<br> 毎時間友人の黒歴史を垂れ流す黒歴史bot</p> </div> <div class="paragraph"> <p>とか作れます!</p> </div> <div class="paragraph"> <p>最後のは真似しないでください!というか私もやりません!</p> </div> <div class="paragraph"> <p>こんなのが手軽に無料で作れるからGAS面白いですね。これはもっと使わないとですね。</p> </div> <div class="paragraph"> <p>おしまい。</p> </div> </div> </div> </section> </article> <footer class="footer"> <span class="footer__copyright">&copy; 2018. All rights reserved.</span> <span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span> <span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span> </footer> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//tech.innovation.co.jp/themes/uno/assets/js/main.js?v=1.0.0"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-105881090-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
innovation-jp/innovation-jp.github.io
2018/05/07/try-gas-with-slack.html
HTML
mit
25,344
<!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 `LLVMIsPackedStruct` fn in crate `rustc_llvm`."> <meta name="keywords" content="rust, rustlang, rust-lang, LLVMIsPackedStruct"> <title>rustc_llvm::LLVMIsPackedStruct - Rust</title> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="http://www.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]--> <section class="sidebar"> <a href='../rustc_llvm/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='index.html'>rustc_llvm</a></p><script>window.sidebarCurrent = {name: 'LLVMIsPackedStruct', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <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 fn"> <h1 class='fqn'><span class='in-band'><a href='index.html'>rustc_llvm</a>::<wbr><a class='fn' href=''>LLVMIsPackedStruct</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'> <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a> </span><a id='src-4178' href='../src/rustc_llvm/lib.rs.html#646'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe fn LLVMIsPackedStruct(StructTy: <a class='type' href='../rustc_llvm/type.TypeRef.html' title='rustc_llvm::TypeRef'>TypeRef</a>) -&gt; <a class='type' href='../rustc_llvm/type.Bool.html' title='rustc_llvm::Bool'>Bool</a></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <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>typedef</code> (or <code>tdef</code>). </p> </div> </div> <script> window.rootPath = "../"; window.currentCrate = "rustc_llvm"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script async src="../search-index.js"></script> </body> </html>
ArcherSys/ArcherSys
Rust/share/doc/rust/html/rustc_llvm/fn.LLVMIsPackedStruct.html
HTML
mit
3,792
<!doctype html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="Carl Sim"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CalcuTip - Tipping Calculator</title> <!--Material Design Lite--> <link rel="stylesheet" href="styles/material.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <!-- Page styles --> <link rel="stylesheet" href="./styles/main.css"> <!-- Tile color for Win8 --> <meta name="msapplication-TileColor" content="#424242"> <!-- Add to homescreen for Chrome on Android --> <meta name="mobile-web-app-capable" content="yes"> <meta name="application-name" content="CalcuTip - Tipping Calculator"> <link rel="icon" sizes="192x192" href="./images/touch/chrome-touch-icon-192x192.png"> <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Polymer Starter Kit"> <link rel="apple-touch-icon" href="./images/touch/apple-touch-icon.png"> <!-- Tile icon for Win8 (144x144) --> <meta name="msapplication-TileImage" content="./images/touch/ms-touch-icon-144x144-precomposed.png"> </head> <body> <div class="mdl-layout mdl-js-layout"> <main class="mdl-layout__content"> <div class="total-area card-container"> <div class="total-text mdl-color-text--grey-50"> <div class="subhead-text">Total Tip</div> <h1 id="tipTotalWithoutTax"></h1> <div id="total-more-area" class="hide"> <div class="section-separator"></div> <p>Overall Total</p> <h5 id="calcTotalWithoutTax"></h5> </div> <a id="total-more-button" href="#" class="mdl-color-text--grey-500">Full bill info</a> </div> </div> <div class="mdl-grid card-container"> <div class="mdl-card mdl-cell mdl-cell--12-col mdl-shadow--2dp"> <div class="mdl-card__supporting-text"> <div class="info-area"> <form action="#"> <div class="subhead-text">Enter the price on your bill</div> <div class="mdl-textfield mdl-js-textfield"> <input id="accumulatedTotal" class="mdl-textfield__input" type="text" pattern="-?[0-9]*(\.[0-9]+)?" value="22.60" /> <label class="mdl-textfield__label" for="accumulatedTotal">Total on Bill</label> <span class="mdl-textfield__error">Input is not a number!</span> </div> <div class="section-separator"></div> <div class="subhead-text">Tip %</div> <div class="mdl-textfield mdl-js-textfield"> <input id="tip" class="mdl-textfield__input" type="text" pattern="-?[0-9]*(\.[0-9]+)?" value="15" /> <label class="mdl-textfield__label" for="tip">Tip</label> <span class="mdl-textfield__error">Input is not a number!</span> </div> <div id="info-more-area" class="hide"> <div class="section-separator"></div> <div class="subhead-text"># of People</div> <div class="mdl-textfield mdl-js-textfield"> <input id="numOfPeople" class="mdl-textfield__input" type="text" pattern="-?[0-9]*(\.[0-9]+)?" value="1" /> <label class="mdl-textfield__label" for="numOfPeople"># of People</label> <span class="mdl-textfield__error">Input is not a number!</span> </div> <div class="section-separator"></div> <div class="subhead-text">Sales Tax %</div> <div class="mdl-textfield mdl-js-textfield"> <input id="tax" class="mdl-textfield__input" type="text" pattern="-?[0-9]*(\.[0-9]+)?" value="13" /> <label class="mdl-textfield__label" for="tax">Sales Tax</label> <span class="mdl-textfield__error">Input is not a number!</span> </div> </div> </form> <a id="info-more-button" href="#">More</a> </div> </div> </div> </div> <footer class="mdl-mini-footer"> <div class="mdl-mini-footer__left-section"> &copy; 2015 Carl Sim </div> <div class="mdl-mini-footer__right-section"> <a href="https://twitter.com/carlsimcity" target="_blank"> <button class='mdl-mini-footer__social-btn social-btn social-btn__twitter'></button> </a> <a href='https://plus.google.com/+CarlSim/posts' target="_blank"> <button class="mdl-mini-footer__social-btn social-btn social-btn__gplus"></button> </a> </div> </footer> </main> </div> <!-- build:js scripts/combined.js --> <script type="text/javascript" src="./scripts/main.js"></script> <script type="text/javascript" src="./scripts/material.js"></script> <!-- endbuild --> </body> </html>
simulatron/tip-calc
index.html
HTML
mit
6,127
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>PHPDAL: CrossDatabaseInterface Interface Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">PHPDAL </div> <div id="projectbrief">High-Level Object-Oriented PHP Database Abstraction Library</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li><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="annotated.html"><span>Data&#160;Structures</span></a></li> <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Data&#160;Fields</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">CrossDatabaseInterface Interface Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for CrossDatabaseInterface:</div> <div class="dyncontent"> <div class="center"> <img src="interface_cross_database_interface.png" usemap="#CrossDatabaseInterface_map" alt=""/> <map id="CrossDatabaseInterface_map" name="CrossDatabaseInterface_map"> <area href="interface_database_interface.html" alt="DatabaseInterface" shape="rect" coords="0,0,148,24"/> <area href="class_database.html" alt="Database" shape="rect" coords="0,112,148,136"/> </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:ad39d523c1d86281b5776378c1261503d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_cross_database_interface.html#ad39d523c1d86281b5776378c1261503d">__construct</a> ($type, $name, $user=null, $pass=null, $host='localhost', $port=null, $table=null)</td></tr> <tr class="separator:ad39d523c1d86281b5776378c1261503d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a42e46ac9d1969ac9ce906608730be110"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_cross_database_interface.html#a42e46ac9d1969ac9ce906608730be110">getChild</a> ()</td></tr> <tr class="separator:a42e46ac9d1969ac9ce906608730be110"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a830b5c75df72b32396701bc563fbe3c7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_cross_database_interface.html#a830b5c75df72b32396701bc563fbe3c7">getType</a> ()</td></tr> <tr class="separator:a830b5c75df72b32396701bc563fbe3c7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_interface_database_interface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_interface_database_interface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="interface_database_interface.html">DatabaseInterface</a></td></tr> <tr class="memitem:a4717bbfc70a40a57ee741ed70766c309 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a4717bbfc70a40a57ee741ed70766c309">__construct</a> ($name)</td></tr> <tr class="separator:a4717bbfc70a40a57ee741ed70766c309 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9aac7e1475efe923de4e19cc2511f092 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a9aac7e1475efe923de4e19cc2511f092">__invoke</a> ()</td></tr> <tr class="separator:a9aac7e1475efe923de4e19cc2511f092 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a7516ca30af0db3cdbf9a7739b48ce91d">__toString</a> ()</td></tr> <tr class="separator:a7516ca30af0db3cdbf9a7739b48ce91d inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0205d4089913613e23189c60d7fdf89a inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a0205d4089913613e23189c60d7fdf89a">columnExists</a> ()</td></tr> <tr class="separator:a0205d4089913613e23189c60d7fdf89a inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6287262cb9628d7a89d8fc16dcb51177 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a6287262cb9628d7a89d8fc16dcb51177">getColumns</a> ()</td></tr> <tr class="separator:a6287262cb9628d7a89d8fc16dcb51177 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af54c3eed64c3e3dfb06a2541289ff0da inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#af54c3eed64c3e3dfb06a2541289ff0da">getDefaultTable</a> ()</td></tr> <tr class="separator:af54c3eed64c3e3dfb06a2541289ff0da inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a61b9097ace78236a1a7f9cfd9e9ab01c inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a61b9097ace78236a1a7f9cfd9e9ab01c">getTables</a> ()</td></tr> <tr class="separator:a61b9097ace78236a1a7f9cfd9e9ab01c inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad0aa1804fc79c22b46596db136320017 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#ad0aa1804fc79c22b46596db136320017">hasDefaultTable</a> ()</td></tr> <tr class="separator:ad0aa1804fc79c22b46596db136320017 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8e5626f114925dee9986c8edbfc3ec05 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a8e5626f114925dee9986c8edbfc3ec05">insert</a> ($in, $table=null)</td></tr> <tr class="separator:a8e5626f114925dee9986c8edbfc3ec05 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1efc6b974510d4c668660f1abe184182 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a1efc6b974510d4c668660f1abe184182">select</a> ($columns=['*'], $conditions=null, $start=null, $count=null, $sortBy=null, $sortDirection=null, $table=null)</td></tr> <tr class="separator:a1efc6b974510d4c668660f1abe184182 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae7cdaa744d52a1eb0103e377023ca528 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#ae7cdaa744d52a1eb0103e377023ca528">tableExists</a> ($table)</td></tr> <tr class="separator:ae7cdaa744d52a1eb0103e377023ca528 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3211e273c3ee674b966bab63d966c4b2 inherit pub_methods_interface_database_interface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_database_interface.html#a3211e273c3ee674b966bab63d966c4b2">update</a> ($array)</td></tr> <tr class="separator:a3211e273c3ee674b966bab63d966c4b2 inherit pub_methods_interface_database_interface"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"> <p>Definition at line <a class="el" href="_cross_database_interface_8php_source.html#l00003">3</a> of file <a class="el" href="_cross_database_interface_8php_source.html">CrossDatabaseInterface.php</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="ad39d523c1d86281b5776378c1261503d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">__construct </td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$type</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$name</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$user</em> = <code>null</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$pass</em> = <code>null</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$host</em> = <code>'localhost'</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$port</em> = <code>null</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>$table</em> = <code>null</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="class_database.html#a8621f88c8cc4a5d71e2856647c086438">Database</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a42e46ac9d1969ac9ce906608730be110"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">getChild </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="class_database.html#a4196f3b1da0c3bbc3ec6f862e2c4e197">Database</a>.</p> </div> </div> <a class="anchor" id="a830b5c75df72b32396701bc563fbe3c7"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">getType </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="class_database.html#a830b5c75df72b32396701bc563fbe3c7">Database</a>.</p> </div> </div> <hr/>The documentation for this interface was generated from the following file:<ul> <li>src/class/<a class="el" href="_cross_database_interface_8php_source.html">CrossDatabaseInterface.php</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Aug 28 2015 15:30:34 for PHPDAL by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
aebarber/PHPDAL
docs/html/interface_cross_database_interface.html
HTML
mit
15,690
<!DOCTYPE html> <html lang> <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 http-equiv="Cache-Control" content="no-transform"> <meta http-equiv="Cache-Control" content="no-siteapp"> <meta name="theme-color" content="#f8f5ec"> <meta name="msapplication-navbutton-color" content="#f8f5ec"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec"> <meta name="description" content="hello world"><meta name="keywords" content="discovery"><link rel="alternate" href="/default" title="LZ"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=2.11.0"> <link rel="canonical" href="http://yoursite.com/categories/阅读/page/3/"> <link rel="stylesheet" type="text/css" href="/lib/fancybox/jquery.fancybox.css"><link rel="stylesheet" type="text/css" href="/lib/nprogress/nprogress.min.css"><script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script> <link rel="stylesheet" type="text/css" href="/css/style.css?v=2.11.0"> <script id="baidu_push"> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> <script> window.config = {"leancloud":{"app_id":null,"app_key":null},"toc":true,"fancybox":true,"pjax":true,"latex":true}; </script> <title>阅读 · LZ </title> </head> <body><div id="mobile-navbar" class="mobile-navbar"> <div class="mobile-header-logo"> <a href="/." class="logo">LZ</a> </div> <div class="mobile-navbar-icon"> <span></span> <span></span> <span></span> </div> </div> <nav id="mobile-menu" class="mobile-menu slideout-menu"> <ul class="mobile-menu-list"><a href="/"> <li class="mobile-menu-item">首页 </li> </a><a href="/archives/"> <li class="mobile-menu-item">归档 </li> </a><a href="/categories/"> <li class="mobile-menu-item">分类 </li> </a><a href="/about/"> <li class="mobile-menu-item">关于 </li> </a></ul> </nav> <div class="container" id="mobile-panel"> <header id="header" class="header"><div class="logo-wrapper"> <a href="/." class="logo">LZ</a> </div> <nav class="site-navbar"><ul id="menu" class="menu"><li class="menu-item"> <a class="menu-item-link" href="/"> 首页 </a> </li> <li class="menu-item"> <a class="menu-item-link" href="/archives/"> 归档 </a> </li> <li class="menu-item"> <a class="menu-item-link" href="/categories/"> 分类 </a> </li> <li class="menu-item"> <a class="menu-item-link" href="/about/"> 关于 </a> </li> </ul></nav> </header> <main id="main" class="main"> <div class="content-wrapper"> <div id="content" class="content"><section id="archive" class="archive"><div class="archive-post"> <span class="archive-post-time"> 2014-12-22 </span> <span class="archive-post-title"> <a href="/2014/12/22/读书笔记_悟空传/" class="archive-post-link"> 读书笔记:悟空传 </a> </span> </div> </section><nav class="pagination"><a class="prev" href="/categories/阅读/page/2/"> <i class="iconfont icon-left"></i> <span class="prev-text">上一页</span> </a> </nav></div></div> </main> <footer id="footer" class="footer"><div class="social-links"><a href="mailto:[email protected]" class="iconfont icon-email" title="email"></a> <a href="https://github.com/zzSWG" class="iconfont icon-github" title="github"></a> <a href="/atom.xml" class="iconfont icon-rss" title="rss"></a> </div><div class="copyright"> <span class="power-by"> 由 <a class="hexo-link" href="https://hexo.io/">Hexo</a> 强力驱动 </span> <span class="division">|</span> <span class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/ahonn/hexo-theme-even">Even</a> </span> <span class="copyright-year">&copy;2015 - 2019<span class="heart"> <i class="iconfont icon-heart"></i> </span> <span class="author">lzwang</span> </span> </div> </footer> <div class="back-to-top" id="back-to-top"> <i class="iconfont icon-up"></i> </div> </div><script type="text/javascript" src="/lib/jquery/jquery.min.js"></script> <script type="text/javascript" src="/lib/slideout/slideout.js"></script> <script type="text/javascript" src="/lib/fancybox/jquery.fancybox.pack.js"></script> <script type="text/javascript" src="/lib/pjax/jquery.pjax.min.js"></script> <script type="text/javascript" src="/lib/nprogress/nprogress.min.js"></script> <script type="text/javascript" src="/js/src/even.js?v=2.11.0"></script> </body> </html>
zzSWG/zzswg.github.io
categories/阅读/page/3/index.html
HTML
mit
5,581
<!doctype html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>jQuery Now Loading Plug-in</title> <link rel="stylesheet" href="./css/style.css" type="text/css" media="all" /> <link rel="stylesheet" href="./css/jquery.nowloading.css" type="text/css" media="all" /> <script type="text/javascript" src="lib/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="lib/jquery.nowloading.js"></script> <script type="text/javascript"> $(function(){ $('#wrap').nowloading({ area: '#loader', useImage: true, image: 'img/loader.gif', useText: true, text: 'Now Loading...', delay: 500, fadeOutSpeed: 'fast' }); }); </script> </head> <body> <div id="wrap" class="contents"> <header> <h1>jQuery.nowloading.js - ローディング画面を挿入するプラグイン</h1> </header> <div class="inner"> <div class="tableArt"> <table border=0 cellspacing=0 cellpadding=3> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_2"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> </tr> <tr> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_2"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_2"></td> <td class="dot_spe_3"></td> <td class="dot_spe_2"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_1"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_1"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_2"></td> <td class="dot_spe_3"></td> <td class="dot_spe_1"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_2"></td> <td class="dot_spe_2"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_3"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> <tr> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_1"></td> <td class="dot_spe_0"></td> <td class="dot_spe_0"></td> </tr> </table> </div> <p>華麗に出てくるコンテンツ!</p> <button onclick="location.reload(true)">リロードする</button> </div> <footer> <a href="https://github.com/gouten5010/jquery-nowloading"><img src="img/github.png" alt="github"></a> </footer> </div> </body> </html>
gouten5010/jquery-nowloading
demo.html
HTML
mit
6,468
<HTML><HEADER><meta charset="UTF-8"><BODY> <A NAME="Addicted2EuroGames"><H2>Addicted2EuroGames</H2></A> Addicted2EuroGames does not send anything.<BR> Addicted2EuroGames does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210211#item3210211">Antiquity</A> (wanted by $1, $10, $70, $75, Scholle, Snowy0505, ausminstrel, cyberkev63, dlow, prd1982, revgiblet)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210233#item3210233">Hannibal: Rome vs. Carthage</A> (wanted by $40, Scholle, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210240#item3210240">Merchants of the Middle Ages</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210245#item3210245">Bang! The Bullet!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210248#item3210248">Alba Longa</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210250#item3210250">Alhambra</A> (wanted by $20, Benzy311, Median54, balzi, cyberkev63)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210259#item3210259">Caylus</A> (wanted by Herbz, Kerbster76, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210264#item3210264">A Game of Thrones: The Card Game</A><BR> </ul><br> <A NAME="Ailinoro"><H2>Ailinoro</H2></A> Ailinoro does not send anything.<BR> Ailinoro does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214073#item3214073">Cosmic Encounter</A><BR> </ul><br> <A NAME="Alex Brown"><H2>Alex Brown</H2></A> Alex Brown sends:<ul> <LI>$20.0 from Alex Brown to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH) to Mezzomaniac<BR> </ul><br> Alex Brown receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215483#item3215483">Space Empires: 4X</A> (wanted by Snowy0505, Trevi, da pyrate, paralipsis, stuartfinlay, wozzit)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215495#item3215495">Galaxy Trucker</A> (wanted by $35, $45, Lucky Phil, Snowy0505, Toolman, balzi, bcbgg, buttadam, khorgor, nictnic, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217411#item3217411">Escape: The Curse of the Temple</A> (wanted by $35, $45, Ax_kidson, Befefig, Happy Grizzly, Kerbster76, Lucky Phil, Median54, Mezzomaniac, Snowy0505, balzi, buttadam, codermike, earlyworm, fFish, haos17, khorgor, meng, paralipsis, silentwolf, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217417#item3217417">Ricochet Robots</A> (wanted by $20, Mezzomaniac, paralipsis)<BR> </ul><br> Alex Brown:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT) in exchange for $20.0 from Alex Brown<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH)<BR> </ul><br> <A NAME="Amiguero"><H2>Amiguero</H2></A> Amiguero sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments) to PocketAtomic<BR> </ul><br> Amiguero receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG) from Trevi<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217984#item3217984">duck! duck! Go!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218000#item3218000">Robber Knights</A> (wanted by $5, bcbgg)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218007#item3218007">Antiquity</A> (wanted by $1, $100, $30, $35, $70, $75, $91, Mariana, PocketAtomic, Scholle, Smashngrab, Snowy0505, Thiessi, Trevi, ausminstrel, cyberkev63, junkmonsta, khorgor, meng, paralipsis, prd1982, revgiblet, skreechlemon, srand, stompy, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218064#item3218064">Cazadores de Fosiles</A><BR> </ul><br> Amiguero:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE)<BR> </ul><br> <A NAME="Aneirin"><H2>Aneirin</H2></A> Aneirin sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS) to Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7) to Ax_kidson<BR> </ul><br> Aneirin receives:<ul> <LI>$25.0 from Befefig from Befefig<BR> <LI>$40.0 from Phantomwhale from Phantomwhale<BR> <LI>$40.0 from huffa2 from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX) from TaleSpinner<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217729#item3217729">African Park</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217738#item3217738">Martinique</A><BR> </ul><br> Aneirin:<BR><ul> <LI>receives $25.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS)<BR> <LI>receives $40.0 from Phantomwhale in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO)<BR> <LI>receives $40.0 from huffa2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN)<BR> </ul><br> <A NAME="aquillo"><H2>aquillo</H2></A> aquillo does not send anything.<BR> aquillo does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212006#item3212006">Fallen City of Karez</A><BR> </ul><br> <A NAME="ateh"><H2>ateh</H2></A> ateh sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO) to Befefig<BR> </ul><br> ateh receives:<ul> <LI>$40.0 from Duckula from Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG) from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217161#item3217161">The Castle of the Devil</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217171#item3217171">Funny Friends</A> (wanted by red_gamster)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217173#item3217173">Vegas Showdown</A> (wanted by Herbz)<BR> </ul><br> ateh:<BR><ul> <LI>receives $40.0 from Duckula in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO)<BR> </ul><br> <A NAME="ausminstrel"><H2>ausminstrel</H2></A> ausminstrel sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME) to intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO) to Median54<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO) to skreechlemon<BR> </ul><br> ausminstrel receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA) from Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS) from dangrant88<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL) from Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND) from bcbgg<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217856#item3217856">Bruxelles 1893</A> (wanted by $40, Bokke66, Chuie, Duckula, EGF via Moose_Head, Friendless, Kerbster76, Mariana, Paul65, Scholle, Trevi, Vince, aquillo, bcbgg, hxbx, intheclear, junkmonsta, ludopoly, meng, revgiblet, srand, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217866#item3217866">Incan Gold</A> (wanted by $15, $20, Duckula, EGF via Moose_Head, Herbz, Kerbster76, Unhalfbricking, balzi, codermike, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217868#item3217868">Skyline</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217875#item3217875">Game of Thrones: The Card Game</A> (wanted by coxy_fc)<BR> </ul><br> ausminstrel:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO)<BR> </ul><br> <A NAME="Ax_kidson"><H2>Ax_kidson</H2></A> Ax_kidson sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND) to spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO) to Herbz<BR> </ul><br> Ax_kidson receives:<ul> <LI>$30.0 from Herbz from Herbz<BR> <LI>$5.0 from cyberkev63 from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB) from prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG) from silentwolf<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7) from Aneirin<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215745#item3215745">Pandemic</A> (wanted by felipe1982)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215784#item3215784">Things...</A> (wanted by $15, Mezzomaniac)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215809#item3215809">Oz Fluxx</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215814#item3215814">Mouse Trap</A> (wanted by $10, Moose_Head) and you have to send $30 to Friendless.<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215821#item3215821">Clue (2-6 players)</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216267#item3216267">Arcana</A><BR> </ul><br> Ax_kidson:<BR><ul> <LI>receives $30.0 from Herbz in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF)<BR> <LI>receives $5.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217735#item3217735">Entry 610: Code 777</A> (3217735-CODE7) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND)<BR> </ul><br> <A NAME="balzi"><H2>balzi</H2></A> balzi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF) to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV) to wilderness<BR> </ul><br> balzi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC) from da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197503#item3197503">Diplomacy</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212587#item3212587">Axis & Allies</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212605#item3212605">Command & Conquer: Generals</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215462#item3215462">Monopoly City</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215467#item3215467">Megabuck$</A><BR> </ul><br> balzi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV)<BR> </ul><br> <A NAME="bcbgg"><H2>bcbgg</H2></A> bcbgg sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR) to mikipe2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP) to Thiessi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR) to coxy_fc<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND) to ausminstrel<BR> </ul><br> bcbgg receives:<ul> <LI>$100.0 from Mezzomaniac from Mezzomaniac<BR> <LI>$20.0 from Moose_Head from Moose_Head<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI>$45.0 from Lucky Phil from Lucky Phil<BR> <LI>$50.0 from Chuie from Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD) from Cocteau<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207437#item3207437">Jet Set</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207458#item3207458">Star Trek Deck Building Game: The Next Generation – The Next Phase</A> (wanted by Ailinoro)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207666#item3207666">Gear & Piston</A> (wanted by $25, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207680#item3207680">Lemonade Stand</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216965#item3216965">Scotland Yard</A> (wanted by paralipsis, sbszine)<BR> </ul><br> bcbgg:<BR><ul> <LI>receives $100.0 from Mezzomaniac in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP)<BR> <LI>receives $20.0 from Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN)<BR> <LI>receives $45.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM)<BR> <LI>receives $50.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217712#item3217712">Entry 600: On the Underground</A> (3217712-OTUND)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA)<BR> </ul><br> <A NAME="Befefig"><H2>Befefig</H2></A> Befefig sends:<ul> <LI>$25.0 from Befefig to Aneirin<BR> <LI>$35.0 from Befefig to skreechlemon<BR> <LI>$50.0 from Befefig to Unhalfbricking<BR> <LI>$65.0 from Befefig to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI) to PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM) to EGF via Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD) to TorbenVang<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT) to revgiblet<BR> </ul><br> Befefig receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF) from mctom<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB) from Benzy311<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF) from Median54<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT) from PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214004#item3214004">Alhambra: The Card Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214008#item3214008">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214014#item3214014">El Grande Decennial Edition</A> (wanted by $50, Chuie, Dr Corey, Paul65, Trevi, aquillo, balzi, bcbgg, paralipsis, sbszine, srand, stuartfinlay)<BR> </ul><br> Befefig:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL) in exchange for $65.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217175#item3217175">Entry 538: Commands & Colors: Ancients</A> (3217175-COMCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT) in exchange for $25.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND) in exchange for $50.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR) in exchange for $35.0 from Befefig<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC)<BR> </ul><br> <A NAME="Benzy311"><H2>Benzy311</H2></A> Benzy311 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR) to silentwolf<BR> </ul><br> Benzy311 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS) from Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA) from spwaugh<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204422#item3204422">Marauders</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204431#item3204431">Space Pirates</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204434#item3204434">Micro Mutants: Evolution</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204438#item3204438">Mutant Chronicles Collectible Miniatures Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204458#item3204458">Red November</A> (wanted by $10, $15, BielTann, Phantomwhale)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204459#item3204459">Project Pandora: Grim Cargo</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204460#item3204460">Duel of the Giants: Eastern Front</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204470#item3204470">Level 7 [Escape]</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204475#item3204475">Zombie State: Diplomacy of the Dead</A> (wanted by paralipsis)<BR> </ul><br> Benzy311:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204428#item3204428">Entry 222: Battletech Introductory Box Set</A> (3204428-BAINB)<BR> </ul><br> <A NAME="BielTann"><H2>BielTann</H2></A> BielTann sends:<ul> <LI>$50.0 from BielTann to MrBaggy<BR> <LI>$60.0 from BielTann to skreechlemon<BR> </ul><br> BielTann receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE) from some_guy<BR> </ul><br> BielTann:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO) in exchange for $50.0 from BielTann<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE) in exchange for $60.0 from BielTann<BR> </ul><br> <A NAME="Bokke66"><H2>Bokke66</H2></A> Bokke66 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments) to stompy<BR> </ul><br> Bokke66 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI) from stompy<BR> </ul><br> Bokke66:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments)<BR> </ul><br> <A NAME="buttadam"><H2>buttadam</H2></A> buttadam sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments) to Happy Grizzly<BR> </ul><br> buttadam receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI) from TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215856#item3215856">Cold War: CIA vs KGB</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215857#item3215857">Pandemic</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215861#item3215861">Risk</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215869#item3215869">Spicks and Specks: The Board Game</A><BR> </ul><br> buttadam:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments)<BR> </ul><br> <A NAME="chicken_ramen"><H2>chicken_ramen</H2></A> chicken_ramen sends:<ul> <LI>$40.0 from chicken_ramen to Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments) to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE) to Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG) to Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS) to Mark_Owen_Reich<BR> </ul><br> chicken_ramen receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM) from haos17<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS) from Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments) from nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments) from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197088#item3197088">Cuba</A> (wanted by Ailinoro, Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197089#item3197089">1st & Goal</A> (wanted by Chuie, Herbz, junkmonsta, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197090#item3197090">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197091#item3197091">Panic Station</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197092#item3197092">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197096#item3197096">Ladies & Gentlemen</A> (wanted by $15, Ax_kidson, Chuie, ateh, earlyworm, junkmonsta, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217642#item3217642">Tzolk'in: The Mayan Calendar</A> (wanted by $30, $35, $40, $45, Benzy311, Chuie, Duckula, EGF via Moose_Head, Herbz, Kerbster76, Lucky Phil, Mariana, Median54, Paul65, Scholle, Snowy0505, Toolman, aquillo, da pyrate, intheclear, junkmonsta, khorgor, meng, paralipsis, revgiblet, silentwolf, squire, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217643#item3217643">Junta</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217645#item3217645">Dust</A> (wanted by $30, ZombieJules, paralipsis, revgiblet, srand)<BR> </ul><br> chicken_ramen:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF) in exchange for $40.0 from chicken_ramen<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217153#item3217153">Entry 532: Eclipse</A> (3217153-ECLIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217962#item3217962">Entry 693: A Study in Emerald</A> (3217962-ASTIE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE)<BR> </ul><br> <A NAME="Chuie"><H2>Chuie</H2></A> Chuie sends:<ul> <LI>$35.0 from Chuie to Phil81<BR> <LI>$40.0 from Chuie to Unhalfbricking<BR> <LI>$40.0 from Chuie to Unhalfbricking<BR> <LI>$45.0 from Chuie to Scholle<BR> <LI>$50.0 from Chuie to Unhalfbricking<BR> <LI>$50.0 from Chuie to bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP) to fFish<BR> </ul><br> Chuie receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD) from intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX) from Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208111#item3208111">Shadows over Camelot</A> (wanted by $30, $51, Befefig, Herbz, Kerbster76, Median54, MrBaggy, Snowy0505, Toolman, balzi, haos17, mctom, paralipsis, revgiblet, skreechlemon, strings)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208114#item3208114">Cuba</A> (wanted by Ailinoro, Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208116#item3208116">Heads of State</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208174#item3208174">Timbuktu</A><BR> </ul><br> Chuie:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208113#item3208113">Entry 321: Article 27: The UN Security Council Game</A> (3208113-A2TUS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB) in exchange for $40.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO) in exchange for $35.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD) in exchange for $50.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215803#item3215803">Entry 480: Agricola</A> (3215803-AGRIC) (1 comments) in exchange for $50.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX) in exchange for $45.0 from Chuie<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217978#item3217978">Entry 698: Bruxelles 1893</A> (3217978-BRUXE) in exchange for $40.0 from Chuie<BR> </ul><br> <A NAME="Cocteau"><H2>Cocteau</H2></A> Cocteau sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD) to bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA) to rosehip<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN) to Median54<BR> </ul><br> Cocteau receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB) from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218038#item3218038">Revolver</A><BR> </ul><br> Cocteau:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218019#item3218019">Entry 715: Euphoria: Build a Better Dystopia</A> (3218019-EBABD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218032#item3218032">Entry 720: Targi</A> (3218032-TARGI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP)<BR> </ul><br> <A NAME="codermike"><H2>codermike</H2></A> codermike sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB) to nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX) to EGF via Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW) to Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU) to Lucky Phil<BR> </ul><br> codermike receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM) from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR) from Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA) from Paul65<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217412#item3217412">A Game of Thrones (first edition)</A><BR> </ul><br> codermike:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB)<BR> </ul><br> <A NAME="coxy_fc"><H2>coxy_fc</H2></A> coxy_fc sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO) to Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW) to Paul65<BR> </ul><br> coxy_fc receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE) from Median54<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211690#item3211690">Nightfall</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211691#item3211691">Hop Hop Hooray!</A> (wanted by $15, $20, Amiguero, Lucky Phil, earlyworm, stompy)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211692#item3211692">Pax Romana</A> (wanted by Trevi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211693#item3211693">It's Alive!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211696#item3211696">The World Cup Card Game 2010</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217943#item3217943">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218015#item3218015">Carcassonne: The Castle</A> (wanted by balzi, junkmonsta, mctom)<BR> </ul><br> coxy_fc:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207688#item3207688">Entry 303: Puerto Rico</A> (3207688-PUERR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW)<BR> </ul><br> <A NAME="Critical Mass"><H2>Critical Mass</H2></A> Critical Mass sends:<ul> <LI>$45.0 from Critical Mass to squire<BR> </ul><br> Critical Mass receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI) from zeroichi<BR> </ul><br> Critical Mass:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI) in exchange for $45.0 from Critical Mass<BR> </ul><br> <A NAME="cyberkev63"><H2>cyberkev63</H2></A> cyberkev63 sends:<ul> <LI>$25.0 from cyberkev63 to Tezza<BR> <LI>$5.0 from cyberkev63 to Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments) to felipe1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments) to skreechlemon<BR> </ul><br> cyberkev63 receives:<ul> <LI>$20.0 from Alex Brown from Alex Brown<BR> <LI>$25.0 from Snowy0505 from Snowy0505<BR> <LI>$26.0 from skreechlemon from skreechlemon<BR> <LI>$40.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF) from balzi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO) from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL) from Phil81<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217666#item3217666">Glory to Rome</A> (wanted by $10, $20, Bokke66, PK1988, Scholle, Smashngrab, Szemis, ZombieJules, ausminstrel, bcbgg, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217668#item3217668">Werewolf</A> (wanted by $28, $35, Duckula, Mezzomaniac, felipe1982)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217684#item3217684">Hanabi</A> (wanted by $10, $30, Kerbster76, Mark_Owen_Reich, Median54, Mezzomaniac, Tezza, ZombieJules, khorgor, sbszine, spwaugh, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217689#item3217689">Masters Gallery</A> (wanted by Vince)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217697#item3217697">Zombie-opoly</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217778#item3217778">La Boca</A> (wanted by $15, $20, $30, Amiguero, Mariana, Paul65, Phil81, Trevi, bcbgg, earlyworm, loganbreath, sbszine, srand, strings, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217786#item3217786">Android: Netrunner</A> (wanted by Scholle, Tezza, ausminstrel, fFish, haos17, khorgor, mctom, red_gamster, rosehip)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217793#item3217793">Takenoko</A> (wanted by $20, $30, $40, Aneirin, Benzy311, Chuie, Duckula, Happy Grizzly, Herbz, Kerbster76, Mariana, Median54, Paul65, Scholle, Snowy0505, Toolman, Vince, da pyrate, dangrant88, junkmonsta, meng, paralipsis, strings, tiggers, wakeem)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217798#item3217798">Star Trek: Catan</A> (wanted by $35, Dr Corey, Snowy0505, Toolman, da pyrate, strings, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217799#item3217799">Dr. Shark</A> (wanted by loganbreath)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217809#item3217809">Rallyman</A> (wanted by $35, Benzy311, Median54, Phantomwhale, Scholle, ausminstrel, balzi, junkmonsta, meng, revgiblet, strings, tiggers, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217814#item3217814">Jäger und Sammler</A> (wanted by $25, Lucky Phil, Scholle, ludopoly, trif)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217824#item3217824">Battle For Souls</A> (wanted by $30, Snowy0505, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217832#item3217832">Expedition</A> (wanted by $25, Trevi, huffa2)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217836#item3217836">Casa Grande</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217921#item3217921">Miscellaneous Miniatures Game Accessory</A> (wanted by ZombieJules, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217936#item3217936">Miscellaneous Miniatures Game Accessory</A> (wanted by ZombieJules)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217950#item3217950">Serpent Stones</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218025#item3218025">Dominion Base Cards</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218053#item3218053">Coloretto</A> (wanted by $12, $40, Amiguero, Ax_kidson, Friendless, Kerbster76, Mezzomaniac, chicken_ramen, loganbreath, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218101#item3218101">Dungeon Roll</A> (wanted by huffa2, paralipsis)<BR> </ul><br> cyberkev63:<BR><ul> <LI>receives $20.0 from Alex Brown in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments)<BR> <LI>receives $25.0 from Snowy0505 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments)<BR> <LI>receives $26.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments)<BR> <LI>receives $40.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments) in exchange for $25.0 from cyberkev63<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197512#item3197512">Entry 108: Cashflow 101</A> (3197512-CASHF) in exchange for $5.0 from cyberkev63<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217826#item3217826">Entry 639: Uchronia</A> (3217826-UCHRO) (1 comments)<BR> </ul><br> <A NAME="da pyrate"><H2>da pyrate</H2></A> da pyrate sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC) to balzi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE) to hxbx<BR> </ul><br> da pyrate receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE) from Phil81<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207389#item3207389">New World: A Carcassonne Game</A> (wanted by Ailinoro, Median54, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207400#item3207400">Alexander the Great</A> (wanted by $20, mctom, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207403#item3207403">Eastern Front 2</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207407#item3207407">El Caballero</A> (wanted by $25, EGF via Moose_Head, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207410#item3207410">Express 01</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207418#item3207418">Seven Sisters</A> (wanted by Ax_kidson)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215081#item3215081">Wizard Dice</A> (wanted by $5, aquillo, cyberkev63)<BR> </ul><br> da pyrate:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207405#item3207405">Entry 286: Giro D'Italia Card Game</A> (3207405-GIDIC)<BR> </ul><br> <A NAME="dangrant88"><H2>dangrant88</H2></A> dangrant88 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW) to reddyredrooster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD) to Scholle<BR> </ul><br> dangrant88 receives:<ul> <LI>$20.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$40.0 from Duckula from Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG) from Mariana<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214369#item3214369">Carolus Magnus</A> (wanted by $20, Lucky Phil)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214374#item3214374">Chicago Express: Narrow Gauge & Erie Railroad Company</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215573#item3215573">Imperial</A> (wanted by Trevi, aquillo, paralipsis, trif)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215577#item3215577">Lord of the Rings</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215582#item3215582">Skyline</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215592#item3215592">Love Letter</A><BR> </ul><br> dangrant88:<BR><ul> <LI>receives $20.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD)<BR> <LI>receives $40.0 from Duckula in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214390#item3214390">Entry 439: Kings of Air and Steam</A> (3214390-KOAAS)<BR> </ul><br> <A NAME="dlow"><H2>dlow</H2></A> dlow does not send anything.<BR> dlow does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209638#item3209638">Fun-in-a-Box: The Dr. Seuss Matching Game</A> (wanted by $40, chicken_ramen)<BR> </ul><br> <A NAME="Dr Corey"><H2>Dr Corey</H2></A> Dr Corey sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF) to nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA) to makhlakh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT) to spwaugh<BR> </ul><br> Dr Corey receives:<ul> <LI>$70.0 from revgiblet from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE) from kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP) from Tezza<BR> </ul><br> Dr Corey:<BR><ul> <LI>receives $70.0 from revgiblet in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF)<BR> </ul><br> <A NAME="dr026"><H2>dr026</H2></A> dr026 does not send anything.<BR> dr026 does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205964#item3205964">Dragon Rage</A> (wanted by Benzy311)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205978#item3205978">The Ares Project</A> (wanted by junkmonsta, mctom)<BR> </ul><br> <A NAME="Duckula"><H2>Duckula</H2></A> Duckula sends:<ul> <LI>$40.0 from Duckula to Jimmers<BR> <LI>$40.0 from Duckula to ateh<BR> <LI>$40.0 from Duckula to dangrant88<BR> </ul><br> Duckula receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO) from Trevi<BR> </ul><br> Duckula:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS) in exchange for $40.0 from Duckula<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217644#item3217644">Entry 589: Tobago</A> (3217644-TOBAG) in exchange for $40.0 from Duckula<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO) in exchange for $40.0 from Duckula<BR> </ul><br> <A NAME="earlyworm"><H2>earlyworm</H2></A> earlyworm sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF) to prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments) to PK1988<BR> </ul><br> earlyworm receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT) from Median54<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214433#item3214433">Tichu</A> (wanted by $5, Cocteau, Kerbster76, cyberkev63)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214443#item3214443">Warhammer: Invasion</A> (wanted by Bokke66, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214446#item3214446">Vanished Planet</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214452#item3214452">Cutthroat Caverns</A> (wanted by Bokke66)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214460#item3214460">Hot Potato</A> (wanted by $15, Lucky Phil)<BR> </ul><br> earlyworm:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF)<BR> </ul><br> <A NAME="EGF via Moose_Head"><H2>EGF via Moose_Head</H2></A> EGF via Moose_Head sends:<ul> <LI>$15.0 from EGF via Moose_Head to Scholle<BR> <LI>$20.0 from EGF via Moose_Head to dangrant88<BR> <LI>$30.0 from EGF via Moose_Head to Ozludo<BR> <LI>$35.0 from EGF via Moose_Head to Phil81<BR> </ul><br> EGF via Moose_Head receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX) from codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA) from sbszine<BR> </ul><br> EGF via Moose_Head:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW) in exchange for $35.0 from EGF via Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208160#item3208160">Entry 325: Fluxx</A> (3208160-FLUXX) in exchange for $15.0 from EGF via Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214006#item3214006">Entry 413: Portobello Market</A> (3214006-PORTM) in exchange for $20.0 from EGF via Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA) in exchange for $30.0 from EGF via Moose_Head<BR> </ul><br> <A NAME="felipe1982"><H2>felipe1982</H2></A> felipe1982 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP) to TaleSpinner<BR> </ul><br> felipe1982 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments) from cyberkev63<BR> </ul><br> felipe1982:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218002#item3218002">Entry 709: Ticket to Ride: USA 1910</A> (3218002-TITRI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP)<BR> </ul><br> <A NAME="fFish"><H2>fFish</H2></A> fFish sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF) to Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC) to Alex Brown<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU) to strings<BR> </ul><br> fFish receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments) from makhlakh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP) from Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments) from Kerbster76<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments) from Ozludo<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217734#item3217734">The Pillars of the Earth</A> (wanted by Herbz, balzi, junkmonsta, mctom, paralipsis, red_gamster)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217739#item3217739">Spyrium</A> (wanted by $30, Aneirin, Bokke66, Herbz, MrBaggy, Scholle, Snowy0505, TaleSpinner, Trevi, Vince, da pyrate, dangrant88, haos17, hxbx, junkmonsta, mctom, meng, red_gamster, silentwolf, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217747#item3217747">China</A> (wanted by Median54, trif)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217757#item3217757">Wyatt Earp</A> (wanted by mctom)<BR> </ul><br> fFish:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217745#item3217745">Entry 618: Mr. Jack</A> (3217745-MRJAC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208178#item3208178">Entry 328: Time's Up! Deluxe</A> (3208178-TIMUP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM)<BR> </ul><br> <A NAME="foursaken"><H2>foursaken</H2></A> foursaken sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP) to PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN) to Tezza<BR> </ul><br> foursaken receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE) from urbaer<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments) from Trevi<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202307#item3202307">Terra Evolution</A> (wanted by $40, Mezzomaniac)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202309#item3202309">Zombies!!!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202310#item3202310">Race for the Galaxy</A> (wanted by $15, $20, $25, $30, Befefig, Bokke66, EGF via Moose_Head, Mariana, Paul65, Scholle, Tezza, balzi, buttadam, cyberkev63, paralipsis)<BR> </ul><br> foursaken:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP)<BR> </ul><br> <A NAME="Friendless"><H2>Friendless</H2></A> Friendless sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU) to Tezza<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG) to hxbx<BR> </ul><br> Friendless receives:<ul> <LI>$20.0 from PK1988 from PK1988<BR> <LI>$25.0 from srand from srand<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO) from Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO) from ausminstrel<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198122#item3198122">Khan</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203645#item3203645">Genesis</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217187#item3217187">Doctor Who: The Card Game</A> (wanted by $15, Chuie)<BR> </ul><br> Friendless:<BR><ul> <LI>receives $20.0 from PK1988 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU)<BR> <LI>receives $25.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217692#item3217692">Entry 597: Discovery</A> (3217692-DISCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217857#item3217857">Entry 651: Macao</A> (3217857-MACAO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR)<BR> </ul><br> <A NAME="haos17"><H2>haos17</H2></A> haos17 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI) to Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM) to chicken_ramen<BR> </ul><br> haos17 receives:<ul> <LI>$40.0 from Ykikamucow from Ykikamucow<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE) from huffa2<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199909#item3199909">Panic Station</A> (wanted by $5, Phantomwhale)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199914#item3199914">World of Warcraft: The Adventure Game</A> (wanted by Bokke66)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199961#item3199961">Fossil</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199967#item3199967">Das letzte Paradies</A><BR> </ul><br> haos17:<BR><ul> <LI>receives $40.0 from Ykikamucow in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199957#item3199957">Entry 160: Sentinels of the Multiverse</A> (3199957-SEOTM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI)<BR> </ul><br> <A NAME="Happy Grizzly"><H2>Happy Grizzly</H2></A> Happy Grizzly sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG) to urbaer<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments) to ZombieJules<BR> </ul><br> Happy Grizzly receives:<ul> <LI>$45.0 from hxbx from hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments) from buttadam<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197407#item3197407">Citadels</A> (wanted by $15, $20, BielTann, Mezzomaniac, Scholle, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198128#item3198128">Bang! The Bullet!</A> (wanted by $25, Alex Brown)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213674#item3213674">My Very First Games: Animal upon Animal</A> (wanted by $20, $25, Benzy311, Paul65, Vince, cyberkev63, earlyworm, stompy)<BR> </ul><br> Happy Grizzly:<BR><ul> <LI>receives $45.0 from hxbx in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215858#item3215858">Entry 490: Agricola</A> (3215858-AGRIC) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments)<BR> </ul><br> <A NAME="Herbz"><H2>Herbz</H2></A> Herbz sends:<ul> <LI>$30.0 from Herbz to Ax_kidson<BR> <LI>$30.0 from Herbz to Phil81<BR> <LI>$60.0 from Herbz to tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments) to Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB) to Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO) to cyberkev63<BR> </ul><br> Herbz receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO) from fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF) from Unhalfbricking<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202064#item3202064">BattleTech: CityTech</A> (wanted by balzi)<BR> </ul><br> Herbz:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207701#item3207701">Entry 305: Necromunda</A> (3207701-NECRO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments) in exchange for $60.0 from Herbz<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216279#item3216279">Entry 510: BattleCON: Devastation of Indines</A> (3216279-BADEO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217752#item3217752">Entry 622: Jambo</A> (3217752-JAMBO) in exchange for $30.0 from Herbz<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF) in exchange for $30.0 from Herbz<BR> </ul><br> <A NAME="huffa2"><H2>huffa2</H2></A> huffa2 sends:<ul> <LI>$40.0 from huffa2 to Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM) to codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG) to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE) to haos17<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments) to Smashngrab<BR> </ul><br> huffa2 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments) from Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201401#item3201401">Whacky Wit</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201403#item3201403">Whacky Wit</A> (wanted by Amiguero)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201407#item3201407">Sitting Ducks Gallery</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201408#item3201408">Onirim</A> (wanted by Cocteau, mctom, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201411#item3201411">Solarquest</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211542#item3211542">Space Cadets</A> (wanted by $30, $40, $55, Ax_kidson, Benzy311, Herbz, Median54, Mezzomaniac, Snowy0505, balzi, chicken_ramen, codermike, haos17, intheclear, junkmonsta, meng, nictnic, paralipsis, silentwolf, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211563#item3211563">Impulse</A> (wanted by $20, $25, Chuie, MrBaggy, Scholle, bcbgg, cyberkev63, meng, sbszine, srand, stompy)<BR> </ul><br> huffa2:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207617#item3207617">Entry 297: Sentinels of the Multiverse</A> (3207617-SEOTM) in exchange for $40.0 from huffa2<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201409#item3201409">Entry 171: Cheaty Mages!</A> (3201409-CHEAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201414#item3201414">Entry 173: Star Wars: X-Wing Miniatures Game</A> (3201414-SWXMG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201419#item3201419">Entry 174: Canterbury</A> (3201419-CANTE)<BR> </ul><br> <A NAME="hxbx"><H2>hxbx</H2></A> hxbx sends:<ul> <LI>$40.0 from hxbx to Jimmers<BR> <LI>$45.0 from hxbx to Happy Grizzly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV) to Mark_Owen_Reich<BR> </ul><br> hxbx receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE) from da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217846#item3217846">History of the World</A> (wanted by mctom, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217850#item3217850">High Frontier</A> (wanted by $25, Cocteau, Phantomwhale, Vince)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217852#item3217852">MegaCorps</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217854#item3217854">Battleship Galaxies: The Saturn Offensive Game Set</A> (wanted by silentwolf, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217860#item3217860">Clippers</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217880#item3217880">Deukalion</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217884#item3217884">Through the Desert</A> (wanted by Kerbster76, bcbgg, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217893#item3217893">Warriors</A><BR> </ul><br> hxbx:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198123#item3198123">Entry 110: Strasbourg</A> (3198123-STRAS) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207423#item3207423">Entry 291: Warlords of Europe</A> (3207423-WAROE) in exchange for $40.0 from hxbx<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217190#item3217190">Entry 540: City and Guilds</A> (3217190-CITAG) in exchange for $45.0 from hxbx<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217732#item3217732">Entry 608: Glen More</A> (3217732-GLENM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV)<BR> </ul><br> <A NAME="intheclear"><H2>intheclear</H2></A> intheclear sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA) to Kerbster76<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD) to Chuie<BR> </ul><br> intheclear receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME) from ausminstrel<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210321#item3210321">Silk Road</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210328#item3210328">Space Dealer</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210367#item3210367">Rheinländer</A> (wanted by $15, cyberkev63, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214281#item3214281">Killer Bunnies REMIX</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214290#item3214290">Age of Discovery</A><BR> </ul><br> intheclear:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217858#item3217858">Entry 652: Myrmes</A> (3217858-MYRME) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214277#item3214277">Entry 433: El Grande Decennial Edition</A> (3214277-ELGRD)<BR> </ul><br> <A NAME="itmo"><H2>itmo</H2></A> itmo does not send anything.<BR> itmo does not receive anything.<BR> <A NAME="Jimmers"><H2>Jimmers</H2></A> Jimmers sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA) to Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI) to spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW) to EGF via Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC) to Toolman<BR> </ul><br> Jimmers receives:<ul> <LI>$20.0 from Moose_Head from Moose_Head<BR> <LI>$40.0 from Duckula from Duckula<BR> <LI>$40.0 from hxbx from hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI) from haos17<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM) from red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX) from TorbenVang<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204328#item3204328">Puerto Rico</A> (wanted by $20, $30, BielTann, Snowy0505)<BR> </ul><br> Jimmers:<BR><ul> <LI>receives $20.0 from Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI)<BR> <LI>receives $40.0 from Duckula in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA)<BR> <LI>receives $40.0 from hxbx in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204337#item3204337">Entry 204: Wasabi!</A> (3204337-WASAB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199913#item3199913">Entry 158: Ticket to Ride: Märklin</A> (3199913-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204349#item3204349">Entry 208: Small World</A> (3204349-SMALW)<BR> </ul><br> <A NAME="junkmonsta"><H2>junkmonsta</H2></A> junkmonsta does not send anything.<BR> junkmonsta does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199686#item3199686">Guillotine</A> (wanted by $10, $15, Duckula, Scholle, earlyworm, spwaugh)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199687#item3199687">Il Principe</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199689#item3199689">Station Master</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199690#item3199690">UWO</A><BR> </ul><br> <A NAME="Kerbster76"><H2>Kerbster76</H2></A> Kerbster76 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments) to fFish<BR> </ul><br> Kerbster76 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA) from intheclear<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212461#item3212461">The Battle for Hill 218</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212482#item3212482">Colossal Arena</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212486#item3212486">Castle</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213817#item3213817">Lord of the Rings: Friends & Foes</A><BR> </ul><br> Kerbster76:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210339#item3210339">Entry 349: The Resistance: Avalon</A> (3210339-TRESA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212475#item3212475">Entry 393: Ticket to Ride: Switzerland</A> (3212475-TITRI) (1 comments)<BR> </ul><br> <A NAME="khorgor"><H2>khorgor</H2></A> khorgor does not send anything.<BR> khorgor does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199655#item3199655">DrunkQuest</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199656#item3199656">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210386#item3210386">Warhammer 40,000</A><BR> </ul><br> <A NAME="kissmejudas"><H2>kissmejudas</H2></A> kissmejudas sends:<ul> <LI>$50.0 from kissmejudas to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE) to Dr Corey<BR> </ul><br> kissmejudas receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB) from Smashngrab<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211660#item3211660">Citadels</A> (wanted by $15, $20, BielTann, Mezzomaniac, Scholle, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211669#item3211669">Pandemic</A><BR> </ul><br> kissmejudas:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211665#item3211665">Entry 381: Troyes</A> (3211665-TROYE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB) in exchange for $50.0 from kissmejudas<BR> </ul><br> <A NAME="loganbreath"><H2>loganbreath</H2></A> loganbreath sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO) to skreechlemon<BR> </ul><br> loganbreath receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO) from Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW) from Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER) from some_guy<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205574#item3205574">Wings of War: Fire from the Sky</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205578#item3205578">The Big Fat Tomato Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216674#item3216674">Lost Cities: The Board Game</A> (wanted by paralipsis)<BR> </ul><br> loganbreath:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205582#item3205582">Entry 255: Relic Runners</A> (3205582-RELIR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203682#item3203682">Entry 189: Sheepdogs of Pendleton Hill</A> (3203682-SHOPE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217640#item3217640">Entry 585: Guts of Glory</A> (3217640-GUTOG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217973#item3217973">Entry 695: Angry Birds: Knock on Wood</A> (3217973-ABKOW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205572#item3205572">Entry 251: Coal Baron</A> (3205572-COALB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR)<BR> </ul><br> <A NAME="Lucky Phil"><H2>Lucky Phil</H2></A> Lucky Phil sends:<ul> <LI>$25.0 from Lucky Phil to Ozludo<BR> <LI>$30.0 from Lucky Phil to Ozludo<BR> <LI>$45.0 from Lucky Phil to bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO) to intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN) to Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA) to red_gamster<BR> </ul><br> Lucky Phil receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT) from tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM) from TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU) from codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD) from Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF) from rosehip<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201897#item3201897">Midnight Party</A> (wanted by $20, cyberkev63, sbszine)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209614#item3209614">Pirate Versus Pirate</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215185#item3215185">Cities</A> (wanted by bcbgg)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217022#item3217022">Animal Upon Animal: Small and Yet Great!</A> (wanted by $15, Benzy311, cyberkev63, stompy)<BR> </ul><br> Lucky Phil:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC) in exchange for $45.0 from Lucky Phil<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI) in exchange for $30.0 from Lucky Phil<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217414#item3217414">Entry 548: Smash Up</A> (3217414-SMASU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3199698#item3199698">Entry 156: Uchronia</A> (3199698-UCHRO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF) in exchange for $25.0 from Lucky Phil<BR> </ul><br> <A NAME="ludopoly"><H2>ludopoly</H2></A> ludopoly sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS) to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments) to zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON) to prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA) to Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE) to loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments) to bcbgg<BR> </ul><br> ludopoly receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI) from Scholle<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198618#item3198618">Necromunda</A> (wanted by $50, aquillo, cyberkev63, mctom, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198631#item3198631">Dungeons & Dragons (3rd Edition)</A><BR> </ul><br> ludopoly:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197035#item3197035">Entry 87: Ponte del Diavolo</A> (3197035-PONDE) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198630#item3198630">Entry 145: Glory to Rome</A> (3198630-GLOTR) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198616#item3198616">Entry 139: Pack & Stack</A> (3198616-PACKS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207679#item3207679">Entry 300: Gloria Picktoria</A> (3207679-GLORP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198629#item3198629">Entry 144: Reef Encounter</A> (3198629-REEFE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA)<BR> </ul><br> <A NAME="makhlakh"><H2>makhlakh</H2></A> makhlakh sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments) to fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS) to Thiessi<BR> </ul><br> makhlakh receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA) from Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC) from revgiblet<BR> </ul><br> makhlakh:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201127#item3201127">Entry 165: Space Alert</A> (3201127-SPACA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197450#item3197450">Entry 105: Twilight Struggle</A> (3197450-TWILS) (1 comments)<BR> </ul><br> <A NAME="Mariana"><H2>Mariana</H2></A> Mariana sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG) to dangrant88<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB) to Vince<BR> </ul><br> Mariana receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW) from codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO) from coxy_fc<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217717#item3217717">Blokus</A> (wanted by Benzy311)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217724#item3217724">Ali Baba</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217728#item3217728">Bang!</A> (wanted by $15, Duckula, felipe1982)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217743#item3217743">Mesopotamia</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217744#item3217744">More Cosmic Encounter</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217749#item3217749">Tantrix</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217773#item3217773">Cathedral</A><BR> </ul><br> Mariana:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217725#item3217725">Entry 604: Dwarves and Dice</A> (3217725-DWAAD)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208161#item3208161">Entry 326: Small World</A> (3208161-SMALW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217719#item3217719">Entry 602: Navegador</A> (3217719-NAVEG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211689#item3211689">Entry 384: Ascension: Storm of Souls</A> (3211689-ASSTO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB)<BR> </ul><br> <A NAME="Mark_Owen_Reich"><H2>Mark_Owen_Reich</H2></A> Mark_Owen_Reich sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN) to mikipe2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET) to TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments) to intheclear<BR> </ul><br> Mark_Owen_Reich receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB) from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC) from tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU) from nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW) from PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205923#item3205923">Uncharted: The Board Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205942#item3205942">Beowulf: The Legend</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205945#item3205945">Mykerinos</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207962#item3207962">The Settlers of Catan: Travel Edition</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207971#item3207971">Munchkin</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210548#item3210548">New England</A> (wanted by $20, $25, Lucky Phil, Moose_Head)<BR> </ul><br> Mark_Owen_Reich:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195973#item3195973">Entry 54: Hanabi</A> (3195973-HANAB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205937#item3205937">Entry 276: Hacienda</A> (3205937-HACIE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217647#item3217647">Entry 591: Kingsburg</A> (3217647-KINGS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205971#item3205971">Entry 280: TransAmerica</A> (3205971-TRANS) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217876#item3217876">Entry 663: Lords of Vegas</A> (3217876-LOROV) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205927#item3205927">Entry 272: Ra: The Dice Game</A> (3205927-RATDI)<BR> </ul><br> <A NAME="mctom"><H2>mctom</H2></A> mctom sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF) to Befefig<BR> </ul><br> mctom receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG) from MrBaggy<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198786#item3198786">Titan</A><BR> </ul><br> mctom:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198777#item3198777">Entry 148: The Princes of Florence</A> (3198777-TPROF)<BR> </ul><br> <A NAME="Median54"><H2>Median54</H2></A> Median54 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE) to coxy_fc<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT) to earlyworm<BR> </ul><br> Median54 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN) from Cocteau<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214161#item3214161">The Rivals for Catan</A> (wanted by $20, $30, Benzy311, Chuie, Lucky Phil, Snowy0505, balzi, huffa2, junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217737#item3217737">Make Five</A><BR> </ul><br> Median54:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214156#item3214156">Entry 424: Tigris & Euphrates</A> (3214156-TIGRE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217864#item3217864">Entry 656: Tsuro</A> (3217864-TSURO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217657#item3217657">Entry 592: Baldrick's Tomb</A> (3217657-BALDT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218054#item3218054">Entry 728: Dominion</A> (3218054-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214150#item3214150">Entry 423: Flash Point: Fire Rescue</A> (3214150-FLPOF)<BR> </ul><br> <A NAME="meng"><H2>meng</H2></A> meng sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments) to Scholle<BR> </ul><br> meng receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF) from Ax_kidson<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205221#item3205221">The Napoleonic Wars</A> (wanted by Bokke66)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205227#item3205227">Dungeons & Dragons Starter Set</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205230#item3205230">Quest: A Time of Heroes</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205234#item3205234">Portobello Market</A> (wanted by $20, Ailinoro, EGF via Moose_Head)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205236#item3205236">Caylus Magna Carta</A> (wanted by balzi, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205252#item3205252">The American Civil War</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205259#item3205259">Leaping Lemmings</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205273#item3205273">Thunder's Edge</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216722#item3216722">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> </ul><br> meng:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205256#item3205256">Entry 244: Pickomino</A> (3205256-PICKO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207683#item3207683">Entry 302: Phoenicia</A> (3207683-PHOEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205242#item3205242">Entry 241: Diplomacy</A> (3205242-DIPLO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215807#item3215807">Entry 481: Dungeon Fighter</A> (3215807-DUNGF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205261#item3205261">Entry 246: Chicken Cha Cha Cha</A> (3205261-CHCHC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216270#item3216270">Entry 509: Goblins Drool, Fairies Rule!</A> (3216270-GODRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205232#item3205232">Entry 238: Enuk</A> (3205232-ENUKX)<BR> </ul><br> <A NAME="Mezzomaniac"><H2>Mezzomaniac</H2></A> Mezzomaniac sends:<ul> <LI>$100.0 from Mezzomaniac to bcbgg<BR> </ul><br> Mezzomaniac receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH) from Alex Brown<BR> </ul><br> Mezzomaniac:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217422#item3217422">Entry 555: Dominion: Hinterlands</A> (3217422-DOMIH) in exchange for $100.0 from Mezzomaniac<BR> </ul><br> <A NAME="mikipe2"><H2>mikipe2</H2></A> mikipe2 sends:<ul> <LI>$30.0 from mikipe2 to Unhalfbricking<BR> <LI>$30.0 from mikipe2 to skreechlemon<BR> </ul><br> mikipe2 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR) from bcbgg<BR> </ul><br> mikipe2:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205928#item3205928">Entry 273: Divinare</A> (3205928-DIVIN) in exchange for $30.0 from mikipe2<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207451#item3207451">Entry 293: Nuns on the Run</A> (3207451-NUOTR) in exchange for $30.0 from mikipe2<BR> </ul><br> <A NAME="Moose_Head"><H2>Moose_Head</H2></A> Moose_Head sends:<ul> <LI>$20.0 from Moose_Head to Jimmers<BR> <LI>$20.0 from Moose_Head to bcbgg<BR> <LI>$25.0 from Moose_Head to Phil81<BR> </ul><br> Moose_Head receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS) from Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS) from Tezza<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC) from Unhalfbricking<BR> </ul><br> Moose_Head:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217694#item3217694">Entry 598: Crows</A> (3217694-CROWS) in exchange for $20.0 from Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS) in exchange for $25.0 from Moose_Head<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC) in exchange for $20.0 from Moose_Head<BR> </ul><br> <A NAME="MrBaggy"><H2>MrBaggy</H2></A> MrBaggy sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX) to wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments) to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG) to mctom<BR> </ul><br> MrBaggy receives:<ul> <LI>$50.0 from BielTann from BielTann<BR> <LI>$50.0 from kissmejudas from kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD) from revgiblet<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194674#item3194674">Pirate's Cove</A> (wanted by $25, Befefig, Snowy0505, balzi)<BR> </ul><br> MrBaggy:<BR><ul> <LI>receives $50.0 from BielTann in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194680#item3194680">Entry 14: Power Grid</A> (3194680-POWEG)<BR> <LI>receives $50.0 from kissmejudas in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194641#item3194641">Entry 5: Constantinopolis</A> (3194641-CONST) (4 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194668#item3194668">Entry 11: Roma</A> (3194668-ROMAX) (3 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197094#item3197094">Entry 96: Lords of Waterdeep</A> (3197094-LOROW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO)<BR> </ul><br> <A NAME="nictnic"><H2>nictnic</H2></A> nictnic sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH) to some_guy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU) to Mark_Owen_Reich<BR> </ul><br> nictnic receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF) from Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB) from codermike<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217202#item3217202">Risk: Godstorm</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217205#item3217205">YINSH</A> (wanted by $10, Phantomwhale, strings)<BR> </ul><br> nictnic:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217193#item3217193">Entry 541: Ra</A> (3217193-RAXXX) (3 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201122#item3201122">Entry 164: Dream Factory</A> (3201122-DREAF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208158#item3208158">Entry 324: Boss Monster: The Dungeon Building Card Game</A> (3208158-BMTDB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217207#item3217207">Entry 545: Jaipur</A> (3217207-JAIPU)<BR> </ul><br> <A NAME="Ozludo"><H2>Ozludo</H2></A> Ozludo sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments) to fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD) to Smashngrab<BR> </ul><br> Ozludo receives:<ul> <LI>$25.0 from Lucky Phil from Lucky Phil<BR> <LI>$30.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$30.0 from Lucky Phil from Lucky Phil<BR> <LI>$40.0 from skreechlemon from skreechlemon<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215827#item3215827">Runewars</A> (wanted by $30, $35, Befefig, Bokke66, Chuie, Thiessi, codermike, mctom, meng, paralipsis, prd1982, red_gamster, revgiblet, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215910#item3215910">Guards! Guards! A Discworld Boardgame</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215916#item3215916">Venture Forth</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215951#item3215951">Navia Dratp</A><BR> </ul><br> Ozludo:<BR><ul> <LI>receives $25.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD)<BR> <LI>receives $30.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215939#item3215939">Entry 501: Sentinels of the Multiverse</A> (3215939-SEOTM) (2 comments)<BR> <LI>receives $30.0 from Lucky Phil in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215933#item3215933">Entry 500: Tycoon</A> (3215933-TYCOO)<BR> <LI>receives $40.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215905#item3215905">Entry 495: Blue Max: World War I Air Combat</A> (3215905-BMWWI)<BR> </ul><br> <A NAME="paralipsis"><H2>paralipsis</H2></A> paralipsis sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT) to Snowy0505<BR> </ul><br> paralipsis receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB) from sbszine<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211663#item3211663">Call of Cthulhu Roleplaying Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211687#item3211687">The Legend of Zelda: Skyward Sword</A><BR> </ul><br> paralipsis:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT)<BR> </ul><br> <A NAME="Paul65"><H2>Paul65</H2></A> Paul65 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR) to Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA) to codermike<BR> </ul><br> Paul65 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW) from coxy_fc<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN) from Unhalfbricking<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210577#item3210577">The 3 Commandments</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210582#item3210582">Alhambra: The Dice Game</A> (wanted by Amiguero, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210583#item3210583">Dungeons & Dragons: Castle Ravenloft Board Game</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210587#item3210587">Elder Sign</A> (wanted by $25, Benzy311, Herbz, Kerbster76, Mariana, Toolman, red_gamster, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210615#item3210615">Oltre Mare</A> (wanted by junkmonsta)<BR> </ul><br> Paul65:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204331#item3204331">Entry 203: Rune Age</A> (3204331-RUNEA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209613#item3209613">Entry 332: Tournay</A> (3209613-TOURN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217416#item3217416">Entry 550: Last Will</A> (3217416-LASTW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210574#item3210574">Entry 366: Vasco da Gama</A> (3210574-VASDA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217641#item3217641">Entry 586: Bruges</A> (3217641-BRUGE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210602#item3210602">Entry 371: Le Havre</A> (3210602-LEHAV) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210629#item3210629">Entry 375: Numbers League: Adventures in Addiplication</A> (3210629-NLAIA)<BR> </ul><br> <A NAME="Phantomwhale"><H2>Phantomwhale</H2></A> Phantomwhale sends:<ul> <LI>$40.0 from Phantomwhale to Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO) to loganbreath<BR> </ul><br> Phantomwhale receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR) from wilderness<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204132#item3204132">Cineplexity</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204133#item3204133">Duel of Ages Set 1: Worldspanner</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204135#item3204135">Dungeon Twister</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204136#item3204136">All Things Zombie: The Boardgame</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204138#item3204138">Carnival</A><BR> </ul><br> Phantomwhale:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH) in exchange for $40.0 from Phantomwhale<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204129#item3204129">Entry 194: Android</A> (3204129-ANDRO)<BR> </ul><br> <A NAME="Phil81"><H2>Phil81</H2></A> Phil81 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO) to bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN) to da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL) to cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO) to hxbx<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE) to da pyrate<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH) to loganbreath<BR> </ul><br> Phil81 receives:<ul> <LI>$25.0 from Moose_Head from Moose_Head<BR> <LI>$30.0 from Herbz from Herbz<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI>$35.0 from Chuie from Chuie<BR> <LI>$35.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$35.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments) from srand<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217483#item3217483">Royal Palace</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217485#item3217485">Pirate's Cove</A> (wanted by $25, Snowy0505, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217488#item3217488">CO₂</A> (wanted by $30, $35, $40, $45, $50, Benzy311, Chuie, Duckula, EGF via Moose_Head, Herbz, MrBaggy, Paul65, Scholle, Snowy0505, dlow, intheclear, junkmonsta, khorgor, mctom, meng, paralipsis, prd1982, srand, trif, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217498#item3217498">Phoenicia</A> (wanted by junkmonsta, mctom, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217514#item3217514">Crossbows and Catapults: Sea Battle Set</A> (wanted by $10, earlyworm, loganbreath)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217567#item3217567">Ever Green</A><BR> </ul><br> Phil81:<BR><ul> <LI>receives $25.0 from Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217569#item3217569">Entry 577: Pack of Heroes</A> (3217569-PACOH)<BR> <LI>receives $30.0 from Herbz in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217474#item3217474">Entry 564: Guildhall: Job Faire</A> (3217474-GUIJO)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217475#item3217475">Entry 565: Atlantis</A> (3217475-ATLAN)<BR> <LI>receives $35.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217481#item3217481">Entry 566: Entdecker: Exploring New Horizons</A> (3217481-ENEXN)<BR> <LI>receives $35.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217524#item3217524">Entry 574: Castelli</A> (3217524-CASTE)<BR> <LI>receives $35.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217523#item3217523">Entry 573: Elasund: The First City of Catan</A> (3217523-ETFCO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198626#item3198626">Entry 143: Race for the Galaxy: Alien Artifacts</A> (3198626-RFTGA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217504#item3217504">Entry 571: Loopin' Louie</A> (3217504-LOOPL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA)<BR> </ul><br> <A NAME="PK1988"><H2>PK1988</H2></A> PK1988 sends:<ul> <LI>$20.0 from PK1988 to Friendless<BR> </ul><br> PK1988 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments) from earlyworm<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205787#item3205787">Pirate's Cove</A> (wanted by $25, Snowy0505, Toolman, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205790#item3205790">Mag·Blast (Third Edition)</A><BR> </ul><br> PK1988:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214458#item3214458">Entry 445: Dungeon Raiders</A> (3214458-DUNGR) (1 comments) in exchange for $20.0 from PK1988<BR> </ul><br> <A NAME="PocketAtomic"><H2>PocketAtomic</H2></A> PocketAtomic sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW) to Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT) to Befefig<BR> </ul><br> PocketAtomic receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP) from foursaken<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217823#item3217823">Blue Moon</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217838#item3217838">The Lord of the Rings Dice Building Game</A> (wanted by Toolman, aquillo)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217851#item3217851">Miskatonic School for Girls</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217905#item3217905">Wiz-War (eighth edition)</A> (wanted by $30, $40, Alex Brown, Benzy311, Toolman, Trevi, chicken_ramen, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217908#item3217908">Polterfass</A> (wanted by $10, $15, Amiguero, Scholle, aquillo, dlow, earlyworm, loganbreath, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217920#item3217920">Dragon's Hoard</A> (wanted by bcbgg)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217928#item3217928">Dungeon Twister: The Card Game</A> (wanted by Trevi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217942#item3217942">Power Grid: Australia & Indian Subcontinent</A> (wanted by $15, EGF via Moose_Head, balzi, da pyrate, srand)<BR> </ul><br> PocketAtomic:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202311#item3202311">Entry 182: Le Havre: The Inland Port</A> (3202311-LHTIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217827#item3217827">Entry 640: Deadwood</A> (3217827-DEADW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214003#item3214003">Entry 411: Ticket to Ride: Switzerland</A> (3214003-TITRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217900#item3217900">Entry 668: Race for the Galaxy</A> (3217900-RAFOT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218108#item3218108">Entry 752: Luchador! Mexican Wrestling Dice</A> (3218108-LUMEW) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP)<BR> </ul><br> <A NAME="prd1982"><H2>prd1982</H2></A> prd1982 sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB) to Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10) to some_guy<BR> </ul><br> prd1982 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF) from earlyworm<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195750#item3195750">Star Trek: Fleet Captains</A> (wanted by $30, $35, $40, $50, Befefig, Snowy0505, Tezza, TorbenVang, Trevi, ZombieJules, balzi, chicken_ramen, cyberkev63, da pyrate, ludopoly, paralipsis, squire, strings, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195752#item3195752">Eight-Minute Empire: Legends</A> (wanted by $10, $15, $20, Aneirin, Ax_kidson, Friendless, Kerbster76, Mariana, Ozludo, PK1988, Phil81, Scholle, Vince, balzi, bcbgg, earlyworm, fFish, meng, revgiblet, srand, strings, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195754#item3195754">Boots on the Ground</A> (wanted by $15, dlow, khorgor, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215984#item3215984">Frontline: D-Day</A> (wanted by meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215985#item3215985">Winds Of Plunder</A><BR> </ul><br> prd1982:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198625#item3198625">Entry 142: Stronghold</A> (3198625-STRON) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214434#item3214434">Entry 441: Black Friday</A> (3214434-BLACF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204264#item3204264">Entry 200: Boss Monster: The Dungeon Building Card Game</A> (3204264-BMTDB)<BR> </ul><br> <A NAME="pusboyau"><H2>pusboyau</H2></A> pusboyau does not send anything.<BR> pusboyau does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209652#item3209652">The City</A> (wanted by $10, Friendless, Lucky Phil, cyberkev63, khorgor, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210038#item3210038">The Settlers of Catan</A> (wanted by Ax_kidson, intheclear)<BR> </ul><br> <A NAME="red_gamster"><H2>red_gamster</H2></A> red_gamster sends:<ul> <LI>$75.0 from red_gamster to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM) to Jimmers<BR> </ul><br> red_gamster receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR) from Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA) from Lucky Phil<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217462#item3217462">Medieval Merchant</A><BR> </ul><br> red_gamster:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205248#item3205248">Entry 242: Hey, That's My Fish!</A> (3205248-HETHM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR) in exchange for $75.0 from red_gamster<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215183#item3215183">Entry 449: Dominion: Alchemy</A> (3215183-DOMIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB)<BR> </ul><br> <A NAME="reddyredrooster"><H2>reddyredrooster</H2></A> reddyredrooster sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS) to TorbenVang<BR> </ul><br> reddyredrooster receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW) from dangrant88<BR> </ul><br> reddyredrooster:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214373#item3214373">Entry 437: Railways of England and Wales</A> (3214373-ROEAW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS)<BR> </ul><br> <A NAME="revgiblet"><H2>revgiblet</H2></A> revgiblet sends:<ul> <LI>$45.0 from revgiblet to Scholle<BR> <LI>$70.0 from revgiblet to Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments) to Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC) to makhlakh<BR> </ul><br> revgiblet receives:<ul> <LI>$40.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA) from stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments) from sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM) from wilderness<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195492#item3195492">Ascension: Chronicle of the Godslayer</A> (wanted by Mariana, paralipsis, urbaer)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195495#item3195495">Zombie State: Diplomacy of the Dead</A> (wanted by paralipsis)<BR> </ul><br> revgiblet:<BR><ul> <LI>receives $40.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209514#item3209514">Entry 330: The Hunters: German U-Boats at War, 1939-43</A> (3209514-THGUA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194629#item3194629">Entry 1: Vinhos</A> (3194629-VINHO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA) in exchange for $70.0 from revgiblet<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203644#item3203644">Entry 185: Romolo o Remo?</A> (3203644-ROMOR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195465#item3195465">Entry 26: Earth Reborn</A> (3195465-EARTR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214013#item3214013">Entry 419: 1960: The Making of the President</A> (3214013-1TMOT) in exchange for $45.0 from revgiblet<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209525#item3209525">Entry 331: Fortune and Glory: The Cliffhanger Game</A> (3209525-FAGTC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3209500#item3209500">Entry 329: Legacy: The Testament of Duke de Crecy</A> (3209500-LTTOD)<BR> </ul><br> <A NAME="rosehip"><H2>rosehip</H2></A> rosehip sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF) to Lucky Phil<BR> </ul><br> rosehip receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA) from Cocteau<BR> </ul><br> rosehip:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218044#item3218044">Entry 724: Cartagena</A> (3218044-CARTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218066#item3218066">Entry 733: Goblins Drool, Fairies Rule!</A> (3218066-GODRF)<BR> </ul><br> <A NAME="sbszine"><H2>sbszine</H2></A> sbszine sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB) to paralipsis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA) to EGF via Moose_Head<BR> </ul><br> sbszine receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS) from Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215417#item3215417">Cartagena 2. The Pirate's Nest</A><BR> </ul><br> sbszine:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215793#item3215793">Entry 479: Dominion</A> (3215793-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215435#item3215435">Entry 457: Genoa</A> (3215435-GENOA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215407#item3215407">Entry 454: 1870</A> (3215407-1870X) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217859#item3217859">Entry 653: Serenissima (second edition)</A> (3217859-SERSE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218068#item3218068">Entry 734: Hanabi</A> (3218068-HANAB) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215380#item3215380">Entry 453: Railroad Barons</A> (3215380-RAILB)<BR> </ul><br> <A NAME="Scholle"><H2>Scholle</H2></A> Scholle sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX) to meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments) to Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA) to ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI) to ludopoly<BR> </ul><br> Scholle receives:<ul> <LI>$15.0 from EGF via Moose_Head from EGF via Moose_Head<BR> <LI>$15.0 from Snowy0505 from Snowy0505<BR> <LI>$35.0 from skreechlemon from skreechlemon<BR> <LI>$45.0 from Chuie from Chuie<BR> <LI>$45.0 from revgiblet from revgiblet<BR> <LI>$65.0 from Befefig from Befefig<BR> <LI>$75.0 from red_gamster from red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD) from dangrant88<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI) from strings<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204350#item3204350">Italia</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204351#item3204351">Professor Pünschge</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204354#item3204354">Railroad Barons</A> (wanted by paralipsis, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204377#item3204377">Through the Desert</A> (wanted by Kerbster76, bcbgg, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204401#item3204401">Duel in the Dark</A> (wanted by $40, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204406#item3204406">Doctor Faust</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204410#item3204410">Ablaze!</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204436#item3204436">Mascarade</A> (wanted by Mark_Owen_Reich, Unhalfbricking, aquillo, balzi, buttadam)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213910#item3213910">Phoenicia</A> (wanted by junkmonsta, mctom, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213916#item3213916">Space Dealer</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213919#item3213919">Der schwarze Pirat</A> (wanted by $15, $20, $30, Amiguero, Lucky Phil, TorbenVang, Vince, coxy_fc, cyberkev63, earlyworm, fFish, huffa2, stompy)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213921#item3213921">Mare Nostrum</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213924#item3213924">Ramparts</A><BR> </ul><br> Scholle:<BR><ul> <LI>receives $15.0 from EGF via Moose_Head in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213925#item3213925">Entry 410: Architekton</A> (3213925-ARCHI)<BR> <LI>receives $15.0 from Snowy0505 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213917#item3213917">Entry 405: Qwixx</A> (3213917-QWIXX)<BR> <LI>receives $35.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213914#item3213914">Entry 403: Nemo's War</A> (3213914-NEMOW)<BR> <LI>receives $45.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204361#item3204361">Entry 212: Taj Mahal</A> (3204361-TAJMA) (2 comments)<BR> <LI>receives $45.0 from revgiblet in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT)<BR> <LI>receives $65.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204345#item3204345">Entry 207: Edo</A> (3204345-EDOXX)<BR> <LI>receives $75.0 from red_gamster in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204425#item3204425">Entry 221: Yedo</A> (3204425-YEDOX) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205836#item3205836">Entry 270: Hannibal: Rome vs. Carthage</A> (3205836-HAROV) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213922#item3213922">Entry 408: Key Harvest</A> (3213922-KEYHA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215580#item3215580">Entry 470: Citadels</A> (3215580-CITAD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204392#item3204392">Entry 216: Friesematenten</A> (3204392-FRIES)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204441#item3204441">Entry 227: Samarkand: Routes to Riches</A> (3204441-SAROT)<BR> </ul><br> <A NAME="silentwolf"><H2>silentwolf</H2></A> silentwolf sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG) to Ax_kidson<BR> </ul><br> silentwolf receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR) from Benzy311<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207993#item3207993">World of Warcraft: The Adventure Game</A> (wanted by Bokke66)<BR> </ul><br> silentwolf:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204454#item3204454">Entry 228: Dwarf King's Hold: Dead Rising</A> (3204454-DKHDR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207997#item3207997">Entry 316: Dungeon Guilds</A> (3207997-DUNGG)<BR> </ul><br> <A NAME="skreechlemon"><H2>skreechlemon</H2></A> skreechlemon sends:<ul> <LI>$26.0 from skreechlemon to cyberkev63<BR> <LI>$30.0 from skreechlemon to Friendless<BR> <LI>$30.0 from skreechlemon to Phil81<BR> <LI>$30.0 from skreechlemon to Unhalfbricking<BR> <LI>$30.0 from skreechlemon to bcbgg<BR> <LI>$35.0 from skreechlemon to Phil81<BR> <LI>$35.0 from skreechlemon to Scholle<BR> <LI>$40.0 from skreechlemon to Ozludo<BR> <LI>$40.0 from skreechlemon to cyberkev63<BR> <LI>$40.0 from skreechlemon to revgiblet<BR> <LI>$55.0 from skreechlemon to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI) to kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments) to nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC) to codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT) to Alex Brown<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO) to Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT) to Mariana<BR> </ul><br> skreechlemon receives:<ul> <LI>$30.0 from mikipe2 from mikipe2<BR> <LI>$35.0 from Befefig from Befefig<BR> <LI>$60.0 from BielTann from BielTann<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW) from intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX) from Paul65<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO) from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments) from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA) from strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198172#item3198172">The Adventurers: The Temple of Chac</A> (wanted by $20, $35, Benzy311, Chuie, Herbz, Median54, Trevi, junkmonsta, loganbreath, mikipe2, paralipsis, strings, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198174#item3198174">Puerto Rico</A> (wanted by $20, $30, BielTann, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198175#item3198175">Conflict of Heroes: Awakening the Bear! Russia 1941-1942</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198178#item3198178">The Isle of Doctor Necreaux</A> (wanted by $10, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198183#item3198183">Ora et Labora</A> (wanted by $10, $20, $30, $35, $40, $50, $55, Amiguero, Befefig, Dr Corey, EGF via Moose_Head, Friendless, Kerbster76, PK1988, Paul65, Scholle, Snowy0505, Tezza, Toolman, balzi, dangrant88, foursaken, huffa2, kissmejudas, meng, mikipe2, paralipsis, revgiblet, strings, tiggers, urbaer)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198188#item3198188">Star Trek Deck Building Game: The Next Generation</A> (wanted by Ailinoro)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198190#item3198190">Struggle for the Galactic Empire</A> (wanted by $40, Trevi, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198202#item3198202">Masters of Venice</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207406#item3207406">Terra Mystica</A> (wanted by $30, $35, $50, Befefig, Benzy311, Bokke66, Kerbster76, Lucky Phil, Mariana, Paul65, Scholle, Snowy0505, Tezza, Thiessi, ZombieJules, balzi, bcbgg, coxy_fc, dr026, fFish, junkmonsta, paralipsis, revgiblet, silentwolf, squire, srand, strings, tiggers)<BR> </ul><br> skreechlemon:<BR><ul> <LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198187#item3198187">Entry 122: Space Hulk: Death Angel – The Card Game</A> (3198187-SHDAT)<BR> <LI>receives $35.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198185#item3198185">Entry 120: Sentinels of the Multiverse</A> (3198185-SEOTM) (1 comments)<BR> <LI>receives $60.0 from BielTann in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198192#item3198192">Entry 126: World Without End</A> (3198192-WORWI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203647#item3203647">Entry 187: Trollhalla</A> (3203647-TROLL) (5 comments) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204339#item3204339">Entry 205: Omen: A Reign of War</A> (3204339-OAROW) in exchange for $40.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204365#item3204365">Entry 213: Factory Fun</A> (3204365-FACTF) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205571#item3205571">Entry 250: Felinia</A> (3205571-FELIN) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198186#item3198186">Entry 121: Space Cadets</A> (3198186-SPACC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210364#item3210364">Entry 350: Railways of the World</A> (3210364-RAOTW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198182#item3198182">Entry 118: Memoir '44</A> (3198182-MEMOI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210611#item3210611">Entry 373: Louis XIV</A> (3210611-LOUIX) in exchange for $26.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO) in exchange for $35.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216676#item3216676">Entry 512: BattleCON: War of Indines</A> (3216676-BAWAO) in exchange for $40.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217166#item3217166">Entry 534: Imperial</A> (3217166-IMPER) in exchange for $30.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217639#item3217639">Entry 584: Rails of New England</A> (3217639-RAONE) in exchange for $35.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217872#item3217872">Entry 661: Eminent Domain: Escalation</A> (3217872-EMIDO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198197#item3198197">Entry 127: Roll Through the Ages: The Bronze Age</A> (3198197-RTTAT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217946#item3217946">Entry 689: New Haven</A> (3217946-NEWHA) (1 comments) in exchange for $40.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA) in exchange for $55.0 from skreechlemon<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218105#item3218105">Entry 750: Dungeon Roll</A> (3218105-DUNGR) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO)<BR> </ul><br> <A NAME="Smashngrab"><H2>Smashngrab</H2></A> Smashngrab sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA) to Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB) to kissmejudas<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT) to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN) to wilderness<BR> </ul><br> Smashngrab receives:<ul> <LI>$50.0 from srand from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments) from Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments) from huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI) from TorbenVang<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD) from Ozludo<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217423#item3217423">Container</A> (wanted by $10, $20, $30, $40, $50, $61, $70, MrBaggy, PK1988, Paul65, Snowy0505, Tezza, Thiessi, ateh, buttadam, da pyrate, intheclear, junkmonsta, revgiblet, skreechlemon, some_guy, srand, wilderness, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217424#item3217424">Aztlán</A> (wanted by Friendless)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217425#item3217425">Descent: The Well of Darkness</A> (wanted by $15, Toolman, dlow)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217426#item3217426">Descent: The Tomb of Ice</A> (wanted by Toolman)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217427#item3217427">Descent: The Sea of Blood</A> (wanted by Toolman)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217433#item3217433">Axis & Allies Pacific 1940</A> (wanted by $15, dlow)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217634#item3217634">Mercante</A> (wanted by aquillo, balzi, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217910#item3217910">Android: Netrunner</A> (wanted by $30, $50, Cocteau, Herbz, ZombieJules, ausminstrel, fFish, haos17, khorgor, mctom, red_gamster, silentwolf, srand, stompy, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217911#item3217911">Small World</A> (wanted by $20, $30, $35, Befefig, Benzy311, EGF via Moose_Head, Herbz, Mariana, Snowy0505, Vince, earlyworm, mctom, paralipsis, trif, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217912#item3217912">Abaddon</A> (wanted by $30, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217914#item3217914">Tide of Iron</A> (wanted by Benzy311, Toolman, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217915#item3217915">Road to Enlightenment</A><BR> </ul><br> Smashngrab:<BR><ul> <LI>receives $50.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195867#item3195867">Entry 38: Carson City</A> (3195867-CARSC) (6 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211545#item3211545">Entry 377: Space Cadets: Dice Duel</A> (3211545-SPCAD) (9 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217632#item3217632">Entry 580: City Tycoon</A> (3217632-CITYT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217630#item3217630">Entry 579: Bora Bora</A> (3217630-BORAB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215943#item3215943">Entry 502: Scripts and Scribes: The Dice Game</A> (3215943-SASTD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217633#item3217633">Entry 581: Cuba</A> (3217633-CUBAX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217742#item3217742">Entry 615: Survive: Escape from Atlantis!</A> (3217742-SUESF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9)<BR> </ul><br> <A NAME="Snowy0505"><H2>Snowy0505</H2></A> Snowy0505 sends:<ul> <LI>$15.0 from Snowy0505 to Scholle<BR> <LI>$25.0 from Snowy0505 to cyberkev63<BR> <LI>$50.0 from Snowy0505 to tiggers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS) to Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR) to Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU) to intheclear<BR> </ul><br> Snowy0505 receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF) from Toolman<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT) from paralipsis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW) from buttadam<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA) from ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI) from Amiguero<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194771#item3194771">Isla Dorada</A> (wanted by Median54, junkmonsta, stompy)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194775#item3194775">The Gnomes of Zavandor</A> (wanted by junkmonsta, ludopoly)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194783#item3194783">Dwarven Miner</A> (wanted by Ax_kidson, da pyrate, junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194787#item3194787">Alhambra</A> (wanted by Benzy311, Median54, balzi, junkmonsta, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194800#item3194800">Partini</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194803#item3194803">Pay Day</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196116#item3196116">Outside the Scope of BGG</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198315#item3198315">Magic: The Gathering</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198318#item3198318">Magic: The Gathering</A> (wanted by $10, cyberkev63)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3200758#item3200758">Civilization</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208101#item3208101">Pathfinder Adventure Card Game: Rise of the Runelords – The Skinsaw Murders Adventure Deck</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208103#item3208103">Pathfinder Adventure Card Game: Rise of the Runelords – The Hook Mountain Massacre Adventure Deck</A> (wanted by paralipsis)<BR> </ul><br> Snowy0505:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194672#item3194672">Entry 12: London</A> (3194672-LONDO) in exchange for $50.0 from Snowy0505<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197087#item3197087">Entry 90: Power Grid: Factory Manager</A> (3197087-POGRF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF) in exchange for $25.0 from Snowy0505<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207488#item3207488">Entry 295: Space Hulk: Death Angel – The Card Game</A> (3207488-SHDAT) in exchange for $15.0 from Snowy0505<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214010#item3214010">Entry 417: Industry</A> (3214010-INDUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3208104#item3208104">Entry 319: Pathfinder Adventure Card Game: Rise of the Runelords – Fortress of the Stone Giants Adventure Deck</A> (3208104-PACGR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215853#item3215853">Entry 487: Wits & Wagers</A> (3215853-WITSW) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217421#item3217421">Entry 554: Seeland</A> (3217421-SEELA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215567#item3215567">Entry 467: Smash Up</A> (3215567-SMASU)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217862#item3217862">Entry 655: Trajan</A> (3217862-TRAJA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217990#item3217990">Entry 704: Goblins, Inc.</A> (3217990-GOBLI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194774#item3194774">Entry 16: Trollhalla</A> (3194774-TROLL)<BR> </ul><br> <A NAME="some_guy"><H2>some_guy</H2></A> some_guy sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE) to BielTann<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT) to Ykikamucow<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER) to loganbreath<BR> </ul><br> some_guy receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10) from prd1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH) from nictnic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA) from srand<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218089#item3218089">Priests of Ra</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218090#item3218090">Sator Arepo Tenet Opera Rotas</A> (wanted by $20, $30, Mezzomaniac, Paul65, mikipe2, wilderness)<BR> </ul><br> some_guy:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215983#item3215983">Entry 505: MIL (1049)</A> (3215983-MIL10) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218085#item3218085">Entry 740: Merchant of Venus (second edition)</A> (3218085-MOVSE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217197#item3217197">Entry 542: Star Wars: Battle of Hoth</A> (3217197-SWBOH) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218093#item3218093">Entry 744: Undermining</A> (3218093-UNDER)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT)<BR> </ul><br> <A NAME="spwaugh"><H2>spwaugh</H2></A> spwaugh sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA) to Benzy311<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments) to meng<BR> </ul><br> spwaugh receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT) from Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND) from Ax_kidson<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO) from Tezza<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210424#item3210424">Zombie Survival: The Board Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210434#item3210434">Changeling: The Dreaming (1st Edition)</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210436#item3210436">Eberron Campaign Setting</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210439#item3210439">Call of Duty: Ghosts</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210441#item3210441">Skylanders: Swap Force</A><BR> </ul><br> spwaugh:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3201132#item3201132">Entry 166: A Game of Thrones: The Board Game (Second Edition)</A> (3201132-AGOTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210423#item3210423">Entry 355: Zpocalypse</A> (3210423-ZPOCA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204340#item3204340">Entry 206: Forbidden Island</A> (3204340-FORBI) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210430#item3210430">Entry 358: Goblins Drool, Fairies Rule!</A> (3210430-GODRF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215759#item3215759">Entry 475: 7 Wonders</A> (3215759-7WOND) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210418#item3210418">Entry 354: The Adventurers: The Temple of Chac</A> (3210418-TATTO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210435#item3210435">Entry 360: Dragon Warriors Rulebook</A> (3210435-DRAWA) (2 comments)<BR> </ul><br> <A NAME="squire"><H2>squire</H2></A> squire sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ) to zeroichi<BR> </ul><br> squire receives:<ul> <LI>$45.0 from Critical Mass from Critical Mass<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195804#item3195804">EastFront</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195809#item3195809">The Hunters: German U-Boats at War, 1939-43</A> (wanted by $25, Bokke66, dlow, khorgor, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195810#item3195810">Phantom Leader</A> (wanted by khorgor, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195820#item3195820">Shadows over the Empire</A> (wanted by $20, Snowy0505, Vince, ausminstrel, silentwolf)<BR> </ul><br> squire:<BR><ul> <LI>receives $45.0 from Critical Mass in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ)<BR> </ul><br> <A NAME="srand"><H2>srand</H2></A> srand sends:<ul> <LI>$25.0 from srand to Friendless<BR> <LI>$50.0 from srand to Smashngrab<BR> <LI>$50.0 from srand to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments) to Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS) to TorbenVang<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER) to ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA) to some_guy<BR> </ul><br> srand receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB) from Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA) from bcbgg<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X) from sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES) from ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3) from Unhalfbricking<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments) from cyberkev63<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215895#item3215895">Sylla</A> (wanted by Cocteau, Scholle, junkmonsta, mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217415#item3217415">Project Pandora: Grim Cargo</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217626#item3217626">The Manhattan Project</A> (wanted by $30, $35, $40, $45, $60, Benzy311, Chuie, Cocteau, Herbz, Kerbster76, Paul65, Phantomwhale, Scholle, Snowy0505, Szemis, Tezza, aquillo, ausminstrel, balzi, bcbgg, chicken_ramen, da pyrate, hxbx, intheclear, mctom, meng, paralipsis, revgiblet, stompy, tiggers, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218023#item3218023">Sheepland</A> (wanted by loganbreath, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218040#item3218040">Railroad Dice</A> (wanted by $25, Duckula)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218106#item3218106">Mage Knight Board Game</A> (wanted by $30, $40, $45, Befefig, Benzy311, Herbz, Kerbster76, Phil81, PocketAtomic, Scholle, Toolman, TorbenVang, aquillo, da pyrate, dlow, dr026, fFish, mctom, prd1982, revgiblet, silentwolf, stompy, tiggers, zeroichi)<BR> </ul><br> srand:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194791#item3194791">Entry 22: CO₂</A> (3194791-COXXX) in exchange for $50.0 from srand<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197033#item3197033">Entry 86: Trains</A> (3197033-TRAIN) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215780#item3215780">Entry 476: Klondike</A> (3215780-KLOND) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203649#item3203649">Entry 188: Mare Balticum</A> (3203649-MAREB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217418#item3217418">Entry 552: Mythic Battles</A> (3217418-MYTHB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207692#item3207692">Entry 304: Yunnan</A> (3207692-YUNNA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214012#item3214012">Entry 418: Tigris & Euphrates</A> (3214012-TIGRE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215412#item3215412">Entry 455: 1856</A> (3215412-1856X) in exchange for $50.0 from srand<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217168#item3217168">Entry 535: Power Struggle</A> (3217168-POWES) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215808#item3215808">Entry 482: Arena: Roma II</A> (3215808-ARERO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218102#item3218102">Entry 748: Key Harvest</A> (3218102-KEYHA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217980#item3217980">Entry 699: Go First Dice</A> (3217980-GOFIR) (1 comments) in exchange for $25.0 from srand<BR> </ul><br> <A NAME="stompy"><H2>stompy</H2></A> stompy sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH) to Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN) to red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI) to Bokke66<BR> </ul><br> stompy receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments) from Thiessi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments) from Bokke66<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB) from spwaugh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195894#item3195894">Call of Cthulhu: The Card Game</A> (wanted by Friendless, mctom, spwaugh)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195897#item3195897">A Game of Thrones: The Card Game</A> (wanted by Toolman, makhlakh, mctom, spwaugh)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195904#item3195904">Middle-earth Quest</A> (wanted by $40, Benzy311, chicken_ramen, mctom, meng, paralipsis, silentwolf)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195934#item3195934">Dungeons & Dragons: Conquest of Nerath Board Game</A> (wanted by $40, chicken_ramen, meng, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195936#item3195936">Star Trek: Fleet Captains</A> (wanted by $30, $35, $40, Ailinoro, Befefig, Tezza, balzi, chicken_ramen, cyberkev63, paralipsis, tiggers)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195948#item3195948">Cosmic Encounter</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195969#item3195969">Axis & Allies</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195978#item3195978">MidEvil</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195980#item3195980">Beowulf: The Movie Board Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195984#item3195984">Mesopotamia</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195996#item3195996">Apples to Apples</A> (wanted by $20, Ailinoro, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196019#item3196019">Sedition Wars: Battle for Alabaster</A> (wanted by $35, Benzy311, khorgor, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196055#item3196055">A Study in Emerald</A> (wanted by $40, Befefig, Bokke66, Dr Corey, Scholle, ausminstrel, chicken_ramen, da pyrate, junkmonsta, mctom, spwaugh, zeroichi)<BR> </ul><br> stompy:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195484#item3195484">Entry 27: Nightfall</A> (3195484-NIGHT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195891#item3195891">Entry 40: Container</A> (3195891-CONTA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195943#item3195943">Entry 51: Warhammer: Invasion</A> (3195943-WARHI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195924#item3195924">Entry 45: BattleLore</A> (3195924-BATTL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198352#item3198352">Entry 138: Pixel Lincoln: The Deckbuilding Game</A> (3198352-PLTDG) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195926#item3195926">Entry 46: DungeonQuest (third edition)</A> (3195926-DUNTH)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205266#item3205266">Entry 248: Twilight Imperium (second edition)</A> (3205266-TWIMS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195893#item3195893">Entry 41: Greed Incorporated</A> (3195893-GREEI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210426#item3210426">Entry 357: Gearworld: The Borderlands</A> (3210426-GEATB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195939#item3195939">Entry 49: Dominion</A> (3195939-DOMIN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217845#item3217845">Entry 644: Lost Valley</A> (3217845-LOSTV) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195942#item3195942">Entry 50: Tannhäuser</A> (3195942-TANNH)<BR> </ul><br> <A NAME="strings"><H2>strings</H2></A> strings sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT) to buttadam<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET) to huffa2<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO) to BielTann<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE) to ateh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC) to Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI) to Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS) to balzi<BR> </ul><br> strings receives:<ul> <LI>$50.0 from srand from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments) from Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC) from TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT) from Scholle<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA) from meng<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA) from Phil81<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU) from fFish<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217982#item3217982">Code 777</A> (wanted by Median54)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217986#item3217986">Courtier</A> (wanted by $30, aquillo, balzi, hxbx)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218005#item3218005">Modern Art</A> (wanted by nictnic, sbszine)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218009#item3218009">Neuroshima Hex!</A> (wanted by Kerbster76)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218031#item3218031">The Princes of Florence</A> (wanted by Befefig, balzi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218047#item3218047">Ra</A> (wanted by $40, Kerbster76, chicken_ramen)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218057#item3218057">Rum & Pirates</A> (wanted by huffa2)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218075#item3218075">To Court the King</A> (wanted by $10, Phantomwhale, haos17, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218082#item3218082">Santy Anno</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218095#item3218095">Buy Low Sell High</A> (wanted by sysyphus)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218099#item3218099">Caribbean</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218104#item3218104">Tongiaki</A> (wanted by $20, Moose_Head)<BR> </ul><br> strings:<BR><ul> <LI>receives $50.0 from srand in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217967#item3217967">Entry 694: Thunderstone</A> (3217967-THUND)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197038#item3197038">Entry 88: The Adventurers: The Pyramid of Horus</A> (3197038-TATPO) (3 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218063#item3218063">Entry 731: Tribune: Primus Inter Pares</A> (3218063-TRPRI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218070#item3218070">Entry 735: Twilight Struggle</A> (3218070-TWILS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217992#item3217992">Entry 705: Galaxy Trucker</A> (3217992-GALAT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204370#item3204370">Entry 214: Tinners' Trail</A> (3204370-TINNT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218058#item3218058">Entry 730: Sherlock Holmes Consulting Detective</A> (3218058-SHHOC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205263#item3205263">Entry 247: Lord of the Rings: The Confrontation</A> (3205263-LOTRT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217988#item3217988">Entry 703: Endeavor</A> (3217988-ENDEA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205588#item3205588">Entry 256: Turn the Tide</A> (3205588-TURTT) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218013#item3218013">Entry 713: Ponte del Diavolo</A> (3218013-PONDE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205613#item3205613">Entry 257: Agricola: All Creatures Big and Small</A> (3205613-AACBA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218039#item3218039">Entry 722: Quarriors!</A> (3218039-QUARR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217437#item3217437">Entry 562: Gravwell: Escape from the 9th Dimension</A> (3217437-GEFT9) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218048#item3218048">Entry 726: Ra: The Dice Game</A> (3218048-RATDI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217562#item3217562">Entry 575: Magical Athlete</A> (3217562-MAGIA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217998#item3217998">Entry 707: London</A> (3217998-LONDO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217770#item3217770">Entry 625: Cornucopia</A> (3217770-CORNU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217993#item3217993">Entry 706: Hare & Tortoise</A> (3217993-HARET)<BR> </ul><br> <A NAME="stuartfinlay"><H2>stuartfinlay</H2></A> stuartfinlay does not send anything.<BR> stuartfinlay does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3211716#item3211716">Pax Porfiriana</A> (wanted by Amiguero, MrBaggy, Scholle, mctom, meng, paralipsis, zeroichi)<BR> </ul><br> <A NAME="sysyphus"><H2>sysyphus</H2></A> sysyphus sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP) to zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT) to Friendless<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN) to Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments) to Median54<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY) to strings<BR> </ul><br> sysyphus receives:<ul> <LI>$55.0 from skreechlemon from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments) from chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL) from TorbenVang<BR> </ul><br> sysyphus:<BR><ul> <LI>receives $55.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197395#item3197395">Entry 102: Rallyman</A> (3197395-RALLY)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197386#item3197386">Entry 99: Cinque Terre</A> (3197386-CINQT)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197086#item3197086">Entry 89: Rise of Empires</A> (3197086-RISOE) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197393#item3197393">Entry 101: Snow Tails</A> (3197393-SNOWT) (2 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP)<BR> </ul><br> <A NAME="Szemis"><H2>Szemis</H2></A> Szemis sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR) to codermike<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE) to zeroichi<BR> </ul><br> Szemis receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO) from zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR) from Paul65<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207972#item3207972">Galactic Emperor</A><BR> </ul><br> Szemis:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210609#item3210609">Entry 372: The Lord of the Rings: The Card Game</A> (3210609-TLOTR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207973#item3207973">Entry 313: Dungeon Run</A> (3207973-DUNGR)<BR> </ul><br> <A NAME="TaleSpinner"><H2>TaleSpinner</H2></A> TaleSpinner sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC) to strings<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX) to Aneirin<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI) to buttadam<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM) to Lucky Phil<BR> </ul><br> TaleSpinner receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP) from felipe1982<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED) from wilderness<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments) from Trevi<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198209#item3198209">Dungeon Roll</A> (wanted by paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198215#item3198215">Cuba</A> (wanted by Ailinoro, Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198222#item3198222">Catan Card Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198225#item3198225">Birds on a Wire</A><BR> </ul><br> TaleSpinner:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205930#item3205930">Entry 274: Cave Troll</A> (3205930-CAVET) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198227#item3198227">Entry 135: Acquire</A> (3198227-ACQUI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3206995#item3206995">Entry 282: Terra Prime</A> (3206995-TERRP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198211#item3198211">Entry 130: Hawken Real-Time Card Game</A> (3198211-HAREC)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214088#item3214088">Entry 422: Mice and Mystics</A> (3214088-MICAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198213#item3198213">Entry 131: K2</A> (3198213-K2XXX)<BR> </ul><br> <A NAME="Tezza"><H2>Tezza</H2></A> Tezza sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP) to Dr Corey<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS) to Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO) to spwaugh<BR> </ul><br> Tezza receives:<ul> <LI>$25.0 from cyberkev63 from cyberkev63<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN) from foursaken<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU) from Friendless<BR> </ul><br> Tezza:<BR><ul> <LI>receives $25.0 from cyberkev63 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217792#item3217792">Entry 630: Heads of State</A> (3217792-HEAOS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3202316#item3202316">Entry 183: Android: Netrunner</A> (3202316-ANDRN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217790#item3217790">Entry 629: Dominion: Prosperity</A> (3217790-DOMIP)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3203642#item3203642">Entry 184: Jaipur</A> (3203642-JAIPU) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217795#item3217795">Entry 632: Tsuro</A> (3217795-TSURO)<BR> </ul><br> <A NAME="TheKeyLosers"><H2>TheKeyLosers</H2></A> TheKeyLosers does not send anything.<BR> TheKeyLosers does not receive anything.<BR> <A NAME="Thiessi"><H2>Thiessi</H2></A> Thiessi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments) to zeroichi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments) to stompy<BR> </ul><br> Thiessi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS) from makhlakh<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP) from bcbgg<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198131#item3198131">Puerto Rico</A> (wanted by $20, $30, BielTann, Snowy0505)<BR> </ul><br> Thiessi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197452#item3197452">Entry 106: Through the Ages: A Story of Civilization</A> (3197452-TTAAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198132#item3198132">Entry 113: Empires of the Void</A> (3198132-EMOTV) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207664#item3207664">Entry 298: Eclipse</A> (3207664-ECLIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments)<BR> </ul><br> <A NAME="tiggers"><H2>tiggers</H2></A> tiggers sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT) to Lucky Phil<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC) to Mark_Owen_Reich<BR> </ul><br> tiggers receives:<ul> <LI>$50.0 from Snowy0505 from Snowy0505<BR> <LI>$60.0 from Herbz from Herbz<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207883#item3207883">Mammoth Hunters</A> (wanted by Vince, junkmonsta, strings)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207887#item3207887">Dragonheart</A> (wanted by $15, Tezza, strings)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207888#item3207888">Merkator</A> (wanted by Scholle, Tezza)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215184#item3215184">London</A> (wanted by $40, Duckula)<BR> </ul><br> tiggers:<BR><ul> <LI>receives $50.0 from Snowy0505 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215188#item3215188">Entry 452: Africana</A> (3215188-AFRIC)<BR> <LI>receives $60.0 from Herbz in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207879#item3207879">Entry 306: Rialto</A> (3207879-RIALT)<BR> </ul><br> <A NAME="Toolman"><H2>Toolman</H2></A> Toolman sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS) to Benzy311<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR) to red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF) to Snowy0505<BR> </ul><br> Toolman receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments) from revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO) from skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC) from Jimmers<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204117#item3204117">BodgerMania</A><BR> </ul><br> Toolman:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195463#item3195463">Entry 25: BattleCON: War of Indines</A> (3195463-BAWAO) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204115#item3204115">Entry 192: Heroscape Master Set: Battle for the Underdark</A> (3204115-HMSBF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198189#item3198189">Entry 124: Steam Noir: Revolution</A> (3198189-STENO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204111#item3204111">Entry 190: Dust Tactics: Revised Core Set</A> (3204111-DTRCS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216877#item3216877">Entry 523: The Settlers of Catan</A> (3216877-TSEOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204114#item3204114">Entry 191: Thunderstone Advance: Towers of Ruin</A> (3204114-TATOR)<BR> </ul><br> <A NAME="TorbenVang"><H2>TorbenVang</H2></A> TorbenVang sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX) to Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI) to Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL) to sysyphus<BR> </ul><br> TorbenVang receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS) from reddyredrooster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS) from srand<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215459#item3215459">Mythic Battles</A> (wanted by Cocteau, Scholle, da pyrate, paralipsis, prd1982, silentwolf)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215476#item3215476">Star Trek Deck Building Game: The Next Generation</A> (wanted by Ailinoro)<BR> </ul><br> TorbenVang:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210544#item3210544">Entry 364: Article 27: The UN Security Council Game</A> (3210544-A2TUS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215457#item3215457">Entry 458: Coup</A> (3215457-COUPX)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214007#item3214007">Entry 414: Notre Dame</A> (3214007-NOTRD) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215460#item3215460">Entry 460: Vinci</A> (3215460-VINCI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215790#item3215790">Entry 478: Ninja: Legend of the Scorpion Clan</A> (3215790-NLOTS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215475#item3215475">Entry 463: Gunslinger</A> (3215475-GUNSL)<BR> </ul><br> <A NAME="Trevi"><H2>Trevi</H2></A> Trevi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments) to foursaken<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO) to Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments) to TaleSpinner<BR> </ul><br> Trevi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB) from trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF) from Vince<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ) from Mariana<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217948#item3217948">Roll Through the Ages: The Bronze Age</A> (wanted by $25, Duckula, Kerbster76, Median54, balzi, haos17, wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218078#item3218078">After Pablo</A> (wanted by Scholle, da pyrate, meng, srand, trif)<BR> </ul><br> Trevi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194782#item3194782">Entry 18: WildLife</A> (3194782-WILDL) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217951#item3217951">Entry 692: Urban Sprawl</A> (3217951-URBAS) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217977#item3217977">Entry 697: Seasons</A> (3217977-SEASO)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218074#item3218074">Entry 736: Castle Panic</A> (3218074-CASTP) (1 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217736#item3217736">Entry 611: Frank's Zoo</A> (3217736-FRANZ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217974#item3217974">Entry 696: Walnut Grove</A> (3217974-WALNG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217867#item3217867">Entry 658: Primordial Soup</A> (3217867-PRIMS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217944#item3217944">Entry 688: CO₂</A> (3217944-COXXX)<BR> </ul><br> <A NAME="trif"><H2>trif</H2></A> trif sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments) to Chuie<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS) to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH) to skreechlemon<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS) to meng<BR> </ul><br> trif receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA) from ZombieJules<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB) from red_gamster<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA) from intheclear<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ) from hxbx<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205713#item3205713">Zong Shi</A> (wanted by wilderness)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205740#item3205740">Riffifi</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205746#item3205746">Phantom</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205749#item3205749">Zombiegeddon</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205752#item3205752">Blood Royale</A><BR> </ul><br> trif:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205715#item3205715">Entry 260: Space Bastards</A> (3205715-SPACB)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205226#item3205226">Entry 235: Tower of Babel</A> (3205226-TOWOB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205721#item3205721">Entry 261: Circus Train (First Edition)</A> (3205721-CITRF) (6 comments)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205577#item3205577">Entry 253: Neue Spiele im alten Rom</A> (3205577-NSIAR) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207508#item3207508">Entry 296: Article 27: The UN Security Council Game</A> (3207508-A2TUS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210372#item3210372">Entry 352: Die Macher</A> (3210372-DIEMA) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205756#item3205756">Entry 267: Prophecy</A> (3205756-PROPH)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217871#item3217871">Entry 660: Kolejka</A> (3217871-KOLEJ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205742#item3205742">Entry 263: Buy Low Sell High</A> (3205742-BULOS)<BR> </ul><br> <A NAME="Unhalfbricking"><H2>Unhalfbricking</H2></A> Unhalfbricking sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM) to MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR) to fFish<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD) to Amiguero<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF) to Herbz<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC) to Moose_Head<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3) to srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN) to Paul65<BR> </ul><br> Unhalfbricking receives:<ul> <LI>$30.0 from mikipe2 from mikipe2<BR> <LI>$30.0 from skreechlemon from skreechlemon<BR> <LI>$40.0 from Chuie from Chuie<BR> <LI>$40.0 from Chuie from Chuie<BR> <LI>$40.0 from chicken_ramen from chicken_ramen<BR> <LI>$50.0 from Befefig from Befefig<BR> <LI>$50.0 from Chuie from Chuie<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194630#item3194630">Shinobi: War of Clans</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194637#item3194637">Cornish Smuggler</A> (wanted by $40, Ailinoro, Amiguero, chicken_ramen, junkmonsta, prd1982, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194644#item3194644">Il Principe</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194645#item3194645">The Dutch Golden Age</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194656#item3194656">New Haven</A> (wanted by $20, BielTann, junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217903#item3217903">Redshirts</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217913#item3217913">Crazy Kick</A><BR> </ul><br> Unhalfbricking:<BR><ul> <LI>receives $30.0 from mikipe2 in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217906#item3217906">Entry 673: Lupin the 3rd</A> (3217906-LUPT3)<BR> <LI>receives $30.0 from skreechlemon in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217902#item3217902">Entry 670: Principato</A> (3217902-PRINC)<BR> <LI>receives $40.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217899#item3217899">Entry 667: DC Comics Deck-Building Game</A> (3217899-DCCOD)<BR> <LI>receives $40.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217907#item3217907">Entry 674: Havana</A> (3217907-HAVAN)<BR> <LI>receives $40.0 from chicken_ramen in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217901#item3217901">Entry 669: Horse Fever</A> (3217901-HORSF)<BR> <LI>receives $50.0 from Befefig in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194640#item3194640">Entry 4: Ragami</A> (3194640-RAGAM)<BR> <LI>receives $50.0 from Chuie in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194651#item3194651">Entry 8: Romolo o Remo?</A> (3194651-ROMOR)<BR> </ul><br> <A NAME="urbaer"><H2>urbaer</H2></A> urbaer sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE) to foursaken<BR> </ul><br> urbaer receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG) from Happy Grizzly<BR> </ul><br> urbaer:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197404#item3197404">Entry 103: Ascension: Chronicle of the Godslayer</A> (3197404-ACOTG) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214554#item3214554">Entry 447: The Cave</A> (3214554-TCAVE)<BR> </ul><br> <A NAME="Vince"><H2>Vince</H2></A> Vince sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS) to sbszine<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF) to Trevi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL) to ausminstrel<BR> </ul><br> Vince receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS) from Snowy0505<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB) from Mariana<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215898#item3215898">Phoenicia</A> (wanted by $25, Lucky Phil, Scholle, meng)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217013#item3217013">Tomb</A> (wanted by paralipsis)<BR> </ul><br> Vince:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194784#item3194784">Entry 20: Urban Sprawl</A> (3194784-URBAS) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215915#item3215915">Entry 498: Cannes: Stars, Scripts and Screens</A> (3215915-CSSAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197387#item3197387">Entry 100: The Agents</A> (3197387-TAGEN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217029#item3217029">Entry 531: Himalaya</A> (3217029-HIMAL)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217754#item3217754">Entry 623: Outside the Scope of BGG</A> (3217754-OTSOB) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215947#item3215947">Entry 503: Dampfross 2</A> (3215947-DAMPF)<BR> </ul><br> <A NAME="wakeem"><H2>wakeem</H2></A> wakeem does not send anything.<BR> wakeem does not receive anything.<BR> <A NAME="wilderness"><H2>wilderness</H2></A> wilderness sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR) to Phantomwhale<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM) to revgiblet<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS) to Duckula<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR) to earlyworm<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED) to TaleSpinner<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP) to ausminstrel<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA) to Scholle<BR> </ul><br> wilderness receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX) from MrBaggy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments) from Jimmers<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO) from Mark_Owen_Reich<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV) from balzi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC) from Befefig<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN) from Smashngrab<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN) from Aneirin<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215641#item3215641">Tash-Kalar: Arena of Legends</A> (wanted by $40, Benzy311, Chuie, Scholle, Snowy0505, Toolman, da pyrate, fFish, paralipsis, srand, tiggers, trif, zeroichi)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216754#item3216754">Batavia</A> (wanted by junkmonsta)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216801#item3216801">Asteroyds</A> (wanted by codermike)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216804#item3216804">Charon Inc.</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216806#item3216806">Dragon Rage</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216810#item3216810">Finca: El Razul</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216954#item3216954">Rome</A> (wanted by mctom)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216956#item3216956">Kolejka</A> (wanted by $20, khorgor, mikipe2, red_gamster, reddyredrooster, srand, trif)<BR> </ul><br> wilderness:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3194661#item3194661">Entry 10: Cuba</A> (3194661-CUBAX) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216959#item3216959">Entry 526: River Dragons</A> (3216959-RIVED)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3204317#item3204317">Entry 201: Agricola</A> (3204317-AGRIC) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216720#item3216720">Entry 514: Summoner Wars: Master Set</A> (3216720-SUWAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205934#item3205934">Entry 275: Cleopatra and the Society of Architects</A> (3205934-CATSO) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216735#item3216735">Entry 516: A Castle for All Seasons</A> (3216735-ACFAS)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3212609#item3212609">Entry 398: Le Havre</A> (3212609-LEHAV) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216712#item3216712">Entry 513: City of Remnants</A> (3216712-CITOR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3214009#item3214009">Entry 416: The Settlers of Catan</A> (3214009-TSEOC) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216815#item3216815">Entry 522: Igel Ärgern</A> (3216815-IGELR)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217635#item3217635">Entry 583: Dominare</A> (3217635-DOMIN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217420#item3217420">Entry 553: Agora</A> (3217420-AGORA)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217731#item3217731">Entry 607: Cargo Noir</A> (3217731-CARGN) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3216962#item3216962">Entry 527: Sewer Pirats</A> (3216962-SEWEP)<BR> </ul><br> <A NAME="wozzit"><H2>wozzit</H2></A> wozzit does not send anything.<BR> wozzit does not receive anything.<BR> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198684#item3198684">Space Empires: 4X</A> (wanted by Trevi, Vince, da pyrate, paralipsis, stuartfinlay)<BR> </ul><br> <A NAME="Ykikamucow"><H2>Ykikamucow</H2></A> Ykikamucow sends:<ul> <LI>$40.0 from Ykikamucow to haos17<BR> </ul><br> Ykikamucow receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT) from some_guy<BR> </ul><br> Ykikamucow:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218087#item3218087">Entry 741: Giants</A> (3218087-GIANT) in exchange for $40.0 from Ykikamucow<BR> </ul><br> <A NAME="zerogeek"><H2>zerogeek</H2></A> zerogeek does not send anything.<BR> zerogeek does not receive anything.<BR> <A NAME="zeroichi"><H2>zeroichi</H2></A> zeroichi sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI) to Critical Mass<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF) to chicken_ramen<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO) to Szemis<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW) to Befefig<BR> </ul><br> zeroichi receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ) from squire<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments) from Thiessi<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP) from sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments) from ludopoly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE) from Szemis<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196003#item3196003">Doom: The Boardgame</A> (wanted by $30, Cocteau, PocketAtomic, Toolman, paralipsis, prd1982, srand)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196009#item3196009">Risk 2210 A.D.</A> (wanted by Lucky Phil)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196014#item3196014">Space Hulk: Death Angel – The Card Game</A> (wanted by $15, $20, Alex Brown, Snowy0505)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196015#item3196015">The Convoy</A> (wanted by loganbreath)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196016#item3196016">Tide of Iron</A> (wanted by Benzy311, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196020#item3196020">Tide of Iron: Designer Series Vol. 1</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196022#item3196022">Tide of Iron: Normandy</A><BR> </ul><br> zeroichi:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195800#item3195800">Entry 33: Rise of the Zombies!</A> (3195800-RIOTZ) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196005#item3196005">Entry 61: Dungeons & Dragons: Conquest of Nerath Board Game</A> (3196005-DDCON)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3195872#item3195872">Entry 39: A Study in Emerald</A> (3195872-ASTIE) (1 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210332#item3210332">Entry 348: Runewars</A> (3210332-RUNEW)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3197385#item3197385">Entry 98: Eclipse</A> (3197385-ECLIP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196002#item3196002">Entry 59: Archipelago</A> (3196002-ARCHI)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3198624#item3198624">Entry 141: Games Workshop Ltd.</A> (3198624-GAMWO) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196013#item3196013">Entry 63: Space Alert: The New Frontier</A> (3196013-SATNF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3207974#item3207974">Entry 314: Junta: Viva el Presidente!</A> (3207974-JUVIE) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3210326#item3210326">Entry 346: Android</A> (3210326-ANDRO)<BR> </ul><br> <A NAME="ZombieJules"><H2>ZombieJules</H2></A> ZombieJules sends:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM) to sysyphus<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN) to stompy<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF) to Cocteau<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA) to trif<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG) to spwaugh<BR> </ul><br> ZombieJules receives:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP) from loganbreath<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments) from Happy Grizzly<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER) from srand<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP) from PocketAtomic<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP) from Cocteau<BR> </ul><br> These games do not trade:<ul> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196921#item3196921">Arkham Horror</A> (wanted by $20, Snowy0505, paralipsis)<BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196935#item3196935">Caledea: The Epic Strategy Game</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196941#item3196941">Confrontation</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196943#item3196943">DeepWars</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196951#item3196951">Fallen City of Karez</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196953#item3196953">Guilds of Cadwallon</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196954#item3196954">Kings of War</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196967#item3196967">Midgard</A><BR> <LI><A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196973#item3196973">Nightfall</A><BR> </ul><br> ZombieJules:<BR><ul> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3205670#item3205670">Entry 258: It Happens..</A> (3205670-IHAPP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196918#item3196918">Entry 73: Arcana</A> (3196918-ARCAN)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3213687#item3213687">Entry 400: Pandemic</A> (3213687-PANDE) (2 comments) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196986#item3196986">Entry 85: Star Wars: The Card Game</A> (3196986-SWTCG)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3215906#item3215906">Entry 496: Kakerlakensalat</A> (3215906-KAKER) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196909#item3196909">Entry 72: Alhambra</A> (3196909-ALHAM)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3217750#item3217750">Entry 621: Dead Panic</A> (3217750-DEADP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196964#item3196964">Entry 81: Luna Llena: Full Moon</A> (3196964-LULLF)<BR> <LI>receives <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3218022#item3218022">Entry 716: It Happens..</A> (3218022-IHAPP) in exchange for <A HREF="http://www.boardgamegeek.com/geeklist/172859/item/3196977#item3196977">Entry 84: Okko: Era of the Asagiri</A> (3196977-OEOTA)<BR> </ul><br> </BODY></HTML>
DrFriendless/TradeMaximizerOz
Trades/Old Trades/amiguero6/result12.html
HTML
mit
290,224
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>Responsive example - Configuration option</title> <link rel="stylesheet" type="text/css" href="../../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../../css/dataTables.responsive.css"> <link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css"> <style type="text/css" class="init"> div.container { max-width: 1200px } </style> <script type="text/javascript" language="javascript" src="../../../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../../js/dataTables.responsive.js"></script> <script type="text/javascript" language="javascript" src="../../../../examples/resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../../../../examples/resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { $('#example').DataTable( { responsive: true } ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>Responsive example <span>Configuration option</span></h1> <div class="info"> <p>The Responsive extension for DataTables can be applied to a DataTable in one of two ways; with a specific class name on the table, or using the DataTables initialisation options. This method shows the latter, with the <a href="//datatables.net/extensions/responsive/reference/option/responsive"><code class="option" title="Responsive initialisation option">responsive<span>R</span></code></a> option being set to the boolean value <code>true</code>.</p> <p>The <a href="//datatables.net/extensions/responsive/reference/option/responsive"><code class="option" title= "Responsive initialisation option">responsive<span>R</span></code></a> option can be given as a boolean value, or as an object with configuration options. If as a boolean, as in this case, the default options are used.</p> </div> <table id="example" class="display nowrap" cellspacing="0" width="100%"> <thead> <tr> <th>First name</th> <th>Last name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> <th>Extn.</th> <th>E-mail</th> </tr> </thead> <tbody> <tr> <td>Tiger</td> <td>Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> <td>5421</td> <td>[email protected]</td> </tr> <tr> <td>Garrett</td> <td>Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> <td>8422</td> <td>[email protected]</td> </tr> <tr> <td>Ashton</td> <td>Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> <td>1562</td> <td>[email protected]</td> </tr> <tr> <td>Cedric</td> <td>Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> <td>6224</td> <td>[email protected]</td> </tr> <tr> <td>Airi</td> <td>Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> <td>5407</td> <td>[email protected]</td> </tr> <tr> <td>Brielle</td> <td>Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> <td>4804</td> <td>[email protected]</td> </tr> <tr> <td>Herrod</td> <td>Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> <td>9608</td> <td>[email protected]</td> </tr> <tr> <td>Rhona</td> <td>Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> <td>6200</td> <td>[email protected]</td> </tr> <tr> <td>Colleen</td> <td>Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> <td>2360</td> <td>[email protected]</td> </tr> <tr> <td>Sonya</td> <td>Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> <td>1667</td> <td>[email protected]</td> </tr> <tr> <td>Jena</td> <td>Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> <td>3814</td> <td>[email protected]</td> </tr> <tr> <td>Quinn</td> <td>Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> <td>9497</td> <td>[email protected]</td> </tr> <tr> <td>Charde</td> <td>Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> <td>6741</td> <td>[email protected]</td> </tr> <tr> <td>Haley</td> <td>Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> <td>3597</td> <td>[email protected]</td> </tr> <tr> <td>Tatyana</td> <td>Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> <td>1965</td> <td>[email protected]</td> </tr> <tr> <td>Michael</td> <td>Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> <td>1581</td> <td>[email protected]</td> </tr> <tr> <td>Paul</td> <td>Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> <td>3059</td> <td>[email protected]</td> </tr> <tr> <td>Gloria</td> <td>Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> <td>1721</td> <td>[email protected]</td> </tr> <tr> <td>Bradley</td> <td>Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> <td>2558</td> <td>[email protected]</td> </tr> <tr> <td>Dai</td> <td>Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> <td>2290</td> <td>[email protected]</td> </tr> <tr> <td>Jenette</td> <td>Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> <td>1937</td> <td>[email protected]</td> </tr> <tr> <td>Yuri</td> <td>Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> <td>6154</td> <td>[email protected]</td> </tr> <tr> <td>Caesar</td> <td>Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> <td>8330</td> <td>[email protected]</td> </tr> <tr> <td>Doris</td> <td>Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> <td>3023</td> <td>[email protected]</td> </tr> <tr> <td>Angelica</td> <td>Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> <td>5797</td> <td>[email protected]</td> </tr> <tr> <td>Gavin</td> <td>Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> <td>8822</td> <td>[email protected]</td> </tr> <tr> <td>Jennifer</td> <td>Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> <td>9239</td> <td>[email protected]</td> </tr> <tr> <td>Brenden</td> <td>Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> <td>1314</td> <td>[email protected]</td> </tr> <tr> <td>Fiona</td> <td>Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> <td>2947</td> <td>[email protected]</td> </tr> <tr> <td>Shou</td> <td>Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> <td>8899</td> <td>[email protected]</td> </tr> <tr> <td>Michelle</td> <td>House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> <td>2769</td> <td>[email protected]</td> </tr> <tr> <td>Suki</td> <td>Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> <td>6832</td> <td>[email protected]</td> </tr> <tr> <td>Prescott</td> <td>Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> <td>3606</td> <td>[email protected]</td> </tr> <tr> <td>Gavin</td> <td>Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> <td>2860</td> <td>[email protected]</td> </tr> <tr> <td>Martena</td> <td>Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> <td>8240</td> <td>[email protected]</td> </tr> <tr> <td>Unity</td> <td>Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> <td>5384</td> <td>[email protected]</td> </tr> <tr> <td>Howard</td> <td>Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> <td>7031</td> <td>[email protected]</td> </tr> <tr> <td>Hope</td> <td>Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> <td>6318</td> <td>[email protected]</td> </tr> <tr> <td>Vivian</td> <td>Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> <td>9422</td> <td>[email protected]</td> </tr> <tr> <td>Timothy</td> <td>Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> <td>7580</td> <td>[email protected]</td> </tr> <tr> <td>Jackson</td> <td>Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> <td>1042</td> <td>[email protected]</td> </tr> <tr> <td>Olivia</td> <td>Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> <td>2120</td> <td>[email protected]</td> </tr> <tr> <td>Bruno</td> <td>Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> <td>6222</td> <td>[email protected]</td> </tr> <tr> <td>Sakura</td> <td>Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> <td>9383</td> <td>[email protected]</td> </tr> <tr> <td>Thor</td> <td>Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> <td>8327</td> <td>[email protected]</td> </tr> <tr> <td>Finn</td> <td>Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> <td>2927</td> <td>[email protected]</td> </tr> <tr> <td>Serge</td> <td>Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> <td>8352</td> <td>[email protected]</td> </tr> <tr> <td>Zenaida</td> <td>Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> <td>7439</td> <td>[email protected]</td> </tr> <tr> <td>Zorita</td> <td>Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> <td>4389</td> <td>[email protected]</td> </tr> <tr> <td>Jennifer</td> <td>Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> <td>3431</td> <td>[email protected]</td> </tr> <tr> <td>Cara</td> <td>Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> <td>3990</td> <td>[email protected]</td> </tr> <tr> <td>Hermione</td> <td>Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> <td>1016</td> <td>[email protected]</td> </tr> <tr> <td>Lael</td> <td>Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> <td>6733</td> <td>[email protected]</td> </tr> <tr> <td>Jonas</td> <td>Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> <td>8196</td> <td>[email protected]</td> </tr> <tr> <td>Shad</td> <td>Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> <td>6373</td> <td>[email protected]</td> </tr> <tr> <td>Michael</td> <td>Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> <td>5384</td> <td>[email protected]</td> </tr> <tr> <td>Donna</td> <td>Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> <td>4226</td> <td>[email protected]</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() { $('#example').DataTable( { responsive: true } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../../../media/js/jquery.js">../../../../media/js/jquery.js</a></li> <li><a href="../../../../media/js/jquery.dataTables.js">../../../../media/js/jquery.dataTables.js</a></li> <li><a href="../../js/dataTables.responsive.js">../../js/dataTables.responsive.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline language-css">div.container { max-width: 1200px }</code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href="../../../../media/css/jquery.dataTables.css">../../../../media/css/jquery.dataTables.css</a></li> <li><a href="../../css/dataTables.responsive.css">../../css/dataTables.responsive.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="./index.php">Basic initialisation</a></h3> <ul class="toc active"> <li><a href="./className.html">Class name</a></li> <li class="active"><a href="./option.html">Configuration option</a></li> <li><a href="./new.html">`new` constructor</a></li> <li><a href="./ajax.html">Ajax data</a></li> <li><a href="./default.html">Default initialisation</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../styling/index.php">Styling</a></h3> <ul class="toc"> <li><a href="../styling/bootstrap.html">Bootstrap styling</a></li> <li><a href="../styling/foundation.html">Foundation styling</a></li> <li><a href="../styling/scrolling.html">Vertical scrolling</a></li> <li><a href="../styling/compact.html">Compact styling</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../display-control/index.php">Display control</a></h3> <ul class="toc"> <li><a href="../display-control/auto.html">Automatic column hiding</a></li> <li><a href="../display-control/classes.html">Class control</a></li> <li><a href="../display-control/init-classes.html">Assigned class control</a></li> <li><a href="../display-control/fixedHeader.html">With FixedHeader</a></li> <li><a href="../display-control/complexHeader.html">Complex headers (rowspan / colspan)</a></li> </ul> </div> <div class="toc-group"> <h3><a href="../child-rows/index.php">Child rows</a></h3> <ul class="toc"> <li><a href="../child-rows/disable-child-rows.html">Disable child rows</a></li> <li><a href="../child-rows/column-control.html">Column controlled child rows</a></li> <li><a href="../child-rows/right-column.html">Column control - right</a></li> <li><a href="../child-rows/whole-row-control.html">Whole row child row control</a></li> <li><a href="../child-rows/custom-renderer.html">Custom child row renderer</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
SLM2A/site_adm
site/plugins/datatables/extensions/Responsive/examples/initialisation/option.html
HTML
mit
22,277
{% extends "base.html" %} {% block title %} AP ChemHelp | Contact Me {% endblock title %} {% block earlyStatic %} <!-- Bootstrap core CSS --> <link href="{{ STATIC_URL }}css/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="{{ STATIC_URL }}css/offcanvas.css" rel="stylesheet"> <link href="{{ STATIC_URL }}css/style.css" rel="stylesheet"> {% endblock earlyStatic %} {% block content %} <div class="container"> <header class="body"><br> <div class="row-fluid"> <div class="span4"> <h1><b></b></h1> {% if contactComplete %} <h3>Thank you. Your message has been received.<h3> {% else %} <center><h3>Contact Me</h3></center> {% endif %} </div> </div> </header> <section class="body"> <form action="" method="post">{% csrf_token %} Email <br> <input name="email" size="64" maxlength="64"/> <br> Name <br> <input name="realname" size="64" maxlength="64"/> <br> Subject <br> <input name="subject" size="64" maxlength="64"/> <br> Message <br> <textarea id="contacttextarea" name="body" rows="10" cols="62"></textarea> <br> <input type="submit" name="submit" value="Send Your Message"/> </form> </section> <br><br><br><br> {% endblock content %} {% block lateStatic %} <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="{{ STATIC_URL }}js/offcanvas.js"></script> {% endblock lateStatic %}
grantrygh/apchemhelp
templates/contact.html
HTML
mit
1,579
<!DOCTYPE html> <html class="pl"> <head> <title>jpreardon.com Style Guide</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="../../css/style.css?1446483371" media="all" /> <link rel="stylesheet" href="../../css/base.css?1446483371" media="all" /> <!-- Begin Pattern Lab (Required for Pattern Lab to run properly) --> <!-- never cache patterns --> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <link rel="stylesheet" href="../../styleguide/css/styleguide.css?1446483371" media="all"> <link rel="stylesheet" href="../../styleguide/css/styleguide-specific.css?1446483371" media="all" /> <!-- End Pattern Lab --> </head> <body class="body"> <h1>jpreardon.com</h1> <!--DO NOT REMOVE--> <script> // handle injection of items from PHP var patternPartial = "atoms-logo"; var lineage = []; var lineageR = [{"lineagePattern":"organisms-header","lineagePath":"..\/..\/patterns\/02-organisms-00-global-00-header\/02-organisms-00-global-00-header.html"}]; var patternState = ""; var cssEnabled = false; </script> <script> /*! * scriptLoader - v0.1 * * Copyright (c) 2014 Dave Olsen, http://dmolsen.com * Licensed under the MIT license * */ var scriptLoader = { run: function(js,cb,target) { var s = document.getElementById(target+'-'+cb); for (var i = 0; i < js.length; i++) { var src = (typeof js[i] != "string") ? js[i].src : js[i]; var c = document.createElement('script'); c.src = '../../'+src+'?'+cb; if (typeof js[i] != "string") { if (js[i].dep !== undefined) { c.onload = function(dep,cb,target) { return function() { scriptLoader.run(dep,cb,target); } }(js[i].dep,cb,target); } } s.parentNode.insertBefore(c,s); } } } </script> <script id="pl-js-polyfill-insert-1446483371"> (function() { if (self != top) { var cb = '1446483371'; var js = []; if (typeof document !== "undefined" && !("classList" in document.documentElement)) { js.push("styleguide/js/vendor/classlist-polyfill.js"); } scriptLoader.run(js,cb,'pl-js-polyfill-insert'); } })(); </script> <script id="pl-js-insert-1446483371"> (function() { if (self != top) { var cb = '1446483371'; var js = [ { "src": "styleguide/js/vendor/jwerty.js", "dep": [ "styleguide/js/postmessage.js", { "src": "data/annotations.js", "dep": [ "styleguide/js/annotations-pattern.js" ] }, "styleguide/js/code-pattern.js" ] } ]; scriptLoader.run(js,cb,'pl-js-insert'); } })(); </script> </body> </html>
jpreardon/jpr-sg
public/patterns/00-atoms-04-images-00-logo/00-atoms-04-images-00-logo.html
HTML
mit
2,914
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <title>CrowdDoc Class: BaseApiRequestHandler</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css" /> <link type="text/css" rel="stylesheet" href="styles/main.css" /> </head> <body> <header> <nav class="navbar navbar-default navbar-fixed-top navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-menu-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">CrowdDoc</a> </div> <div class="collapse navbar-collapse" id="top-menu-collapse"> <ul class="nav navbar-nav"> <li class=""> <a href="index.html">Home</a> </li> <li class="dropdown active"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Classes <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li><a href="Animal.html">Animal</a></li> <li><a href="BaseApiRequestHandler.html">BaseApiRequestHandler</a></li> <li><a href="BaseRequestHandler.html">BaseRequestHandler</a></li> </ul> </li> </ul> <form class="navbar-form navbar-right" role="search"> <div class="input-group"> <input type="text" class="form-control typeahead" placeholder="Search for..." /> <span class="input-group-addon"> <span class="glyphicon glyphicon-search" aria-hidden="true"></span> </span> </div> </form> </div> </div> </nav> </header> <section class="container-fluid"> <div class="row"> <div class="sidebar col-sm-5 col-md-4 col-lg-3"> <aside id="toc" class="well"></aside> </div> <div class="col-sm-7 col-md-8 col-lg-9 col-sm-offset-5 col-md-offset-4 col-lg-offset-3"> <div id="main"> <div class="page-header"> <h1> Class <!-- remove whitespaces --><span class="type-name">BaseApiRequestHandler</span><!-- remove whitespaces --> </h1> </div> <section> <header> </header> <article> <div class="container-overview"> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-BaseApiRequestHandler"> <a name="BaseApiRequestHandler"></a> <h3 class="panel-title name" id="BaseApiRequestHandler"> <span class="type-attributes"><span title="constructor" class="label label-danger">C</span></span> <span class="signature-name"><span class="keyword text-primary">new</span> BaseApiRequestHandler</span><span class="signature">()</span><span class="type-signature"> <span class="glyphicon glyphicon-arrow-right"></span> <span class="text-info">void</span></span> <a href="baseApiRequestHandler.js.html"><a href="javascript:void" class="btn btn-default pull-right"><i class="icon-eye-open"></i></a></a> </h3> </div> <div id="method-collapse-BaseApiRequestHandler" class="panel-body collapse"> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-17">line 17</a></dt> --> </dl> </div> </div> </div> <h2 class="subsection-title">Extends</h2> <ul> <li> <span class="param-type text-info"><a href="BaseRequestHandler.html">BaseRequestHandler</a></span> </li> </ul> <h2 class="subsection-title">Properties</h2> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-appUserRequired"> <a name=".appUserRequired"></a> <h3 class="panel-title" id="_appUserRequired"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">appUserRequired</span> </h3> </div> <div id="member-collapse-appUserRequired" class="panel-body collapse"> <div class="description"> <p>true if App session needs to be linked to a user</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-44">line 44</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-backendHasAccess"> <a name=".backendHasAccess"></a> <h3 class="panel-title" id="_backendHasAccess"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">backendHasAccess</span> </h3> </div> <div id="member-collapse-backendHasAccess" class="panel-body collapse"> <div class="description"> <p>defines weather app and backend are allowed to use this route, if accessed but not allowed for platform an error response will be sent</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-28">line 28</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-backendNeedsToSpecifyBrand"> <a name=".backendNeedsToSpecifyBrand"></a> <h3 class="panel-title" id="_backendNeedsToSpecifyBrand"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">backendNeedsToSpecifyBrand</span> </h3> </div> <div id="member-collapse-backendNeedsToSpecifyBrand" class="panel-body collapse"> <div class="description"> <p>Specifies if a customer or brand id is needed on request.body.filter, handler is responding with error if true and customer / brand is missing</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-85">line 85</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-backendUser"> <a name=".backendUser"></a> <h3 class="panel-title" id="_backendUser"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">backendUser</span> </h3> </div> <div id="member-collapse-backendUser" class="panel-body collapse"> <div class="description"> <p>Default values to set relations to or use after authentication is handled</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-71">line 71</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-errors"> <a name=".errors"></a> <h3 class="panel-title" id="_errors"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">errors</span> </h3> </div> <div id="member-collapse-errors" class="panel-body collapse"> <div class="description"> <p>takes errors in form of strings that can occur despite sending a valid response (status 200)</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-79">line 79</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-ignoreRelationShipsInFetches"> <a name=".ignoreRelationShipsInFetches"></a> <h3 class="panel-title" id="_ignoreRelationShipsInFetches"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">ignoreRelationShipsInFetches</span> </h3> </div> <div id="member-collapse-ignoreRelationShipsInFetches" class="panel-body collapse"> <div class="description"> <p>sets the relationships that should be ignored when performing fetch requests</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-96">line 96</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-permittedRoles"> <a name=".permittedRoles"></a> <h3 class="panel-title" id="_permittedRoles"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">permittedRoles</span> </h3> </div> <div id="member-collapse-permittedRoles" class="panel-body collapse"> <div class="description"> <p>Backend User Roles that are permitted for this action</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-66">line 66</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-referrerInformation"> <a name=".referrerInformation"></a> <h3 class="panel-title" id="_referrerInformation"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">referrerInformation</span> </h3> </div> <div id="member-collapse-referrerInformation" class="panel-body collapse"> <div class="description"> <p>Instance of ApiRequestReferrerInformation containing the information about the referrer and methods to access values</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-50">line 50</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-responseTime"> <a name=".responseTime"></a> <h3 class="panel-title" id="_responseTime"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">responseTime</span> </h3> </div> <div id="member-collapse-responseTime" class="panel-body collapse"> <div class="description"> <p>The date for putting in a response</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-91">line 91</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-restrictAppAccess"> <a name=".restrictAppAccess"></a> <h3 class="panel-title" id="_restrictAppAccess"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">restrictAppAccess</span> </h3> </div> <div id="member-collapse-restrictAppAccess" class="panel-body collapse"> <div class="description"> <p>true if App needs session authentication</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-39">line 39</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-restrictBackendAccess"> <a name=".restrictBackendAccess"></a> <h3 class="panel-title" id="_restrictBackendAccess"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">restrictBackendAccess</span> </h3> </div> <div id="member-collapse-restrictBackendAccess" class="panel-body collapse"> <div class="description"> <p>true if Backend needs user authentication</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-34">line 34</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-since"> <a name=".since"></a> <h3 class="panel-title" id="_since"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">since</span> </h3> </div> <div id="member-collapse-since" class="panel-body collapse"> <div class="description"> <p>since value as Date instance</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-61">line 61</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#member-collapse-sinceValueIsMandatory"> <a name=".sinceValueIsMandatory"></a> <h3 class="panel-title" id="_sinceValueIsMandatory"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public property">P</span></span> <span class="signature-name">sinceValueIsMandatory</span> </h3> </div> <div id="member-collapse-sinceValueIsMandatory" class="panel-body collapse"> <div class="description"> <p>Specifies if a since date is needed on request.body.since, handler is responding with error if true and since is missing</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-56">line 56</a></dt> --> </dl> </div> </div> <h2 class="subsection-title">Methods</h2> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-appSessionPermissionMiddleWare"> <a name=".appSessionPermissionMiddleWare"></a> <h3 class="panel-title name" id="appSessionPermissionMiddleWare"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">appSessionPermissionMiddleWare</span><span class="signature">()</span> </h3> </div> <div id="method-collapse-appSessionPermissionMiddleWare" class="panel-body collapse"> <div class="description"> <p>Check Apps permission to access this route or action</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-453">line 453</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-backendPermissionMiddleWare"> <a name=".backendPermissionMiddleWare"></a> <h3 class="panel-title name" id="backendPermissionMiddleWare"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">backendPermissionMiddleWare</span><span class="signature">()</span> </h3> </div> <div id="method-collapse-backendPermissionMiddleWare" class="panel-body collapse"> <div class="description"> <p>Check Backend permission to access this route or action</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-394">line 394</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-customizeResponse"> <a name=".customizeResponse"></a> <h3 class="panel-title name" id="customizeResponse"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">customizeResponse</span><span class="signature">(<span class="signature-param">response</span>: <span class="type-signature text-info">any</span>)</span><span class="type-signature"> <span class="glyphicon glyphicon-arrow-right"></span> <span class="text-info">Object|Array</span></span> </h3> </div> <div id="method-collapse-customizeResponse" class="panel-body collapse"> <div class="description"> <p>To alter / customize the plain response. override this method!</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>response</code></td> <td class="description last"> <p>the plain response as object that is to be altered</p> </td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-312">line 312</a></dt> --> </dl> <span>Returns:</span> { <span class="param-type text-info">Object</span> | <span class="param-type text-info">Array</span> } <div class="param-desc"><ul> <li>modified data</li> </ul></div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-customizeResponseData"> <a name=".customizeResponseData"></a> <h3 class="panel-title name" id="customizeResponseData"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">customizeResponseData</span><span class="signature">(<span class="signature-param">data</span>: <span class="type-signature text-info">any</span>)</span><span class="type-signature"> <span class="glyphicon glyphicon-arrow-right"></span> <span class="text-info">Object|Array</span></span> </h3> </div> <div id="method-collapse-customizeResponseData" class="panel-body collapse"> <div class="description"> <p>To alter / customize the plain response data override this method</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>data</code></td> <td class="description last"> <p>the plan data as object that is to be altered</p> </td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-299">line 299</a></dt> --> </dl> <span>Returns:</span> { <span class="param-type text-info">Object</span> | <span class="param-type text-info">Array</span> } <div class="param-desc"><ul> <li>modified data</li> </ul></div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-filterCustomerAndBrandsMiddleWare"> <a name=".filterCustomerAndBrandsMiddleWare"></a> <h3 class="panel-title name" id="filterCustomerAndBrandsMiddleWare"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">filterCustomerAndBrandsMiddleWare</span><span class="signature">()</span> </h3> </div> <div id="method-collapse-filterCustomerAndBrandsMiddleWare" class="panel-body collapse"> <div class="description"> <p>Resolving the requests filter parameter and fetching its values if needed, also handling missing parameters in request</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-521">line 521</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-handleRequest"> <a name=".handleRequest"></a> <h3 class="panel-title name" id="handleRequest"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">handleRequest</span><span class="signature">()</span> </h3> </div> <div id="method-collapse-handleRequest" class="panel-body collapse"> <div class="description"> <p>Overridden</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-621">line 621</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-initialize"> <a name=".initialize"></a> <h3 class="panel-title name" id="initialize"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">initialize</span><span class="signature">(<span class="signature-param">req</span>: <span class="type-signature text-info">any</span>, <span class="signature-param">res</span>: <span class="type-signature text-info">any</span>, <span class="signature-optional text-muted"><span class="signature-param">callback</span>: <span class="type-signature text-info">any</span></span>)</span> </h3> </div> <div id="method-collapse-initialize" class="panel-body collapse"> <div class="description"> <p>extended constructor / initializer method (automatically called)</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>req</code></td> <td class="attributes text-warning"> </td> <td class="description last"> <p>the request object as delivered from express framework</p> </td> </tr> <tr> <td class="name"><code>res</code></td> <td class="attributes text-warning"> </td> <td class="description last"> <p>the response object as delivered from express framework</p> </td> </tr> <tr> <td class="name"><code>callback</code></td> <td class="attributes text-warning"> &lt;optional&gt;<br /> </td> <td class="description last"> <p>if this is a function ( function(err, res) ) the performHandleRequest method will be called after setup using this callback</p> </td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-109">line 109</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-parseReferrerInformation"> <a name=".parseReferrerInformation"></a> <h3 class="panel-title name" id="parseReferrerInformation"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">parseReferrerInformation</span><span class="signature">()</span> </h3> </div> <div id="method-collapse-parseReferrerInformation" class="panel-body collapse"> <div class="description"> <p>Parses the request referrer information into on object that is stored on this.referrerInformation</p> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-333">line 333</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-sendDatabaseError"> <a name=".sendDatabaseError"></a> <h3 class="panel-title name" id="sendDatabaseError"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">sendDatabaseError</span><span class="signature">(<span class="signature-param">err</span>: <span class="type-signature text-info">any</span>)</span> </h3> </div> <div id="method-collapse-sendDatabaseError" class="panel-body collapse"> <div class="description"> <p>Convenience function for sending database error responses</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>err</code></td> <td class="description last"> <p>the error as given from the database framework</p> </td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-219">line 219</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-sendError"> <a name=".sendError"></a> <h3 class="panel-title name" id="sendError"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">sendError</span><span class="signature">(<span class="signature-param">responseCode</span>: <span class="type-signature text-info">any</span>, <span class="signature-param">message</span>: <span class="type-signature text-info">any</span>, <span class="signature-param">errorDomain</span>: <span class="type-signature text-info">any</span>, <span class="signature-param">errorCode</span>: <span class="type-signature text-info">any</span>)</span> </h3> </div> <div id="method-collapse-sendError" class="panel-body collapse"> <div class="description"> <p>Send an error Response</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>responseCode</code></td> <td class="description last"> <p>the code as delivered in the http status code</p> </td> </tr> <tr> <td class="name"><code>message</code></td> <td class="description last"> <p>the error message</p> </td> </tr> <tr> <td class="name"><code>errorDomain</code></td> <td class="description last"> <p>(optional) the error domain (default is the requested path)</p> </td> </tr> <tr> <td class="name"><code>errorCode</code></td> <td class="description last"> <p>(optional) internal code for resolving the error on referrer side</p> </td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-198">line 198</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-sendResponse"> <a name=".sendResponse"></a> <h3 class="panel-title name" id="sendResponse"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">sendResponse</span><span class="signature">(<span class="signature-param">code</span>: <span class="type-signature text-info">any</span>)</span> </h3> </div> <div id="method-collapse-sendResponse" class="panel-body collapse"> <div class="description"> <p>called to send a normal response</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> </tr> </thead> <tbody> <tr> <td class="name"><code>code</code></td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-232">line 232</a></dt> --> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading" data-toggle="collapse" data-target="#method-collapse-setResponseDataToResponse"> <a name=".setResponseDataToResponse"></a> <h3 class="panel-title name" id="setResponseDataToResponse"> <span class="type-attributes"><span class="label label-default" title="static">S</span><span class="label label-success" title="public method">M</span></span> <span class="signature-name">setResponseDataToResponse</span><span class="signature">(<span class="signature-param">response</span>: <span class="type-signature text-info">any</span>)</span> </h3> </div> <div id="method-collapse-setResponseDataToResponse" class="panel-body collapse"> <div class="description"> <p>To set the not parsed ( eg. ApiModel-Instances ) data to the response</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>response</code></td> <td class="description last"> <p>Response class instance that will be returned</p> </td> </tr> </tbody> </table> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-287">line 287</a></dt> --> </dl> </div> </div> <dl class="details"> <!-- xperiments <dt style="font-weight:lighter;" class="btn"><i class="icon-eye-open"></i> <a href="baseApiRequestHandler.js.html">baseApiRequestHandler.js</a>, <a href="baseApiRequestHandler.js.html#sunlight-1-line-17">line 17</a></dt> --> </dl> </article> </section> </div> </div> </div> </section> <footer> <p class="copyright">Erm ... Copyright could be placed here.</p> <p class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0</a> on 2015-05-19 11:01:22.901 using the <a href="https://github.com/spatools/ts2jsdoc">ts2jsdoc template</a>. </p> </footer> <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script src="https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.min.js"></script> <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script> <script src="https://cdn.rawgit.com/jgallen23/toc/master/dist/toc.min.js"></script> <script src="scripts/applytoc.js"></script> <script> var searchMembers = [{"name":"Animal","longname":"Animal","link":"<a href=\"Animal.html\">Animal</a>"},{"name":"BaseApiRequestHandler","longname":"BaseApiRequestHandler","link":"<a href=\"BaseApiRequestHandler.html\">BaseApiRequestHandler</a>"},{"name":"BaseRequestHandler","longname":"BaseRequestHandler","link":"<a href=\"BaseRequestHandler.html\">BaseRequestHandler</a>"}]; </script> <script src="scripts/main.js"></script> </body> </html>
iamsebastian/workshop-jsdoc
doc/BaseApiRequestHandler.html
HTML
mit
48,473
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>int-map: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / int-map - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> int-map <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 20:00:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 20:00:27 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.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: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/int-map&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/IntMap&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: finite sets&quot; &quot;keyword: maps&quot; &quot;keyword: binary integers&quot; &quot;keyword: efficient data structures&quot; &quot;keyword: data structures&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;date: around 1999 (integrated within Coq 7.0)&quot; ] authors: [ &quot;Jean Goubault &lt;goubault [@] lsv.ens-cachan.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/int-map/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/int-map.git&quot; synopsis: &quot;Maps indexed by binary integers : IntMap&quot; description: &quot;&quot;&quot; This library contains a data structure for finite sets implemented by an efficient structure of map (trees indexed by binary integers). It was initially developed by Jean Goubault. This user contribution used to be part of Coq Standard Library. It is now considered to be obsolete and subsumed by the new FSets/FMap library. IntMap can be now seen as a particular implementation of FMapInterface, see file FMapIntMap.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/int-map/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=19c9bbcaa395323f5b2460b955259cc0&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-int-map.8.9.0 coq.8.11.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.11.2). The following dependencies couldn&#39;t be met: - coq-int-map -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-int-map.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.2/int-map/8.9.0.html
HTML
mit
7,332
<div class="nr-selector"> <style> .nr-selector td[ng-click], .nr-selector th[ng-click] { cursor:pointer; } .modal-open { overflow: scroll; } </style> <table class="table table-hover" style="margin-bottom:0px"> <tr> <th style="width:200px">国家报告</th> <td> <select style="Width: 100%;" ng-model="selectedReportType" ng-change="reportTypeChanged()" class="form-control"> <option ng-repeat="report in (reportData|filter:hasAnalyzer)" value="{{report.type}}" ng-bind="report.title"> </option> </select> </td> </tr> <tr> <th>地理区域</th> <td> <select style="width: 100%;" ng-model="selectedRegionsPreset" ng-change="regionsPresetChanged()" class="form-control"> <option value="cbdRegions">按生物多样性公约地区细分</option> <option value="countries">选择国家或地区</option> <option value="regions">选择地区</option> <option value="protocolParties">按缔约方细分</option> <option value="protocolNonParties">按议定书非缔约方细分</option> </select> </td> </tr> <tr ng-if="selectedRegionsPreset!='cbdRegions'"> <td class="text-center"> <button type="button" class="btn btn-default btn-sm" ng-click="$parent.showCountries=true;" ng-show="selectedRegionsPreset=='countries'">选择国家或地区</button> <button type="button" class="btn btn-default btn-sm" ng-click="$parent.showRegions=true;" ng-show="selectedRegionsPreset=='regions'">选择地区</button> </td> <td> <div ng-hide="selectedRegions.length || showCountries || showRegions" class="alert alert-warning" role="alert" style="margin-bottom:0px">未选定任何国家或地区</div> <ul ng-if="selectedRegions.length" class="list-unstyled"> <li ng-repeat="c in selectedRegions"><span ng-if="selectedRegionsPreset!='protocolParties' && selectedRegionsPreset!='protocolNonParties'"><i class="fa fa-times" ng-click="removeRegions(c)" ng-show="selectedRegionsPreset!='cbdRegions'"></i> <span ng-bind="regionsMap[c].title|lstring"></span></span> <span ng-if="selectedRegionsPreset!='protocolParties' || selectedRegionsPreset!='protocolNonParties'"><span ng-bind="npCountries[c].title|lstring"></span></span></li> </ul> </td> </table> <table class="table table-hover"> <tr> <td> <input type="checkbox" ng-model="allSelected" indeterminate="allSelected===null" ng-change="allSectionsClicked()" > </td> <th class="Title" colspan="4" ng-click="allSelected=!allSelected; allSectionsClicked();">该报告的所有问题和/或部分</th> </tr> <tr ng-repeat-start="section in sections"> <td><input type="checkbox" ng-model="section.selected" ng-change="sectionClicked(section)" indeterminate="section.selected===null"></td> <th ng-click="section.expanded=!section.expanded" colspan="3" ng-bind-html="::section.title"></th> <th ng-click="section.expanded=!section.expanded"><i class="fa" ng-class="{ 'fa-caret-up' : section.expanded, 'fa-caret-down' : !section.expanded }"></i></th> </tr> <tr ng-if="section.expanded" ng-repeat="question in ::section.questions"> <td></td> <td><input type="checkbox" ng-model="question.selected" ng-change="questionClicked(question)"></td> <td ng-click="question.selected=!question.selected; questionClicked(question)" class="text-nowrap"><span ng-switch="question.key[0]"><span ng-switch-when="S">Survey Question <span ng-bind="::question.number"></span>.</span> <span ng-switch-default>问题<span ng-bind="::question.number"></span>.</span></span></td> <td ng-click="question.selected=!question.selected; questionClicked(question)" ng-bind-html="::question.title"></td> <td></td> </tr> <tr ng-repeat-end ng-show="::false"></tr> </table> <terms-dialog title="Countries" visible="showCountries" selection="selectedRegions" terms="getCountries()" columns="2"></terms-dialog> <terms-dialog title="Regions" visible="showRegions" selection="selectedRegions" terms="getRegions()"></terms-dialog> </div>
scbd/absch.cbd.int
i18n/zh/app/views/report-analyzer/directives/national-reports/questions-selector.html
HTML
mit
4,554
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30292_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="page43.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 1168px; margin-top: 212px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 1231px; margin-top: 191px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gyrodata Directional </p> </div> <div style="position: absolute; margin-left: 1903px; margin-top: 191px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Survey </p> </div> <div style="position: absolute; margin-left: 276px; margin-top: 255px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Whiting Oil and’Gas <br/>Lease: Arvo Well: #12—33TFH, 8 3/ " Case and 6" Hole Location: Nabors #1 12AC, Mountrail County, North Dakota J 01) Number: RD0215DM102 </p> </div> <div style="position: absolute; margin-left: 276px; margin-top: 552px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">MEASURED DEPTH feet </p> </div> <div style="position: absolute; margin-left: 612px; margin-top: 552px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">INCL <br/>deg. </p> </div> <div style="position: absolute; margin-left: 780px; margin-top: 552px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">AZIMUTH <br/>deg. </p> </div> <div style="position: absolute; margin-left: 1147px; margin-top: 722px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">100 fi. </p> </div> <div style="position: absolute; margin-left: 340px; margin-top: 892px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">3521.00 3616.00 3711.00 3805.00 3900.00 </p> </div> <div style="position: absolute; margin-left: 340px; margin-top: 1190px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">3995.00 4089.00 4183.00 4278.00 4373.00 <br/>4467.00 4562.00 4657.00 4752.00 4847.00 <br/>4941.00 503 6.00 5130.00 5225.00 5320.00 </p> </div> <div style="position: absolute; margin-left: 340px; margin-top: 2040px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5415.00 5510.00 </p> </div> <div style="position: absolute; margin-left: 2953px; margin-top: 2273px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 1083px; margin-top: 552px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">DOGLEG SEVERITY deg./ </p> </div> <div style="position: absolute; margin-left: 1356px; margin-top: 552px;"> <p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">VERTICAL CLOSURE DEPTH DIST. AZIMUTH feet feet deg. </p> </div> <div style="position: absolute; margin-left: 637px; margin-top: 892px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">3.56 3.47 4.13 3.74 3.47 </p> </div> <div style="position: absolute; margin-left: 637px; margin-top: 1190px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">3.69 4.04 3.43 3.96 4.18 <br/>2.86 3.65 4.26 3.38 4.18 <br/>4.00 3.16 4.00 4.09 4.09 </p> </div> <div style="position: absolute; margin-left: 637px; margin-top: 2040px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5.14 4.66 </p> </div> <div style="position: absolute; margin-left: 2146px; margin-top: 552px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HORIZONTAL COORDINATES feet </p> </div> <div style="position: absolute; margin-left: 850px; margin-top: 892px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">161.10 165.32 155.48 156.27 151.79 </p> </div> <div style="position: absolute; margin-left: 850px; margin-top: 1190px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">141.50 132.63 134.21 136.23 140.01 <br/>146.34 155.30 148.80 145.46 151.35 <br/>158.03 164.35 166.55 161.28 159.35 </p> </div> <div style="position: absolute; margin-left: 850px; margin-top: 2040px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">160.84 163.39 </p> </div> <div style="position: absolute; margin-left: 1168px; margin-top: 892px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1.23 0.29 0.97 0.42 0.41 </p> </div> <div style="position: absolute; margin-left: 1168px; margin-top: 1190px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.71 0.74 0.66 0,57 0.37 <br/>1.46 0.99 0.80 0.96 0.93 </p> </div> <div style="position: absolute; margin-left: 1168px; margin-top: 1763px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.54 0.98 0.91 0.40 0.14 </p> </div> <div style="position: absolute; margin-left: 1168px; margin-top: 2040px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">1.11 0.55 </p> </div> <div style="position: absolute; margin-left: 1423px; margin-top: 892px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">3518.00 3612.82 3707.61 3801.39 3896.20 <br/>3991.02 4084.80 4178.60 4273.41 4368.17 <br/>4461.99 4556.83 4651.61 4746.40 4841.19 </p> </div> <div style="position: absolute; margin-left: 1423px; margin-top: 1763px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4934.95 5029.76 5123.58 5218.34 5313.10 </p> </div> <div style="position: absolute; margin-left: 1423px; margin-top: 2040px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5407.79 5502.45 </p> </div> <div style="position: absolute; margin-left: 1742px; margin-top: 892px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">80.9 86.7 92.9 99.1 104.9 <br/>110.4 115.9 121.1 126.4 132.6 <br/>138.1 143.4 149.8 156.0 162.1 </p> </div> <div style="position: absolute; margin-left: 1868px; margin-top: 892px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">171.8 171.2 170.4 169.5 168.6 <br/>167.5 165.9 164.3 163.0 161.8 <br/>161.0 160.6 160.2 159.7 159.3 </p> </div> <div style="position: absolute; margin-left: 1742px; margin-top: 1763px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">168.8 174.7 180.6 187.2 194.0 </p> </div> <div style="position: absolute; margin-left: 1868px; margin-top: 1763px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">159.1 159.2 159.4 159.5 159.6 </p> </div> <div style="position: absolute; margin-left: 1742px; margin-top: 2040px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">201.7 209.8 </p> </div> <div style="position: absolute; margin-left: 1868px; margin-top: 2040px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">159.6 159.7 </p> </div> <div style="position: absolute; margin-left: 2125px; margin-top: 892px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">80.10 85.67 91.57 97.45 102.82 <br/>107.75 112.36 116.56 120.91 125.93 <br/>130.51 135.23 141.00 146.32 151.67 <br/>mmmmm UJUJUJUDM <br/>mmmmm </p> </div> <div style="position: absolute; margin-left: 2125px; margin-top: 1742px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">157.71 S 163.31 S 168.99 S 175.42 S 181.80 S </p> </div> <div style="position: absolute; margin-left: 2125px; margin-top: 2040px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">188.99 S 196.71 S </p> </div> <div style="position: absolute; margin-left: 2422px; margin-top: 892px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">11.59 E 13.27 E 15.42 E 18.06 E 20.66 E <br/>23.92 E 28.24 E 32.70 E 37.00 E 41.50 E <br/>45.00 E 47.57 E 50.67 E 54.08 E 57.33 E </p> </div> <div style="position: absolute; margin-left: 2422px; margin-top: 1742px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">60.20 E 62.15 E 63.61 E 65.46 E 67.75 E </p> </div> <div style="position: absolute; margin-left: 2422px; margin-top: 2040px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">70.34 E 72.84 E </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W30292_text/page44.html
HTML
mit
10,688
<!DOCTYPE html> <html lang="en"> <head> <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> <title>ImageMagick: Command-line Tools: Convert</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="application-name" content="ImageMagick"/> <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/> <meta name="application-url" content="http://www.imagemagick.org"/> <meta name="generator" content="PHP"/> <meta name="keywords" content="command-line, tools:, convert, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> <meta name="rating" content="GENERAL"/> <meta name="robots" content="INDEX, FOLLOW"/> <meta name="generator" content="ImageMagick Studio LLC"/> <meta name="author" content="ImageMagick Studio LLC"/> <meta name="revisit-after" content="2 DAYS"/> <meta name="resource-type" content="document"/> <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC"/> <meta name="distribution" content="Global"/> <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/> <link rel="icon" href="../image/wand.png"/> <link rel="shortcut icon" href="../image/wand.ico"/> <link rel="stylesheet" href="../css/magick.php"/> </head> <body> <div class="main"> <div class="magick-masthead"> <div class="container"> <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3129977114552745" data-ad-slot="6345125851" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <nav class="magick-nav"> <a class="magick-nav-item " href="../index.php">Home</a> <a class="magick-nav-item " href="binary-releases.php">Download</a> <a class="magick-nav-item " href="command-line-tools.php">Tools</a> <a class="magick-nav-item " href="command-line-processing.php">Command-line</a> <a class="magick-nav-item " href="resources.php">Resources</a> <a class="magick-nav-item " href="api.php">Develop</a> <a class="magick-nav-item " href="search.php">Search</a> <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a> </nav> </div> </div> <div class="container"> <div class="magick-header"> <p class="lead magick-description">Use the <code>convert</code> program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. See <a href="command-line-processing.php">Command Line Processing</a> for advice on how to structure your <code>convert</code> command or see below for example usages of the command.</p> <p>We list a few examples of the <code>convert</code> command here to illustrate its usefulness and ease of use. To get started, lets convert an image in the JPEG format to PNG:</p> <pre> convert rose.jpg rose.png </pre> <p>Next, we reduce the image size before it is written to the PNG format:</p> <pre> convert rose.jpg -resize 50% rose.png </pre> <ul> <a href="../image/rose.jpg"> <img src="../image/rose.jpg" width="70" height="46" alt="rose" /> </a> <img style="margin-top:13px; margin-bottom:13px;" src="../image/right.gif" width="20" height="20" alt="==>" /> <a href="../image/rose.png"> <img style="margin-top:11px; margin-bottom:12px;" src="../image/rose.png" width="35" height="23" alt="rose" /> </a> </ul> <p>You can combine multiple image-processing operations to produce complex results:</p> <pre> convert -size 320x85 canvas:none -font Bookman-DemiItalic -pointsize 72 \ -draw "text 25,60 \'Magick\'" -channel RGBA -blur 0x6 -fill darkred -stroke magenta \ -draw "text 20,55 \'Magick\'" fuzzy-magick.png </pre> <ul> <a href="../image/fuzzy-magick.png"><img src="../image/fuzzy-magick.png" width="320" height="85" alt="fuzzy-magick" /></a> </ul> <p>or here we resize an image with improved quality:</p> <pre> convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \ -define filter:filter=Sinc -define filter:window=Jinc -define filter:lobes=3 \ -resize 400% -sigmoidal-contrast 11.6933 -colorspace sRGB output.png'); </pre> <p>You can find additional examples of using <code>convert</code> in <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p> <h2 class="magick-header"><a id="options"></a>Option Summary</h2> <p>The <code>convert</code> command recognizes these options. Click on an option to get more details about how that option works.</p> <div class="table-responsive"> <table class="table table-condensed table-striped"> <tr> <td><a href="command-line-options.php#adaptive-blur">-adaptive-blur <var>geometry</var></a></td> <td>adaptively blur pixels; decrease effect near edges</td> </tr> <tr> <td><a href="command-line-options.php#adaptive-resize">-adaptive-resize <var>geometry</var></a></td> <td>adaptively resize image with data dependent triangulation.</td> </tr> <tr> <td><a href="command-line-options.php#adaptive-sharpen">-adaptive-sharpen <var>geometry</var></a></td> <td>adaptively sharpen pixels; increase effect near edges</td> </tr> <tr> <td><a href="command-line-options.php#adjoin">-adjoin</a></td> <td>join images into a single multi-image file</td> </tr> <tr> <td><a href="command-line-options.php#affine">-affine <var>matrix</var></a></td> <td>affine transform matrix</td> </tr> <tr> <td><a href="command-line-options.php#alpha">-alpha</a></td> <td>on, activate, off, deactivate, set, opaque, copy", transparent, extract, background, or shape the alpha channel</td> </tr> <tr> <td><a href="command-line-options.php#annotate">-annotate <var>geometry text</var></a></td> <td>annotate the image with text</td> </tr> <tr> <td><a href="command-line-options.php#antialias">-antialias</a></td> <td>remove pixel-aliasing</td> </tr> <tr> <td><a href="command-line-options.php#append">-append</a></td> <td>append an image sequence</td> </tr> <tr> <td><a href="command-line-options.php#authenticate">-authenticate <var>value</var></a></td> <td>decipher image with this password</td> </tr> <tr> <td><a href="command-line-options.php#auto-gamma">-auto-gamma</a></td> <td>automagically adjust gamma level of image</td> </tr> <tr> <td><a href="command-line-options.php#auto-level">-auto-level</a></td> <td>automagically adjust color levels of image</td> </tr> <tr> <td><a href="command-line-options.php#auto-orient">-auto-orient</a></td> <td>automagically orient image</td> </tr> <tr> <td><a href="command-line-options.php#background">-background <var>color</var></a></td> <td>background color</td> </tr> <tr> <td><a href="command-line-options.php#bench">-bench <var>iterations</var></a></td> <td>measure performance</td> </tr> <tr> <td><a href="command-line-options.php#bias">-bias <var>value</var></a></td> <td>add bias when convolving an image</td> </tr> <tr> <td><a href="command-line-options.php#black-threshold">-black-threshold <var>value</var></a></td> <td>force all pixels below the threshold into black</td> </tr> <tr> <td><a href="command-line-options.php#blue-primary">-blue-primary <var>point</var></a></td> <td>chromaticity blue primary point</td> </tr> <tr> <td><a href="command-line-options.php#blue-shift">-blue-shift <var>factor</var></a></td> <td>simulate a scene at nighttime in the moonlight</td> </tr> <tr> <td><a href="command-line-options.php#blur">-blur <var>geometry</var></a></td> <td>reduce image noise and reduce detail levels</td> </tr> <tr> <td><a href="command-line-options.php#border">-border <var>geometry</var></a></td> <td>surround image with a border of color</td> </tr> <tr> <td><a href="command-line-options.php#bordercolor">-bordercolor <var>color</var></a></td> <td>border color</td> </tr> <tr> <td><a href="command-line-options.php#brightness-contrast">-brightness-contrast <var>geometry</var></a></td> <td>improve brightness / contrast of the image</td> </tr> <tr> <td><a href="command-line-options.php#canny">-canny <var>geometry</var></a></td> <td>use a multi-stage algorithm to detect a wide range of edges in the image</td> </tr> <tr> <td><a href="command-line-options.php#caption">-caption <var>string</var></a></td> <td>assign a caption to an image</td> </tr> <tr> <td><a href="command-line-options.php#cdl">-cdl <var>filename</var></a></td> <td>color correct with a color decision list</td> </tr> <tr> <td><a href="command-line-options.php#channel">-channel <var>type</var></a></td> <td>apply option to select image channels</td> </tr> <tr> <td><a href="command-line-options.php#charcoal">-charcoal <var>radius</var></a></td> <td>simulate a charcoal drawing</td> </tr> <tr> <td><a href="command-line-options.php#chop">-chop <var>geometry</var></a></td> <td>remove pixels from the image interior</td> </tr> <tr> <td><a href="command-line-options.php#clamp">-clamp</a></td> <td>set each pixel whose value is below zero to zero and any the pixel whose value is above the quantum range to the quantum range (e.g. 65535) otherwise the pixel value remains unchanged.</td> </tr> <tr> <td><a href="command-line-options.php#clip">-clip</a></td> <td>clip along the first path from the 8BIM profile</td> </tr> <tr> <td><a href="command-line-options.php#clip-mask">-clip-mask</a> <var>filename</var></td> <td>associate clip mask with the image</td> </tr> <tr> <td><a href="command-line-options.php#clip-path">-clip-path <var>id</var></a></td> <td>clip along a named path from the 8BIM profile</td> </tr> <tr> <td><a href="command-line-options.php#clone">-clone <var>index</var></a></td> <td>clone an image</td> </tr> <tr> <td><a href="command-line-options.php#clut">-clut</a></td> <td>apply a color lookup table to the image</td> </tr> <tr> <td><a href="command-line-options.php#connected-components">-connected-components <var>connectivity</var></a></td> <td>connected-components uniquely labeled, choose from 4 or 8 way connectivity</td> </tr> <tr> <td><a href="command-line-options.php#contrast-stretch">-contrast-stretch <var>geometry</var></a></td> <td>improve the contrast in an image by `stretching' the range of intensity value</td> </tr> <tr> <td><a href="command-line-options.php#coalesce">-coalesce</a></td> <td>merge a sequence of images</td> </tr> <tr> <td><a href="command-line-options.php#colorize">-colorize <var>value</var></a></td> <td>colorize the image with the fill color</td> </tr> <tr> <td><a href="command-line-options.php#color-matrix">-color-matrix <var>matrix</var></a></td> <td>apply color correction to the image.</td> </tr> <tr> <td><a href="command-line-options.php#colors">-colors <var>value</var></a></td> <td>preferred number of colors in the image</td> </tr> <tr> <td><a href="command-line-options.php#colorspace">-colorspace <var>type</var></a></td> <td>set image colorspace</td> </tr> <tr> <td><a href="command-line-options.php#combine">-combine</a></td> <td>combine a sequence of images</td> </tr> <tr> <td><a href="command-line-options.php#comment">-comment <var>string</var></a></td> <td>annotate image with comment</td> </tr> <tr> <td><a href="command-line-options.php#compare">-compare</a></td> <td>compare image</td> </tr> <tr> <td><a href="command-line-options.php#complex">-complex<var>operator</var></a></td> <td>perform complex mathematics on an image sequence</td> </tr> <tr> <td><a href="command-line-options.php#compose">-compose <var>operator</var></a></td> <td>set image composite operator</td> </tr> <tr> <td><a href="command-line-options.php#composite">-composite</a></td> <td>composite image</td> </tr> <tr> <td><a href="command-line-options.php#compress">-compress <var>type</var></a></td> <td>image compression type</td> </tr> <tr> <td><a href="command-line-options.php#contrast">-contrast</a></td> <td>enhance or reduce the image contrast</td> </tr> <tr> <td><a href="command-line-options.php#convolve">-convolve <var>coefficients</var></a></td> <td>apply a convolution kernel to the image</td> </tr> <tr> <td><a href="command-line-options.php#copy">-copy <var>geometry</var> <var>offset</var></a></td> <td>copy pixels from one area of an image to another</td> </tr> <tr> <td><a href="command-line-options.php#crop">-crop <var>geometry</var></a></td> <td>crop the image</td> </tr> <tr> <td><a href="command-line-options.php#cycle">-cycle <var>amount</var></a></td> <td>cycle the image colormap</td> </tr> <tr> <td><a href="command-line-options.php#decipher">-decipher <var>filename</var></a></td> <td>convert cipher pixels to plain</td> </tr> <tr> <td><a href="command-line-options.php#debug">-debug <var>events</var></a></td> <td>display copious debugging information</td> </tr> <tr> <td><a href="command-line-options.php#define">-define <var>format:option</var></a></td> <td>define one or more image format options</td> </tr> <tr> <td><a href="command-line-options.php#deconstruct">-deconstruct</a></td> <td>break down an image sequence into constituent parts</td> </tr> <tr> <td><a href="command-line-options.php#delay">-delay <var>value</var></a></td> <td>display the next image after pausing</td> </tr> <tr> <td><a href="command-line-options.php#delete">-delete <var>index</var></a></td> <td>delete the image from the image sequence</td> </tr> <tr> <td><a href="command-line-options.php#density">-density <var>geometry</var></a></td> <td>horizontal and vertical density of the image</td> </tr> <tr> <td><a href="command-line-options.php#depth">-depth <var>value</var></a></td> <td>image depth</td> </tr> <tr> <td><a href="command-line-options.php#despeckle">-despeckle</a></td> <td>reduce the speckles within an image</td> </tr> <tr> <td><a href="command-line-options.php#direction">-direction <var>type</var></a></td> <td>render text right-to-left or left-to-right</td> </tr> <tr> <td><a href="command-line-options.php#display">-display <var>server</var></a></td> <td>get image or font from this X server</td> </tr> <tr> <td><a href="command-line-options.php#dispose">-dispose <var>method</var></a></td> <td>layer disposal method</td> </tr> <tr> <td><a href="command-line-options.php#distribute-cache">-distribute-cache <var>port</var></a></td> <td>launch a distributed pixel cache server</td> </tr> <tr> <td><a href="command-line-options.php#distort">-distort <var>type coefficients</var></a></td> <td>distort image</td> </tr> <tr> <td><a href="command-line-options.php#dither">-dither <var>method</var></a></td> <td>apply error diffusion to image</td> </tr> <tr> <td><a href="command-line-options.php#draw">-draw <var>string</var></a></td> <td>annotate the image with a graphic primitive</td> </tr> <tr> <td><a href="command-line-options.php#duplicate">-duplicate <var>count,indexes</var></a></td> <td>duplicate an image one or more times</td> </tr> <tr> <td><a href="command-line-options.php#edge">-edge <var>radius</var></a></td> <td>apply a filter to detect edges in the image</td> </tr> <tr> <td><a href="command-line-options.php#emboss">-emboss <var>radius</var></a></td> <td>emboss an image</td> </tr> <tr> <td><a href="command-line-options.php#encipher">-encipher <var>filename</var></a></td> <td>convert plain pixels to cipher pixels</td> </tr> <tr> <td><a href="command-line-options.php#encoding">-encoding <var>type</var></a></td> <td>text encoding type</td> </tr> <tr> <td><a href="command-line-options.php#endian">-endian <var>type</var></a></td> <td>endianness (MSB or LSB) of the image</td> </tr> <tr> <td><a href="command-line-options.php#enhance">-enhance</a></td> <td>apply a digital filter to enhance a noisy image</td> </tr> <tr> <td><a href="command-line-options.php#equalize">-equalize</a></td> <td>perform histogram equalization to an image</td> </tr> <tr> <td><a href="command-line-options.php#evaluate">-evaluate <var>operator value</var></a></td> <td>evaluate an arithmetic, relational, or logical expression</td> </tr> <tr> <td><a href="command-line-options.php#evaluate-sequence">-evaluate-sequence <var>operator</var></a></td> <td>evaluate an arithmetic, relational, or logical expression for an image sequence</td> </tr> <tr> <td><a href="command-line-options.php#extent">-extent <var>geometry</var></a></td> <td>set the image size</td> </tr> <tr> <td><a href="command-line-options.php#extract">-extract <var>geometry</var></a></td> <td>extract area from image</td> </tr> <tr> <td><a href="command-line-options.php#family">-family <var>name</var></a></td> <td>render text with this font family</td> </tr> <tr> <td><a href="command-line-options.php#features">-features <var>distance</var></a></td> <td>analyze image features (e.g. contract, correlations, etc.).</td> </tr> <tr> <td><a href="command-line-options.php#fft">-fft</a></td> <td>implements the discrete Fourier transform (DFT)</td> </tr> <tr> <td><a href="command-line-options.php#fill">-fill <var>color</var></a></td> <td>color to use when filling a graphic primitive</td> </tr> <tr> <td><a href="command-line-options.php#filter">-filter <var>type</var></a></td> <td>use this filter when resizing an image</td> </tr> <tr> <td><a href="command-line-options.php#flatten">-flatten</a></td> <td>flatten a sequence of images</td> </tr> <tr> <td><a href="command-line-options.php#flip">-flip</a></td> <td>flip image in the vertical direction</td> </tr> <tr> <td><a href="command-line-options.php#floodfill">-floodfill <var>geometry color</var></a></td> <td>floodfill the image with color</td> </tr> <tr> <td><a href="command-line-options.php#flop">-flop</a></td> <td>flop image in the horizontal direction</td> </tr> <tr> <td><a href="command-line-options.php#font">-font <var>name</var></a></td> <td>render text with this font</td> </tr> <tr> <td><a href="command-line-options.php#format_identify_">-format <var>string</var></a></td> <td>output formatted image characteristics</td> </tr> <tr> <td><a href="command-line-options.php#frame">-frame <var>geometry</var></a></td> <td>surround image with an ornamental border</td> </tr> <tr> <td><a href="command-line-options.php#function">-function <var>name</var></a></td> <td>apply a function to the image</td> </tr> <tr> <td><a href="command-line-options.php#fuzz">-fuzz <var>distance</var></a></td> <td>colors within this distance are considered equal</td> </tr> <tr> <td><a href="command-line-options.php#fx">-fx <var>expression</var></a></td> <td>apply mathematical expression to an image channel(s)</td> </tr> <tr> <td><a href="command-line-options.php#gamma">-gamma <var>value</var></a></td> <td>level of gamma correction</td> </tr> <tr> <td><a href="command-line-options.php#gaussian-blur">-gaussian-blur <var>geometry</var></a></td> <td>reduce image noise and reduce detail levels</td> </tr> <tr> <td><a href="command-line-options.php#geometry">-geometry <var>geometry</var></a></td> <td>preferred size or location of the image</td> </tr> <tr> <td><a href="command-line-options.php#gravity">-gravity <var>type</var></a></td> <td>horizontal and vertical text placement</td> </tr> <tr> <td><a href="command-line-options.php#intensity">-grayscale <var>method</var></a></td> <td>convert image to grayscale</td> </tr> <tr> <td><a href="command-line-options.php#green-primary">-green-primary <var>point</var></a></td> <td>chromaticity green primary point</td> </tr> <tr> <td><a href="command-line-options.php#help">-help</a></td> <td>print program options</td> </tr> <tr> <td><a href="command-line-options.php#hough-lines">-hough-lines <var>geometry</var></a></td> <td>identify lines in the image</td> </tr> <tr> <td><a href="command-line-options.php#identify">-identify</a></td> <td>identify the format and characteristics of the image</td> </tr> <tr> <td><a href="command-line-options.php#ift">-ift</a></td> <td>implements the inverse discrete Fourier transform (DFT)</td> </tr> <tr> <td><a href="command-line-options.php#implode">-implode <var>amount</var></a></td> <td>implode image pixels about the center</td> </tr> <tr> <td><a href="command-line-options.php#insert">-insert <var>index</var></a></td> <td>insert last image into the image sequence</td> </tr> <tr> <td><a href="command-line-options.php#intensity">-intensity <var>method</var></a></td> <td>method to generate an intensity value from a pixel</td> </tr> <tr> <td><a href="command-line-options.php#intent">-intent <var>type</var></a></td> <td>type of rendering intent when managing the image color</td> </tr> <tr> <td><a href="command-line-options.php#interlace">-interlace <var>type</var></a></td> <td>type of image interlacing scheme</td> </tr> <tr> <td><a href="command-line-options.php#interline-spacing">-interline-spacing <var>value</var></a></td> <td>the space between two text lines</td> </tr> <tr> <td><a href="command-line-options.php#interpolate">-interpolate <var>method</var></a></td> <td>pixel color interpolation method</td> </tr> <tr> <td><a href="command-line-options.php#interword-spacing">-interword-spacing <var>value</var></a></td> <td>the space between two words</td> </tr> <tr> <td><a href="command-line-options.php#kerning">-kerning <var>value</var></a></td> <td>the space between two characters</td> </tr> <tr> <td><a href="command-line-options.php#kuwahara">-kuwahara <var>geometry</var></a></td> <td>edge preserving noise reduction filter</td> </tr> <tr> <td><a href="command-line-options.php#label">-label <var>string</var></a></td> <td>assign a label to an image</td> </tr> <tr> <td><a href="command-line-options.php#lat">-lat <var>geometry</var></a></td> <td>local adaptive thresholding</td> </tr> <tr> <td><a href="command-line-options.php#layers">-layers <var>method</var></a></td> <td>optimize or compare image layers</td> </tr> <tr> <td><a href="command-line-options.php#level">-level <var>value</var></a></td> <td>adjust the level of image contrast</td> </tr> <tr> <td><a href="command-line-options.php#limit">-limit <var>type value</var></a></td> <td>pixel cache resource limit</td> </tr> <tr> <td><a href="command-line-options.php#linear-stretch">-linear-stretch <var>geometry</var></a></td> <td>linear with saturation histogram stretch</td> </tr> <tr> <td><a href="command-line-options.php#liquid-rescale">-liquid-rescale <var>geometry</var></a></td> <td>rescale image with seam-carving</td> </tr> <tr> <td><a href="command-line-options.php#list">-list <var>type</var></a></td> <td>Color, Configure, Delegate, Format, Magic, Module, Resource, or Type</td> </tr> <tr> <td><a href="command-line-options.php#log">-log <var>format</var></a></td> <td>format of debugging information</td> </tr> <tr> <td><a href="command-line-options.php#loop">-loop <var>iterations</var></a></td> <td>add Netscape loop extension to your GIF animation</td> </tr> <tr> <td><a href="command-line-options.php#mask">-mask <var>filename</var></a></td> <td>associate a mask with the image</td> </tr> <tr> <td><a href="command-line-options.php#mattecolor">-mattecolor <var>color</var></a></td> <td>frame color</td> </tr> <tr> <td><a href="command-line-options.php#median">-median <var>radius</var></a></td> <td>apply a median filter to the image</td> </tr> <tr> <td><a href="command-line-options.php#mean-shift">-mean-shift <var>geometry</var></a></td> <td>delineate arbitrarily shaped clusters in the image</td> </tr> <tr> <td><a href="command-line-options.php#metric">-metric <var>type</var></a></td> <td>measure differences between images with this metric</td> </tr> <tr> <td><a href="command-line-options.php#mode">-mode <var>radius</var></a></td> <td>make each pixel the 'predominant color' of the neighborhood</td> </tr> <tr> <td><a href="command-line-options.php#modulate">-modulate <var>value</var></a></td> <td>vary the brightness, saturation, and hue</td> </tr> <tr> <td><a href="command-line-options.php#moments">-moments</a></td> <td>display image moments.</td> </tr> <tr> <td><a href="command-line-options.php#monitor">-monitor</a></td> <td>monitor progress</td> </tr> <tr> <td><a href="command-line-options.php#monochrome">-monochrome</a></td> <td>transform image to black and white</td> </tr> <tr> <td><a href="command-line-options.php#morph">-morph <var>value</var></a></td> <td>morph an image sequence</td> </tr> <tr> <td><a href="command-line-options.php#morphology">-morphology <var>method</var></a> <var>kernel</var></td> <td>apply a morphology method to the image</td> </tr> <tr> <td><a href="command-line-options.php#motion-blur">-motion-blur <var>geometry</var></a></td> <td>simulate motion blur</td> </tr> <tr> <td><a href="command-line-options.php#negate">-negate</a></td> <td>replace each pixel with its complementary color </td> </tr> <tr> <td><a href="command-line-options.php#noise">-noise <var>radius</var></a></td> <td>add or reduce noise in an image</td> </tr> <tr> <td><a href="command-line-options.php#normalize">-normalize</a></td> <td>transform image to span the full range of colors</td> </tr> <tr> <td><a href="command-line-options.php#opaque">-opaque <var>color</var></a></td> <td>change this color to the fill color</td> </tr> <tr> <td><a href="command-line-options.php#ordered-dither">-ordered-dither <var>NxN</var></a></td> <td>ordered dither the image</td> </tr> <tr> <td><a href="command-line-options.php#orient">-orient <var>type</var></a></td> <td>image orientation</td> </tr> <tr> <td><a href="command-line-options.php#page">-page <var>geometry</var></a></td> <td>size and location of an image canvas (setting)</td> </tr> <tr> <td><a href="command-line-options.php#paint">-paint <var>radius</var></a></td> <td>simulate an oil painting</td> </tr> <tr> <td><a href="command-line-options.php#perceptible">-perceptible</a></td> <td>set each pixel whose value is less than |<var>epsilon</var>| to <var>-epsilon</var> or <var>epsilon</var> (whichever is closer) otherwise the pixel value remains unchanged.</td> </tr> <tr> <td><a href="command-line-options.php#ping">-ping</a></td> <td>efficiently determine image attributes</td> </tr> <tr> <td><a href="command-line-options.php#pointsize">-pointsize <var>value</var></a></td> <td>font point size</td> </tr> <tr> <td><a href="command-line-options.php#polaroid">-polaroid <var>angle</var></a></td> <td>simulate a Polaroid picture</td> </tr> <tr> <td><a href="command-line-options.php#poly">-poly <var>terms</var></a></td> <td>build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs).</td> </tr> <tr> <td><a href="command-line-options.php#posterize">-posterize <var>levels</var></a></td> <td>reduce the image to a limited number of color levels</td> </tr> <tr> <td><a href="command-line-options.php#precision">-precision <var>value</var></a></td> <td>set the maximum number of significant digits to be printed</td> </tr> <tr> <td><a href="command-line-options.php#preview">-preview <var>type</var></a></td> <td>image preview type</td> </tr> <tr> <td><a href="command-line-options.php#print">-print <var>string</var></a></td> <td>interpret string and print to console</td> </tr> <tr> <td><a href="command-line-options.php#process">-process <var>image-filter</var></a></td> <td>process the image with a custom image filter</td> </tr> <tr> <td><a href="command-line-options.php#profile">-profile <var>filename</var></a></td> <td>add, delete, or apply an image profile</td> </tr> <tr> <td><a href="command-line-options.php#quality">-quality <var>value</var></a></td> <td>JPEG/MIFF/PNG compression level</td> </tr> <tr> <td><a href="command-line-options.php#quantize">-quantize <var>colorspace</var></a></td> <td>reduce image colors in this colorspace</td> </tr> <tr> <td><a href="command-line-options.php#quiet">-quiet</a></td> <td>suppress all warning messages</td> </tr> <tr> <td><a href="command-line-options.php#radial-blur">-radial-blur <var>angle</var></a></td> <td>radial blur the image</td> </tr> <tr> <td><a href="command-line-options.php#raise">-raise <var>value</var></a></td> <td>lighten/darken image edges to create a 3-D effect</td> </tr> <tr> <td><a href="command-line-options.php#random-threshold">-random-threshold <var>low,high</var></a></td> <td>random threshold the image</td> </tr> <tr> <td><a href="command-line-options.php#red-primary">-red-primary <var>point</var></a></td> <td>chromaticity red primary point</td> </tr> <tr> <td><a href="command-line-options.php#regard-warnings">-regard-warnings</a></td> <td>pay attention to warning messages.</td> </tr> <tr> <td><a href="command-line-options.php#region">-region <var>geometry</var></a></td> <td>apply options to a portion of the image</td> </tr> <tr> <td><a href="command-line-options.php#remap">-remap <var>filename</var></a></td> <td>transform image colors to match this set of colors</td> </tr> <tr> <td><a href="command-line-options.php#render">-render</a></td> <td>render vector graphics</td> </tr> <tr> <td><a href="command-line-options.php#repage">-repage <var>geometry</var></a></td> <td>size and location of an image canvas</td> </tr> <tr> <td><a href="command-line-options.php#resample">-resample <var>geometry</var></a></td> <td>change the resolution of an image</td> </tr> <tr> <td><a href="command-line-options.php#resize">-resize <var>geometry</var></a></td> <td>resize the image</td> </tr> <tr> <td><a href="command-line-options.php#respect-parentheses">-respect-parentheses</a></td> <td>settings remain in effect until parenthesis boundary.</td> </tr> <tr> <td><a href="command-line-options.php#roll">-roll <var>geometry</var></a></td> <td>roll an image vertically or horizontally</td> </tr> <tr> <td><a href="command-line-options.php#rotate">-rotate <var>degrees</var></a></td> <td>apply Paeth rotation to the image</td> </tr> <tr> <td><a href="command-line-options.php#sample">-sample <var>geometry</var></a></td> <td>scale image with pixel sampling</td> </tr> <tr> <td><a href="command-line-options.php#sampling-factor">-sampling-factor <var>geometry</var></a></td> <td>horizontal and vertical sampling factor</td> </tr> <tr> <td><a href="command-line-options.php#scale">-scale <var>geometry</var></a></td> <td>scale the image</td> </tr> <tr> <td><a href="command-line-options.php#scene">-scene <var>value</var></a></td> <td>image scene number</td> </tr> <tr> <td><a href="command-line-options.php#seed">-seed <var>value</var></a></td> <td>seed a new sequence of pseudo-random numbers</td> </tr> <tr> <td><a href="command-line-options.php#segment">-segment <var>values</var></a></td> <td>segment an image</td> </tr> <tr> <td><a href="command-line-options.php#threshold">-selective-blur <var>geometry</var></a></td> <td>selectively blur pixels within a contrast threshold</td> </tr> <tr> <td><a href="command-line-options.php#separate">-separate</a></td> <td>separate an image channel into a grayscale image</td> </tr> <tr> <td><a href="command-line-options.php#sepia-tone">-sepia-tone <var>threshold</var></a></td> <td>simulate a sepia-toned photo</td> </tr> <tr> <td><a href="command-line-options.php#set">-set <var>attribute value</var></a></td> <td>set an image attribute</td> </tr> <tr> <td><a href="command-line-options.php#shade">-shade <var>degrees</var></a></td> <td>shade the image using a distant light source</td> </tr> <tr> <td><a href="command-line-options.php#shadow">-shadow <var>geometry</var></a></td> <td>simulate an image shadow</td> </tr> <tr> <td><a href="command-line-options.php#sharpen">-sharpen <var>geometry</var></a></td> <td>sharpen the image</td> </tr> <tr> <td><a href="command-line-options.php#shave">-shave <var>geometry</var></a></td> <td>shave pixels from the image edges</td> </tr> <tr> <td><a href="command-line-options.php#shear">-shear <var>geometry</var></a></td> <td>slide one edge of the image along the X or Y axis</td> </tr> <tr> <td><a href="command-line-options.php#sigmoidal">-sigmoidal-contrast <var>geometry</var></a></td> <td>increase the contrast without saturating highlights or shadows</td> </tr> <tr> <td><a href="command-line-options.php#smush">-smush <var>offset</var></a></td> <td>smush an image sequence together</td> </tr> <tr> <td><a href="command-line-options.php#size">-size <var>geometry</var></a></td> <td>width and height of image</td> </tr> <tr> <td><a href="command-line-options.php#sketch">-sketch <var>geometry</var></a></td> <td>simulate a pencil sketch</td> </tr> <tr> <td><a href="command-line-options.php#solarize">-solarize <var>threshold</var></a></td> <td>negate all pixels above the threshold level</td> </tr> <tr> <td><a href="command-line-options.php#splice">-splice <var>geometry</var></a></td> <td>splice the background color into the image</td> </tr> <tr> <td><a href="command-line-options.php#spread">-spread <var>radius</var></a></td> <td>displace image pixels by a random amount</td> </tr> <tr> <td><a href="command-line-options.php#statistic">-statistic <var>type</var> <var>geometry</var></a></td> <td>replace each pixel with corresponding statistic from the neighborhood</td> </tr> <tr> <td><a href="command-line-options.php#strip">-strip</a></td> <td>strip image of all profiles and comments</td> </tr> <tr> <td><a href="command-line-options.php#stroke">-stroke <var>color</var></a></td> <td>graphic primitive stroke color</td> </tr> <tr> <td><a href="command-line-options.php#strokewidth">-strokewidth <var>value</var></a></td> <td>graphic primitive stroke width</td> </tr> <tr> <td><a href="command-line-options.php#stretch">-stretch <var>type</var></a></td> <td>render text with this font stretch</td> </tr> <tr> <td><a href="command-line-options.php#style">-style <var>type</var></a></td> <td>render text with this font style</td> </tr> <tr> <td><a href="command-line-options.php#swap">-swap <var>indexes</var></a></td> <td>swap two images in the image sequence</td> </tr> <tr> <td><a href="command-line-options.php#swirl">-swirl <var>degrees</var></a></td> <td>swirl image pixels about the center</td> </tr> <tr> <td><a href="command-line-options.php#synchronize">-synchronize</a></td> <td>synchronize image to storage device</td> </tr> <tr> <td><a href="command-line-options.php#taint">-taint</a></td> <td>mark the image as modified</td> </tr> <tr> <td><a href="command-line-options.php#texture">-texture <var>filename</var></a></td> <td>name of texture to tile onto the image background</td> </tr> <tr> <td><a href="command-line-options.php#threshold">-threshold <var>value</var></a></td> <td>threshold the image</td> </tr> <tr> <td><a href="command-line-options.php#thumbnail">-thumbnail <var>geometry</var></a></td> <td>create a thumbnail of the image</td> </tr> <tr> <td><a href="command-line-options.php#tile">-tile <var>filename</var></a></td> <td>tile image when filling a graphic primitive</td> </tr> <tr> <td><a href="command-line-options.php#tile-offset">-tile-offset <var>geometry</var></a></td> <td>set the image tile offset</td> </tr> <tr> <td><a href="command-line-options.php#tint">-tint <var>value</var></a></td> <td>tint the image with the fill color</td> </tr> <tr> <td><a href="command-line-options.php#transform">-transform</a></td> <td>affine transform image</td> </tr> <tr> <td><a href="command-line-options.php#transparent">-transparent <var>color</var></a></td> <td>make this color transparent within the image</td> </tr> <tr> <td><a href="command-line-options.php#transparent-color">-transparent-color <var>color</var></a></td> <td>transparent color</td> </tr> <tr> <td><a href="command-line-options.php#transpose">-transpose</a></td> <td>flip image in the vertical direction and rotate 90 degrees</td> </tr> <tr> <td><a href="command-line-options.php#transverse">-transverse</a></td> <td>flop image in the horizontal direction and rotate 270 degrees</td> </tr> <tr> <td><a href="command-line-options.php#treedepth">-treedepth <var>value</var></a></td> <td>color tree depth</td> </tr> <tr> <td><a href="command-line-options.php#trim">-trim</a></td> <td>trim image edges</td> </tr> <tr> <td><a href="command-line-options.php#type">-type <var>type</var></a></td> <td>image type</td> </tr> <tr> <td><a href="command-line-options.php#undercolor">-undercolor <var>color</var></a></td> <td>annotation bounding box color</td> </tr> <tr> <td><a href="command-line-options.php#unique-colors">-unique-colors</a></td> <td>discard all but one of any pixel color.</td> </tr> <tr> <td><a href="command-line-options.php#units">-units <var>type</var></a></td> <td>the units of image resolution</td> </tr> <tr> <td><a href="command-line-options.php#unsharp">-unsharp <var>geometry</var></a></td> <td>sharpen the image</td> </tr> <tr> <td><a href="command-line-options.php#verbose">-verbose</a></td> <td>print detailed information about the image</td> </tr> <tr> <td><a href="command-line-options.php#version">-version</a></td> <td>print version information</td> </tr> <tr> <td><a href="command-line-options.php#view">-view</a></td> <td>FlashPix viewing transforms</td> </tr> <tr> <td><a href="command-line-options.php#vignette">-vignette <var>geometry</var></a></td> <td>soften the edges of the image in vignette style</td> </tr> <tr> <td><a href="command-line-options.php#virtual-pixel">-virtual-pixel <var>method</var></a></td> <td>access method for pixels outside the boundaries of the image</td> </tr> <tr> <td><a href="command-line-options.php#wave">-wave <var>geometry</var></a></td> <td>alter an image along a sine wave</td> </tr> <tr> <td><a href="command-line-options.php#weight">-weight <var>type</var></a></td> <td>render text with this font weight</td> </tr> <tr> <td><a href="command-line-options.php#white-point">-white-point <var>point</var></a></td> <td>chromaticity white point</td> </tr> <tr> <td><a href="command-line-options.php#white-threshold">-white-threshold <var>value</var></a></td> <td>force all pixels above the threshold into white</td> </tr> <tr> <td><a href="command-line-options.php#write">-write <var>filename</var></a></td> <td>write images to this file</td> </tr> </table> </div> </div> <footer class="magick-footer"> <p><a href="support.php">Donate</a> • <a href="sitemap.php">Sitemap</a> • <a href="links.php">Related</a> • <a href="architecture.php">Architecture</a> </p> <p><a href="convert.php#">Back to top</a> • <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> • <a href="contact.php">Contact Us</a></p> <p><small>© 1999-2016 ImageMagick Studio LLC</small></p> </footer> </div><!-- /.container --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="http://nextgen.imagemagick.org/js/magick.php"></script> </div> </body> </html>
JianmingXia/StudyTest
ImageConvert/ImageMagick/include/ImageMagick/script/convert.html
HTML
mit
41,939