text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE html> <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="./681839cb4024f65497b2a4a315469a504d37d2ecd0606b47094b0b9dc5672fae.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/3bc037f3939fa5a98c1e0aea811f076893995066e4a79fbb1bc2ffa4d4be6334.html
HTML
mit
550
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.15.0 / hammer - 1.1+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer <small> 1.1+8.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-20 02:33:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 02:33:22 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.15.0 Formal proof management system dune 2.9.3 Fast, portable, and opinionated build system ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL 2.1&quot; build: [ [make &quot;-j%{jobs}%&quot; {ocaml:version &gt;= &quot;4.06&quot;}] [make &quot;tests&quot;] {with-test} ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;conf-g++&quot; {build} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;keyword:automation&quot; &quot;date:2018-11-09&quot; &quot;logpath:Hammer&quot; ] authors: [ &quot;Lukasz Czajka &lt;[email protected]&gt;&quot; &quot;Cezary Kaliszyk &lt;[email protected]&gt;&quot; &quot;Burak Ekici &lt;[email protected]&gt;&quot; ] synopsis: &quot;Automation for Dependent Type Theory&quot; url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.1-coq8.8.tar.gz&quot; checksum: &quot;md5=10158c5f3d545b8ed924758106d1fa09&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-hammer.1.1+8.8 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-hammer -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.1+8.8</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.15.0/hammer/1.1+8.8.html
HTML
mit
6,878
<!doctype html> <head> <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Asap+Condensed|Raleway" rel="stylesheet"> <title>Coping</title> <style> body { text-align: center; margin: 15px 25% 15px 25%; font-family: 'Raleway', sans-serif; font-size: 18px; background: rgba(0,0,200,.1); } #linklist { display: flex; justify-content: center; } #nav { display: flex; flex-direction: row; justify-content: space-around; } #copelist { display: flex; justify-content: center; } #nav { display: flex; flex-direction: row; justify-content: space-around; } </style> </head> <body> <header><h1>Help for Various Mental Woes<h1></header> <nav id="nav"> <a href="home.html">Home</a> <a href="hotlines.html">Hotlines</a> <a href="coping.html">Coping</a> <a href="emotions.html">Emotions</a> </nav> Welcome! <h3></br>What is coping?</h3> <p>Coping is learning to tolerate distress without becoming overwhelmed.</p> It is important for everyone for managing emotions, dealing with unpleasant people and situations, and living through urges to engage in unhealthy behaviors of all kinds.</p> <p>Basically, coping is living.</p> <p>When we are in very hard situations that we cannot escape, we must learn to cope because searching for a way out is futile (and it will cause more distress).</p> <p>Everyone copes every day, but it's important to learn new tools to cope even better.</p></br> <h2>Kinds of coping</h2> <div id="copelist"> <ul style="text-align: left;"> <li><b><a href="mentalindex/coping/distractions.html">Distraction</a>:</b> doing an activity</li></br> <li><b><a href="mentalindex/coping/selfsoothe.html">Self-soothing</a>:</b> using your senses to become calmer</li></br> <li><b>Imagery:</b> imagining that you are somewhere calm</li></br> <li><b><a href="mentalindex/coping/urgemanagement.html">Urge management</a>:</b> delaying when you want to engage in an unhealthy behavior</li></br> <li><b><a href="mentalindex/coping/worrylist.html">Worry list</a>:</b> writing a list of everything you're worried about.</li></br> <li><a href="mentalindex/coping/calmingcolors.html"><b>Calming colors</a>:</b> looking at calming colors.</li></br> <li><a href="mentalindex/coping/quotes.html"><b>Uplifting quotes</a>:</b> looking at a curated selection of messages.</li></br> <li><b><a href="mentalindex/coping/cogreframing.html">Cognitive reframing</a>:</b> identifying thought patterns that are causing you distress and replacing them with more logical or positive thoughts.</li> </ul> </div> <footer></footer> </body> </html>
miaou11235/conglomerate
mentalindex/coping.html
HTML
mit
2,715
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_13) on Fri Aug 14 15:51:20 CDT 2009 --> <TITLE> Deprecated List (GNU Trove for Java API v2.1.0) </TITLE> <META NAME="date" CONTENT="2009-08-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Deprecated List (GNU Trove for Java API v2.1.0)"; } } </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"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&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> <a href="http://trove4j.sourceforge.net/">GNU Trove</a></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?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="deprecated-list.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>Deprecated API</B></H2> </CENTER> <HR SIZE="4" NOSHADE> <B>Contents</B><UL> </UL> <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"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&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> <a href="http://trove4j.sourceforge.net/">GNU Trove</a></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?deprecated-list.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="deprecated-list.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> GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved. </BODY> </HTML>
jgaltidor/VarJ
analyzed_libs/trove-2.1.0/javadocs/deprecated-list.html
HTML
mit
5,341
<!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 Tue Feb 16 15:23:20 EST 2016 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.analytics.accumulator.facet Class Hierarchy (Solr 5.5.0 API)</title> <meta name="date" content="2016-02-16"> <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="org.apache.solr.analytics.accumulator.facet Class Hierarchy (Solr 5.5.0 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>Use</li> <li class="navBarCell1Rev">Tree</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><a href="../../../../../../org/apache/solr/analytics/accumulator/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/apache/solr/analytics/expression/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/analytics/accumulator/facet/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.apache.solr.analytics.accumulator.facet</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.apache.lucene.search.<a href="http://lucene.apache.org/core/5_5_0/core/org/apache/lucene/search/SimpleCollector.html?is-external=true" title="class or interface in org.apache.lucene.search"><span class="strong">SimpleCollector</span></a> (implements org.apache.lucene.search.<a href="http://lucene.apache.org/core/5_5_0/core/org/apache/lucene/search/Collector.html?is-external=true" title="class or interface in org.apache.lucene.search">Collector</a>, org.apache.lucene.search.<a href="http://lucene.apache.org/core/5_5_0/core/org/apache/lucene/search/LeafCollector.html?is-external=true" title="class or interface in org.apache.lucene.search">LeafCollector</a>) <ul> <li type="circle">org.apache.solr.analytics.accumulator.<a href="../../../../../../org/apache/solr/analytics/accumulator/ValueAccumulator.html" title="class in org.apache.solr.analytics.accumulator"><span class="strong">ValueAccumulator</span></a> <ul> <li type="circle">org.apache.solr.analytics.accumulator.facet.<a href="../../../../../../org/apache/solr/analytics/accumulator/facet/FieldFacetAccumulator.html" title="class in org.apache.solr.analytics.accumulator.facet"><span class="strong">FieldFacetAccumulator</span></a></li> <li type="circle">org.apache.solr.analytics.accumulator.facet.<a href="../../../../../../org/apache/solr/analytics/accumulator/facet/QueryFacetAccumulator.html" title="class in org.apache.solr.analytics.accumulator.facet"><span class="strong">QueryFacetAccumulator</span></a> <ul> <li type="circle">org.apache.solr.analytics.accumulator.facet.<a href="../../../../../../org/apache/solr/analytics/accumulator/facet/RangeFacetAccumulator.html" title="class in org.apache.solr.analytics.accumulator.facet"><span class="strong">RangeFacetAccumulator</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.apache.solr.analytics.accumulator.facet.<a href="../../../../../../org/apache/solr/analytics/accumulator/facet/FacetValueAccumulator.html" title="interface in org.apache.solr.analytics.accumulator.facet"><span class="strong">FacetValueAccumulator</span></a></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>Use</li> <li class="navBarCell1Rev">Tree</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><a href="../../../../../../org/apache/solr/analytics/accumulator/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/apache/solr/analytics/expression/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/solr/analytics/accumulator/facet/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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-2016 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>
koneksys/KLD
middleware/solr/docs/solr-analytics/org/apache/solr/analytics/accumulator/facet/package-tree.html
HTML
mit
7,543
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActionController::Instrumentation::ClassMethods</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" /> <script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.1.8</span><br /> <h1> <span class="type">Module</span> ActionController::Instrumentation::ClassMethods </h1> <ul class="files"> <li><a href="../../../files/__/_rvm/gems/ruby-2_2_0/gems/actionpack-4_1_8/lib/action_controller/metal/instrumentation_rb.html">/home/kristof/.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/instrumentation.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Methods --> </div> </div> </body> </html>
kristoferrobin/p2p
doc/api/classes/ActionController/Instrumentation/ClassMethods.html
HTML
mit
1,794
<p> comp-2615 works! </p>
angular/angular-cli-stress-test
src/app/components/comp-2615/comp-2615.component.html
HTML
mit
28
{% extends base.html %} {% block content%} <p id="error">oops, you got 404'ed</p> {% endblock %}
davidhax0r/chota
chota/templates/404.html
HTML
mit
97
<!-- Page Content --> <div id="page-content-wrapper"> <div class="container-fluid"> <div class="row"> <div style="margin:0px auto; width:70%; line-height:26px; overflow:hidden;"> <div class="col-md-12"> <div class="page-header"> <h1 class="text-danger"> {{ page.title }} </h1> </div> {{ page.content | markdownify }} <!-- don't delete this div as this is header collapse end identified --> <div id="content-end"></div> </div> </div> </div> </div> <!-- /#page-content-wrapper -->
dy0607/dy0607.github.io
_includes/about-messager.html
HTML
mit
695
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / hammer-tactics - 1.3.1+8.13</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hammer-tactics <small> 1.3.1+8.13 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-10 15:24:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-10 15:24:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/lukaszcz/coqhammer&quot; dev-repo: &quot;git+https://github.com/lukaszcz/coqhammer.git&quot; bug-reports: &quot;https://github.com/lukaszcz/coqhammer/issues&quot; license: &quot;LGPL-2.1-only&quot; synopsis: &quot;Reconstruction tactics for the hammer for Coq&quot; description: &quot;&quot;&quot; Collection of tactics that are used by the hammer for Coq to reconstruct proofs found by automated theorem provers. When the hammer has been successfully applied to a project, only this package needs to be installed; the hammer plugin is not required. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot; &quot;tactics&quot;] install: [ [make &quot;install-tactics&quot;] [make &quot;test-tactics&quot;] {with-test} ] depends: [ &quot;ocaml&quot; { &gt;= &quot;4.08&quot; } &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot;} ] conflicts: [ &quot;coq-hammer&quot; {!= version} ] tags: [ &quot;keyword:automation&quot; &quot;keyword:hammer&quot; &quot;keyword:tactics&quot; &quot;logpath:Hammer.Tactics&quot; &quot;date:2021-05-20&quot; ] authors: [ &quot;Lukasz Czajka &lt;[email protected]&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.3.1-coq8.13.tar.gz&quot; checksum: &quot;sha512=68f0471fbf12be87e850a91ceaff1a6799319d62cc5cf48fca04bcb5be5d800813bad9e325036d6d13673d79a4b353f14d8f164034c577ee0da91d32e9a444ad&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-hammer-tactics.1.3.1+8.13 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-hammer-tactics -&gt; ocaml &gt;= 4.08 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer-tactics.1.3.1+8.13</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.1+2/hammer-tactics/1.3.1+8.13.html
HTML
mit
7,409
<!DOCTYPE html> <html> <head> <style> #textbox { margin: 50px; } #range { margin: 50px; } #youtubeScroller { width: 500px; height: 500px; overflow: auto; border: 1px solid black; } .divScroller { width: 200px; height: 200px; border: 1px solid black; overflow: auto; } .spacer { width: 800px; height: 800px; } #horizontal { position: absolute; left: 600px; top: 100px; } </style> </head> <body> <div tabindex="0">Same Origin Iframe (no focusable child):</div> <iframe src="spatnav-child.html" style="width:200px; height: 200px"></iframe><br> Same Origin Iframe (w/focusable child):<br> <iframe src="spatnav-child2.html" style="width:200px; height: 200px"></iframe><br> Scrolling Div (no focusable child):<br> <div class="divScroller"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> Scrolling Div (w/focusable child):<br> <div class="divScroller"> <input type="text"> <div class="spacer"></div> </div> <br> <input type="text" id="textbox" value="TextBox"> <input type="range" min="1" max="100" value="50" id="range"> <br> <div id="hello" tabindex="0" style="width:300px"> Hello </div> <br> <textarea name="multiline" cols="40" rows="5"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. </textarea> <iframe id="horizontal" tabindex="0" width="560" height="315" src="https://www.youtube.com/embed/4y33h81phKU?list=RD4y33h81phKU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <div id="youtubeScroller"> <div style="height:400px"></div> <iframe width="560" height="315" src="https://www.youtube.com/embed/pBxND8Kix7Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </body> <script> //document.getElementById('hello').addEventListener('keydown', (e) => { e.preventDefault(); }); </script> </html>
bokand/bokand.github.io
spatnav.html
HTML
mit
5,000
<!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_33) on Wed Aug 27 10:24:28 CEST 2014 --> <TITLE> Uses of Class com.gsma.android.oneapi.discovery.DiscoveryProcessEndpoints </TITLE> <META NAME="date" CONTENT="2014-08-27"> <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 com.gsma.android.oneapi.discovery.DiscoveryProcessEndpoints"; } } </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="../../../../../../com/gsma/android/oneapi/discovery/DiscoveryProcessEndpoints.html" title="class in com.gsma.android.oneapi.discovery"><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-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/gsma/android/oneapi/discovery//class-useDiscoveryProcessEndpoints.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DiscoveryProcessEndpoints.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>com.gsma.android.oneapi.discovery.DiscoveryProcessEndpoints</B></H2> </CENTER> No usage of com.gsma.android.oneapi.discovery.DiscoveryProcessEndpoints <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="../../../../../../com/gsma/android/oneapi/discovery/DiscoveryProcessEndpoints.html" title="class in com.gsma.android.oneapi.discovery"><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-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/gsma/android/oneapi/discovery//class-useDiscoveryProcessEndpoints.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DiscoveryProcessEndpoints.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
GSMADeveloper/MobileConnectSDKTestApp
SDKdoc/doc.oneapi.dicovery/com/gsma/android/oneapi/discovery/class-use/DiscoveryProcessEndpoints.html
HTML
mit
6,186
<div id="content"> <div id="extra"></div> <div id="main"> <form action="/posts" id="live_form" method="post" class="pagina"> <div> <label for="post_title">Title</label> <input id="post_title" name="post[title]" type="text" value=""> </div> <div> <input id="post_submit" name="commit" type="submit" value="Save"> <input id="post_preview" type="submit" value="Preview" formaction="/preview"> </div> </form> </div> </div>
javierv/41cero10asesores
spec/javascripts/fixtures/live_form.html
HTML
mit
489
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Using IPython for interactive work &mdash; IPython v0.10.1 documentation</title> <link rel="stylesheet" href="../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.10.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="top" title="IPython v0.10.1 documentation" href="../index.html" /> <link rel="next" title="Quick IPython tutorial" href="tutorial.html" /> <link rel="prev" title="Overview" href="../install/install.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="tutorial.html" title="Quick IPython tutorial" accesskey="N">next</a> |</li> <li class="right" > <a href="../install/install.html" title="Overview" accesskey="P">previous</a> |</li> <li><a href="../index.html">IPython v0.10.1 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="using-ipython-for-interactive-work"> <h1>Using IPython for interactive work<a class="headerlink" href="#using-ipython-for-interactive-work" title="Permalink to this headline">¶</a></h1> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="tutorial.html">Quick IPython tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="tutorial.html#highlights">Highlights</a></li> <li class="toctree-l2"><a class="reference internal" href="tutorial.html#source-code-handling-tips">Source code handling tips</a></li> <li class="toctree-l2"><a class="reference internal" href="tutorial.html#lightweight-version-control">Lightweight &#8216;version control&#8217;</a></li> <li class="toctree-l2"><a class="reference internal" href="tutorial.html#effective-logging">Effective logging</a></li> <li class="toctree-l2"><a class="reference internal" href="tutorial.html#logging-to-a-file">Logging to a file</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="reference.html">IPython reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="reference.html#command-line-usage">Command-line usage</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#interactive-use">Interactive use</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#ipython-as-your-default-python-environment">IPython as your default Python environment</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#embedding-ipython">Embedding IPython</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#using-the-python-debugger-pdb">Using the Python debugger (pdb)</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#extensions-for-syntax-processing">Extensions for syntax processing</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#threading-support">Threading support</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#interactive-demos-with-ipython">Interactive demos with IPython</a></li> <li class="toctree-l2"><a class="reference internal" href="reference.html#plotting-with-matplotlib">Plotting with matplotlib</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="shell.html">IPython as a system shell</a><ul> <li class="toctree-l2"><a class="reference internal" href="shell.html#overview">Overview</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#aliases">Aliases</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#directory-management">Directory management</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#enabled-extensions">Enabled extensions</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#prompt-customization">Prompt customization</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#string-lists">String lists</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#real-world-example-remove-all-files-outside-version-control">Real world example: remove all files outside version control</a></li> <li class="toctree-l2"><a class="reference internal" href="shell.html#the-s-n-p-properties">The .s, .n, .p properties</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="extension_api.html">IPython extension API</a><ul> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#getting-started">Getting started</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#getting-a-handle-to-the-api">Getting a handle to the api</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#changing-options">Changing options</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#executing-statements-in-ipython-namespace-with-ex-and-ev">Executing statements in IPython namespace with &#8216;ex&#8217; and &#8216;ev&#8217;</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#accessing-the-ipython-namespace">Accessing the IPython namespace</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#defining-new-magic-commands">Defining new magic commands</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#calling-magic-functions-and-system-commands">Calling magic functions and system commands</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#launching-ipython-instance-from-normal-python-code">Launching IPython instance from normal python code</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#accessing-unexposed-functionality">Accessing unexposed functionality</a></li> <li class="toctree-l2"><a class="reference internal" href="extension_api.html#provided-extensions">Provided extensions</a></li> </ul> </li> </ul> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="../install/install.html" title="previous chapter">Overview</a></p> <h4>Next topic</h4> <p class="topless"><a href="tutorial.html" title="next chapter">Quick IPython tutorial</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/interactive/index.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" size="18" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="tutorial.html" title="Quick IPython tutorial" >next</a> |</li> <li class="right" > <a href="../install/install.html" title="Overview" >previous</a> |</li> <li><a href="../index.html">IPython v0.10.1 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2008, The IPython Development Team. Last updated on Oct 11, 2010. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1. </div> </body> </html>
toomoresuch/pysonengine
eggs/ipython-0.10.1-py2.6.egg/share/doc/ipython/manual/html/interactive/index.html
HTML
mit
9,335
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'><head><title>/Library/Ruby/Gems/1.8/gems/ruby-openid-2.0.2/lib/openid/dh.rb - C0 code coverage information</title> <style type='text/css'>body { background-color: rgb(240, 240, 245); }</style> <style type='text/css'>span.cross-ref-title { font-size: 140%; } span.cross-ref a { text-decoration: none; } span.cross-ref { background-color:#f3f7fa; border: 1px dashed #333; margin: 1em; padding: 0.5em; overflow: hidden; } a.crossref-toggle { text-decoration: none; } span.marked0 { background-color: rgb(185, 210, 200); display: block; } span.marked1 { background-color: rgb(190, 215, 205); display: block; } span.inferred0 { background-color: rgb(175, 200, 200); display: block; } span.inferred1 { background-color: rgb(180, 205, 205); display: block; } span.uncovered0 { background-color: rgb(225, 110, 110); display: block; } span.uncovered1 { background-color: rgb(235, 120, 120); display: block; } span.overview { border-bottom: 8px solid black; } div.overview { border-bottom: 8px solid black; } body { font-family: verdana, arial, helvetica; } div.footer { font-size: 68%; margin-top: 1.5em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; } h5 { margin-top: 0.5em; } .hidden { display: none; } div.separator { height: 10px; } /* Commented out for better readability, esp. on IE */ /* table tr td, table tr th { font-size: 68%; } td.value table tr td { font-size: 11px; } */ table.percent_graph { height: 12px; border: #808080 1px solid; empty-cells: show; } table.percent_graph td.covered { height: 10px; background: #00f000; } table.percent_graph td.uncovered { height: 10px; background: #e00000; } table.percent_graph td.NA { height: 10px; background: #eaeaea; } table.report { border-collapse: collapse; width: 100%; } table.report td.heading { background: #dcecff; border: #d0d0d0 1px solid; font-weight: bold; text-align: center; } table.report td.heading:hover { background: #c0ffc0; } table.report td.text { border: #d0d0d0 1px solid; } table.report td.value, table.report td.lines_total, table.report td.lines_code { text-align: right; border: #d0d0d0 1px solid; } table.report tr.light { background-color: rgb(240, 240, 245); } table.report tr.dark { background-color: rgb(230, 230, 235); } </style> <script type='text/javascript'> // <![CDATA[ function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make cross-references hidden by default document.writeln( "<style type=\"text/css\">span.cross-ref { display: none }</style>" ) // ]]> </script> <style type='text/css'>span.run0 { background-color: rgb(178, 204, 255); display: block; } span.run1 { background-color: rgb(178, 206, 255); display: block; } span.run2 { background-color: rgb(178, 209, 255); display: block; } span.run3 { background-color: rgb(178, 211, 255); display: block; } span.run4 { background-color: rgb(178, 214, 255); display: block; } span.run5 { background-color: rgb(178, 218, 255); display: block; } span.run6 { background-color: rgb(178, 220, 255); display: block; } span.run7 { background-color: rgb(178, 223, 255); display: block; } span.run8 { background-color: rgb(178, 225, 255); display: block; } span.run9 { background-color: rgb(178, 228, 255); display: block; } span.run10 { background-color: rgb(178, 232, 255); display: block; } span.run11 { background-color: rgb(178, 234, 255); display: block; } span.run12 { background-color: rgb(178, 237, 255); display: block; } span.run13 { background-color: rgb(178, 239, 255); display: block; } span.run14 { background-color: rgb(178, 242, 255); display: block; } span.run15 { background-color: rgb(178, 246, 255); display: block; } span.run16 { background-color: rgb(178, 248, 255); display: block; } span.run17 { background-color: rgb(178, 251, 255); display: block; } span.run18 { background-color: rgb(178, 253, 255); display: block; } span.run19 { background-color: rgb(178, 255, 253); display: block; } span.run20 { background-color: rgb(178, 255, 249); display: block; } span.run21 { background-color: rgb(178, 255, 247); display: block; } span.run22 { background-color: rgb(178, 255, 244); display: block; } span.run23 { background-color: rgb(178, 255, 242); display: block; } span.run24 { background-color: rgb(178, 255, 239); display: block; } span.run25 { background-color: rgb(178, 255, 235); display: block; } span.run26 { background-color: rgb(178, 255, 233); display: block; } span.run27 { background-color: rgb(178, 255, 230); display: block; } span.run28 { background-color: rgb(178, 255, 228); display: block; } span.run29 { background-color: rgb(178, 255, 225); display: block; } span.run30 { background-color: rgb(178, 255, 221); display: block; } span.run31 { background-color: rgb(178, 255, 219); display: block; } span.run32 { background-color: rgb(178, 255, 216); display: block; } span.run33 { background-color: rgb(178, 255, 214); display: block; } span.run34 { background-color: rgb(178, 255, 211); display: block; } span.run35 { background-color: rgb(178, 255, 207); display: block; } span.run36 { background-color: rgb(178, 255, 205); display: block; } span.run37 { background-color: rgb(178, 255, 202); display: block; } span.run38 { background-color: rgb(178, 255, 200); display: block; } span.run39 { background-color: rgb(178, 255, 197); display: block; } span.run40 { background-color: rgb(178, 255, 193); display: block; } span.run41 { background-color: rgb(178, 255, 191); display: block; } span.run42 { background-color: rgb(178, 255, 188); display: block; } span.run43 { background-color: rgb(178, 255, 186); display: block; } span.run44 { background-color: rgb(178, 255, 183); display: block; } span.run45 { background-color: rgb(178, 255, 179); display: block; } span.run46 { background-color: rgb(179, 255, 178); display: block; } span.run47 { background-color: rgb(182, 255, 178); display: block; } span.run48 { background-color: rgb(184, 255, 178); display: block; } span.run49 { background-color: rgb(187, 255, 178); display: block; } span.run50 { background-color: rgb(191, 255, 178); display: block; } span.run51 { background-color: rgb(193, 255, 178); display: block; } span.run52 { background-color: rgb(196, 255, 178); display: block; } span.run53 { background-color: rgb(198, 255, 178); display: block; } span.run54 { background-color: rgb(201, 255, 178); display: block; } span.run55 { background-color: rgb(205, 255, 178); display: block; } span.run56 { background-color: rgb(207, 255, 178); display: block; } span.run57 { background-color: rgb(210, 255, 178); display: block; } span.run58 { background-color: rgb(212, 255, 178); display: block; } span.run59 { background-color: rgb(215, 255, 178); display: block; } span.run60 { background-color: rgb(219, 255, 178); display: block; } span.run61 { background-color: rgb(221, 255, 178); display: block; } span.run62 { background-color: rgb(224, 255, 178); display: block; } span.run63 { background-color: rgb(226, 255, 178); display: block; } span.run64 { background-color: rgb(229, 255, 178); display: block; } span.run65 { background-color: rgb(233, 255, 178); display: block; } span.run66 { background-color: rgb(235, 255, 178); display: block; } span.run67 { background-color: rgb(238, 255, 178); display: block; } span.run68 { background-color: rgb(240, 255, 178); display: block; } span.run69 { background-color: rgb(243, 255, 178); display: block; } span.run70 { background-color: rgb(247, 255, 178); display: block; } span.run71 { background-color: rgb(249, 255, 178); display: block; } span.run72 { background-color: rgb(252, 255, 178); display: block; } span.run73 { background-color: rgb(255, 255, 178); display: block; } span.run74 { background-color: rgb(255, 252, 178); display: block; } span.run75 { background-color: rgb(255, 248, 178); display: block; } span.run76 { background-color: rgb(255, 246, 178); display: block; } span.run77 { background-color: rgb(255, 243, 178); display: block; } span.run78 { background-color: rgb(255, 240, 178); display: block; } span.run79 { background-color: rgb(255, 238, 178); display: block; } span.run80 { background-color: rgb(255, 234, 178); display: block; } span.run81 { background-color: rgb(255, 232, 178); display: block; } span.run82 { background-color: rgb(255, 229, 178); display: block; } span.run83 { background-color: rgb(255, 226, 178); display: block; } span.run84 { background-color: rgb(255, 224, 178); display: block; } span.run85 { background-color: rgb(255, 220, 178); display: block; } span.run86 { background-color: rgb(255, 218, 178); display: block; } span.run87 { background-color: rgb(255, 215, 178); display: block; } span.run88 { background-color: rgb(255, 212, 178); display: block; } span.run89 { background-color: rgb(255, 210, 178); display: block; } span.run90 { background-color: rgb(255, 206, 178); display: block; } span.run91 { background-color: rgb(255, 204, 178); display: block; } span.run92 { background-color: rgb(255, 201, 178); display: block; } span.run93 { background-color: rgb(255, 198, 178); display: block; } span.run94 { background-color: rgb(255, 196, 178); display: block; } span.run95 { background-color: rgb(255, 192, 178); display: block; } span.run96 { background-color: rgb(255, 189, 178); display: block; } span.run97 { background-color: rgb(255, 187, 178); display: block; } span.run98 { background-color: rgb(255, 184, 178); display: block; } span.run99 { background-color: rgb(255, 182, 178); display: block; } span.run100 { background-color: rgb(255, 178, 178); display: block; } </style> </head> <body><h3>C0 code coverage information</h3> <p>Generated on Mon Jan 07 11:13:51 -0800 2008 with <a href='http://eigenclass.org/hiki/rcov'>rcov 0.8.1.2</a> </p> <hr/> <pre><span class='marked0'>Code reported as executed by Ruby looks like this... </span><span class='marked1'>and this: this line is also marked as covered. </span><span class='inferred0'>Lines considered as run by rcov, but not reported by Ruby, look like this, </span><span class='inferred1'>and this: these lines were inferred by rcov (using simple heuristics). </span><span class='uncovered0'>Finally, here&apos;s a line marked as not executed. </span></pre> <table class='report'><thead><tr><td class='heading'>Name</td> <td class='heading'>Total lines</td> <td class='heading'>Lines of code</td> <td class='heading'>Total coverage</td> <td class='heading'>Code coverage</td> </tr> </thead> <tbody><tr class='light'><td><a href='-Library-Ruby-Gems-1_8-gems-ruby-openid-2_0_2-lib-openid-dh_rb.html'>/Library/Ruby/Gems/1.8/gems/ruby-openid-2.0.2/lib/openid/dh.rb</a> </td> <td class='lines_total'><tt>85</tt> </td> <td class='lines_code'><tt>58</tt> </td> <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_total'>47.1%</tt> &nbsp;</td> <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='47'/> <td class='uncovered' width='53'/> </tr> </table> </td> </tr> </table> </td> <td><table cellspacing='0' cellpadding='0' align='right'><tr><td><tt class='coverage_code'>27.6%</tt> &nbsp;</td> <td><table cellspacing='0' class='percent_graph' cellpadding='0' width='100'><tr><td class='covered' width='28'/> <td class='uncovered' width='72'/> </tr> </table> </td> </tr> </table> </td> </tr> </tbody> </table> <pre><span class="marked0"><a name="line1"></a> 1 require &quot;openid/util&quot; </span><span class="marked1"><a name="line2"></a> 2 require &quot;openid/cryptutil&quot; </span><span class="inferred0"><a name="line3"></a> 3 </span><span class="marked1"><a name="line4"></a> 4 module OpenID </span><span class="inferred0"><a name="line5"></a> 5 </span><span class="inferred1"><a name="line6"></a> 6 # Encapsulates a Diffie-Hellman key exchange. This class is used </span><span class="inferred0"><a name="line7"></a> 7 # internally by both the consumer and server objects. </span><span class="inferred1"><a name="line8"></a> 8 # </span><span class="inferred0"><a name="line9"></a> 9 # Read more about Diffie-Hellman on wikipedia: </span><span class="inferred1"><a name="line10"></a>10 # http://en.wikipedia.org/wiki/Diffie-Hellman </span><span class="inferred0"><a name="line11"></a>11 </span><span class="marked1"><a name="line12"></a>12 class DiffieHellman </span><span class="inferred0"><a name="line13"></a>13 </span><span class="inferred1"><a name="line14"></a>14 # From the OpenID specification </span><span class="marked0"><a name="line15"></a>15 @@default_mod = 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 </span><span class="marked1"><a name="line16"></a>16 @@default_gen = 2 </span><span class="inferred0"><a name="line17"></a>17 </span><span class="marked1"><a name="line18"></a>18 attr_reader :modulus, :generator, :public </span><span class="inferred0"><a name="line19"></a>19 </span><span class="inferred1"><a name="line20"></a>20 # A new DiffieHellman object, using the modulus and generator from </span><span class="inferred0"><a name="line21"></a>21 # the OpenID specification </span><span class="marked1"><a name="line22"></a>22 def DiffieHellman.from_defaults </span><span class="uncovered0"><a name="line23"></a>23 DiffieHellman.new(@@default_mod, @@default_gen) </span><span class="uncovered1"><a name="line24"></a>24 end </span><span class="inferred0"><a name="line25"></a>25 </span><span class="marked1"><a name="line26"></a>26 def initialize(modulus=nil, generator=nil, priv=nil) </span><span class="uncovered0"><a name="line27"></a>27 @modulus = modulus.nil? ? @@default_mod : modulus </span><span class="uncovered1"><a name="line28"></a>28 @generator = generator.nil? ? @@default_gen : generator </span><span class="uncovered0"><a name="line29"></a>29 set_private(priv.nil? ? OpenID::CryptUtil.rand(@modulus-2) + 1 : priv) </span><span class="uncovered1"><a name="line30"></a>30 end </span><span class="inferred0"><a name="line31"></a>31 </span><span class="marked1"><a name="line32"></a>32 def get_shared_secret(composite) </span><span class="uncovered0"><a name="line33"></a>33 DiffieHellman.powermod(composite, @private, @modulus) </span><span class="uncovered1"><a name="line34"></a>34 end </span><span class="inferred0"><a name="line35"></a>35 </span><span class="marked1"><a name="line36"></a>36 def xor_secret(algorithm, composite, secret) </span><span class="uncovered0"><a name="line37"></a>37 dh_shared = get_shared_secret(composite) </span><span class="uncovered1"><a name="line38"></a>38 packed_dh_shared = OpenID::CryptUtil.num_to_binary(dh_shared) </span><span class="uncovered0"><a name="line39"></a>39 hashed_dh_shared = algorithm.call(packed_dh_shared) </span><span class="uncovered1"><a name="line40"></a>40 return DiffieHellman.strxor(secret, hashed_dh_shared) </span><span class="uncovered0"><a name="line41"></a>41 end </span><span class="inferred1"><a name="line42"></a>42 </span><span class="marked0"><a name="line43"></a>43 def using_default_values? </span><span class="uncovered1"><a name="line44"></a>44 @generator == @@default_gen &amp;&amp; @modulus == @@default_mod </span><span class="uncovered0"><a name="line45"></a>45 end </span><span class="inferred1"><a name="line46"></a>46 </span><span class="marked0"><a name="line47"></a>47 private </span><span class="marked1"><a name="line48"></a>48 def set_private(priv) </span><span class="uncovered0"><a name="line49"></a>49 @private = priv </span><span class="uncovered1"><a name="line50"></a>50 @public = DiffieHellman.powermod(@generator, @private, @modulus) </span><span class="uncovered0"><a name="line51"></a>51 end </span><span class="inferred1"><a name="line52"></a>52 </span><span class="marked0"><a name="line53"></a>53 def DiffieHellman.strxor(s, t) </span><span class="uncovered1"><a name="line54"></a>54 if s.length != t.length </span><span class="uncovered0"><a name="line55"></a>55 raise ArgumentError, &quot;strxor: lengths don't match. &quot; + </span><span class="uncovered1"><a name="line56"></a>56 &quot;Inputs were #{s.inspect} and #{t.inspect}&quot; </span><span class="uncovered0"><a name="line57"></a>57 end </span><span class="uncovered1"><a name="line58"></a>58 </span><span class="uncovered0"><a name="line59"></a>59 indices = 0...(s.length) </span><span class="uncovered1"><a name="line60"></a>60 chrs = indices.collect {|i| (s[i]^t[i]).chr} </span><span class="uncovered0"><a name="line61"></a>61 chrs.join(&quot;&quot;) </span><span class="uncovered1"><a name="line62"></a>62 end </span><span class="inferred0"><a name="line63"></a>63 </span><span class="inferred1"><a name="line64"></a>64 # This code is taken from this post: </span><span class="inferred0"><a name="line65"></a>65 # &lt;http://blade.nagaokaut.ac.jp/cgi-bin/scat.\rb/ruby/ruby-talk/19098&gt; </span><span class="inferred1"><a name="line66"></a>66 # by Eric Lee Green. </span><span class="marked0"><a name="line67"></a>67 def DiffieHellman.powermod(x, n, q) </span><span class="uncovered1"><a name="line68"></a>68 counter=0 </span><span class="uncovered0"><a name="line69"></a>69 n_p=n </span><span class="uncovered1"><a name="line70"></a>70 y_p=1 </span><span class="uncovered0"><a name="line71"></a>71 z_p=x </span><span class="uncovered1"><a name="line72"></a>72 while n_p != 0 </span><span class="uncovered0"><a name="line73"></a>73 if n_p[0]==1 </span><span class="uncovered1"><a name="line74"></a>74 y_p=(y_p*z_p) % q </span><span class="uncovered0"><a name="line75"></a>75 end </span><span class="uncovered1"><a name="line76"></a>76 n_p = n_p &gt;&gt; 1 </span><span class="uncovered0"><a name="line77"></a>77 z_p = (z_p * z_p) % q </span><span class="uncovered1"><a name="line78"></a>78 counter += 1 </span><span class="uncovered0"><a name="line79"></a>79 end </span><span class="uncovered1"><a name="line80"></a>80 return y_p </span><span class="uncovered0"><a name="line81"></a>81 end </span><span class="uncovered1"><a name="line82"></a>82 </span><span class="uncovered0"><a name="line83"></a>83 end </span><span class="uncovered1"><a name="line84"></a>84 </span><span class="uncovered0"><a name="line85"></a>85 end </span></pre><hr/> <p>Generated using the <a href='http://eigenclass.org/hiki.rb?rcov'>rcov code coverage analysis tool for Ruby</a> version 0.8.1.2.</p> <p><a href='http://validator.w3.org/check/referer'><img src='http://www.w3.org/Icons/valid-xhtml10' height='31' alt='Valid XHTML 1.0!' width='88'/> </a> <a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='http://jigsaw.w3.org/css-validator/images/vcss' alt='Valid CSS!' style='border:0;width:88px;height:31px'/> </a> </p> </body> </html>
jared/ygo_classic
coverage/-Library-Ruby-Gems-1_8-gems-ruby-openid-2_0_2-lib-openid-dh_rb.html
HTML
mit
20,506
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by jcutrell</title> <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/style.css" media="screen" type="text/css" /> </head> <body> <div class="row"> <div class="col col-1-3 blue"></div> <div class="col col-1-3 orange"></div> <div class="col col-1-3 green"></div> </div> <div class="row"> <div class="col col-1-2 gray"></div> <div class="col col-1-2 blue"></div> </div> <div class="row"> <div class="col col-1-4 orange"></div> <div class="col col-1-2 green"></div> <div class="col col-1-4 blue"></div> </div> <script src='http://codepen.io/assets/libs/fullpage/jquery.js'></script> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script> <script src="js/index.js"></script> </body> </html>
tutsplus/recreating-the-animated-circle-effect-as-seen-on-google-design
index.html
HTML
mit
874
<!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 `vec` mod in crate `std`."> <meta name="keywords" content="rust, rustlang, rust-lang, vec"> <title>std::vec - 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='../../std/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'>std</a></p><script>window.sidebarCurrent = {name: 'vec', ty: 'mod', 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 mod"> <h1 class='fqn'><span class='in-band'>Module <a href='../index.html'>std</a>::<wbr><a class='mod' href=''>vec</a><wbr><a class='stability Stable' title=''>Stable</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-29488' href='../../collections/vec/index.html?gotosrc=29488'>[src]</a></span></h1> <div class='docblock'><p>A growable list type with heap-allocated contents, written <code>Vec&lt;T&gt;</code> but pronounced &#39;vector.&#39;</p> <p>Vectors have <code>O(1)</code> indexing, push (to the end) and pop (from the end).</p> <h1 id="examples" class='section-header'><a href="#examples">Examples</a></h1> <p>Explicitly creating a <code>Vec&lt;T&gt;</code> with <code>new()</code>:</p> <span class='rusttest'>fn main() { let xs: Vec&lt;i32&gt; = Vec::new(); }</span><pre id='rust-example-rendered' class='rust '> <span class='kw'>let</span> <span class='ident'>xs</span>: <span class='ident'>Vec</span><span class='op'>&lt;</span><span class='ident'>i32</span><span class='op'>&gt;</span> <span class='op'>=</span> <span class='ident'>Vec</span>::<span class='ident'>new</span>(); </pre> <p>Using the <code>vec!</code> macro:</p> <span class='rusttest'>fn main() { let ys: Vec&lt;i32&gt; = vec![]; let zs = vec![1i32, 2, 3, 4, 5]; }</span><pre id='rust-example-rendered' class='rust '> <span class='kw'>let</span> <span class='ident'>ys</span>: <span class='ident'>Vec</span><span class='op'>&lt;</span><span class='ident'>i32</span><span class='op'>&gt;</span> <span class='op'>=</span> <span class='macro'>vec</span><span class='macro'>!</span>[]; <span class='kw'>let</span> <span class='ident'>zs</span> <span class='op'>=</span> <span class='macro'>vec</span><span class='macro'>!</span>[<span class='number'>1i32</span>, <span class='number'>2</span>, <span class='number'>3</span>, <span class='number'>4</span>, <span class='number'>5</span>]; </pre> <p>Push:</p> <span class='rusttest'>fn main() { let mut xs = vec![1i32, 2]; xs.push(3); }</span><pre id='rust-example-rendered' class='rust '> <span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>xs</span> <span class='op'>=</span> <span class='macro'>vec</span><span class='macro'>!</span>[<span class='number'>1i32</span>, <span class='number'>2</span>]; <span class='ident'>xs</span>.<span class='ident'>push</span>(<span class='number'>3</span>); </pre> <p>And pop:</p> <span class='rusttest'>fn main() { let mut xs = vec![1i32, 2]; let two = xs.pop(); }</span><pre id='rust-example-rendered' class='rust '> <span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>xs</span> <span class='op'>=</span> <span class='macro'>vec</span><span class='macro'>!</span>[<span class='number'>1i32</span>, <span class='number'>2</span>]; <span class='kw'>let</span> <span class='ident'>two</span> <span class='op'>=</span> <span class='ident'>xs</span>.<span class='ident'>pop</span>(); </pre> </div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2> <table> <tr> <td><a class='stability Unstable' title='Unstable'></a><a class='struct' href='struct.DerefVec.html' title='std::vec::DerefVec'>DerefVec</a></td> <td class='docblock short'><p>Wrapper type providing a <code>&amp;Vec&lt;T&gt;</code> reference via <code>Deref</code>.</p> </td> </tr> <tr> <td><a class='stability Unstable' title='Unstable: recently added as part of collections reform 2'></a><a class='struct' href='struct.Drain.html' title='std::vec::Drain'>Drain</a></td> <td class='docblock short'><p>An iterator that drains a vector.</p> </td> </tr> <tr> <td><a class='stability Stable' title='Stable'></a><a class='struct' href='struct.IntoIter.html' title='std::vec::IntoIter'>IntoIter</a></td> <td class='docblock short'><p>An iterator that moves out of a vector.</p> </td> </tr> <tr> <td><a class='stability Stable' title='Stable'></a><a class='struct' href='struct.Vec.html' title='std::vec::Vec'>Vec</a></td> <td class='docblock short'><p>A growable list type, written <code>Vec&lt;T&gt;</code> but pronounced &#39;vector.&#39;</p> </td> </tr> </table><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2> <table> <tr> <td><a class='stability Unstable' title='Unstable'></a><a class='fn' href='fn.as_vec.html' title='std::vec::as_vec'>as_vec</a></td> <td class='docblock short'><p>Convert a slice to a wrapper type providing a <code>&amp;Vec&lt;T&gt;</code> reference.</p> </td> </tr> </table><h2 id='types' class='section-header'><a href="#types">Type Definitions</a></h2> <table> <tr> <td><a class='stability Deprecated' title='Deprecated: use Cow&lt;&#39;a, [T]&gt; instead'></a><a class='type' href='type.CowVec.html' title='std::vec::CowVec'>CowVec</a></td> <td class='docblock short'></td> </tr> </table></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 = "std"; window.playgroundUrl = "http://play.rust-lang.org/"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script src="../../playpen.js"></script> <script async src="../../search-index.js"></script> </body> </html>
ArcherSys/ArcherSys
Rust/share/doc/rust/html/std/vec/index.html
HTML
mit
8,868
<div class='panel panel-default olx-panel'> <div class='panel-heading'> <h3 class='panel-title glyphicon glyphicon-fire'>&#8201;人气排行</h3> </div> <div class='panel-body'> <ul class='list-group'> #foreach($doc in $!{data.view_count})<li class='list-group-item'> <span class='badge'>#numToMoney($!{doc.VIEW_COUNT})</span> <a href='/archive/$!{doc.id}.html' title='创建于 #formatDate($!{doc.CREATE_TIME})'> <div>$!{velocityCount}、$!{doc.TITLE}</div> </a> </li>#end </ul> </div> </div> #*<!--script> $(function(){ $('#panel_download').pin({ minWidth: 940, top: 60 }); }); </script-->*#
3203317/cj
caiji/views/portal/1.0.1/_pagelet/panel_view_count.html
HTML
mit
632
<!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:58 EET 2011 --> <TITLE> edu.cmu.cs.stage3.alice.core.behavior Class Hierarchy </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="edu.cmu.cs.stage3.alice.core.behavior Class Hierarchy"; } } </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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/bubble/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?edu/cmu/cs/stage3/alice/core/behavior/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.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> Hierarchy For Package edu.cmu.cs.stage3.alice.core.behavior </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/Element.html" title="class in edu.cmu.cs.stage3.alice.core"><B>Element</B></A><UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/Behavior.html" title="class in edu.cmu.cs.stage3.alice.core"><B>Behavior</B></A><UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/AbstractConditionalBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>AbstractConditionalBehavior</B></A><UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/ConditionalBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>ConditionalBehavior</B></A><LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/IsCollidingBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>IsCollidingBehavior</B></A><LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/KeyIsPressedBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>KeyIsPressedBehavior</B></A> (implements java.awt.event.KeyListener) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/MouseButtonIsPressedBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>MouseButtonIsPressedBehavior</B></A> (implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/WorldIsRunningBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>WorldIsRunningBehavior</B></A></UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/InternalResponseBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>InternalResponseBehavior</B></A><UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/BillboardBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>BillboardBehavior</B></A> (implements edu.cmu.cs.stage3.alice.scenegraph.event.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/scenegraph/event/AbsoluteTransformationListener.html" title="interface in edu.cmu.cs.stage3.alice.scenegraph.event">AbsoluteTransformationListener</A>) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/DefaultMouseInteractionBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>DefaultMouseInteractionBehavior</B></A><LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/KeyboardNavigationBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>KeyboardNavigationBehavior</B></A><LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/MouseLookingBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>MouseLookingBehavior</B></A> (implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/MouseNavigationBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>MouseNavigationBehavior</B></A> (implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener) </UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/SimpleBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>SimpleBehavior</B></A> (implements edu.cmu.cs.stage3.alice.core.event.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/event/ScheduleListener.html" title="interface in edu.cmu.cs.stage3.alice.core.event">ScheduleListener</A>) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/TriggerBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>TriggerBehavior</B></A><UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/CollisionBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>CollisionBehavior</B></A><LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/ConditionalTriggerBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>ConditionalTriggerBehavior</B></A><LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/KeyClickBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>KeyClickBehavior</B></A> (implements java.awt.event.KeyListener) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/MessageReceivedBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>MessageReceivedBehavior</B></A> (implements edu.cmu.cs.stage3.alice.core.event.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/event/MessageListener.html" title="interface in edu.cmu.cs.stage3.alice.core.event">MessageListener</A>) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/MouseButtonClickBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>MouseButtonClickBehavior</B></A> (implements java.awt.event.MouseListener) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/SoundLevelBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>SoundLevelBehavior</B></A> (implements javax.media.ControllerListener, javax.media.Renderer) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/SoundMarkerPassedBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>SoundMarkerPassedBehavior</B></A> (implements edu.cmu.cs.stage3.alice.core.media.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/media/SoundMarkerListener.html" title="interface in edu.cmu.cs.stage3.alice.core.media">SoundMarkerListener</A>) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/VariableChangeBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>VariableChangeBehavior</B></A> (implements edu.cmu.cs.stage3.alice.core.event.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/event/ExpressionListener.html" title="interface in edu.cmu.cs.stage3.alice.core.event">ExpressionListener</A>) <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/WorldStartBehavior.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>WorldStartBehavior</B></A></UL> </UL> </UL> <LI TYPE="circle">edu.cmu.cs.stage3.util.<A HREF="../../../../../../../edu/cmu/cs/stage3/util/Enumerable.html" title="class in edu.cmu.cs.stage3.util"><B>Enumerable</B></A> (implements java.io.Serializable) <UL> <LI TYPE="circle">edu.cmu.cs.stage3.alice.core.behavior.<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/behavior/MultipleRuntimeResponsePolicy.html" title="class in edu.cmu.cs.stage3.alice.core.behavior"><B>MultipleRuntimeResponsePolicy</B></A></UL> </UL> </UL> <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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../../edu/cmu/cs/stage3/alice/core/bubble/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?edu/cmu/cs/stage3/alice/core/behavior/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ai-ku/langvis
doc/edu/cmu/cs/stage3/alice/core/behavior/package-tree.html
HTML
mit
14,167
<template name="main"> <head> <title>Typing Master</title> </head> <body> <h1>Typing Master!</h1> {{> loginButtons}} <ul> <li> <a href="/">Play</a> </li> <li> <a href="/addDocument">Add a new document</a> </li> <li> <a href="/rooms">Create or join a game room</a> </li> </ul> {{> yield}} </body> </template>
wkgg/typingMaster
app/client/views/main.html
HTML
mit
364
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <title>ExecutionOptions | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="/assets/css/default.css?v=5" rel="stylesheet" type="text/css"> <!-- JAVASCRIPT --> <script src="//www.google.com/jsapi" type="text/javascript"></script> <script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "/"; var metaTags = []; var devsite = false; </script> <script src="/assets/js/docs.js?v=3" type="text/javascript"></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-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation google develop reference" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- dialog to prompt lang pref change when loaded from hardcoded URL <div id="langMessage" style="display:none"> <div> <div class="lang en"> <p>You requested a page in English, would you like to proceed with this language setting?</p> </div> <div class="lang es"> <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p> </div> <div class="lang ja"> <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p> </div> <div class="lang ko"> <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p> </div> <div class="lang ru"> <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p> </div> <div class="lang zh-cn"> <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p> </div> <div class="lang zh-tw"> <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p> </div> <a href="#" class="button yes" onclick="return false;"> <span class="lang en">Yes</span> <span class="lang es">Sí</span> <span class="lang ja">Yes</span> <span class="lang ko">Yes</span> <span class="lang ru">Yes</span> <span class="lang zh-cn">是的</span> <span class="lang zh-tw">没有</span> </a> <a href="#" class="button" onclick="$('#langMessage').hide();return false;"> <span class="lang en">No</span> <span class="lang es">No</span> <span class="lang ja">No</span> <span class="lang ko">No</span> <span class="lang ru">No</span> <span class="lang zh-cn">没有</span> <span class="lang zh-tw">没有</span> </a> </div> </div> --> <!-- Header --> <div id="header-wrapper"> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="/index.html"> <img src="/assets/images/dac_logo.png" srcset="/assets/images/[email protected] 2x" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="/design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="/develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="/distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="/about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <div class="header">Language</div> <div id="language" class="locales"> <select name="language" onChange="changeLangPref(this.value, true)"> <option value="en">English</option> <option value="es">Español</option> <option value="ja">日本語</option> <option value="ko">한국어</option> <option value="ru">Русский</option> <option value="zh-cn">中文(简体)</option> <option value="zh-tw">中文(繁體)</option> </select> </div> <script type="text/javascript"> <!-- loadLangPref(); //--> </script> <br class="clearfix" /> </div><!-- end 'mid' --> <div class="bottom"></div> </div><!-- end 'moremenu' --> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '/')" onkeyup="return search_changed(event, false, '/')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div><!-- end search-inner --> </div><!-- end search-container --> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div><!-- end menu-container (search and menu widget) --> <!-- Expanded quicknav --> <div id="quicknav" class="col-13"> <ul> <li class="about"> <ul> <li><a href="/about/index.html">About</a></li> <li><a href="/wear/index.html">Wear</a></li> <li><a href="/tv/index.html">TV</a></li> <li><a href="/auto/index.html">Auto</a></li> </ul> </li> <li class="design"> <ul> <li><a href="/design/index.html">Get Started</a></li> <li><a href="/design/devices.html">Devices</a></li> <li><a href="/design/style/index.html">Style</a></li> <li><a href="/design/patterns/index.html">Patterns</a></li> <li><a href="/design/building-blocks/index.html">Building Blocks</a></li> <li><a href="/design/downloads/index.html">Downloads</a></li> <li><a href="/design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="/training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="/guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="/reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="/sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> </li> <li><a href="/google/index.html">Google Services</a> </li> <li><a href="/samples/index.html">Samples</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="/distribute/googleplay/index.html">Google Play</a></li> <li><a href="/distribute/essentials/index.html">Essentials</a></li> <li><a href="/distribute/users/index.html">Get Users</a></li> <li><a href="/distribute/engage/index.html">Engage &amp; Retain</a></li> <li><a href="/distribute/monetize/index.html">Monetize</a></li> <li><a href="/distribute/analyze/index.html">Analyze</a></li> <li><a href="/distribute/tools/index.html">Tools &amp; Reference</a></li> <li><a href="/distribute/stories/index.html">Developer Stories</a></li> </ul> </li> </ul> </div><!-- /Expanded quicknav --> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap" style="position:relative;z-index:1"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="/training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="/guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="/reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="/sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="/google/index.html" >Google Services</a> </li> <li class="samples"><a href="/samples/index.html" >Samples</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav DEVELOP --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <div id="sticky-header"> <div> <a class="logo" href="#top"></a> <a class="top" href="#top"></a> <ul class="breadcrumb"> <li class="current">ExecutionOptions</li> </ul> </div> </div> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav" class="scroll-pane"> <ul id="nav"> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/index.html"> <span class="en">Overview</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/games.html"> <span class="en">Games</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/location.html"> <span class="en">Location</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/plus.html"> <span class="en">Google+</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/maps.html"> <span class="en">Maps</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/drive.html"> <span class="en">Drive</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/cast.html"> <span class="en">Cast</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play-services/ads.html"> <span class="en">Ads</span></a> </div> <ul> <li><a href="/google/play-services/id.html"> <span class="en">Advertising ID</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"> <span class="en">Wallet</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/safetynet/index.html"> <span class="en">SafetyNet</span> </a></div> <ul> <li> <a href="/google/play/safetynet/start.html"> <span class="en">Getting Started</span> </a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play-services/index.html"> <span class="en">Google Play Services</span></a> </div> <ul> <li><a href="/google/play-services/setup.html"> <span class="en">Setting Up Google Play Services</span></a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/auth/api-client.html"> <span class="en">Accessing Google APIs</span></a> </div> <ul> <li> <a href="/google/auth/http-auth.html"> <span class="en">Authorizing with Google for REST APIs</span> </a> </li> </ul> </li> <li id="gms-tree-list" class="nav-section"> <div class="nav-section-header"> <a href="/reference/gms-packages.html"> <span class="en">Reference</span> </a> <div> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/billing/index.html" zh-cn-lang="应用内结算"> <span class="en">Google Play In-app Billing</span></a> </div> <ul> <li><a href="/google/play/billing/billing_overview.html" zh-cn-lang="应用内结算概述"> <span class="en">Overview</span></a> </li> <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html" zh-cn-lang="应用内结算 API"> <span class="en">Version 3 API</span></a></div> <ul> <li><a href="/google/play/billing/billing_integrate.html"> <span class="en">Implementing the API</span></a></li> <li><a href="/google/play/billing/billing_reference.html"> <span class="en">Reference</span></a></li> </ul> </li> <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html"> <span class="en">Version 2 API</span></a></div> <ul> <li><a href="/google/play/billing/v2/billing_integrate.html"> <span class="en">Implementing the API</span></a></li> <li><a href="/google/play/billing/v2/billing_subscriptions.html"> <span class="en">Subscriptions</span></a></li> <li><a href="/google/play/billing/v2/billing_reference.html"> <span class="en">Reference</span></a></li> </ul> </li> <li><a href="/google/play/billing/billing_subscriptions.html"> <span class="en">Subscriptions</span></a> </li> <li><a href="/google/play/billing/billing_best_practices.html" zh-cn-lang="安全性和设计"> <span class="en">Security and Design</span></a> </li> <li><a href="/google/play/billing/billing_testing.html" zh-cn-lang="测试应用内结算"> <span class="en">Testing In-app Billing</span></a> </li> <li><a href="/google/play/billing/billing_admin.html" zh-cn-lang="管理应用内结算"> <span class="en">Administering In-app Billing</span></a> </li> <li><a href="/google/play/billing/versions.html"> <span class="en">Version Notes</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/gcm/index.html"> <span class="en">Google Cloud Messaging</span></a> </div> <ul> <li><a href="/google/gcm/gcm.html"> <span class="en">Overview</span></a> </li> <li><a href="/google/gcm/gs.html"> <span class="en">Getting Started</span></a> </li> <li><a href="/google/gcm/client.html"> <span class="en">Implementing GCM Client</span></a> </li> <li class="nav-section"><div class="nav-section-header"><a href="/google/gcm/server.html"> <span class="en">Implementing GCM Server</span></a></div> <ul> <li><a href="/google/gcm/ccs.html"> <span class="en">CCS (XMPP)</span></a></li> <li><a href="/google/gcm/http.html"> <span class="en">HTTP</span></a></li> </ul> </li> <li><a href="/google/gcm/server-ref.html"> <span class="en">Server Reference</span></a> </li> <li><a href="/google/gcm/notifications.html"> <span class="en">User Notifications</span></a> </li> <li><a href="/google/gcm/c2dm.html"> <span class="en">Migration</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/gcs/index.html"> <span class="en">Google Cloud Save</span></a> </div> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/dist.html"> <span class="en">Google Play Distribution</span></a> </div> <ul> <li><a href="/google/play/filters.html"> <span class="en">Filters on Google Play</span></a> </li> <li><a href="/google/play/billing/gp-purchase-status-api.html"> <span class="en">Google Play Developer API</span></a> </li> <li><a href="/google/play/publishing/multiple-apks.html"> <span class="en">Multiple APK Support</span></a> </li> <li><a href="/google/play/expansion-files.html"> <span class="en">APK Expansion Files</span></a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/licensing/index.html"> <span class="en">Application Licensing</span></a> </div> <ul> <li><a href="/google/play/licensing/overview.html"> <span class="en">Licensing Overview</span></a> </li> <li><a href="/google/play/licensing/setting-up.html"> <span class="en">Setting Up for Licensing</span></a> </li> <li><a href="/google/play/licensing/adding-licensing.html"> <span class="en">Adding Licensing to Your App</span></a> </li> <li><a href="/google/play/licensing/licensing-reference.html"> <span class="en">Licensing Reference</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/backup/index.html"> Android Backup Service</a> </div> <ul> <li><a href="/google/backup/signup.html"> Register</a> </li> </ul> </li> </ul> </li> </ul> <script type="text/javascript"> <!-- buildToggleLists(); changeNavLang(getLangPref()); //--> </script> </div> <script type="text/javascript"> showGoogleRefTree(); </script> </div> <!-- end side-nav --> <script> $(document).ready(function() { scrollIntoView("devdoc-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#nestedclasses">Nested Classes</a> &#124; <a href="#constants">Constants</a> &#124; <a href="#pubmethods">Methods</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public final class <h1 itemprop="name">ExecutionOptions</h1> extends Object<br/> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <table class="jd-inheritance-table"> <tr> <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.drive.ExecutionOptions</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">Options that can be included with certain requests to the API to configure notification and conflict resolution behavior. Use <code><a href="/reference/com/google/android/gms/drive/ExecutionOptions.Builder.html">ExecutionOptions.Builder</a></code> to create a new <code><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html">ExecutionOptions</a></code> object. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ======== NESTED CLASS SUMMARY ======== --> <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> class</nobr></td> <td class="jd-linkcol"><a href="/reference/com/google/android/gms/drive/ExecutionOptions.Builder.html">ExecutionOptions.Builder</a></td> <td class="jd-descrcol" width="100%"> A builder for creating a new <code><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html">ExecutionOptions</a></code>.&nbsp; </td> </tr> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html#CONFLICT_STRATEGY_KEEP_REMOTE">CONFLICT_STRATEGY_KEEP_REMOTE</a></td> <td class="jd-descrcol" width="100%"> A conflict resolution strategy that keeps the remote version of the file instead of overwriting it with the locally committed changes when a conflict is detected. </td> </tr> <tr class=" api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html#CONFLICT_STRATEGY_OVERWRITE_REMOTE">CONFLICT_STRATEGY_OVERWRITE_REMOTE</a></td> <td class="jd-descrcol" width="100%"> A conflict resolution strategy that always overwrites any remote state and applies the locally committed changes on top, even in case of conflicts. </td> </tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol">int</td> <td class="jd-linkcol"><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html#MAX_TRACKING_TAG_STRING_LENGTH">MAX_TRACKING_TAG_STRING_LENGTH</a></td> <td class="jd-descrcol" width="100%"> The maximum tracking tag size in string length. </td> </tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html#equals(java.lang.Object)">equals</a></span>(Object o)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/drive/ExecutionOptions.html#hashCode()">hashCode</a></span>()</nobr> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" ><img id="inherited-methods-java.lang.Object-trigger" src="/assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class java.lang.Object <div id="inherited-methods-java.lang.Object"> <div id="inherited-methods-java.lang.Object-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> Object</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">clone</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">equals</span>(Object arg0)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">finalize</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final Class&lt;?&gt;</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">getClass</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">hashCode</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notify</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notifyAll</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> String</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">toString</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0, int arg1)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0)</nobr> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- ========= ENUM CONSTANTS DETAIL ======== --> <h2>Constants</h2> <A NAME="CONFLICT_STRATEGY_KEEP_REMOTE"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> CONFLICT_STRATEGY_KEEP_REMOTE </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>A conflict resolution strategy that keeps the remote version of the file instead of overwriting it with the locally committed changes when a conflict is detected. <p> When using this strategy, the caller must also request completion notifications, by calling <code><a href="/reference/com/google/android/gms/drive/ExecutionOptions.Builder.html#setNotifyOnCompletion(boolean)">setNotifyOnCompletion(boolean)</a></code>. Then, in case of conflict the remote state of the file will be preserved but through the <code><a href="/reference/com/google/android/gms/drive/events/CompletionEvent.html">CompletionEvent</a></code>, the client will be able to handle the conflict, access the locally committed changes that conflicted (and couldn't be persisted on the server), and perform the desired conflict resolution with all the data. See <code><a href="/reference/com/google/android/gms/drive/events/CompletionEvent.html#STATUS_CONFLICT">STATUS_CONFLICT</a></code> for more information on how to resolve conflicts. <p> This strategy can be used with <code><a href="/reference/com/google/android/gms/drive/DriveContents.html">DriveContents</a></code> that were either opened in <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#MODE_READ_WRITE">MODE_READ_WRITE</a></code> through <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#open(com.google.android.gms.common.api.GoogleApiClient, int, com.google.android.gms.drive.DriveFile.DownloadProgressListener)">open(GoogleApiClient, int, DriveFile.DownloadProgressListener)</a></code>, or reopened in <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#MODE_WRITE_ONLY">MODE_WRITE_ONLY</a></code> but obtained through <code><a href="/reference/com/google/android/gms/drive/DriveContents.html#reopenForWrite(com.google.android.gms.common.api.GoogleApiClient)">reopenForWrite(GoogleApiClient)</a></code>. This is because the API can only detect conflicts if the written contents are based upon a known revision. In both cases the base revision is considered the one obtained through the first <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#open(com.google.android.gms.common.api.GoogleApiClient, int, com.google.android.gms.drive.DriveFile.DownloadProgressListener)">open(GoogleApiClient, int, DriveFile.DownloadProgressListener)</a></code>. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 1 (0x00000001) </span> </div> </div> </div> <A NAME="CONFLICT_STRATEGY_OVERWRITE_REMOTE"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> CONFLICT_STRATEGY_OVERWRITE_REMOTE </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>A conflict resolution strategy that always overwrites any remote state and applies the locally committed changes on top, even in case of conflicts. <p> When this strategy is used, the Drive API will not even attempt to detect conflicts and will always overwrite contents. This strategy can be used with <code><a href="/reference/com/google/android/gms/drive/DriveContents.html">DriveContents</a></code> opened in any mode (<code><a href="/reference/com/google/android/gms/drive/DriveFile.html#MODE_READ_ONLY">MODE_READ_ONLY</a></code>, <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#MODE_WRITE_ONLY">MODE_WRITE_ONLY</a></code> or <code><a href="/reference/com/google/android/gms/drive/DriveFile.html#MODE_READ_WRITE">MODE_READ_WRITE</a></code>). </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 0 (0x00000000) </span> </div> </div> </div> <A NAME="MAX_TRACKING_TAG_STRING_LENGTH"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public static final int </span> MAX_TRACKING_TAG_STRING_LENGTH </h4> <div class="api-level"> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>The maximum tracking tag size in string length. </p></div> <div class="jd-tagdata"> <span class="jd-tagtitle">Constant Value: </span> <span> 65536 (0x00010000) </span> </div> </div> </div> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <A NAME="equals(java.lang.Object)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public boolean </span> <span class="sympad">equals</span> <span class="normal">(Object o)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="hashCode()"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public int </span> <span class="sympad">hashCode</span> <span class="normal">()</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="/license.html"> Content License</a>. </div> <div id="build_info"> <script src="/timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="/support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
anas-ambri/androidcompat
docs/com/google/android/gms/drive/ExecutionOptions.html
HTML
mit
41,249
<!DOCTYPE html> <html> <head> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width"> <title>Nest API Test App</title> </head> <body> <div id="app"></div> <div id="overlay"></div> <script type="text/javascript" src="bundle.js"></script> </body> </html>
Windstalker/nest-test-app
src/index.html
HTML
mit
349
<!DOCTYPE html> <html lang="en-us"> <head> <title>Start TicTrainer Session</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/stylesheets/bgStyle.css"> <link rel="stylesheet" type="text/css" href="/stylesheets/normalize.css"> </head> <body> <section class="page-header"> <div class="header-navbar"> <a href="/" class="logo"></a> <h1>Start Session</h1> <div style="clear: both;"></div> </div> </section> <section class="main-content"> <form method="POST" name="newSession" onsubmit="return checkForm();"> <input type="hidden" name="source" value="newSession"> <fieldset> <legend>New Session</legend> Your ID:<br> <input type="text" name="id" placeholder="t0000" required><br> Password:<br> <input type="password" name="pw" required><br> ID to link to:<br> <input type="text" name="lid" placeholder="u0000" required><br> <input type="submit" value="Link" class="btn"> </fieldset> </form> </section> <script> function checkForm(){ var id = document.forms["newSession"]["id"].value.toLowerCase(); var lid = document.forms["newSession"]["lid"].value.toLowerCase(); if("ut".indexOf(id[0]) == -1 || id.length < 2){ alert("Invalid ID"); return false; } if("ut".indexOf(lid[0]) == -1 || lid.length < 2){ alert("Invalid ID"); return false; } } </script> </body> </html>
jonkb/TicTrainer-node
src/webroot/session/index.html
HTML
mit
1,489
<div>{{error}}</div> <div><h3>{{account.name}}</h3></div> <div>Created on: {{account.created | date}}</div> <div>Server: {{world.name}} Population: {{world.population}}</div> <div class="panel panel-default"> <div class="panel-heading">Characters</div> <div class="panel-body"> <div ng-repeat="character in characters"> <a ng-href="character.html?{{character}}">{{character}}</a> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading">Guilds</div> <div class="panel-body"> <div ng-repeat="guild in guilds"> {{guild.guild_name}} [{{guild.tag}}] </div> </div> </div>
wporter82/gw2armory
accountInfo.html
HTML
mit
618
<!DOCTYPE html> <html ng-app="comparcelTester" ng-controller="AppCtrl"> <head> <title>Comparcel Regression Tester</title> <!-- social media tags --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@comparcel"> <meta name="twitter:title" content="comparcelTester"> <meta name="twitter:description" content="Non-Trivial AngularJS Made Easy: Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around."> <meta name="twitter:creator" content="@olliemaitland"> <meta name="twitter:image:src" content="https://a248.e.akamai.net/assets.github.com/images/modules/logos_page/Octocat.png?1366128846"> <meta property="og:title" content="Comparcel Regression" /> <meta property="og:type" content="website" /> <meta property="og:url" content="http://comparcel.com" /> <meta property="og:image" content="https://a248.e.akamai.net/assets.github.com/images/modules/logos_page/Octocat.png?1366128846" /> <meta property="og:description" content="Non-Trivial AngularJS Made Easy: Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around."> <!-- font awesome from BootstrapCDN --> <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> <!-- compiled CSS --><% styles.forEach( function ( file ) { %> <link rel="stylesheet" type="text/css" href="<%= file %>" /><% }); %> <!--[if IE 7> <link rel="stylesheet" href="assets/font-awesome-ie7.min.css /> <![endif]--> <!-- compiled CSS --><% scripts.forEach( function ( file ) { %> <script type="text/javascript" src="<%= file %>"></script><% }); %> <!-- it's stupid to have to load it here, but this is for the +1 button --> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"> { "parsetags": "explicit" } </script> </head> <body> <div class="container"> <div class="masthead"> <h3 class="muted">Regression tester for Comparcel<small><a href="http://comparcel.com">v<%= version %></a></small></h3> <div class="navbar"> <div class="navbar-inner"> <div class="container"> <ul class="nav"> <li ui-route="/home" ng-class="{active:$uiRoute}"> <a href="#/home"> <i class="icon-home"></i> Run </a> </li> <li ui-route="/payload" ng-class="{active:$uiRoute}"> <a href="#/payload"> <i class="icon-settings"></i> Payload </a> </li> </ul> </div> </div> </div> </div> </div> <div class="container" ui-view="main"></div> <footer class="footer"> <div class="container"> <div class="footer-inner"> <ul class="social"> <li><a target="_blank" href="http://twitter.com/olliemaitland"><i class="icon-twitter-sign"></i></a></li> <li><a target="_blank" href="http://linkedin.com/in/olliemaitland"><i class="icon-linkedin-sign"></i></a></li> </ul> <p> (c) 2013 Comparcel Limited. <br /> regression tester is based on <a href="http://github.com/joshdmiller/ng-boilerplate">ng-Boilerplate</a>, <a href="http://www.angularjs.org">AngularJS</a>, <a href="http://getbootstrap.com">Bootstrap</a>, <a href="http://angular-ui.github.com/bootstrap">UI Bootstrap</a>, and <a href="http://fortawesome.github.com/Font-Awesome">Font Awesome</a>. </p> </div> </div> </footer> </body> </html>
olliemaitland/comparcel-regression
src/index.html
HTML
mit
3,975
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ptsf: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / ptsf - 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> ptsf <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-19 00:31:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-19 00:31:13 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 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/ptsf&quot; license: &quot;BSD&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PTSF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-ptsatr&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: pure type systems&quot; &quot;keyword: judgmental equality&quot; &quot;keyword: explicit equality proofs&quot; &quot;keyword: proof relevance&quot; &quot;category: Mathematics/Logic/Type theory&quot; ] authors: [ &quot;Floris van Doorn &lt;[email protected]&gt; [http://www.andrew.cmu.edu/user/fpv/]&quot; &quot;Herman Geuvers &lt;[email protected]&gt; [http://www.cs.ru.nl/~herman/]&quot; &quot;Freek Wiedijk &lt;[email protected]&gt; [http://www.cs.ru.nl/~freek/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ptsf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ptsf.git&quot; synopsis: &quot;Explicit Convertibility Proofs in Pure Type Systems&quot; description: &quot;&quot;&quot; http://www.andrew.cmu.edu/user/fpv/ptsf/ Formalization of the proof that PTS and PTS with explicit convertibility proofs (PTSf) are equivalent.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ptsf/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=dd82b98b28be2cf0a46a8d6316397064&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-ptsf.8.8.0 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-ptsf -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ptsf.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.11.2-2.0.7/released/8.12.1/ptsf/8.8.0.html
HTML
mit
7,092
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="../css/main.css" type="text/css"> </head> <style> body { background: green; } </style> <body> <article id="boveda" title="BOVEDA"> <div class="dialogContent"> <div class="styledDiv"> <div class="horizontal_center" style="margin:8px 0;"> <div> <span id="bovedaOroDisponibleLabel" class="secondaryColor">ORO DISPONIBLE</span> <span id="bovedaOroDisponibleVal" class="everywhereBoldFont activeColor">834</span> </div> </div> <div class="justifiedContainer" style="margin-bottom: 15px;"> <button id="bovedaBotonRetirarOro" class="btn btn-default">Retirar oro</button> <input id="bovedaInputCantidadOro" class="form-control" type="number" value="1"> <button id="bovedaBotonDepositarOro" class="btn btn-default">Depositar oro</button> </div> </div> <div style="text-align:center; margin: 5px 0;"> <span id="bovedaNombreLabel" class="secondaryColor">NOMBRE: </span> <span id="bovedaNombreVal" class="activeColor">Pollo</span> </div> <div class="justifiedContainer"> <div> <span id="bovedaMinLabel" class="secondaryColor">MIN</span> <span id="bovedaMinVal" class="everywhereBoldFont activeColor">1</span> </div> <div> <span id="bovedaMaxVal" class="everywhereBoldFont activeColor">3</span> <span id="bovedaMaxLabel" class="secondaryColor">MAX</span> </div> </div> <div style="margin:10px auto; width:100%; display:flex; flex:1; overflow-y:auto;"> <ul id="bovedaGridComprar" class="itemgrid"></ul> <ul id="bovedaGridVender" class="itemgrid"></ul> </div> <div class="modal-footer justifiedContainer"> <button id="bovedaBotonRetirarItem" class="btn btn-default noClickSound">Retirar</button> <input id="bovedaInputCantidadItem" class="form-control" type="number" value="1"> <button id="bovedaBotonDepositarItem" class="btn btn-default noClickSound">Depositar</button> </div> </div> </article> </body> </html>
horacioMartinez/dakara-client
client/menus/boveda.html
HTML
mit
2,347
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cfgv: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / cfgv - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> cfgv <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-28 06:52:07 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-28 06:52:07 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/cfgv&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CFGV&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: generic programming&quot; &quot;keyword: variable bindings&quot; &quot;keyword: context free grammars&quot; &quot;keyword: substitution&quot; &quot;keyword: alpha equality&quot; &quot;keyword: equivariance&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Abhishek &lt;[email protected]&gt; [http://www.cs.cornell.edu/~aa755/]&quot; &quot;Vincent Rahli &lt;[email protected]&gt; [http://www.cs.cornell.edu/~rahli/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cfgv/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cfgv.git&quot; synopsis: &quot;Generic Proofs about Alpha Equality and Substitution&quot; description: &quot;&quot;&quot; http://www.nuprl.org/html/CFGVLFMTP2014/ Please read the following paper&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cfgv/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=0d5ec3f56865a223df15ac4b5ed9f235&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-cfgv.8.6.0 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0). The following dependencies couldn&#39;t be met: - coq-cfgv -&gt; coq &gt;= 8.6 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-cfgv.8.6.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.05.0-2.0.1/released/8.5.0/cfgv/8.6.0.html
HTML
mit
7,101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>TestTopicMerge</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script type="text/javascript" src="../assets/jsunittest.js"></script> <script type="text/javascript" src="../../src/tm-src.js"></script> <script type="text/javascript" src="datatypeaware.js"></script> <script type="text/javascript" src="tmunittest.js"></script> <link type="text/css" rel="stylesheet" href="../assets/unittest.css" /> </head> <body> <!-- Log output --> <div id="testlog"> </div> <!-- Tests --> <script type="text/javascript" language="javascript"> // <![CDATA[ var tmp = new Test.Unit.Runner({ setup: function() { TMUnitTest.addCommonSetupFunctions(this); }, teardown: function() { TMUnitTest.addCommonTeardownFunctions(this); }, testTopicMergeNoop: function () { var sid, topic; sid = this.createLocator("http://www.tmapi.org/test/me"); topic = this._tm.createTopicBySubjectIdentifier(sid); this.assertEqual(1, this._tm.getTopics().length); this.assertEqual(topic, this._tm.getTopicBySubjectIdentifier(sid)); topic.mergeIn(topic); this.assertEqual(1, this._tm.getTopics().length); this.assertEqual(topic, this._tm.getTopicBySubjectIdentifier(sid)); }, /** * Tests if the types are merged too */ testTypesMerged: function () { var t1, t2, t3; t1 = this.createTopic(); t2 = this.createTopic(); t3 = this.createTopic(); t2.addType(t3); this.assert(t2.getTypes().contains(t3)); this.assertEqual(0, t1.getTypes().length); t1.mergeIn(t2); this.assert(t1.getTypes().contains(t3), "topic must have a type now"); }, /** * If topics reify different Topic Maps constructs they cannot be merged. */ testReifiedClash: function () { var topic1, topic2, assoc1, assoc2; topic1 = this.createTopic(); topic2 = this.createTopic(); assoc1 = this.createAssociation(); assoc2 = this.createAssociation(); assoc1.setReifier(topic1); assoc2.setReifier(topic2); this.assertEqual(topic1, assoc1.getReifier()); this.assertEqual(topic2, assoc2.getReifier()); this.assertRaise('ModelConstraintException', function() { topic1.mergeIn(topic2); }, "The topics reify different Topic Maps constructs and cannot be merged"); }, /** * Tests if a topic overtakes all roles played of the other topic. */ testRolePlaying: function () { var topic1, topic2, assoc, role; topic1 = this.createTopic(); topic2 = this.createTopic(); assoc = this.createAssociation(); role = assoc.createRole(this.createTopic(), topic2); this.assertEqual(4, this._tm.getTopics().length); this.assert(!topic1.getRolesPlayed().contains(role)); this.assert(topic2.getRolesPlayed().contains(role)); topic1.mergeIn(topic2); this.assertEqual(3, this._tm.getTopics().length); this.assert(topic1.getRolesPlayed().contains(role)); }, /** * Tests if the subject identifiers are overtaken. */ testIdentitySubjectIdentifier: function () { var sid1, sid2, topic1, topic2; sid1 = this._tm.createLocator("http://psi.exmaple.org/sid-1"); sid2 = this._tm.createLocator("http://psi.exmaple.org/sid-2"); topic1 = this._tm.createTopicBySubjectIdentifier(sid1); topic2 = this._tm.createTopicBySubjectIdentifier(sid2); this.assert(topic1.getSubjectIdentifiers().contains(sid1)); this.assert(!topic1.getSubjectIdentifiers().contains(sid2)); this.assert(!topic2.getSubjectIdentifiers().contains(sid1)); this.assert(topic2.getSubjectIdentifiers().contains(sid2)); topic1.mergeIn(topic2); this.assertEqual(2, topic1.getSubjectIdentifiers().length); this.assert(topic1.getSubjectIdentifiers().contains(sid1)); this.assert(topic1.getSubjectIdentifiers().contains(sid2)); }, /** * Tests if the subject locator are overtaken. */ testIdentitySubjectLocator: function () { var slo1, slo2, topic1, topic2; slo1 = this._tm.createLocator("http://tinytim.sf.net"); slo2 = this._tm.createLocator("http://tinytim.sourceforge.net"); topic1 = this._tm.createTopicBySubjectLocator(slo1); topic2 = this._tm.createTopicBySubjectLocator(slo2); this.assert(topic1.getSubjectLocators().contains(slo1)); this.assert(!topic1.getSubjectLocators().contains(slo2)); this.assert(!topic2.getSubjectLocators().contains(slo1)); this.assert(topic2.getSubjectLocators().contains(slo2)); topic1.mergeIn(topic2); this.assertEqual(2, topic1.getSubjectLocators().length); this.assert(topic1.getSubjectLocators().contains(slo1)); this.assert(topic1.getSubjectLocators().contains(slo2)); }, /** * Tests if the item identifiers are overtaken. */ testIdentityItemIdentifier: function () { var iid1, iid2, topic1, topic2; iid1 = this._tm.createLocator("http://tinytim.sf.net/test#1"); iid2 = this._tm.createLocator("http://tinytim.sf.net/test#2"); topic1 = this._tm.createTopicByItemIdentifier(iid1); topic2 = this._tm.createTopicByItemIdentifier(iid2); this.assert(topic1.getItemIdentifiers().contains(iid1)); this.assert(!topic1.getItemIdentifiers().contains(iid2)); this.assert(!topic2.getItemIdentifiers().contains(iid1)); this.assert(topic2.getItemIdentifiers().contains(iid2)); topic1.mergeIn(topic2); this.assertEqual(2, topic1.getItemIdentifiers().length); this.assert(topic1.getItemIdentifiers().contains(iid1)); this.assert(topic1.getItemIdentifiers().contains(iid2)); }, /** * Tests if merging detects duplicates and that the reifier is kept. */ testDuplicateDetectionReifier: function () { var topic1, topic2, reifier, type, nametype, name1, name2, name; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); reifier = this._tm.createTopic(); type = this._tm.createTopic(); name1 = topic1.createName("TMAPI", type); name2 = topic2.createName("TMAPI", type); this.assertEqual(4, this._tm.getTopics().length); name1.setReifier(reifier); this.assertEqual(reifier, name1.getReifier()); this.assertEqual(1, topic1.getNames().length); this.assert(topic1.getNames().contains(name1)); this.assertEqual(1, topic2.getNames().length); this.assert(topic2.getNames().contains(name2)); topic1.mergeIn(topic2); this.assertEqual(3, this._tm.getTopics().length); this.assertEqual(1, topic1.getNames().length); name = topic1.getNames()[0]; this.assertEqual(reifier, name.getReifier()); }, /** * Tests if merging detects duplicates and merges the reifiers of the * duplicates. */ testDuplicateDetectionReifierMerge: function () { var topic1, topic2, reifier1, reifier2, type, nametype, name1, name2, reifier, topics, i, name; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); reifier1 = this._tm.createTopic(); reifier2 = this._tm.createTopic(); type = this._tm.createTopic(); name1 = topic1.createName("TMAPI", type); name2 = topic2.createName("TMAPI", type); this.assertEqual(5, this._tm.getTopics().length); name1.setReifier(reifier1); name2.setReifier(reifier2); this.assertEqual(reifier1, name1.getReifier()); this.assertEqual(reifier2, name2.getReifier()); this.assertEqual(1, topic1.getNames().length); this.assert(topic1.getNames().contains(name1)); this.assertEqual(1, topic2.getNames().length); this.assert(topic2.getNames().contains(name2)); topic1.mergeIn(topic2); this.assertEqual(3, this._tm.getTopics().length); this.assertEqual(1, topic1.getNames().length); name = topic1.getNames()[0]; reifier = null; topics = this._tm.getTopics(); for (i=0; i<topics.length; i += 1) { if (!topics[i].equals(topic1) && !topics[i].equals(type)) { reifier = topics[i]; break; } } this.assertEqual(reifier, name.getReifier()); }, /** * Tests if merging detects duplicate associations. */ testDuplicateSuppressionAssociation: function () { var topic1, topic2, roleType, type, assoc1, assoc2, role1, role2, role; topic1 = this.createTopic(); topic2 = this.createTopic(); roleType = this.createTopic(); type = this.createTopic(); assoc1 = this._tm.createAssociation(type); assoc2 = this._tm.createAssociation(type); role1 = assoc1.createRole(roleType, topic1); role2 = assoc2.createRole(roleType, topic2); this.assertEqual(4, this._tm.getTopics().length); this.assertEqual(2, this._tm.getAssociations().length); this.assert(topic1.getRolesPlayed().contains(role1)); this.assert(topic2.getRolesPlayed().contains(role2)); this.assertEqual(1, topic1.getRolesPlayed().length); this.assertEqual(1, topic2.getRolesPlayed().length); topic1.mergeIn(topic2); this.assertEqual(3, this._tm.getTopics().length); this.assertEqual(1, this._tm.getAssociations().length); role = topic1.getRolesPlayed()[0]; this.assertEqual(roleType, role.getType()); }, /** * Tests if merging detects duplicate names. */ testDuplicateSuppressionName: function () { var topic1, topic2, nametype, name1, name2, name3; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); nametype = this._tm.createTopic(); name1 = topic1.createName("TMAPI", nametype); name2 = topic2.createName("TMAPI", nametype); name3 = topic2.createName("tiny Topic Maps engine", nametype); this.assertEqual(1, topic1.getNames().length); this.assert(topic1.getNames().contains(name1)); this.assertEqual(2, topic2.getNames().length); this.assert(topic2.getNames().contains(name2)); this.assert(topic2.getNames().contains(name3)); topic1.mergeIn(topic2); this.assertEqual(2, topic1.getNames().length); }, /** * Tests if merging detects duplicate names and moves the variants. */ testDuplicateSuppressionName2: function() { var topic1, topic2, nametype, name1, name2, variant, tmpName, tmpVar; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); nametype = this._tm.createTopic(); name1 = topic1.createName("TMAPI", nametype); name2 = topic2.createName("TMAPI", nametype); variant = name2.createVariant("tiny", this._tm.createLocator(this._XSD_STRING), this.createTopic()); this.assertEqual(1, topic1.getNames().length); this.assert(topic1.getNames().contains(name1)); this.assertEqual(0, name1.getVariants().length); this.assertEqual(1, topic2.getNames().length); this.assert(topic2.getNames().contains(name2)); this.assertEqual(1, name2.getVariants().length); this.assert(name2.getVariants().contains(variant)); topic1.mergeIn(topic2); this.assertEqual(1, topic1.getNames().length); tmpName = topic1.getNames()[0]; this.assertEqual(1, tmpName.getVariants().length); tmpVar = tmpName.getVariants()[0]; this.assertNotUndefined(tmpVar); if (typeof tmpVar !== 'undefined') { this.assertEqual("tiny", tmpVar.getValue()); } }, /** * Tests if merging detects duplicate names and sets the item * identifier to the union of both names. */ testDuplicateSuppressionNameMoveItemIdentifiers: function () { var topic1, topic2, iid1, iid2, name1, name2, name, nametype; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); iid1 = this._tm.createLocator("http://example.org/iid-1"); iid2 = this._tm.createLocator("http://example.org/iid-2"); nametype = this._tm.createTopic(); name1 = topic1.createName("TMAPI", nametype); name2 = topic2.createName("TMAPI", nametype); name1.addItemIdentifier(iid1); name2.addItemIdentifier(iid2); this.assert(name1.getItemIdentifiers().contains(iid1)); this.assert(name2.getItemIdentifiers().contains(iid2)); this.assertEqual(1, topic1.getNames().length); this.assert(topic1.getNames().contains(name1)); this.assertEqual(1, topic2.getNames().length); this.assert(topic2.getNames().contains(name2)); topic1.mergeIn(topic2); this.assertEqual(1, topic1.getNames().length); name = topic1.getNames()[0]; this.assertEqual(2, name.getItemIdentifiers().length); this.assert(name.getItemIdentifiers().contains(iid1)); this.assert(name.getItemIdentifiers().contains(iid2)); this.assertEqual("TMAPI", name.getValue()); }, /** * Tests if merging detects duplicate occurrences. */ testDuplicateSuppressionOccurrence: function() { var topic1, topic2, occType, occ1, occ2, occ3; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); occType = this.createTopic(); occ1 = topic1.createOccurrence(occType, "TMAPI"); occ2 = topic2.createOccurrence(occType, "TMAPI"); occ3 = topic2.createOccurrence(occType, "tiny Topic Maps engine"); this.assertEqual(1, topic1.getOccurrences().length); this.assert(topic1.getOccurrences().contains(occ1)); this.assertEqual(2, topic2.getOccurrences().length); this.assert(topic2.getOccurrences().contains(occ2)); this.assert(topic2.getOccurrences().contains(occ3)); topic1.mergeIn(topic2); this.assertEqual(2, topic1.getOccurrences().length); }, /** * Tests if merging detects duplicate occurrences and sets the item * identifier to the union of both occurrences. */ testDuplicateSuppressionOccurrenceMoveItemIdentifiers: function () { var topic1, topic2, iid1, iid2, occType, occ1, occ2, occ; topic1 = this._tm.createTopic(); topic2 = this._tm.createTopic(); iid1 = this._tm.createLocator("http://example.org/iid-1"); iid2 = this._tm.createLocator("http://example.org/iid-2"); occType = this.createTopic(); occ1 = topic1.createOccurrence(occType, "TMAPI"); occ1.addItemIdentifier(iid1); this.assert(occ1.getItemIdentifiers().contains(iid1)); occ2 = topic2.createOccurrence(occType, "TMAPI"); occ2.addItemIdentifier(iid2); this.assert(occ2.getItemIdentifiers().contains(iid2)); this.assertEqual(1, topic1.getOccurrences().length); this.assert(topic1.getOccurrences().contains(occ1)); this.assertEqual(1, topic2.getOccurrences().length); this.assert(topic2.getOccurrences().contains(occ2)); topic1.mergeIn(topic2); this.assertEqual(1, topic1.getOccurrences().length); occ = topic1.getOccurrences()[0]; this.assertEqual(2, occ.getItemIdentifiers().length); this.assert(occ.getItemIdentifiers().contains(iid1)); this.assert(occ.getItemIdentifiers().contains(iid2)); this.assertEqual("TMAPI", occ.getValue()); }, testOccurrenceTypeChange: function () { var topic, topic1, topic2, occurrence; topic = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); occurrence = topic.createOccurrence(topic1, "quux"); this.assert(topic1.equals(occurrence.getType())); topic2.mergeIn(topic1); this.assert(topic2.equals(occurrence.getType())); }, testNameTypeChange: function () { var topic, topic1, topic2, name; topic = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); name = topic.createName("quux", topic1); this.assert(topic1.equals(name.getType())); topic2.mergeIn(topic1); this.assert(topic2.equals(name.getType())); }, testAssociationTypeChange: function () { var topic1, topic2, association; topic1 = this.createTopic(); topic2 = this.createTopic(); association = this._tm.createAssociation(topic1); this.assert(topic1.equals(association.getType())); topic2.mergeIn(topic1); this.assert(topic2.equals(association.getType())); }, testRoleTypeChange: function () { var topic1, topic2, player, role, association; topic1 = this.createTopic(); topic2 = this.createTopic(); player = this.createTopic(); association = this.createAssociation(); role = association.createRole(topic1, player); this.assert(topic1.equals(role.getType())); topic2.mergeIn(topic1); this.assert(topic2.equals(role.getType())); }, testTopicTypeChange: function () { var topic1, topic2, topic; topic = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); topic.addType(topic1); this.assert(topic.getTypes().contains(topic1)); this.assert(!topic.getTypes().contains(topic2)); topic2.mergeIn(topic1); this.assert(topic.getTypes().contains(topic2)); }, testTopicTypeChange2: function () { var topic1, topic2, topic, type; topic = this.createTopic(); type = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); topic.addType(topic1); topic.addType(type); this.assert(topic.getTypes().contains(topic1)); this.assert(topic.getTypes().contains(type)); this.assert(!topic.getTypes().contains(topic2)); topic2.mergeIn(topic1); this.assert(topic.getTypes().contains(topic2)); this.assert(topic.getTypes().contains(type)); }, testAssociationScopeChange: function () { var topic1, topic2, association; topic1 = this.createTopic(); topic2 = this.createTopic(); association = this._tm.createAssociation(this.createTopic(), topic1); this.assert(association.getScope().contains(topic1)); this.assert(!association.getScope().contains(topic2)); topic2.mergeIn(topic1); this.assert(association.getScope().contains(topic2)); this.assert(!association.getScope().contains(topic1)); }, testOccurrenceScopeChange: function () { var topic, topic1, topic2, occurrence; topic = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); occurrence = topic.createOccurrence(this.createTopic(), "semanticheadache", this._XSD_STRING, topic1); this.assert(occurrence.getScope().contains(topic1)); this.assert(!occurrence.getScope().contains(topic2)); topic2.mergeIn(topic1); this.assert(occurrence.getScope().contains(topic2)); this.assert(!occurrence.getScope().contains(topic1)); }, testNameScopeChange: function () { var topic, topic1, topic2, name; topic = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); name = topic.createName("TMAPI", this.createTopic(), topic1); this.assert(name.getScope().contains(topic1)); this.assert(!name.getScope().contains(topic2)); topic2.mergeIn(topic1); this.assert(name.getScope().contains(topic2)); this.assert(!name.getScope().contains(topic1)); }, testVariantScopeChange: function () { var topic, topic1, topic2, name, variant; topic = this.createTopic(); topic1 = this.createTopic(); topic2 = this.createTopic(); name = topic.createName("TMAPI", this.createTopic()); variant = name.createVariant("semanticheadache", this._XSD_STRING, topic1); this.assert(variant.getScope().contains(topic1)); this.assert(!variant.getScope().contains(topic2)); topic2.mergeIn(topic1); this.assert(variant.getScope().contains(topic2)); this.assert(!variant.getScope().contains(topic1)); } }); // ]]> </script> </body> </html>
jansc/tmjs
test/unit/TestTopicMerge.html
HTML
mit
20,928
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="css/shared.css"> <link rel="stylesheet" href="css/theme-dark.css"> <link rel="stylesheet" href="css/user-block.css"> <link rel="stylesheet" href="chat.css"> </head> <body tabindex="-1"> <header> <div id="user_container"></div> <div id="user_info"></div> <button id="user_dropdown">...</button> </header> <div id="messages"></div> <textarea rows="2" id="new_message" autofocus></textarea> <script src="chat.js"></script> </body> </html>
0----0/sauna
static/chat.html
HTML
mit
584
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>XUnit2Params - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>XUnit2Params</h1> <div class="xmldoc"> <p>The xUnit parameter type</p> </div> <h3>Record Fields</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Record Field</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1837', 1837)" onmouseover="showTip(event, '1837', 1837)"> Appveyor </code> <div class="tip" id="1837"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L69-69" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>forces AppVeyor CI mode (normally auto-detected)</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1838', 1838)" onmouseover="showTip(event, '1838', 1838)"> ConfigFile </code> <div class="tip" id="1838"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L51-51" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The file name of the config file (optional).</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1839', 1839)" onmouseover="showTip(event, '1839', 1839)"> ErrorLevel </code> <div class="tip" id="1839"> <strong>Signature:</strong> XUnit2ErrorLevel<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L77-77" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Test runner error level. Option which allows to specify if an xUnit error should break the build.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1840', 1840)" onmouseover="showTip(event, '1840', 1840)"> ExcludeTraits </code> <div class="tip" id="1840"> <strong>Signature:</strong> (string * string) option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L81-81" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Exclude named traits with comma separated values</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1841', 1841)" onmouseover="showTip(event, '1841', 1841)"> HtmlOutput </code> <div class="tip" id="1841"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L87-87" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>output results to HTML file</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1842', 1842)" onmouseover="showTip(event, '1842', 1842)"> IncludeTraits </code> <div class="tip" id="1842"> <strong>Signature:</strong> (string * string) option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L79-79" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Include named traits with comma separated values</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1843', 1843)" onmouseover="showTip(event, '1843', 1843)"> MaxThreads </code> <div class="tip" id="1843"> <strong>Signature:</strong> int<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L61-61" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>maximum thread count for collection parallelization 0 - run with unbounded thread count</p> <blockquote> <p>0 - limit task thread pool size to 'count'</p> </blockquote> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1844', 1844)" onmouseover="showTip(event, '1844', 1844)"> OutputDir </code> <div class="tip" id="1844"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L89-89" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>output directory</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1845', 1845)" onmouseover="showTip(event, '1845', 1845)"> Parallel </code> <div class="tip" id="1845"> <strong>Signature:</strong> ParallelOption<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L57-57" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>set parallelization based on option none - turn off all parallelization collections - only parallelize collections assemblies - only parallelize assemblies all - parallelize assemblies &amp; collections</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1846', 1846)" onmouseover="showTip(event, '1846', 1846)"> ShadowCopy </code> <div class="tip" id="1846"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L65-65" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Shadow copy</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1847', 1847)" onmouseover="showTip(event, '1847', 1847)"> Silent </code> <div class="tip" id="1847"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L63-63" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Output running test count</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1848', 1848)" onmouseover="showTip(event, '1848', 1848)"> Teamcity </code> <div class="tip" id="1848"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L67-67" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>forces TeamCity mode (normally auto-detected)</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1849', 1849)" onmouseover="showTip(event, '1849', 1849)"> TimeOut </code> <div class="tip" id="1849"> <strong>Signature:</strong> TimeSpan<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L75-75" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>If the timeout is reached the xUnit task will be killed. Default is 5 minutes.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1850', 1850)" onmouseover="showTip(event, '1850', 1850)"> ToolPath </code> <div class="tip" id="1850"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L49-49" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The path to the xunit.console.exe - FAKE will scan all subfolders to find it automatically.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1851', 1851)" onmouseover="showTip(event, '1851', 1851)"> Wait </code> <div class="tip" id="1851"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L71-71" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1852', 1852)" onmouseover="showTip(event, '1852', 1852)"> WorkingDir </code> <div class="tip" id="1852"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L73-73" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The working directory (optional).</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1853', 1853)" onmouseover="showTip(event, '1853', 1853)"> XmlOutput </code> <div class="tip" id="1853"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L83-83" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>output results to xUnit.net v2 style XML file</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1854', 1854)" onmouseover="showTip(event, '1854', 1854)"> XmlOutputV1 </code> <div class="tip" id="1854"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/UnitTest/XUnit2Helper.fs#L85-85" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>output results to xUnit.net v1 style XML file</p> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
Haacked/Rothko
tools/FAKE.Core/docs/apidocs/fake-xunit2helper-xunit2params.html
HTML
mit
19,075
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Stantec - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492320924129&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=43623&V_SEARCH.docsStart=43622&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=43621&amp;V_DOCUMENT.docRank=43622&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492320958356&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567007229&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=43623&amp;V_DOCUMENT.docRank=43624&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492320958356&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456087320&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Stantec </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Stantec</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.stantec.com" target="_blank" title="Website URL">http://www.stantec.com</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 845 Prospect St<br/> FREDERICTON, New Brunswick<br/> E3B 2T7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 845 Prospect St<br/> FREDERICTON, New Brunswick<br/> E3B 2T7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (506) 452-7000 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (506) 452-0112</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Neill and Gunter is one of North America&#39;s foremost design and consulting and engineering firms. Established in 1964, our full service, integrated engineering resources work effectively from conceptual study through the design and construction stage to start-up and commissioning on large and small projects, in Canada and abroad. Corporately, there are over 600 engineers , technicians, drafters, and support personnel with offices in Fredericton, New Brunswick; Dartmouth, Nova Scotia; Vancouver, British Columbia; Scarborough, Maine; Chattanooga, Tennessee; Annapolis, Maryland; Calgary, Alberta; Regina, Saskatchewan; Waterloo, Ontario; Labrodor City, Labrador; Tampa, Florida; Boston, Massachusetts; Sydney, Nova Scotia and Sherbrook, Quebec. <br> <br> <br>Neill and Gunter has embraced the challenge of environmental engineering by developing expertise in: waste auditing and environmental auditing; waste management planning, recycling and composting; hydrogeology, containment landfill design and closure, air pollution control; industrial waste water treatment; environmental site assessment and remediation; environmental impact assessment; and spill response and containment. The firm relies upon in-house environmental, civil, mechanical and electrical engineering capabilities to develop innovative and cost effective solutions to environmental problems. We also have an extensive track record in project management and provision of construction supervision services. <br> <br> <br>Neill and Gunter also specializes in the development and design of industrial facilities, including environmental controls, and is a leader in the fields of renewable resources and energy systems, with particular expertise in forest products, clean coal power solutions, and the application of computer based control systems. <br> <br>Keywords: <br>Consulting Engineering firm specialized in pulp and paper, <br>composite wood panel products, food processing, brewing, <br>power and energy, environmental engineering, solid waste <br>disposal, oil and gas.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Robert D. Neill </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chairman </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Douglas J. Ashfield </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> General Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gilman Violette </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 473 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Donald R. Belliveau </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-1470 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> David H. Cameron </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (306) 522-0688 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (306) 790-3100 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Sandi Owens </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> HR<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1964 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541330 - Engineering Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $25,000,000 to $49,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 260&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL PRODUCTS AND SERVICES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> COMPUTER MODELING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Neill and Gunter routinely uses computer modeling to assist our industrial clients in determining the impacts of process changes or equipment modifications on effluent streams. This allows process changes or equipment modifications to be completed more cost effectively and in full knowledge of the environmental impacts and cost implications of changes, before any are made. <br> <br> For a Client in the northeastern US, Neill and Gunter utilized the MASSBAL program to predict the impact of their emission point on the surrounding environment, before modifying their process through the purchase of new equipment. This permitted engineering staff a cost effective option for adjusting the process and equipment specifications to alleviate the effects on the environment, before the equipment was actually purchased and installed. The result was an environmentally compliant and cost effective solution.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> IMPLEMENTATION OF PHASE I, II AND III ENVIRONMENTAL SITE ASSESSMENT AND REMEDIATION PROGRAM<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Neill and Gunter was retained to conduct an environmental review of a property, on behalf of a potential buyer prior to entering into a purchase agreement with the property owner. <br> <br> A Phase I Environmental Assessment, including visual observations, interviews with the property owner and a historical review was conducted by the Neill and Gunter environmental team. This assessment determined that the property, a vacant lot, was the site of an abandoned service station that had operated for many years. As a result of the Phase I investigation, an intrusive Phase II assessment which included test pitting, boreholes, and a monitoring program, was conducted. This phase of the work concluded that hydrocarbon contamination existed, and was followed by a Phase III program to further delineate and quantify the problem. <br> <br> Following the assessment phase, Neill and Gunter was commissioned to oversee the site remediation which involved transporting the majority of the contaminated soil to a treatment facility. One problematic area, situated adjacent to a residence, was addressed by installing a vapour extraction system and periodically injecting nutrients to foster natural degradation of the hydrocarbon by biological means. Neill and Gunter offers a variety of engineered remediation solutions for contaminated suites and has completed well over two hundred remediation projects.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> STREAMLINED PROCEDURE FOR DEVELOPING CLOSURE PLANS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A provincial government has mandated that municipal waste disposal sites be closed in an environmentally appropriate manner. Neill and Gunter developed and implemented a streamlined procedure for assessing, inspecting and preparing closure plans for sites cost effectively and to ensure the surrounding environment was not negatively impacted. <br> <br> This work involved a well planned, phased approach to site assessment and preparation of closure plans, including: geotechnical assessment, ground and surface water sampling, review of historical records, and laboratory analysis. This approach has consistently resulted in thorough assessments completed in a timely fashion as well as effective closure plans that satisfied regulatory agencies and provided a high level of environmental protection. <br> <br> Neill and Gunter has assessed and prepared closure plans for over 40 municipal disposal sites. This has ranged from simple closures conducted by municipal staff, to more complex closure projects in the order of $700,000.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-SAWMILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-HARD/SOFT BOARD MILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-ROADS AND STREETS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-THERMAL POWER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-HARD ROCK MINING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-NUCLEAR POWER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-ENVIRONMENTAL STANDARDS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - PETROLEUM &amp; NATURAL GAS-GAS PROCESS PLANTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-SYSTEMS PLANNING &amp; OPERATION <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - INDUSTRY-MANUFACTURING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - TRANSPORTATION-AIRPORTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - INDUSTRY-FOOD <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-POLLUTION CONTROL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-WATER SUPPLY <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-OPEN PIT MINING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-TAILINGS,DISPOSAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-REFINERIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-BENEFICIATION <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-IMPACT STUDIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> TECHNOLOGY RESEARCH AND DEVELOPMENT SERVICES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> PROJECT CONSTRUCTION MANAGEMENT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> COMPUTER ASSISTED DESIGN &amp; DRAFTING (CADD)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> INSTRUMENTATION CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CIVIL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> MECHANICAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CHEMICAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENERGY CONSERVATION CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ELECTRICAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> MATERIAL HANDLING EQUIPMENT DESIGN<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> COMPOSITION BOARD PLANT ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> MINING CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> FOOD CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ECONOMIC FEASIBILITY STUDIES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-SEWAGE DISPOSAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-OTHER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - BUILDINGS-ELECTRICAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - BUILDINGS-STRUCTURAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - BUILDINGS-HEATING/VENTILATION <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - PETROLEUM &amp; NATURAL GAS-REFINERIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-ALTERNATIVE ENERGY <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-SMELTING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - INDUSTRY-BREWERIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - TRANSPORTATION-BRIDGES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-VENEER/PLYWOOD/PART. MILL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-PULP MILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-PAPER MILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-WASTE DISPOSAL/TREATMENT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - CONSULTING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - ENGINEERING DESIGN/SPECIFICATIONS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - PLANT RETROFITS(DESIGN) <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - REGULATIONS AND STANDARDS CONSULTING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - WASTE TREATMENT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - ALTERNATE ENERGY SOURCES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - ENERGY CONSERVATION AND RECOVERY <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - MUNICIPAL SOLID WASTE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - SEWAGE COLLECTION AND TREATMENT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - INDUSTRIAL WASTEWATER/SLUDGE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - WASTE REDUCTION AND RECYCLING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - AIR QUALITY-SMOKESTACK EMISSIONS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - INDUSTRY-PULP AND PAPER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - WASTE HANDLING-MUNICIPAL SOLID WASTE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - SANITARY LANDFILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - INCINERATORS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - SEWAGE TREATMENT PLANTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - RECYCLING PLANT-PAPER AND PAPERBOARD <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Consumer Products</li> <li>Culture</li> <li>Environment</li> <li>Fishery</li> <li>Forestry</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Tourism</li> <li>Transportation</li> <li>Wholesale/Retail</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Australia</li> <li>Brazil</li> <li>Japan</li> <li>Malaysia</li> <li>Philippines</li> <li>Romania</li> <li>Russian Federation</li> <li>Singapore</li> <li>United Kingdom</li> <li>United States</li> <li>Venezuela, Bolivarian Republic of</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Robert D. Neill </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chairman </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Douglas J. Ashfield </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> General Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gilman Violette </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Manager </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 473 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Donald R. Belliveau </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-1470 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> David H. Cameron </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (306) 522-0688 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (306) 790-3100 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Sandi Owens </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> HR<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (506) 452-7000 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (506) 452-0112 </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1964 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541330 - Engineering Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $25,000,000 to $49,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 260&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL PRODUCTS AND SERVICES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> COMPUTER MODELING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Neill and Gunter routinely uses computer modeling to assist our industrial clients in determining the impacts of process changes or equipment modifications on effluent streams. This allows process changes or equipment modifications to be completed more cost effectively and in full knowledge of the environmental impacts and cost implications of changes, before any are made. <br> <br> For a Client in the northeastern US, Neill and Gunter utilized the MASSBAL program to predict the impact of their emission point on the surrounding environment, before modifying their process through the purchase of new equipment. This permitted engineering staff a cost effective option for adjusting the process and equipment specifications to alleviate the effects on the environment, before the equipment was actually purchased and installed. The result was an environmentally compliant and cost effective solution.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> IMPLEMENTATION OF PHASE I, II AND III ENVIRONMENTAL SITE ASSESSMENT AND REMEDIATION PROGRAM<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Neill and Gunter was retained to conduct an environmental review of a property, on behalf of a potential buyer prior to entering into a purchase agreement with the property owner. <br> <br> A Phase I Environmental Assessment, including visual observations, interviews with the property owner and a historical review was conducted by the Neill and Gunter environmental team. This assessment determined that the property, a vacant lot, was the site of an abandoned service station that had operated for many years. As a result of the Phase I investigation, an intrusive Phase II assessment which included test pitting, boreholes, and a monitoring program, was conducted. This phase of the work concluded that hydrocarbon contamination existed, and was followed by a Phase III program to further delineate and quantify the problem. <br> <br> Following the assessment phase, Neill and Gunter was commissioned to oversee the site remediation which involved transporting the majority of the contaminated soil to a treatment facility. One problematic area, situated adjacent to a residence, was addressed by installing a vapour extraction system and periodically injecting nutrients to foster natural degradation of the hydrocarbon by biological means. Neill and Gunter offers a variety of engineered remediation solutions for contaminated suites and has completed well over two hundred remediation projects.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> STREAMLINED PROCEDURE FOR DEVELOPING CLOSURE PLANS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A provincial government has mandated that municipal waste disposal sites be closed in an environmentally appropriate manner. Neill and Gunter developed and implemented a streamlined procedure for assessing, inspecting and preparing closure plans for sites cost effectively and to ensure the surrounding environment was not negatively impacted. <br> <br> This work involved a well planned, phased approach to site assessment and preparation of closure plans, including: geotechnical assessment, ground and surface water sampling, review of historical records, and laboratory analysis. This approach has consistently resulted in thorough assessments completed in a timely fashion as well as effective closure plans that satisfied regulatory agencies and provided a high level of environmental protection. <br> <br> Neill and Gunter has assessed and prepared closure plans for over 40 municipal disposal sites. This has ranged from simple closures conducted by municipal staff, to more complex closure projects in the order of $700,000.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-SAWMILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-HARD/SOFT BOARD MILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-ROADS AND STREETS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-THERMAL POWER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-HARD ROCK MINING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-NUCLEAR POWER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-ENVIRONMENTAL STANDARDS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - PETROLEUM &amp; NATURAL GAS-GAS PROCESS PLANTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-SYSTEMS PLANNING &amp; OPERATION <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - INDUSTRY-MANUFACTURING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - TRANSPORTATION-AIRPORTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - INDUSTRY-FOOD <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-POLLUTION CONTROL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-WATER SUPPLY <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-OPEN PIT MINING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-TAILINGS,DISPOSAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-REFINERIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-BENEFICIATION <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-IMPACT STUDIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> TECHNOLOGY RESEARCH AND DEVELOPMENT SERVICES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> PROJECT CONSTRUCTION MANAGEMENT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> COMPUTER ASSISTED DESIGN &amp; DRAFTING (CADD)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> INSTRUMENTATION CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CIVIL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> MECHANICAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CHEMICAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENERGY CONSERVATION CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ELECTRICAL ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> MATERIAL HANDLING EQUIPMENT DESIGN<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> COMPOSITION BOARD PLANT ENGINEERING<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> MINING CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> FOOD CONSULTANT<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ECONOMIC FEASIBILITY STUDIES<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-SEWAGE DISPOSAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MUNICIPAL-OTHER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - BUILDINGS-ELECTRICAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - BUILDINGS-STRUCTURAL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - BUILDINGS-HEATING/VENTILATION <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - PETROLEUM &amp; NATURAL GAS-REFINERIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - POWER-ALTERNATIVE ENERGY <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - MINING &amp; METALLURGY-SMELTING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - INDUSTRY-BREWERIES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - TRANSPORTATION-BRIDGES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-VENEER/PLYWOOD/PART. MILL <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-PULP MILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - FOREST/FISH/AGRLTR-PAPER MILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> CONSULTING ENGINEER - ENVIRONMENT-WASTE DISPOSAL/TREATMENT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - CONSULTING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - ENGINEERING DESIGN/SPECIFICATIONS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - PLANT RETROFITS(DESIGN) <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - REGULATIONS AND STANDARDS CONSULTING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - WASTE TREATMENT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - ALTERNATE ENERGY SOURCES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - ENERGY CONSERVATION AND RECOVERY <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - MUNICIPAL SOLID WASTE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - SEWAGE COLLECTION AND TREATMENT <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - INDUSTRIAL WASTEWATER/SLUDGE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - WASTE REDUCTION AND RECYCLING <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - AIR QUALITY-SMOKESTACK EMISSIONS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - INDUSTRY-PULP AND PAPER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - WASTE HANDLING-MUNICIPAL SOLID WASTE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - SANITARY LANDFILLS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - INCINERATORS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - SEWAGE TREATMENT PLANTS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> ENVIRONMENTAL CONSULTANT - RECYCLING PLANT-PAPER AND PAPERBOARD <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> <li>Construction</li> <li>Consumer Products</li> <li>Culture</li> <li>Environment</li> <li>Fishery</li> <li>Forestry</li> <li>Information Technology and Telecommunications</li> <li>Manufacturing</li> <li>Medical/Biotechnology/Chemical</li> <li>Mining/Petroleum/Gas</li> <li>Service Industry</li> <li>Tourism</li> <li>Transportation</li> <li>Wholesale/Retail</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Australia</li> <li>Brazil</li> <li>Japan</li> <li>Malaysia</li> <li>Philippines</li> <li>Romania</li> <li>Russian Federation</li> <li>Singapore</li> <li>United Kingdom</li> <li>United States</li> <li>Venezuela, Bolivarian Republic of</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-02-24 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/114613650000.html
HTML
mit
266,587
<!doctype html> <html> <head> <title>You are offline!</title> <meta charset="utf-8"> <meta name="theme-color" content="#532814"> <link rel="manifest" href="/static/starwarspwa/manifest.json"> <link rel="stylesheet" href="/static/starwarspwa/stylesheets/starwars.css"> </head> <body> <p class="offline">You are currently offline.</p> <footer> <button class="subscribe button button--mini" onclick="history.back()">Back</button> </footer> <script src="/static/starwarspwa/javascripts/jquery.js"></script> <script src="/static/starwarspwa/javascripts/starwars.js"></script> <script src="/static/starwarspwa/javascripts/sw-register.js"></script> </body> </html>
jedijulia/starwarspwa
starwarspwa/templates/starwarspwa/offline.html
HTML
mit
779
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <title>client</title> </head> <body> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>
rojimark/tab-tracker
client/index.html
HTML
mit
285
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>105 brendan oconnor ai-2008-06-05-Clinton-Obama support visualization</title> </head> <body> <p><a title="brendan_oconnor_ai" href="../brendan_oconnor_ai_home.html">brendan_oconnor_ai</a> <a title="brendan_oconnor_ai-2008" href="../home/brendan_oconnor_ai-2008_home.html">brendan_oconnor_ai-2008</a> <a title="brendan_oconnor_ai-2008-105" href="#">brendan_oconnor_ai-2008-105</a> knowledge-graph by maker-knowledge-mining</p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- maker adsense --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-5027806277543591" data-ad-slot="4192012269"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <h1>105 brendan oconnor ai-2008-06-05-Clinton-Obama support visualization</h1> <br/><h2>meta infos for this blog</h2><p>Source: <a title="brendan_oconnor_ai-2008-105-html" href="http://brenocon.com/blog/2008/06/clinton-obama-support-visualization/">html</a></p><p>Introduction: This interactive histogram is brilliant. The NYT data visualization folks never fail to impress. margins.swf (application/x-shockwave-flash Object)</p><br/><h2>Summary: the most important sentenses genereted by tfidf model</h2><p>sentIndex sentText sentNum sentScore</p><p>1 The NYT data visualization folks never fail to impress. [sent-2, score-1.31] </p> <br/> <h2>similar blogs computed by tfidf model</h2><h3>tfidf for this blog:</h3><p>wordName wordTfidf (topN-words)</p> <p>[('object', 0.447), ('histogram', 0.447), ('fail', 0.38), ('interactive', 0.38), ('folks', 0.326), ('visualization', 0.274), ('nyt', 0.266), ('never', 0.22), ('data', 0.11)]</p> <h3>similar blogs list:</h3><p>simIndex simValue blogId blogTitle</p> <p>same-blog 1 1.0 <a title="105-tfidf-1" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-06-05-Clinton-Obama_support_visualization.html">105 brendan oconnor ai-2008-06-05-Clinton-Obama support visualization</a></p> <p>Introduction: This interactive histogram is brilliant. The NYT data visualization folks never fail to impress. margins.swf (application/x-shockwave-flash Object)</p><p>2 0.18287823 <a title="105-tfidf-2" href="../brendan_oconnor_ai-2011/brendan_oconnor_ai-2011-01-02-Interactive_visualization_of_Mixture_of_Gaussians%2C_the_Law_of_Total_Expectation_and_the_Law_of_Total_Variance.html">163 brendan oconnor ai-2011-01-02-Interactive visualization of Mixture of Gaussians, the Law of Total Expectation and the Law of Total Variance</a></p> <p>Introduction: I wrote an interactive visualization for Gaussian mixtures and some probability laws, using the excellent Protovis library.  It helped me build intuition for the law of total variance. Link</p><p>3 0.10712361 <a title="105-tfidf-3" href="../brendan_oconnor_ai-2006/brendan_oconnor_ai-2006-08-30-A_big%2C_fun_list_of_links_I%E2%80%99m_reading.html">44 brendan oconnor ai-2006-08-30-A big, fun list of links I’m reading</a></p> <p>Introduction: Since blogging is hard, but reading is easy, lately I’ve taken to bookmarking interesting articles I’m reading, with the plan of blogging about them later. This follow-through has happened a few times, but not that often. In an amazing moment of thesis procrastination, today I sat down and figured out how to turn my del.icio.us bookmarks into a nice blogpost, with the plan that every week a post will appear with links I’ve recently read, or maybe I’ll use the script to generate a draft for myself that I’ll revise, or something. But for this first such link post, I put in a whole bunch of them beyond just the last week — why have just a few when you could have *all* of them? Future link posts will be shorter, I promise. Ariel Rubinstein: Freak-Freakonomics July 2006 posted 8/19 under economics sarcastic, critical review of levitt & dubner’s Freakonomics New Yorker review of Philip Tetlock’s book on political expert judgment posted 8/19 under judgment , psycholo</p><p>4 0.10419074 <a title="105-tfidf-4" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-07-15-Beta_conjugate_explorer.html">146 brendan oconnor ai-2009-07-15-Beta conjugate explorer</a></p> <p>Introduction: Here’s a little interactive explorer for the beta probability distribution , a conjugate prior for the Bernoulli under Bayesian inference … Ack, too much jargon. Simply press the right arrow every time you see the sun rise, the up arrow when it doesn’t, and opposite directions for amnesia. I’ve wanted this for a while, an interface that lets you directly control a learning process / play with parameters, and see the effect on posterior beliefs, because I have a poor intuition for all these probability distributions. However, it was never worth actually making this until I tried out using Processing , an amazingly easy-to-use visualization development tool. This is my first Processing app and it was extremely easy to develop — easier than any other graphic/GUI framework I can think of. ( Source. ) If only java applets didn’t horribly lock up a browser when you open the page…</p><p>5 0.075991161 <a title="105-tfidf-5" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-02-02-Histograms_%E2%80%94_matplotlib_vs._R.html">179 brendan oconnor ai-2012-02-02-Histograms — matplotlib vs. R</a></p> <p>Introduction: When possible, I like to use R for its really, really good statistical visualization capabilities. I’m doing a modeling project in Python right now (R is too slow, bad at large data, bad at structured data, etc.), and in comparison to base R, the matplotlib library is just painful. I wrote a toy Metropolis sampler for a triangle distribution and all I want to see is whether it looks like it’s working. For the same dataset, here are histograms with default settings. (Python: pylab.hist(d) , R: hist(d) ) I want to know whether my Metropolis sampler is working; those two plots give a very different idea. Of course, you could say this is an unfair comparison, since matplotlib is only using 10 bins, while R is using 18 here — and it’s always important to vary the bin size a few times when looking at histograms. But R’s defaults really are better: it actually uses an adaptive bin size, and the heuristic worked, choosing a reasonable number for the data. The hist() manu</p><p>6 0.069179937 <a title="105-tfidf-6" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-07-31-Cooperation_dynamics_%E2%80%93_Martin_Nowak.html">72 brendan oconnor ai-2007-07-31-Cooperation dynamics – Martin Nowak</a></p> <p>7 0.064862415 <a title="105-tfidf-7" href="../brendan_oconnor_ai-2004/brendan_oconnor_ai-2004-12-02-go_science.html">3 brendan oconnor ai-2004-12-02-go science</a></p> <p>8 0.055943586 <a title="105-tfidf-8" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-03-06-data_data_data.html">93 brendan oconnor ai-2008-03-06-data data data</a></p> <p>9 0.050934963 <a title="105-tfidf-9" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-02-23-Comparison_of_data_analysis_packages%3A_R%2C_Matlab%2C_SciPy%2C_Excel%2C_SAS%2C_SPSS%2C_Stata.html">135 brendan oconnor ai-2009-02-23-Comparison of data analysis packages: R, Matlab, SciPy, Excel, SAS, SPSS, Stata</a></p> <p>10 0.044932172 <a title="105-tfidf-10" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-12-20-Data-driven_charity.html">86 brendan oconnor ai-2007-12-20-Data-driven charity</a></p> <p>11 0.037327811 <a title="105-tfidf-11" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-01-23-SF_conference_for_data_mining_mercenaries.html">133 brendan oconnor ai-2009-01-23-SF conference for data mining mercenaries</a></p> <p>12 0.035258982 <a title="105-tfidf-12" href="../brendan_oconnor_ai-2005/brendan_oconnor_ai-2005-07-03-Supreme_Court_justices%E2%80%99_agreement_levels.html">13 brendan oconnor ai-2005-07-03-Supreme Court justices’ agreement levels</a></p> <p>13 0.034261592 <a title="105-tfidf-13" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-02-14-Save_Zipf%E2%80%99s_Law_%28new_anti-credulous-power-law_article%29.html">180 brendan oconnor ai-2012-02-14-Save Zipf’s Law (new anti-credulous-power-law article)</a></p> <p>14 0.030239996 <a title="105-tfidf-14" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-06-10-Freak-Freakonomics_%28Ariel_Rubinstein_is_the_shit%21%29.html">63 brendan oconnor ai-2007-06-10-Freak-Freakonomics (Ariel Rubinstein is the shit!)</a></p> <p>15 0.029678231 <a title="105-tfidf-15" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-01-27-Graphics%21_Atari_Breakout_and_religious_text_NLP.html">91 brendan oconnor ai-2008-01-27-Graphics! Atari Breakout and religious text NLP</a></p> <p>16 0.028727353 <a title="105-tfidf-16" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-03-27-Seth_Roberts_and_academic_blogging.html">55 brendan oconnor ai-2007-03-27-Seth Roberts and academic blogging</a></p> <p>17 0.026374821 <a title="105-tfidf-17" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-05-09-Simpson%E2%80%99s_paradox_is_so_totally_solved.html">60 brendan oconnor ai-2007-05-09-Simpson’s paradox is so totally solved</a></p> <p>18 0.024043579 <a title="105-tfidf-18" href="../brendan_oconnor_ai-2006/brendan_oconnor_ai-2006-05-21-Lordi_goes_to_Eurovision.html">37 brendan oconnor ai-2006-05-21-Lordi goes to Eurovision</a></p> <p>19 0.02297619 <a title="105-tfidf-19" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-01-20-Moral_psychology_on_Amazon_Mechanical_Turk.html">90 brendan oconnor ai-2008-01-20-Moral psychology on Amazon Mechanical Turk</a></p> <p>20 0.021153454 <a title="105-tfidf-20" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-10-02-Powerset%E2%80%99s_natural_language_search_system.html">188 brendan oconnor ai-2012-10-02-Powerset’s natural language search system</a></p> <br/> <h2>similar blogs computed by <a title="lsi-model" href="../home/brendan_oconnor_ai_lsi.html">lsi model</a></h2><h3>lsi for this blog:</h3><p>topicId topicWeight</p> <p>[(0, -0.059), (1, -0.014), (2, -0.022), (3, 0.042), (4, -0.042), (5, 0.102), (6, -0.08), (7, -0.07), (8, 0.062), (9, -0.106), (10, -0.155), (11, -0.075), (12, -0.084), (13, -0.086), (14, 0.031), (15, 0.275), (16, 0.061), (17, -0.109), (18, -0.008), (19, 0.004), (20, 0.093), (21, -0.221), (22, 0.021), (23, 0.092), (24, 0.072), (25, 0.057), (26, 0.075), (27, 0.057), (28, -0.072), (29, 0.053), (30, -0.116), (31, -0.0), (32, -0.071), (33, 0.013), (34, -0.061), (35, -0.017), (36, 0.053), (37, 0.094), (38, -0.027), (39, 0.096), (40, -0.048), (41, -0.021), (42, 0.097), (43, -0.115), (44, -0.08), (45, 0.151), (46, -0.021), (47, 0.008), (48, -0.041), (49, -0.092)]</p> <h3>similar blogs list:</h3><p>simIndex simValue blogId blogTitle</p> <p>same-blog 1 0.98741561 <a title="105-lsi-1" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-06-05-Clinton-Obama_support_visualization.html">105 brendan oconnor ai-2008-06-05-Clinton-Obama support visualization</a></p> <p>Introduction: This interactive histogram is brilliant. The NYT data visualization folks never fail to impress. margins.swf (application/x-shockwave-flash Object)</p><p>2 0.77593929 <a title="105-lsi-2" href="../brendan_oconnor_ai-2011/brendan_oconnor_ai-2011-01-02-Interactive_visualization_of_Mixture_of_Gaussians%2C_the_Law_of_Total_Expectation_and_the_Law_of_Total_Variance.html">163 brendan oconnor ai-2011-01-02-Interactive visualization of Mixture of Gaussians, the Law of Total Expectation and the Law of Total Variance</a></p> <p>Introduction: I wrote an interactive visualization for Gaussian mixtures and some probability laws, using the excellent Protovis library.  It helped me build intuition for the law of total variance. Link</p><p>3 0.66072214 <a title="105-lsi-3" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-07-15-Beta_conjugate_explorer.html">146 brendan oconnor ai-2009-07-15-Beta conjugate explorer</a></p> <p>Introduction: Here’s a little interactive explorer for the beta probability distribution , a conjugate prior for the Bernoulli under Bayesian inference … Ack, too much jargon. Simply press the right arrow every time you see the sun rise, the up arrow when it doesn’t, and opposite directions for amnesia. I’ve wanted this for a while, an interface that lets you directly control a learning process / play with parameters, and see the effect on posterior beliefs, because I have a poor intuition for all these probability distributions. However, it was never worth actually making this until I tried out using Processing , an amazingly easy-to-use visualization development tool. This is my first Processing app and it was extremely easy to develop — easier than any other graphic/GUI framework I can think of. ( Source. ) If only java applets didn’t horribly lock up a browser when you open the page…</p><p>4 0.41158065 <a title="105-lsi-4" href="../brendan_oconnor_ai-2004/brendan_oconnor_ai-2004-12-02-go_science.html">3 brendan oconnor ai-2004-12-02-go science</a></p> <p>Introduction: Is social science even worth doing when things like this get funded with hundreds of millions of federal dollars? Many American youngsters participating in federally funded abstinence-only programs have been taught over the past three years that abortion can lead to sterility and suicide, that half the gay male teenagers in the United States have tested positive for the AIDS virus, and that touching a person’s genitals “can result in pregnancy,” a congressional staff analysis has found. … Among the misconceptions cited by Waxman’s investigators: • A 43-day-old fetus is a “thinking person.” • HIV, the virus that causes AIDS, can be spread via sweat and tears. • Condoms fail to prevent HIV transmission as often as 31 percent of the time in heterosexual intercourse. … When used properly and consistently, condoms fail to prevent pregnancy and sexually transmitted diseases (STDs) less than 3 percent of the time, federal researchers say, and it is not known how many gay teena</p><p>5 0.28875858 <a title="105-lsi-5" href="../brendan_oconnor_ai-2006/brendan_oconnor_ai-2006-08-30-A_big%2C_fun_list_of_links_I%E2%80%99m_reading.html">44 brendan oconnor ai-2006-08-30-A big, fun list of links I’m reading</a></p> <p>Introduction: Since blogging is hard, but reading is easy, lately I’ve taken to bookmarking interesting articles I’m reading, with the plan of blogging about them later. This follow-through has happened a few times, but not that often. In an amazing moment of thesis procrastination, today I sat down and figured out how to turn my del.icio.us bookmarks into a nice blogpost, with the plan that every week a post will appear with links I’ve recently read, or maybe I’ll use the script to generate a draft for myself that I’ll revise, or something. But for this first such link post, I put in a whole bunch of them beyond just the last week — why have just a few when you could have *all* of them? Future link posts will be shorter, I promise. Ariel Rubinstein: Freak-Freakonomics July 2006 posted 8/19 under economics sarcastic, critical review of levitt & dubner’s Freakonomics New Yorker review of Philip Tetlock’s book on political expert judgment posted 8/19 under judgment , psycholo</p><p>6 0.28390759 <a title="105-lsi-6" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-03-06-data_data_data.html">93 brendan oconnor ai-2008-03-06-data data data</a></p> <p>7 0.27911428 <a title="105-lsi-7" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-02-02-Histograms_%E2%80%94_matplotlib_vs._R.html">179 brendan oconnor ai-2012-02-02-Histograms — matplotlib vs. R</a></p> <p>8 0.26630914 <a title="105-lsi-8" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-01-27-Graphics%21_Atari_Breakout_and_religious_text_NLP.html">91 brendan oconnor ai-2008-01-27-Graphics! Atari Breakout and religious text NLP</a></p> <p>9 0.25647303 <a title="105-lsi-9" href="../brendan_oconnor_ai-2005/brendan_oconnor_ai-2005-07-03-Supreme_Court_justices%E2%80%99_agreement_levels.html">13 brendan oconnor ai-2005-07-03-Supreme Court justices’ agreement levels</a></p> <p>10 0.23794389 <a title="105-lsi-10" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-02-14-Save_Zipf%E2%80%99s_Law_%28new_anti-credulous-power-law_article%29.html">180 brendan oconnor ai-2012-02-14-Save Zipf’s Law (new anti-credulous-power-law article)</a></p> <p>11 0.22679442 <a title="105-lsi-11" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-07-31-Cooperation_dynamics_%E2%80%93_Martin_Nowak.html">72 brendan oconnor ai-2007-07-31-Cooperation dynamics – Martin Nowak</a></p> <p>12 0.21980597 <a title="105-lsi-12" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-09-26-EEG_for_the_Wii_and_in_your_basement.html">78 brendan oconnor ai-2007-09-26-EEG for the Wii and in your basement</a></p> <p>13 0.20966752 <a title="105-lsi-13" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-10-11-It_is_accurate_to_determine_a_blog%E2%80%99s_bias_by_what_it_links_to.html">117 brendan oconnor ai-2008-10-11-It is accurate to determine a blog’s bias by what it links to</a></p> <p>14 0.2079578 <a title="105-lsi-14" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-02-23-Comparison_of_data_analysis_packages%3A_R%2C_Matlab%2C_SciPy%2C_Excel%2C_SAS%2C_SPSS%2C_Stata.html">135 brendan oconnor ai-2009-02-23-Comparison of data analysis packages: R, Matlab, SciPy, Excel, SAS, SPSS, Stata</a></p> <p>15 0.20684429 <a title="105-lsi-15" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-05-09-Simpson%E2%80%99s_paradox_is_so_totally_solved.html">60 brendan oconnor ai-2007-05-09-Simpson’s paradox is so totally solved</a></p> <p>16 0.20446438 <a title="105-lsi-16" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-12-20-Data-driven_charity.html">86 brendan oconnor ai-2007-12-20-Data-driven charity</a></p> <p>17 0.19988488 <a title="105-lsi-17" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-08-12-Beautiful_Data_book_chapter.html">151 brendan oconnor ai-2009-08-12-Beautiful Data book chapter</a></p> <p>18 0.19087738 <a title="105-lsi-18" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-04-22-Performance_comparison%3A_key-value_stores_for_language_model_counts.html">139 brendan oconnor ai-2009-04-22-Performance comparison: key-value stores for language model counts</a></p> <p>19 0.18931332 <a title="105-lsi-19" href="../brendan_oconnor_ai-2013/brendan_oconnor_ai-2013-04-21-What_inputs_do_Monte_Carlo_algorithms_need%3F.html">195 brendan oconnor ai-2013-04-21-What inputs do Monte Carlo algorithms need?</a></p> <p>20 0.18802086 <a title="105-lsi-20" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-03-29-Allende%E2%80%99s_cybernetic_economy_project.html">98 brendan oconnor ai-2008-03-29-Allende’s cybernetic economy project</a></p> <br/> <h2>similar blogs computed by <a title="lda-model" href="../home/brendan_oconnor_ai_lda.html">lda model</a></h2><h3>lda for this blog:</h3><p>topicId topicWeight</p> <p>[(74, 0.743)]</p> <h3>similar blogs list:</h3><p>simIndex simValue blogId blogTitle</p> <p>1 1.0 <a title="105-lda-1" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-09-08-Another_R_flashmob_today.html">152 brendan oconnor ai-2009-09-08-Another R flashmob today</a></p> <p>Introduction: Dan Goldstein sends word they’re doing another Stackoverflow R flashmob today . It’s a neat trick. The R tag there is becoming pretty useful.</p><p>2 0.99682695 <a title="105-lda-2" href="../brendan_oconnor_ai-2005/brendan_oconnor_ai-2005-07-09-the_psychology_of_design_as_explanation.html">19 brendan oconnor ai-2005-07-09-the psychology of design as explanation</a></p> <p>Introduction: Since I posted the link to his blog, Baron just wrote about Cardinal Schönborn’s anti-evolution Op-Ed piece . I agree absolutely that people should learn about the psychology of judgment and probability for these sorts of questions, where it’s really hard to understand that random processes can generate things that seem not so random. I’m still thinking about how the psychology of judgment plays in to the analysis below . I have a feeling that people’s intuitions are usually too hospitable for explanations based on intention. E.g.: People are poor, therefore someone is trying to make them poor. Organizations (corportations, governments) do things, therefore someone (say, at the top) ordered them to do these things. Natural disasters happen, therefore someone is wishing them upon us. Etc., etc. I’m still not sure how a bayesian dissection of whether “looks intentful” implies “is intentful” shows us whether such an “intent-seeking” bias (hey, I have to call it something) is</p><p>3 0.99430263 <a title="105-lda-3" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-09-15-Dollar_auction.html">77 brendan oconnor ai-2007-09-15-Dollar auction</a></p> <p>Introduction: I got nervous and panicky just reading about this game. I wonder if I could con some people into playing it. Economics professors have a standard game they use to demonstrate how apparently rational decisions can create a disastrous result. They call it a “dollar auction.” The rules are simple. The professor offers a dollar for sale to the highest bidder, with only one wrinkle: the second-highest bidder has to pay up on their losing bid as well. Several students almost always get sucked in. The first bids a penny, looking to make 99 cents. The second bids 2 cents, the third 3 cents, and so on, each feeling they have a chance at something good on the cheap. The early stages are fun, and the bidders wonder what possessed the professor to be willing to lose some money. The problem surfaces when the bidders get up close to a dollar. After 99 cents the last vestige of profitability disappears, but the bidding continues between the two highest players. They now realize that they stand</p><p>same-blog 4 0.99216682 <a title="105-lda-4" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-06-05-Clinton-Obama_support_visualization.html">105 brendan oconnor ai-2008-06-05-Clinton-Obama support visualization</a></p> <p>Introduction: This interactive histogram is brilliant. The NYT data visualization folks never fail to impress. margins.swf (application/x-shockwave-flash Object)</p><p>5 0.98895121 <a title="105-lda-5" href="../brendan_oconnor_ai-2005/brendan_oconnor_ai-2005-09-02-cognitive_modelling_is_rational_choice%2B%2B.html">26 brendan oconnor ai-2005-09-02-cognitive modelling is rational choice++</a></p> <p>Introduction: Rational choice has been a huge imperialistic success, growing in popularity and being applied to more and more fields. Why is this? It’s not because the rational choice model of decision-making is particularly realistic. Rather, it’s because rational choice is a completely specified theory of human behavior , and therefore is great at generating hypotheses. Given any situation involving people, rational choice can be used to generate a hypothesis about what to expect. That is, you just ask, “What would a person do to maximize their own benefit?” Similar things have been said about evolutionary psychology: you can always predict behavior by asking “what would hunter-gatherers do?” Now, certainly both rational choice and evolutionary psychology don’t always generate correct hypotheses, but they’re incredibly useful because they at least give you a starting point. Witness the theory of bounded rationality: just like rational choice, except amended to consider computational l</p><p>6 0.98823315 <a title="105-lda-6" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-06-10-Freak-Freakonomics_%28Ariel_Rubinstein_is_the_shit%21%29.html">63 brendan oconnor ai-2007-06-10-Freak-Freakonomics (Ariel Rubinstein is the shit!)</a></p> <p>7 0.97178406 <a title="105-lda-7" href="../brendan_oconnor_ai-2014/brendan_oconnor_ai-2014-02-19-What_the_ACL-2014_review_scores_mean.html">203 brendan oconnor ai-2014-02-19-What the ACL-2014 review scores mean</a></p> <p>8 0.96329272 <a title="105-lda-8" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-11-12-Disease_tracking_with_web_queries_and_social_messaging_%28Google%2C_Twitter%2C_Facebook%E2%80%A6%29.html">123 brendan oconnor ai-2008-11-12-Disease tracking with web queries and social messaging (Google, Twitter, Facebook…)</a></p> <p>9 0.75937742 <a title="105-lda-9" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-12-20-Data-driven_charity.html">86 brendan oconnor ai-2007-12-20-Data-driven charity</a></p> <p>10 0.75486344 <a title="105-lda-10" href="../brendan_oconnor_ai-2009/brendan_oconnor_ai-2009-04-17-1_billion_web_page_dataset_from_CMU.html">138 brendan oconnor ai-2009-04-17-1 billion web page dataset from CMU</a></p> <p>11 0.70991707 <a title="105-lda-11" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-03-15-Feminists%2C_anarchists%2C_computational_complexity%2C_bounded_rationality%2C_nethack%2C_and_other_things_to_do.html">53 brendan oconnor ai-2007-03-15-Feminists, anarchists, computational complexity, bounded rationality, nethack, and other things to do</a></p> <p>12 0.69235867 <a title="105-lda-12" href="../brendan_oconnor_ai-2005/brendan_oconnor_ai-2005-06-25-idea%3A_Morals_are_heuristics_for_socially_optimal_behavior.html">6 brendan oconnor ai-2005-06-25-idea: Morals are heuristics for socially optimal behavior</a></p> <p>13 0.69225734 <a title="105-lda-13" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-12-18-Information_cost_and_genocide.html">130 brendan oconnor ai-2008-12-18-Information cost and genocide</a></p> <p>14 0.69016308 <a title="105-lda-14" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-10-31-neo_institutional_economic_fun%21.html">80 brendan oconnor ai-2007-10-31-neo institutional economic fun!</a></p> <p>15 0.65624744 <a title="105-lda-15" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-11-26-How_did_Freud_become_a_respected_humanist%3F%21.html">84 brendan oconnor ai-2007-11-26-How did Freud become a respected humanist?!</a></p> <p>16 0.64396799 <a title="105-lda-16" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-10-02-Powerset%E2%80%99s_natural_language_search_system.html">188 brendan oconnor ai-2012-10-02-Powerset’s natural language search system</a></p> <p>17 0.64080912 <a title="105-lda-17" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-03-27-Seth_Roberts_and_academic_blogging.html">55 brendan oconnor ai-2007-03-27-Seth Roberts and academic blogging</a></p> <p>18 0.6318599 <a title="105-lda-18" href="../brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-11-21-Netflix_Prize.html">125 brendan oconnor ai-2008-11-21-Netflix Prize</a></p> <p>19 0.62370735 <a title="105-lda-19" href="../brendan_oconnor_ai-2007/brendan_oconnor_ai-2007-05-24-Rock_Paper_Scissors_psychology.html">61 brendan oconnor ai-2007-05-24-Rock Paper Scissors psychology</a></p> <p>20 0.61959928 <a title="105-lda-20" href="../brendan_oconnor_ai-2012/brendan_oconnor_ai-2012-02-02-Histograms_%E2%80%94_matplotlib_vs._R.html">179 brendan oconnor ai-2012-02-02-Histograms — matplotlib vs. R</a></p> <br/><br/><br/> <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-48522588-1', 'makerhacker.github.io'); ga('send', 'pageview'); </script> </body> </html>
makerhacker/makerhacker.github.io
blog-mining/brendan_oconnor_ai/brendan_oconnor_ai-2008/brendan_oconnor_ai-2008-06-05-Clinton-Obama_support_visualization.html
HTML
mit
27,937
{ "posts": [ { "url": "/sport/baseball/2018/01/02/BaseballM.1514906011.A.C20.html", "title": "中職辜 到底怎麼了?", "image": "http://i.imgur.com/rRjk960.jpg", "push": "109", "boo": "8", "date": "2018-01-02 23:13:28 +0800", "boardName": "棒球", "boardLink": "/category/baseball" } ] }
sunnyKiwi/JustCopy
tag/薪資/json/index.html
HTML
mit
465
<!DOCTYPE html> <html lang="en"> <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"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - T3316858480492544 </title> <link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/highlight.css" rel="stylesheet"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" /> <link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/craigmcclellan" /> <link rel="me" href="https://twitter.com/craigmcclellan" /> <link rel="me" href="https://github.com/craigwmcclellan" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <nav class="main-nav"> <a class="normal" href="/"> <span class="arrow">←</span> Home</a> <a href="/archive/">Archive</a> <a href="/about/">About</a> <a href="/tools-of-choice/">Tools of Choice</a> <a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a> </nav> <section id="wrapper"> <article class="h-entry post"> <header> <h2 class="headline"> <time class="dt-published" datetime="2010-11-12 23:22:55 -0600"> <a class="u-url dates" href="/2010/11/12/t3316858480492544.html">November 12, 2010</a> </time> </h2> </header> <section class="e-content post-body"> <p>Bongo Java made 90s Trivial Pursuit! <a href="http://yfrog.com/em1w2pj">yfrog.com/em1w2pj</a></p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
craigwmcclellan/craigwmcclellan.github.io
_site/2010/11/12/t3316858480492544.html
HTML
mit
4,852
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.11.7: v8::Handle&lt; T &gt; Class Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.11.7 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_handle.html">Handle</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#friends">Friends</a> &#124; <a href="classv8_1_1_handle-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Handle&lt; T &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for v8::Handle&lt; T &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="classv8_1_1_handle.png" usemap="#v8::Handle&lt; T &gt;_map" alt=""/> <map id="v8::Handle&lt; T &gt;_map" name="v8::Handle&lt; T &gt;_map"> <area href="classv8_1_1_local.html" alt="v8::Local&lt; T &gt;" shape="rect" coords="0,56,103,80"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a0005cb917206b7e4800d19d4eca68e21"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_handle.html#a0005cb917206b7e4800d19d4eca68e21">V8_INLINE</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>())</td></tr> <tr class="separator:a0005cb917206b7e4800d19d4eca68e21"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a947012938048fb8159ccdeb63b3e6a0f"><td class="memTemplParams" colspan="2">template&lt;class S &gt; </td></tr> <tr class="memitem:a947012938048fb8159ccdeb63b3e6a0f"><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1_handle.html#a947012938048fb8159ccdeb63b3e6a0f">V8_INLINE</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>(<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; S &gt; that))</td></tr> <tr class="separator:a947012938048fb8159ccdeb63b3e6a0f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a77848ecb0ef455dfd0d6c70b469f44d9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_handle.html#a77848ecb0ef455dfd0d6c70b469f44d9">V8_INLINE</a> (bool IsEmpty() const)</td></tr> <tr class="separator:a77848ecb0ef455dfd0d6c70b469f44d9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad2464f7c221a91e14caa0343312e36f9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_handle.html#ad2464f7c221a91e14caa0343312e36f9">V8_INLINE</a> (void Clear())</td></tr> <tr class="separator:ad2464f7c221a91e14caa0343312e36f9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad0580b75ccf7af4cfb74b5e5c1bfb2fd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad0580b75ccf7af4cfb74b5e5c1bfb2fd"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_INLINE</b> (T *operator-&gt;() const)</td></tr> <tr class="separator:ad0580b75ccf7af4cfb74b5e5c1bfb2fd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aad1d16e28c0e6941172dc9dd24d3617a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aad1d16e28c0e6941172dc9dd24d3617a"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_INLINE</b> (T *operator*() const)</td></tr> <tr class="separator:aad1d16e28c0e6941172dc9dd24d3617a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a00fd33d905ad71ac52982a7944600fa0"><td class="memTemplParams" colspan="2">template&lt;class S &gt; </td></tr> <tr class="memitem:a00fd33d905ad71ac52982a7944600fa0"><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1_handle.html#a00fd33d905ad71ac52982a7944600fa0">V8_INLINE</a> (bool operator==(const <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; S &gt; that) const)</td></tr> <tr class="separator:a00fd33d905ad71ac52982a7944600fa0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0fefa305c90785ce2bb5dbfb955e55ca"><td class="memTemplParams" colspan="2"><a class="anchor" id="a0fefa305c90785ce2bb5dbfb955e55ca"></a> template&lt;class S &gt; </td></tr> <tr class="memitem:a0fefa305c90785ce2bb5dbfb955e55ca"><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><b>V8_INLINE</b> (bool operator==(const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; S &gt; &amp;that) const)</td></tr> <tr class="separator:a0fefa305c90785ce2bb5dbfb955e55ca"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a85f5fb0108672950759ccc99cc8348a8"><td class="memTemplParams" colspan="2">template&lt;class S &gt; </td></tr> <tr class="memitem:a85f5fb0108672950759ccc99cc8348a8"><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1_handle.html#a85f5fb0108672950759ccc99cc8348a8">V8_INLINE</a> (bool operator!=(<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; S &gt; that) const)</td></tr> <tr class="separator:a85f5fb0108672950759ccc99cc8348a8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7a264b2c3e58c4003f5968a7c0ef347e"><td class="memTemplParams" colspan="2"><a class="anchor" id="a7a264b2c3e58c4003f5968a7c0ef347e"></a> template&lt;class S &gt; </td></tr> <tr class="memitem:a7a264b2c3e58c4003f5968a7c0ef347e"><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><b>V8_INLINE</b> (static <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; T &gt; Cast(<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; S &gt; that))</td></tr> <tr class="separator:a7a264b2c3e58c4003f5968a7c0ef347e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad78a29a0d4766f2e0e0a4d95a047efc3"><td class="memTemplParams" colspan="2"><a class="anchor" id="ad78a29a0d4766f2e0e0a4d95a047efc3"></a> template&lt;class S &gt; </td></tr> <tr class="memitem:ad78a29a0d4766f2e0e0a4d95a047efc3"><td class="memTemplItemLeft" align="right" valign="top">&#160;</td><td class="memTemplItemRight" valign="bottom"><b>V8_INLINE</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; S &gt; As())</td></tr> <tr class="separator:ad78a29a0d4766f2e0e0a4d95a047efc3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a879d31e38abe820593ffb4b665e70cc4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a879d31e38abe820593ffb4b665e70cc4"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_INLINE</b> (static <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; T &gt; New(<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; T &gt; that))</td></tr> <tr class="separator:a879d31e38abe820593ffb4b665e70cc4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2571d514339a8d7ca7c795a19e83e887"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2571d514339a8d7ca7c795a19e83e887"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>V8_INLINE</b> (static <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; T &gt; New(<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;that))</td></tr> <tr class="separator:a2571d514339a8d7ca7c795a19e83e887"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a> Friends</h2></td></tr> <tr class="memitem:abc0f7da619e9e72510dc07ed7b5ff6d8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abc0f7da619e9e72510dc07ed7b5ff6d8"></a> class&#160;</td><td class="memItemRight" valign="bottom"><b>Utils</b></td></tr> <tr class="separator:abc0f7da619e9e72510dc07ed7b5ff6d8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afaadbbd2553180545a4e018c3eeac71e"><td class="memTemplParams" colspan="2"><a class="anchor" id="afaadbbd2553180545a4e018c3eeac71e"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:afaadbbd2553180545a4e018c3eeac71e"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Persistent</b></td></tr> <tr class="separator:afaadbbd2553180545a4e018c3eeac71e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplParams" colspan="2"><a class="anchor" id="afb872edb4aac7ba55f0da004113aa2b0"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>Local</b></td></tr> <tr class="separator:afb872edb4aac7ba55f0da004113aa2b0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acbd2a21b98cd2cb694fd02340724b625"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acbd2a21b98cd2cb694fd02340724b625"></a> class&#160;</td><td class="memItemRight" valign="bottom"><b>Arguments</b></td></tr> <tr class="separator:acbd2a21b98cd2cb694fd02340724b625"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a76786e6fa2d0eac5e2d4f647659d0d23"><td class="memTemplParams" colspan="2"><a class="anchor" id="a76786e6fa2d0eac5e2d4f647659d0d23"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:a76786e6fa2d0eac5e2d4f647659d0d23"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>FunctionCallbackInfo</b></td></tr> <tr class="separator:a76786e6fa2d0eac5e2d4f647659d0d23"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5018adab21fade2b42f4f60e45fa1083"><td class="memTemplParams" colspan="2"><a class="anchor" id="a5018adab21fade2b42f4f60e45fa1083"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:a5018adab21fade2b42f4f60e45fa1083"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>PropertyCallbackInfo</b></td></tr> <tr class="separator:a5018adab21fade2b42f4f60e45fa1083"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a07108678a2af25caab612879ed7dca62"><td class="memTemplParams" colspan="2"><a class="anchor" id="a07108678a2af25caab612879ed7dca62"></a> template&lt;class F &gt; </td></tr> <tr class="memitem:a07108678a2af25caab612879ed7dca62"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>internal::CustomArguments</b></td></tr> <tr class="separator:a07108678a2af25caab612879ed7dca62"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa6da8bc2cce791f1f1358707f98c45d1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa6da8bc2cce791f1f1358707f98c45d1"></a> class&#160;</td><td class="memItemRight" valign="bottom"><b>AccessorInfo</b></td></tr> <tr class="separator:aa6da8bc2cce791f1f1358707f98c45d1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac26c806e60ca4a0547680edb68f6e39b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac26c806e60ca4a0547680edb68f6e39b"></a> class&#160;</td><td class="memItemRight" valign="bottom"><b>Context</b></td></tr> <tr class="separator:ac26c806e60ca4a0547680edb68f6e39b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5f127e488db492b05c8542cec0b880b7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5f127e488db492b05c8542cec0b880b7"></a> class&#160;</td><td class="memItemRight" valign="bottom"><b>HandleScope</b></td></tr> <tr class="separator:a5f127e488db492b05c8542cec0b880b7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a54e0b3d94c2292e9f7d4fc1618ecfdd6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a54e0b3d94c2292e9f7d4fc1618ecfdd6"></a> <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_primitive.html">Primitive</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Undefined</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate)</td></tr> <tr class="separator:a54e0b3d94c2292e9f7d4fc1618ecfdd6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a495be557de6f0ea3848a2e8fc6505577"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a495be557de6f0ea3848a2e8fc6505577"></a> <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_primitive.html">Primitive</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Null</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate)</td></tr> <tr class="separator:a495be557de6f0ea3848a2e8fc6505577"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a29e5558f47ee7c44b54dc3c20eaceb32"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a29e5558f47ee7c44b54dc3c20eaceb32"></a> <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_boolean.html">Boolean</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>True</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate)</td></tr> <tr class="separator:a29e5558f47ee7c44b54dc3c20eaceb32"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af328581ad265dc321eb55a587708eedc"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af328581ad265dc321eb55a587708eedc"></a> <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_boolean.html">Boolean</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>False</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate)</td></tr> <tr class="separator:af328581ad265dc321eb55a587708eedc"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template&lt;class T&gt;<br /> class v8::Handle&lt; T &gt;</h3> <p>An object reference managed by the <a class="el" href="namespacev8.html">v8</a> garbage collector.</p> <p>All objects returned from <a class="el" href="namespacev8.html">v8</a> have to be tracked by the garbage collector so that it knows that the objects are still alive. Also, because the garbage collector may move objects, it is unsafe to point directly to an object. Instead, all objects are stored in handles which are known by the garbage collector and updated whenever an object moves. Handles should always be passed by value (except in cases like out-parameters) and they should never be allocated on the heap.</p> <p>There are two types of handles: local and persistent handles. <a class="el" href="classv8_1_1_local.html">Local</a> handles are light-weight and transient and typically used in local operations. They are managed by HandleScopes. <a class="el" href="classv8_1_1_persistent.html">Persistent</a> handles can be used when storing objects across several independent operations and have to be explicitly deallocated when they're no longer used.</p> <p>It is safe to extract the object stored in the handle by dereferencing the handle (for instance, to extract the Object* from a Handle&lt;Object&gt;); the value will still be governed by a handle behind the scenes and the same rules apply to these values as to their handles. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a0005cb917206b7e4800d19d4eca68e21"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; T &gt;::V8_INLINE </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; T &gt;() &#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates an empty handle. </p> </div> </div> <a class="anchor" id="a947012938048fb8159ccdeb63b3e6a0f"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T&gt; </div> <div class="memtemplate"> template&lt;class S &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; T &gt;::V8_INLINE </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; T &gt;(<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; S &gt; that) &#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a handle for the contents of the specified handle. This constructor allows you to pass handles as arguments by value and to assign between handles. However, if you try to assign between incompatible handles, for instance from a Handle&lt;String&gt; to a Handle&lt;Number&gt; it will cause a compile-time error. Assigning between compatible handles, for instance assigning a Handle&lt;String&gt; to a variable declared as Handle&lt;Value&gt;, is legal because <a class="el" href="classv8_1_1_string.html">String</a> is a subclass of <a class="el" href="classv8_1_1_value.html">Value</a>. </p> <p>This check fails when trying to convert between incompatible handles. For example, converting from a Handle&lt;String&gt; to a Handle&lt;Number&gt;.</p> </div> </div> <a class="anchor" id="a77848ecb0ef455dfd0d6c70b469f44d9"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; T &gt;::V8_INLINE </td> <td>(</td> <td class="paramtype">bool IsEmpty()&#160;</td> <td class="paramname"><em>const</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns true if the handle is empty. </p> </div> </div> <a class="anchor" id="ad2464f7c221a91e14caa0343312e36f9"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T&gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; T &gt;::V8_INLINE </td> <td>(</td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>Clear</em>()</td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the handle to be empty. IsEmpty() will then return true. </p> </div> </div> <a class="anchor" id="a00fd33d905ad71ac52982a7944600fa0"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T&gt; </div> <div class="memtemplate"> template&lt;class S &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; T &gt;::V8_INLINE </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>operator</em> = <code>=(const&#160;<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt;S&gt;&#160;that)&#160;const</code></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Checks whether two handles are the same. Returns true if both are empty, or if the objects to which they refer are identical. The handles' references are not checked. </p> </div> </div> <a class="anchor" id="a85f5fb0108672950759ccc99cc8348a8"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class T&gt; </div> <div class="memtemplate"> template&lt;class S &gt; </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_handle.html">v8::Handle</a>&lt; T &gt;::V8_INLINE </td> <td>(</td> <td class="paramtype">bool operator! &#160;</td> <td class="paramname"> = <code>(<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt;S&gt;&#160;that)&#160;const</code></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Checks whether two handles are different. Returns true if only one of the handles is empty, or if the objects to which they refer are different. The handles' references are not checked. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:46:10 for V8 API Reference Guide for node.js v0.11.7 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
26bc8db/html/classv8_1_1_handle.html
HTML
mit
26,695
<html> <head> <meta charset="UTF-8"> <title>Test</title> <style> html, body { position: relative; width: 100%; height: 100%; padding: 0; margin: 0; background-color: white; overflow: auto; overflow-x: hidden; text-align: center; } .pixel-grid { position: relative; width: 500px; height: 100%; padding: 0; margin: 0 auto; } /* Pixel Grid */ .pixel-tile { float: left; margin: 0; box-sizing: border-box; transition: margin-top .6s, margin-left .6s; } .test { background-color: #E4CAAC; border: 1px solid #A9C7D1; } .js-tile-style { background-color: transparent; position: absolute; } /* Sizes */ .pixel-grid-5.gutter-3 .pixel-tile { width: 97px; height: 97px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.width-2 { width: 197px; height: 97px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.width-3 { width: 297px; height: 97px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.width-4 { width: 397px; height: 97px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.height-2 { width: 97px; height: 197px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.height-3 { width: 97px; height: 297px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.height-3 { width: 97px; height: 297px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid-5.gutter-3 .pixel-tile.height-3 { width: 97px; height: 397px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid.gutter-3 .pixel-tile:nth-child(5n) { margin-right: 0; } .pixel-grid.gutter-3 .pixel-tile:nth-child(5n+1) { margin-left: 3px; } .pixel-grid.gutter-3 .pixel-tile:nth-child(-n+6) { margin-top: 3px; } /* Mobile Sizes */ @media only screen and (max-width: 800px) { .mobile-pixel-grid-10.gutter-3 .pixel-tile { width: 48.5px; height: 48.5px; margin-right: 3px; margin-bottom: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile.width-2 { width: 100px; height: 48.5px; margin-right: 3px; margin-bottom: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile.width-3 { width: 151.5px; height: 48.5px; margin-right: 3px; margin-bottom: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile.width-4 { width: 203px; height: 48.5px; margin-right: 3px; margin-bottom: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile.height-2 { width: 48.5px; height: 100px; margin-right: 3px; margin-bottom: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile.height-3 { width: 48.5px; height: 151.5px; margin-right: 3px; margin-bottom: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile.height-4 { width: 48.5px; height: 203px; margin-right: 3px; margin-bottom: 3px; } .pixel-grid.gutter-3 .pixel-tile:nth-child(5n) { margin-right: 3px; } .pixel-grid.gutter-3 .pixel-tile:nth-child(5n+1) { margin-left: 0px; } .pixel-grid.gutter-3 .pixel-tile:nth-child(-n+6) { margin-top: 0px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile:nth-child(10n) { margin-right: 0; } .mobile-pixel-grid-10.gutter-3 .pixel-tile:nth-child(10n+1) { margin-left: 3px; } .mobile-pixel-grid-10.gutter-3 .pixel-tile:nth-child(-n+11) { margin-top: 3px; } } .special { background-color: red; } </style> </head> <body> <div id="pixel-grid" class="mosaic-tile pixel-grid pixel-grid-5 mobile-pixel-grid-10 gutter-3"> <div data-mosaic-row="1" data-mosaic-col="1" class="mosaic-tile pixel-tile width-2 height-2 test special"></div> <div class="mosaic-tile pixel-tile test sizer a"></div> <div class="mosaic-tile pixel-tile width-2 test b"></div> <div class="mosaic-tile pixel-tile height-2 test c"></div> <div data-mosaic-row="0" data-mosaic-col="0" class="mosaic-tile pixel-tile width-4 test d special"></div> <div class="mosaic-tile pixel-tile height-3 width-2 test e"></div> <div class="mosaic-tile pixel-tile test a"></div> <div class="mosaic-tile pixel-tile width-2 test b"></div> <div class="mosaic-tile pixel-tile height-2 test c"></div> <div class="mosaic-tile pixel-tile test a"></div> <div class="mosaic-tile pixel-tile width-3 test b"></div> <div class="mosaic-tile pixel-tile test c"></div> <div class="mosaic-tile pixel-tile test e"></div> <div class="mosaic-tile pixel-tile height-4 test e"></div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="../js/mosaic.js"></script> <script> $(document).ready(function() { var test = {size: 800, columns: 5}; var grid = $("#pixel-grid").mosaic({ tileModel: '.sizer', columns: 10, gutter: 3, layoutInPercent: false, breakpoints: [test] }); }); </script> </body> </html>
ariellebryn/mosaic
Demos/PixelGrid.html
HTML
mit
7,682
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Superprogram: Plik źródłowy ListaBlokow.hh</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Superprogram </div> </td> </tr> </tbody> </table> </div> <!-- Wygenerowano przez Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Strona&#160;główna</span></a></li> <li><a href="namespaces.html"><span>Przestrzenie&#160;nazw</span></a></li> <li><a href="annotated.html"><span>Klasy</span></a></li> <li class="current"><a href="files.html"><span>Pliki</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>Lista&#160;plików</span></a></li> <li><a href="globals.html"><span>Składowe&#160;plików</span></a></li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">ListaBlokow.hh</div> </div> </div><!--header--> <div class="contents"> <a href="_lista_blokow_8hh.html">Idź do dokumentacji tego pliku.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef LISTABLOKOW_HH</span> <a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define LISTABLOKOW_HH</span> <a name="l00003"></a>00003 <span class="preprocessor"></span> <a name="l00004"></a>00004 <span class="preprocessor">#ifdef __GNUG__</span> <a name="l00005"></a>00005 <span class="preprocessor"></span><span class="preprocessor"># pragma interface</span> <a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#endif</span> <a name="l00007"></a>00007 <span class="preprocessor"></span> <a name="l00008"></a>00008 <span class="preprocessor">#include &lt;list&gt;</span> <a name="l00009"></a>00009 <span class="preprocessor">#include &quot;<a class="code" href="_blok_sygnalowy_8hh.html" title="Zawiera definicję klas BlokSygnalowy.">BlokSygnalowy.hh</a>&quot;</span> <a name="l00010"></a>00010 <a name="l00011"></a>00011 <a name="l00027"></a><a class="code" href="class_lista_blokow.html">00027</a> <span class="keyword">class </span><a class="code" href="class_lista_blokow.html" title="Modeluje listę bloków sygnałowych.">ListaBlokow</a>: <span class="keyword">public</span> std::list&lt;BlokSygnalowy*&gt; { <a name="l00028"></a>00028 <a name="l00029"></a>00029 <span class="keyword">public</span>: <a name="l00033"></a>00033 <span class="keywordtype">bool</span> <a class="code" href="class_lista_blokow.html#acc94cb1f57abd2ea11c9bc88b59b8b3e" title="Realizuje przeliczenie sygnału dla całej listy bloków.">WyliczSygnal</a>(); <a name="l00047"></a>00047 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="class_lista_blokow.html#aa04d076c3824fc7034998d7829f25395" title="Metoda ta inicjalizuje wszystkie bloki sygnałowe z listy.">RozpocznijPrace</a>(); <a name="l00055"></a><a class="code" href="class_lista_blokow.html#ab77e5d62f4959fc61d2461a454bd7a68">00055</a> <span class="keywordtype">void</span> <a class="code" href="class_lista_blokow.html#ab77e5d62f4959fc61d2461a454bd7a68" title="Dodaje nowy blok sygnałowy.">DodajBlokSygnalowy</a>( <a class="code" href="class_blok_sygnalowy.html" title="Modeluje najważniejsze elementy bloku sygnałowego.">BlokSygnalowy</a>* wBlok) { push_back(wBlok); } <a name="l00061"></a>00061 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="class_lista_blokow.html#a6eaed622e04fdd01246ffda3879b9631" title="Wyświetla typy bloków.">WyswietlTypBlokowWLiscie</a>() <span class="keyword">const</span>; <a name="l00062"></a>00062 <a name="l00068"></a>00068 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="class_lista_blokow.html#ad41eb2d742f5d144c6f5e4704357294b" title="Wyświetla typy bloków.">WyswietlOpis</a>() <span class="keyword">const</span>; <a name="l00069"></a>00069 <a name="l00073"></a>00073 <span class="keyword">virtual</span> <a class="code" href="class_lista_blokow.html#a6904912356daedf04fd801d8ddbe8429" title="Usuwa dynamicznie stworzone elementy listy.">~ListaBlokow</a>(); <a name="l00074"></a>00074 <a name="l00078"></a>00078 <span class="keywordtype">void</span> <a class="code" href="class_lista_blokow.html#ad35fa127514dc93ba034e29eee5d0081" title="Kończy pracę wszystkich bloków.">ZakonczPrace</a>(); <a name="l00079"></a>00079 <span class="keyword">private</span>: <a name="l00080"></a>00080 }; <a name="l00081"></a>00081 <a name="l00082"></a>00082 <span class="preprocessor">#endif</span> </pre></div></div><!-- contents --> <hr class="footer"/><address class="footer"><small> Wygenerowano Mon Jun 3 2013 18:52:06 dla Superprogram programem &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
superdyzio/PWR-Stuff
AIR-ARR/Programowanie Obiektowe/12/dox/html/_lista_blokow_8hh_source.html
HTML
mit
5,572
<div *ngIf="notesService.getSelectedEvaluation(evaluationTitle); let evaluation" class='container'> <div class="page-header"> <h5>{{ evaluation.titre }} <i class="right material-icons">{{ evaluation.individuel ? 'person' : 'group' }}</i> </h5> <h6>Note de l'évaluation: <span *ngIf="notesService.getEvaluationStats(evaluation); let stats"> <span *ngIf="stats.accumulatedPoints; else elseBlock" materialize="tooltip" data-delay="50" class="badge" data-position="left" [attr.data-tooltip]="'Moyenne: ' + stats.groupMean + ' Écart-type: ' + stats.standardDeviation" class="note-global right"> {{ stats.accumulatedPoints | number : '1.0-2' }}/{{ stats.accumulatedTotals | number : '1.0-2' }} <b>({{ (stats.accumulatedPoints/stats.accumulatedTotals)*100 | number : '1.0-2' }}%)</b> </span> <ng-template #elseBlock> <span class="tooltipped note-global right" data-position="left"> --/{{ stats.accumulatedTotals | number : '1.0-2' }} </span> </ng-template> </span> </h6> </div> <div> <ul *ngFor="let apCode of evaluation.associatedAps | keys" class="collection with-header"> <app-evaluation [apCode]="apCode" [evaluation]="evaluation"></app-evaluation> </ul> </div> </div> <loading *ngIf="global.evaluations == undefined"></loading> <!--When api call failed--> <div *ngIf="global.evaluations?.length == 0" class="container"> <br> <h5>Un problème est survenu lors de la récupération de vos notes d'évaluation.</h5> <p>Veuillez réessayer plus tard.</p> </div>
titoine54/victoria
Frontend/src/app/views/note/note.component.html
HTML
mit
1,753
<html> <body> <style> table { border-collapse: collapse; width: 100%; } td { vertical-align: top; border-collapse: collapse; border: solid 1px #888; width: 50%; padding: 2mm; } code { background-color: #eee; color: #357; white-space: pre; } figure { border: solid 1px #ccc; margin: 5mm; text-align: center; } figcaption { font-size: 80%; color: #aaa; } textarea { width: 100%; height: 100vh; margin: 0; padding: 1em; } blockquote { color: #357; font-style: italic; } </style> <table> <tr> <td> <textarea id="plaintext"> Markup ====== Simple markup language parsed at run-time in the browser -------------------------------------------------------- (cy) (xlink http://sleepless.com/blog/ Sleepless Inc.) -- All Rights Reserved This is the first sentence of the first paragraph. This is the second sentence of the first paragraph. This is the second paragraph. It also has two sentences but the underlying markup is written a little differently. Unordered list -------------- - unordered list item - unordered list item Ordered list ------------ # ordered list item 1 # ordered list item 2 # ordered list item 3 Image ----- (image coffee.png Yum!) Figure ----- (figure coffee.png Yum!) Links ----- (link https://github.com/sleeplessinc/markup Click to get Markup!) (xlink https://github.com/sleeplessinc/markup Click to get Markup in a separate tab!) Styles ------ **This is emphasized text** and __This is underlined text__ Symbols ------ - (tm) - (r) - (c) - (cy) - (cm A1 Widgets Ltd.) Block quote ----------- " To be, or not to be. That is the question! Whether 'tis nobler to suffer the slings and arrows of outrageous fortune, or to whatever ... " Code ----- Some {inline code} versus ... { // ... this, which is a block of code. var x = 1; var y = 9; } Dashes ----- Two hyphens make an n-dash, like "--" Three hyphens make an m-dash, like "---" Four dashes makes a horizontal rule like this ... ---- Five or more dashes makes an h2 heading out of the preceding line. ----- Five or more equals signs makes an h1 heading out of the preceding line. ===== Special ------- Only if used in browser code: - Page last modified (lastModified) That's it! </textarea> </td> <td id="markedup"></td> </tr> </table> <script src="./markup.js"></script> <script> var h = document.querySelector( "#plaintext" ); h.addEventListener("input", function(){ redraw(); }); redraw(); function redraw(){ let p = Markup.convert( document.querySelector("#plaintext").value ); document.querySelector("#markedup").innerHTML = p; } </script> </body> </html>
sleeplessinc/markup
index.html
HTML
mit
2,933
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Class template explicit_error_stepper_base</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Numeric.Odeint"> <link rel="up" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html" title="Header &lt;boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp&gt;"> <link rel="prev" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html" title="Header &lt;boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp&gt;"> <link rel="next" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base_hpp.html" title="Header &lt;boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base.hpp&gt;"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../logo.jpg"></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="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base_hpp.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.numeric.odeint.explicit_error_idp26364872"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template explicit_error_stepper_base</span></h2> <p>boost::numeric::odeint::explicit_error_stepper_base &#8212; Base class for explicit steppers with error estimation. This class can used with controlled steppers for step size control. </p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html" title="Header &lt;boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp&gt;">boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Stepper<span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> Order<span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> StepperOrder<span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> ErrorOrder<span class="special">,</span> <span class="keyword">typename</span> State<span class="special">,</span> <span class="keyword">typename</span> Value<span class="special">,</span> <span class="keyword">typename</span> Deriv<span class="special">,</span> <span class="keyword">typename</span> Time<span class="special">,</span> <span class="keyword">typename</span> Algebra<span class="special">,</span> <span class="keyword">typename</span> Operations<span class="special">,</span> <span class="keyword">typename</span> Resizer<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="explicit_error_idp26364872.html" title="Class template explicit_error_stepper_base">explicit_error_stepper_base</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">numeric</span><span class="special">::</span><span class="identifier">odeint</span><span class="special">::</span><span class="identifier">algebra_stepper_base</span><span class="special">&lt;</span> <span class="identifier">Algebra</span><span class="special">,</span> <span class="identifier">Operations</span> <span class="special">&gt;</span> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <a class="link" href="algebra_stepper_base.html" title="Class template algebra_stepper_base">algebra_stepper_base</a><span class="special">&lt;</span> <span class="identifier">Algebra</span><span class="special">,</span> <span class="identifier">Operations</span> <span class="special">&gt;</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.algebra_stepper_base_type"></a><span class="identifier">algebra_stepper_base_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">algebra_stepper_base_type</span><span class="special">::</span><span class="identifier">algebra_type</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.algebra_type"></a><span class="identifier">algebra_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">State</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.state_type"></a><span class="identifier">state_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">Value</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">Deriv</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.deriv_type"></a><span class="identifier">deriv_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">Time</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.time_type"></a><span class="identifier">time_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">Resizer</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.resizer_type"></a><span class="identifier">resizer_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">Stepper</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.stepper_type"></a><span class="identifier">stepper_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">explicit_error_stepper_tag</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.stepper_category"></a><span class="identifier">stepper_category</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> <a name="boost.numeric.odeint.explicit_error_idp26364872.order_type"></a><span class="identifier">order_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="explicit_error_idp26364872.html#boost.numeric.odeint.explicit_error_idp26364872construct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="explicit_error_idp26364872.html#idp26452808-bb"><span class="identifier">explicit_error_stepper_base</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">algebra_type</span> <span class="special">&amp;</span> <span class="special">=</span> <span class="identifier">algebra_type</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="explicit_error_idp26364872.html#idp26391704-bb">public member functions</a></span> <span class="identifier">order_type</span> <a class="link" href="explicit_error_idp26364872.html#idp26391912-bb"><span class="identifier">order</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">order_type</span> <a class="link" href="explicit_error_idp26364872.html#idp26393192-bb"><span class="identifier">stepper_order</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">order_type</span> <a class="link" href="explicit_error_idp26364872.html#idp26394472-bb"><span class="identifier">error_order</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26395768-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26399768-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">DerivIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a class="link" href="explicit_error_idp26364872.html#idp26402504-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">StateIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a class="link" href="explicit_error_idp26364872.html#idp26408552-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">DerivIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a class="link" href="explicit_error_idp26364872.html#idp26414056-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26420616-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26425480-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">DerivIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a class="link" href="explicit_error_idp26364872.html#idp26428824-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26435720-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26441688-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateIn<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26449048-bb"><span class="identifier">adjust_size</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">algebra_type</span> <span class="special">&amp;</span> <a class="link" href="explicit_error_idp26364872.html#idp26450936-bb"><span class="identifier">algebra</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">algebra_type</span> <span class="special">&amp;</span> <a class="link" href="explicit_error_idp26364872.html#idp26451864-bb"><span class="identifier">algebra</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// <a class="link" href="explicit_error_idp26364872.html#idp26454872-bb">private member functions</a></span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26455080-bb"><span class="identifier">do_step_v1</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="explicit_error_idp26364872.html#idp26457576-bb"><span class="identifier">do_step_v5</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateIn<span class="special">&gt;</span> <span class="keyword">bool</span> <a class="link" href="explicit_error_idp26364872.html#idp26460680-bb"><span class="identifier">resize_impl</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="identifier">stepper_type</span> <span class="special">&amp;</span> <a class="link" href="explicit_error_idp26364872.html#idp26461896-bb"><span class="identifier">stepper</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">stepper_type</span> <span class="special">&amp;</span> <a class="link" href="explicit_error_idp26364872.html#idp26462696-bb"><span class="identifier">stepper</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// public data members</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">order_type</span> <span class="identifier">order_value</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">order_type</span> <span class="identifier">stepper_order_value</span><span class="special">;</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">order_type</span> <span class="identifier">error_order_value</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp54109400"></a><h2>Description</h2> <p>This class serves as the base class for all explicit steppers with algebra and operations. In contrast to <a class="link" href="explicit_stepper_base.html" title="Class template explicit_stepper_base">explicit_stepper_base</a> it also estimates the error and can be used in a controlled stepper to provide step size control.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This stepper provides <code class="computeroutput">do_step</code> methods with and without error estimation. It has therefore three orders, one for the order of a step if the error is not estimated. The other two orders are the orders of the step and the error step if the error estimation is performed.</p></td></tr> </table></div> <p> <a class="link" href="explicit_error_idp26364872.html" title="Class template explicit_error_stepper_base">explicit_error_stepper_base</a> is used as the interface in a CRTP (currently recurring template pattern). In order to work correctly the parent class needs to have a method <code class="computeroutput">do_step_impl( system , in , dxdt_in , t , out , dt , xerr )</code>. <a class="link" href="explicit_error_idp26364872.html" title="Class template explicit_error_stepper_base">explicit_error_stepper_base</a> derives from <a class="link" href="algebra_stepper_base.html" title="Class template algebra_stepper_base">algebra_stepper_base</a>.</p> <p><a class="link" href="explicit_error_idp26364872.html" title="Class template explicit_error_stepper_base">explicit_error_stepper_base</a> provides several overloaded <code class="computeroutput">do_step</code> methods, see the list below. Only two of them are needed to fulfill the Error Stepper concept. The other ones are for convenience and for performance. Some of them simply update the state out-of-place, while other expect that the first derivative at <code class="computeroutput">t</code> is passed to the stepper.</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"><p><code class="computeroutput">do_step( sys , x , t , dt )</code> - The classical <code class="computeroutput">do_step</code> method needed to fulfill the Error Stepper concept. The state is updated in-place. A type modelling a Boost.Range can be used for x.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , x , dxdt , t , dt )</code> - This method updates the state in-place, but the derivative at the point <code class="computeroutput">t</code> must be explicitly passed in <code class="computeroutput">dxdt</code>.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , in , t , out , dt )</code> - This method updates the state out-of-place, hence the result of the step is stored in <code class="computeroutput">out</code>.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , in , dxdt , t , out , dt )</code> - This method update the state out-of-place and expects that the derivative at the point <code class="computeroutput">t</code> is explicitly passed in <code class="computeroutput">dxdt</code>. It is a combination of the two <code class="computeroutput">do_step</code> methods above.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , x , t , dt , xerr )</code> - This <code class="computeroutput">do_step</code> method is needed to fulfill the Error Stepper concept. The state is updated in-place and an error estimate is calculated. A type modelling a Boost.Range can be used for x.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , x , dxdt , t , dt , xerr )</code> - This method updates the state in-place, but the derivative at the point <code class="computeroutput">t</code> must be passed in <code class="computeroutput">dxdt</code>. An error estimate is calculated.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , in , t , out , dt , xerr )</code> - This method updates the state out-of-place and estimates the error during the step.</p></li> <li class="listitem"><p><code class="computeroutput">do_step( sys , in , dxdt , t , out , dt , xerr )</code> - This methods updates the state out-of-place and estimates the error during the step. Furthermore, the derivative at <code class="computeroutput">t</code> must be passed in <code class="computeroutput">dxdt</code>.</p></li> </ul></div> <p> </p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"> <p>The system is always passed as value, which might result in poor performance if it contains data. In this case it can be used with <code class="computeroutput">boost::ref</code> or <code class="computeroutput">std::ref</code>, for example <code class="computeroutput">stepper.do_step( boost::ref( sys ) , x , t , dt );</code></p> <p>The time <code class="computeroutput">t</code> is not advanced by the stepper. This has to done manually, or by the appropriate <code class="computeroutput">integrate</code> routines or <code class="computeroutput">iterator</code>s.</p> </td></tr> </table></div> <p> </p> <div class="refsect2"> <a name="idp54127096"></a><h3>Template Parameters</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Stepper</pre> <p>The stepper on which this class should work. It is used via CRTP, hence <code class="computeroutput"><a class="link" href="explicit_stepper_base.html" title="Class template explicit_stepper_base">explicit_stepper_base</a></code> provides the interface for the Stepper. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">unsigned</span> <span class="keyword">short</span> Order</pre> <p>The order of a stepper if the stepper is used without error estimation. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">unsigned</span> <span class="keyword">short</span> StepperOrder</pre> <p>The order of a step if the stepper is used with error estimation. Usually Order and StepperOrder have the same value. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">unsigned</span> <span class="keyword">short</span> ErrorOrder</pre> <p>The order of the error step if the stepper is used with error estimation. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> State</pre> <p>The state type for the stepper. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Value</pre> <p>The value type for the stepper. This should be a floating point type, like float, double, or a multiprecision type. It must not necessary be the value_type of the State. For example the State can be a <code class="computeroutput">vector&lt; complex&lt; double &gt; &gt;</code> in this case the Value must be double. The default value is double. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Deriv</pre> <p>The type representing time derivatives of the state type. It is usually the same type as the state type, only if used with Boost.Units both types differ. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Time</pre> <p>The type representing the time. Usually the same type as the value type. When Boost.Units is used, this type has usually a unit. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Algebra</pre> <p>The algebra type which must fulfill the Algebra Concept. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Operations</pre> <p>The type for the operations which must fulfill the Operations Concept. </p> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Resizer</pre> <p>The resizer policy class. </p> </li> </ol></div> </div> <div class="refsect2"> <a name="idp54141832"></a><h3> <a name="boost.numeric.odeint.explicit_error_idp26364872construct-copy-destruct"></a><code class="computeroutput">explicit_error_stepper_base</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"> <pre class="literallayout"><a name="idp26452808-bb"></a><span class="identifier">explicit_error_stepper_base</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">algebra_type</span> <span class="special">&amp;</span> algebra <span class="special">=</span> <span class="identifier">algebra_type</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>Constructs a <code class="computeroutput"><a class="link" href="explicit_error_idp26364872.html" title="Class template explicit_error_stepper_base">explicit_error_stepper_base</a></code> class. This constructor can be used as a default constructor if the algebra has a default constructor. <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><code class="computeroutput">algebra</code></span></p></td> <td><p>A copy of algebra is made and stored inside <code class="computeroutput"><a class="link" href="explicit_stepper_base.html" title="Class template explicit_stepper_base">explicit_stepper_base</a></code>. </p></td> </tr></tbody> </table></div></td> </tr></tbody> </table></div> </li></ol></div> </div> <div class="refsect2"> <a name="idp54150232"></a><h3> <a name="idp26391704-bb"></a><code class="computeroutput">explicit_error_stepper_base</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <pre class="literallayout"><span class="identifier">order_type</span> <a name="idp26391912-bb"></a><span class="identifier">order</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>Returns the order of the stepper if it used without error estimation. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">order_type</span> <a name="idp26393192-bb"></a><span class="identifier">stepper_order</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>Returns the order of a step if the stepper is used without error estimation. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">order_type</span> <a name="idp26394472-bb"></a><span class="identifier">error_order</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>Returns the order of an error step if the stepper is used without error estimation. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26395768-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre>This method performs one step. It transforms the result in-place. <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ordinary differential equation. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">x</code></span></p></td> <td><p>The state of the ODE which should be solved. After calling do_step the result is updated in x. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26399768-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre>Second version to solve the forwarding problem, can be called with Boost.Range as StateInOut. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">DerivIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="idp26402504-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span> dxdt<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper. Additionally to the other method the derivative of x is also passed to this method. It is supposed to be used in the following way: <pre class="programlisting">sys( x , dxdt , t ); stepper.do_step( sys , x , dxdt , t , dt ); </pre> <p>The result is updated in place in x. This method is disabled if Time and Deriv are of the same type. In this case the method could not be distinguished from other <code class="computeroutput">do_step</code> versions.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This method does not solve the forwarding problem.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">dxdt</code></span></p></td> <td><p>The derivative of x at t. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">x</code></span></p></td> <td><p>The state of the ODE which should be solved. After calling do_step the result is updated in x. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">StateIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="idp26408552-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> in<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span> out<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper. The state of the ODE is updated out-of-place. This method is disabled if StateIn and Time are the same type. In this case the method can not be distinguished from other <code class="computeroutput">do_step</code> variants. <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This method does not solve the forwarding problem.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">in</code></span></p></td> <td><p>The state of the ODE which should be solved. in is not modified in this method </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">out</code></span></p></td> <td><p>The result of the step is written in out. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">DerivIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="idp26414056-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> in<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span> dxdt<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span> out<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper. The state of the ODE is updated out-of-place. Furthermore, the derivative of x at t is passed to the stepper. It is supposed to be used in the following way: <pre class="programlisting">sys( in , dxdt , t ); stepper.do_step( sys , in , dxdt , t , out , dt ); </pre> <p>This method is disabled if DerivIn and Time are of same type.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This method does not solve the forwarding problem.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">dxdt</code></span></p></td> <td><p>The derivative of x at t. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">in</code></span></p></td> <td><p>The state of the ODE which should be solved. in is not modified in this method </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">out</code></span></p></td> <td><p>The result of the step is written in out. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26420616-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span> xerr<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper and estimates the error. The state of the ODE is updated in-place. <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">x</code></span></p></td> <td><p>The state of the ODE which should be solved. x is updated by this method. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">xerr</code></span></p></td> <td><p>The estimation of the error is stored in xerr. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26425480-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span> xerr<span class="special">)</span><span class="special">;</span></pre>Second version to solve the forwarding problem, can be called with Boost.Range as StateInOut. </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">disable_if</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special">&lt;</span> <span class="identifier">DerivIn</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span><span class="special">,</span> <span class="keyword">void</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="idp26428824-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span> dxdt<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span> xerr<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper. Additionally to the other method the derivative of x is also passed to this method. It is supposed to be used in the following way: <pre class="programlisting">sys( x , dxdt , t ); stepper.do_step( sys , x , dxdt , t , dt , xerr ); </pre> <p>The result is updated in place in x. This method is disabled if Time and DerivIn are of the same type. In this case the method could not be distinguished from other <code class="computeroutput">do_step</code> versions.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This method does not solve the forwarding problem.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">dxdt</code></span></p></td> <td><p>The derivative of x at t. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">x</code></span></p></td> <td><p>The state of the ODE which should be solved. After calling do_step the result is updated in x. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">xerr</code></span></p></td> <td><p>The error estimate is stored in xerr. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26435720-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> in<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span> out<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span> xerr<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper. The state of the ODE is updated out-of-place. Furthermore, the error is estimated. <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This method does not solve the forwarding problem.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">in</code></span></p></td> <td><p>The state of the ODE which should be solved. in is not modified in this method </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">out</code></span></p></td> <td><p>The result of the step is written in out. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">xerr</code></span></p></td> <td><p>The error estimate. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateIn<span class="special">,</span> <span class="keyword">typename</span> DerivIn<span class="special">,</span> <span class="keyword">typename</span> StateOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26441688-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> in<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">DerivIn</span> <span class="special">&amp;</span> dxdt<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span> out<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span> xerr<span class="special">)</span><span class="special">;</span></pre>The method performs one step with the stepper passed by Stepper. The state of the ODE is updated out-of-place. Furthermore, the derivative of x at t is passed to the stepper and the error is estimated. It is supposed to be used in the following way: <pre class="programlisting">sys( in , dxdt , t ); stepper.do_step( sys , in , dxdt , t , out , dt ); </pre> <p>This method is disabled if DerivIn and Time are of same type.</p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>This method does not solve the forwarding problem.</p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">dt</code></span></p></td> <td><p>The step size. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">dxdt</code></span></p></td> <td><p>The derivative of x at t. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">in</code></span></p></td> <td><p>The state of the ODE which should be solved. in is not modified in this method </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">out</code></span></p></td> <td><p>The result of the step is written in out. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">system</code></span></p></td> <td><p>The system function to solve, hence the r.h.s. of the ODE. It must fulfill the Simple System concept. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The value of the time, at which the step should be performed. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">xerr</code></span></p></td> <td><p>The error estimate. </p></td> </tr> </tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateIn<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26449048-bb"></a><span class="identifier">adjust_size</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> x<span class="special">)</span><span class="special">;</span></pre>Adjust the size of all temporaries in the stepper manually. <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term"><code class="computeroutput">x</code></span></p></td> <td><p>A state from which the size of the temporaries to be resized is deduced. </p></td> </tr></tbody> </table></div></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="identifier">algebra_type</span> <span class="special">&amp;</span> <a name="idp26450936-bb"></a><span class="identifier">algebra</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>A reference to the algebra which is held by this class. </p></td> </tr></tbody> </table></div> </li> <li class="listitem"> <pre class="literallayout"><span class="keyword">const</span> <span class="identifier">algebra_type</span> <span class="special">&amp;</span> <a name="idp26451864-bb"></a><span class="identifier">algebra</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody><tr> <td><p><span class="term">Returns:</span></p></td> <td><p>A const reference to the algebra which is held by this class. </p></td> </tr></tbody> </table></div> </li> </ol></div> </div> <div class="refsect2"> <a name="idp54329816"></a><h3> <a name="idp26454872-bb"></a><code class="computeroutput">explicit_error_stepper_base</code> private member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26455080-bb"></a><span class="identifier">do_step_v1</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">,</span> <span class="keyword">typename</span> StateInOut<span class="special">,</span> <span class="keyword">typename</span> Err<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idp26457576-bb"></a><span class="identifier">do_step_v5</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">,</span> <span class="identifier">StateInOut</span> <span class="special">&amp;</span> x<span class="special">,</span> <span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">time_type</span> dt<span class="special">,</span> <span class="identifier">Err</span> <span class="special">&amp;</span> xerr<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateIn<span class="special">&gt;</span> <span class="keyword">bool</span> <a name="idp26460680-bb"></a><span class="identifier">resize_impl</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> x<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">stepper_type</span> <span class="special">&amp;</span> <a name="idp26461896-bb"></a><span class="identifier">stepper</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">stepper_type</span> <span class="special">&amp;</span> <a name="idp26462696-bb"></a><span class="identifier">stepper</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2012 Karsten Ahnert and Mario Mulansky<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="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../header/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base_hpp.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
laborautonomo/poedit
deps/boost/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp26364872.html
HTML
mit
75,492
<div class="mediaList"> <div *ngFor="let contest of contestList" class="media"> <div class="media-left"> <a> <img *ngFor="let photo of contest.examplePhotos" width="64px" class="media-object" src="{{photo.url}}" alt="beast"> </a> </div> <div class="media-left"> <a> <img *ngFor="let photo of contest.productPhotos" width="64px" class="media-object" src="{{photo.url}}" alt="beast"> </a> </div> <div class="media-body"> <h4 class="media-heading">{{contest.title}}</h4> {{contest.description}} <div> <span class="hashtag" *ngFor="let hashtag of contest.requiredHashTags">#{{hashtag}}</span> <span class="hashtag" *ngFor="let hashtag of contest.optionalHashTags">#{{hashtag}}</span> </div> </div> </div> </div> <button md-fab class="plusbutton" [routerLink]="['/contests/create']" title="Create Contest"><md-icon>add</md-icon></button>
SoLoud/loudProjectFront
src/client/app/contests/list/contests-list.component.html
HTML
mit
935
<!DOCTYPE html> <html ng-app="freeUniTaxiApp"> <head> <title>FreeUni Taxi</title> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.min.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body style="padding-top: 70px;"> <div class="container"> <!-- Placeholder for views --> <div ng-view=""></div> </div> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script> <script src="scripts/app.js"></script> <script src="scripts/services/LocationValidationService.js"></script> <script src="scripts/services/OrderValidationService.js"></script> <script src="scripts/services/MoneyValidationService.js"></script> <script src="scripts/factories/DriverFactory.js"></script> <script src="scripts/factories/OrderFactory.js"></script> <script src="scripts/controllers/NavbarController.js"></script> <script src="scripts/controllers/DriverController.js"></script> <script src="scripts/controllers/OrdersController.js"></script> <script src="scripts/controllers/LocationController.js"></script> </body> </html>
freeuni-sdp/FreeUni-SDP-2014-Final-Project
console/src/main/webapp/index.html
HTML
mit
1,471
<!DOCTYPE html> <head> <title>Your page title here</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog-stylesheet.css"> </head> <body> <h1>Enumberable Methods Group-by</h1> <h4>3/22/2015</h4> <section> <p> Group by is an enumberable method that can take elements from a certain hash, organize and display them by certain properties. A good example would be. </p> <p><!-- insert text here --> list = { "apple" => 1, "banana" => 2, "pear" => 3 } puts list.group_by {|k,v| k == "apple"} </p> <p> The result will display. {true=>[["apple", 1]], false=>[["banana", 2], ["pear", 3]]} </p> <p> I do not know how to use group other than display properties. I will see if I could use it for pushing specified groups into data sets. etc. </p> </section> </body>
sevennote/sevennote.github.io
blog/t-4-enumberable-methods.html
HTML
mit
895
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: 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.10.2 / dpdgraph - 0.6.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> dpdgraph <small> 0.6.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-30 11:23:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 11:23:11 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.10.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/karmaki/coq-dpdgraph&quot; build: [ [&quot;./configure&quot;] [&quot;echo&quot; &quot;%{jobs}%&quot; &quot;jobs for the linter&quot;] [make] ] bug-reports: &quot;https://github.com/karmaki/coq-dpdgraph/issues&quot; dev-repo: &quot;git+https://github.com/karmaki/coq-dpdgraph.git&quot; install: [ [make &quot;install&quot; &quot;BINDIR=%{bin}%&quot;] ] remove: [ [&quot;rm&quot; &quot;%{bin}%/dpd2dot&quot; &quot;%{bin}%/dpdusage&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/dpdgraph&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} &quot;ocamlgraph&quot; ] authors: [ &quot;Anne Pacalet&quot; &quot;Yves Bertot&quot;] synopsis: &quot;Compute dependencies between Coq objects (definitions, theorems) and produce graphs&quot; flags: light-uninstall url { src: &quot;https://github.com/ybertot/coq-dpdgraph/archive/coq-dpdgraph-0.6.1.zip&quot; checksum: &quot;md5=0477114ba537b184ad715c23d94ac0ca&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-dpdgraph.0.6.1 coq.8.10.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.10.2). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.2/dpdgraph/0.6.1.html
HTML
mit
6,705
--- title: "International House of Pa....Brews!" layout: "post" permalink: "/2013/04/international-house-of-pabrews.html" uuid: "5761248402315161748" guid: "tag:blogger.com,1999:blog-4897882164686544357.post-5761248402315161748" date: "2013-04-20 19:51:00" updated: "2013-04-20 19:51:39" description: blogger: siteid: "4897882164686544357" postid: "5761248402315161748" comments: "0" categories: [english style brown porter, beer, pancakes, cellar dark, madison, porter, house of brews, wisconsin] author: bradorego --- <div class="css-full-post-content js-full-post-content"> <div dir="ltr" style="text-align: left;" trbidi="on"> <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"> <tbody> <tr> <td style="text-align: center;"> <a href="{{ site.url }}/assets/full/cellardark/beer.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"> <span style="font-family: Verdana, sans-serif;"> <img border="0" src="{{ site.url }}/assets/compressed/cellardark/beer.png" width="640" /> </span> </a> </td> </tr> <tr> <td class="tr-caption" style="text-align: center;"> <span style="font-family: Verdana, sans-serif;">House of Breeeeeeeeeeewwwwwwwwwssssss</span> </td> </tr> </tbody> </table> <span style="font-family: Verdana, sans-serif;"><a href="http://houseofbrewsmadison.com/">House of Brews</a> is the Madison Homebrewer's favorite success story. HoB's owner, Page Buchanan, used to be a hobbyist homebrewer (like <a href="http://mhtg.org/">many of us</a>), and started brewing a handful of years ago. As his interest, skill, and passion for brewing grew, he started brewing larger and larger batches, buying more and more equipment, and getting a lot of good reviews on his product. In 2011, he finally decided to take the leap and start a brewery. House of Brews is Wisconsin's first Community Supported Brewery (CSB).</span> <br /> <span style="font-family: Verdana, sans-serif;"> <br /> </span> <span style="font-family: Verdana, sans-serif;">I first met Page at the <a href="http://madisoncurlingclub.com/">Madison Curling Club</a>'s Fowler Event, where he had brought several of his beers for us to enjoy during the event. I actually helped him set up his equipment before knowing who he was or what was going on. I ran into Page again at a beer tasting at <a href="http://www.starliquor.com/">Star Liquor</a> and decided to grab a growler of his new Cellar Dark.</span> <br /> <span style="font-family: Verdana, sans-serif;"> <br /> </span> <span style="font-family: Verdana, sans-serif;">The Cellar Dark is a "light-bodied English Style Brown Porter dominated by flavors of chocolate and coffee". That I can personally attest to, as (while my growler was a few weeks old, so a little flat), it has a deliciously dark, malty, chocolatey flavor. I'm a huge fan of the Cellar Dark (which is good, because I bought the growler before tasting it. That, my friends, is faith in your brewery).</span> <br /> <h4 style="text-align: left;"> <span style="font-family: Verdana, sans-serif;">Prep/Cooking:</span> </h4> <div> <span style="font-family: Verdana, sans-serif;">The Cellar Dark's choclatey aroma is probably the first thing you'll notice about the beer (well, aside from its color, of course). It's a rich and sweet smell that fills your nostrils, and offers as a great precursor to what the beer you're about to enjoy will be like. Cellar Dark's batter was no different, keeping its wonderful rich darkness (in both color and smell/flavor). The sweetness and richness of the batter really complimented this brew, and it didn't taste yeasty at all (which often happens in batter form).</span> </div> <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"> <tbody> <tr> <td style="text-align: center;"> <a href="{{ site.url }}/assets/full/cellardark/batter.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"> <span style="font-family: Verdana, sans-serif;"> <img border="0" height="360" src="{{ site.url }}/assets/compressed/cellardark/batter.png" width="640" /> </span> </a> </td> </tr> <tr> <td class="tr-caption" style="text-align: center;"> <span style="font-family: Verdana, sans-serif;">Told you it was dark!</span> </td> </tr> </tbody> </table> <h4 style="text-align: left;"> <span style="font-family: Verdana, sans-serif;">Results:</span> </h4> <div> <span style="font-family: Verdana, sans-serif;">The pancakes came out wonderfully dark in color, reminding me of some of the other dark beers I've used over the <strike>years</strike>months. The pancakes themselves were quite delicious, despite having those rich malty tones drop off quite a bit in pancake form. They held a certain mysterious subtlety to them, which is an interesting twist on how these pancakes tend to go.</span> </div> <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"> <tbody> <tr> <td style="text-align: center;"> <a href="{{ site.url }}/assets/full/cellardark/pancakes.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"> <span style="font-family: Verdana, sans-serif;"> <img border="0" height="360" src="{{ site.url }}/assets/compressed/cellardark/pancakes.png" width="640" /> </span> </a> </td> </tr> <tr> <td class="tr-caption" style="text-align: center;"> <span style="font-family: Verdana, sans-serif;">A little blurry, but meh</span> </td> </tr> </tbody> </table> <h4 style="text-align: left;"> <span style="font-family: Verdana, sans-serif;">The Ternary Scale:</span> </h4> <div> <div> <span style="font-family: Verdana, sans-serif;">Pancakes: 1 - Go for it if you have some.</span> </div> <div> <span style="font-family: Verdana, sans-serif;">Syrup: 1 - If I could give this a 2, I would. For whatever reason, the sweetness of the syrup really brought out the complexities of flavor in the beer/pancake/beerpancake. I'd almost say you should only eat these with syrup, as they're so much better with it than without.</span> <br /> <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"> <tbody> <tr> <td style="text-align: center;"> <a href="{{ site.url }}/assets/full/cellardark/syrup.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"> <span style="font-family: Verdana, sans-serif;"> <img border="0" height="360" src="{{ site.url }}/assets/compressed/cellardark/syrup.png" width="640" /> </span> </a> </td> </tr> <tr> <td class="tr-caption" style="text-align: center;"> <span style="font-family: Verdana, sans-serif;">Inadvertent smiley face. Or women's swimsuit/underwear?</span> </td> </tr> </tbody> </table> <blockquote class="tr_bq"> <span style="font-family: Verdana, sans-serif;"><i>Huge shoutout to Page at House of Brews - keep up the great work, buddy! If you're ever in Madison, be sure to stop by and try it out.</i><i>What's your favorite House of Brews brew??</i> </span> </blockquote> </div> </div> </div> </div> {% include twitter.html tweetAt=" from @HouseofBrews" %}
bradorego/beerbatterbreakfast
_posts/2013-04-20-international-house-of-pabrews.html
HTML
mit
9,217
<!DOCTYPE html> <html> <head> <base href="../../" /> <meta charset="utf-8" /> <script src="_ext/d3.v3.min.js"></script> <script src="_ext/jquery-1.10.2.min.js"></script> <script src="_ext/sha1.js"></script> <script src="_ext/seedrandom-min.js"></script> <script src="js/jlg_commons.js"></script> <script src="js/distributed.js"></script> <script src="js/processus.js"></script> <style> html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; } #param { float: left; padding: 5px; background-color: #E6F2FF; } svg { border: 1px solid black; } table { width: 200px; } table th, table td { vertical-align: middle; text-align: center; } th { width: 100px; font-size: 14px; font-weight: 400; } input, select { width: 100%; font-size: 14px; font-weight: 400; box-sizing: border-box; } #row, #col { width: 30px; } #row { float: left; } #col { float: right; } .ring circle { fill: none; stroke: #AAAAAA; stroke-width: 3; } .links path { fill: none; stroke: #FFD7D7; stroke-width: 2; } .clickable { cursor: pointer; } </style> </head> <body> <div> <div id="param"> <table> <tr> <th>Ring amount</th> <td><input type="text" id="ring_amount" value="1" /></td> </tr> <tr> <th>Node amount</th> <td><input type="text" id="node_amount" value="8" /></td> </tr> <tr> <th>Linkage duration (ms)</th> <td><input type="text" id="linkage" value="500" /></td> </tr> </table> <button id="start">Start</button> <button id="stop">Stop</button> <br/> <button id="add_node" disabled="disabled">Add Node</button> <button id="rm_node" disabled="disabled">Remove Node</button> <div id="stat"> <table> <tr> <th>Link quantity</th> <td class="links">0</td> </tr> </table> </div> </div> <div id="frame"></div> </div> <script> function reset_stats() { $('#stat .links').html(0); }; $('#stat').get(0).addEventListener("multi_ring_stat", function(e) { var stats = e.detail; var el = $(this); //console.log(e); if (stats.hasOwnProperty('add_link')) { var links = parseInt(el.find('.links').html()); links += stats.add_link; el.find('.links').html(links); } }); var counter = 0; var nodeIndex = 0; var main_thread = null; var mr = null; $('#start').click(function() { $('#add_node').attr('disabled', null); counter = 0; reset_stats(); Math.seedrandom('Hello'); d3.select('#frame').select('svg').remove(); var svg = d3.select('#frame').append('svg') .attr('width', 800) .attr('height', 300); main_thread = new Thread('main'); mr = new sim.MultiRingDS(main_thread, svg); mr.options.duration = { refreshRing: 100, addNode: 100, addLink: $('#linkage').val(), addObject: 100, doTransfer: 200, transform: 500 }; mr.reportElem = $('#stat').get(0); mr.options.callback.onNodeSelected = function(node) { $('#rm_node').attr('disabled', false); console.log(node); }; mr.options.callback.onNodeDeselected = function(node) { $('#rm_node').attr('disabled', true); }; var ring_nbr = $('#ring_amount').val(); for (var i = 0; i < ring_nbr; i++) { mr.addRing('r' + i, i); } main_thread.start(); }); $('#add_node').click(function() { mr.options.duration = { refreshRing: 100, addNode: 100, addLink: $('#linkage').val(), addObject: 100, doTransfer: 200, transform: 500 }; mr.addNode(new sim.Node({ name: 'n' + nodeIndex, image: 'image/neufbox.png', })); counter++; nodeIndex++; main_thread.start(); }); $('#rm_node').click(function() { mr.options.duration = { refreshRing: 100, addNode: 100, addLink: $('#linkage').val(), addObject: 100, doTransfer: 200, transform: 500 }; var nodeName = mr.selectedNodeName; mr.removeNode(nodeName); main_thread.start(); counter--; $(this).attr('disabled', true); }); $('#stop').click(function() { window.location.reload(); }); </script> </body> </html>
jlguenego/ocpforum
test/animation/place_on_ring.html
HTML
mit
3,971
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:maths dev</a></li> <li class="active"><a href="">2015-01-30 09:41:42</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:maths <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-30 09:41:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-30 09:41:42 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:maths/coq:contrib:maths.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:maths.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following dependencies couldn&#39;t be met: - coq:contrib:maths -&gt; coq &gt;= 8.5beta1 Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:maths.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.5 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.5. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.hott [required by coq:contrib:maths] - install coq:contrib:maths.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.hott: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide opt make -j4 make install Installing coq.hott. Building coq:contrib:maths.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:maths.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io-old
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:maths/dev/2015-01-30_09-41-42.html
HTML
mit
6,886
<tmpl-metadata parentId="demo" parentTitle="Demo" sort="1" id="basic" title="basic" desc=""/> <layout-use template="${data.layoutPath}" project-name="${data.projectName}" parent-id="${data.metadata.parentId}" page-title="${data.metadata.title}" page-id="${data.metadata.id}" body-style="sub-page" with-menu="true"> <layout-put into="docs-menu"> <ax5docs-get-sub-list projectName="${data.projectName}" parentId="${data.metadata.parentId}" activeId="${data.metadata.id}"></ax5docs-get-sub-list> </layout-put> <layout-put into="visual"> <include template="../_inc/include.html" id="demo-visual"/> </layout-put> <layout-put into="head-js"> <link rel="stylesheet" type="text/css" href="../../assets/lib/font-awesome/css/font-awesome.css"/> <script type="text/javascript" src="../../assets/lib/ax5ui-binder/dist/ax5binder.js"></script> <link rel="stylesheet" type="text/css" href="../../assets/lib/ax5ui-toast/dist/ax5toast.css"/> <script type="text/javascript" src="../../assets/lib/ax5ui-toast/dist/ax5toast.js"></script> </layout-put> <layout-put into="body"> <!-- binder --> <section class="ax5docs-section"> <ax5docs-md> # Basic **Paste the following code into the `head` section of your site's HTML.** ```html <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.3.min.js"></script> <script type="text/javascript" src="https://cdn.rawgit.com/ax5ui/ax5core/master/dist/ax5core.min.js"></script> <script type="text/javascript" src="https://cdn.rawgit.com/ax5ui/ax5ui-binder/master/dist/ax5binder.min.js"></script> ``` </ax5docs-md> HTML <ax5docs-html run="true"> <form class="" name="binder-form" onsubmit="return false;" style="border: 1px solid #ccc;padding: 10px;border-radius: 10px;"> <div class="form-group"> <label>Email address</label> <input type="email" class="form-control" data-ax-path="email"> </div> <div class="form-group"> <label>Password</label> <input type="password" class="form-control" data-ax-path="password"> </div> <div class="form-group"> <label>Select</label> <select class="form-control" data-ax-path="select"> <option value=""></option> <option value="A">A</option> <option value="B">B</option> </select> </div> <div class="checkbox"> <label> <input type="checkbox" data-ax-path="useYn" value="Y"/> Y/N </label> </div> <div class="radio"> <label> <input type="radio" name="radio" data-ax-path="sex" value="M"/> M </label> <label> <input type="radio" name="radio" data-ax-path="sex" value="F"/> F </label> </div> </form> <div style="padding: 10px;"> <button class="btn btn-default" data-btn="change-model">change model</button> <button class="btn btn-default" data-btn="get-model">get model</button> </div> </ax5docs-html> <div class="DH10"></div> JS <ax5docs-js run="true"> <script type="text/javascript"> $(function () { var myToast = new ax5.ui.toast(); var myModel = new ax5.ui.binder(); myModel.setModel({ email: "[email protected]", password: "12345", select: "B", useYn: "Y", sex: "F" }, $(document["binder-form"])); $('[data-btn]').click(function () { var act = this.getAttribute("data-btn"); switch (act) { case "change-model": myModel.setModel({ email: "[email protected]", password: "9999", select: "A", useYn: "N", sex: "M" }); break; case "get-model": var data = myModel.get(); console.log(data); myToast.confirm(JSON.stringify(data)); break; } }); }); </script> </ax5docs-js> <ax5docs-md> 웹 애플리케이션을 개발하다 보면 코딩의 대부분을 폼 엘리먼트에 값을 넣거나 입력된 값을 가져오는데 쓰게 된다. 이런 불편함을 간단하게 해결 하기위 개발된 플러그인이 `ax5.ui.binder` 입니다. 바인더를 이용하면 폼 엘리먼트에 `data-ax-path`를 지정하는 것 만으로 폼 엘리먼트에 원하는 값을 넣을 수 있습니다. </ax5docs-md> </section> </layout-put> <layout-put into="page-js"> </layout-put> </layout-use>
ax5ui/ax5docs
_src_/ax5ui-binder/demo/index.html
HTML
mit
6,209
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">曲學阿世</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄑㄩ ㄒㄩㄝ<sup class="subfont">ˊ</sup> ㄜ ㄕ<sup class="subfont">ˋ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">qū xué ē shì</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">語本史記˙卷一二一˙儒林傳˙轅固生傳:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>公孫子務正學以言,無曲學以阿世。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>指歪曲或違背自己的學識以投世俗的喜好。明史˙卷二○六˙陸粲傳:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>南京禮部尚書黃綰曲學阿世,虛談眩人。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/10000-10999/10622-22.html
HTML
mit
1,588
<!DOCTYPE html> <html lang="en"> <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"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - T4023026184 </title> <link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/highlight.css" rel="stylesheet"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" /> <link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/craigmcclellan" /> <link rel="me" href="https://twitter.com/craigmcclellan" /> <link rel="me" href="https://github.com/craigwmcclellan" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <nav class="main-nav"> <a class="normal" href="/"> <span class="arrow">←</span> Home</a> <a href="/archive/">Archive</a> <a href="/about/">About</a> <a href="/tools-of-choice/">Tools of Choice</a> <a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a> </nav> <section id="wrapper"> <article class="h-entry post"> <header> <h2 class="headline"> <time class="dt-published" datetime="2009-09-15 19:00:00 -0500"> <a class="u-url dates" href="/2009/09/15/t4023026184.html">September 15, 2009</a> </time> </h2> </header> <section class="e-content post-body"> <p>Also, I’m praying hard for a roach free night. Join me, won’t you please?</p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
craigwmcclellan/craigwmcclellan.github.io
_site/2009/09/15/t4023026184.html
HTML
mit
4,825
<link type="text/css" rel="stylesheet" href="/static/css/main.css"> <link type="text/css" rel="stylesheet" href="/static/css/bgs.css"> <link type="text/css" rel="stylesheet" href="/static/css/graphs.css"> <link type="text/css" rel="stylesheet" media="all" href="{{g.s3_host}}/static/css/libs/font-awesome/css/font-awesome.min.css"> <link type="text/css" rel="stylesheet" media="all" href="/static/css/graphs-tools.css"> <link rel="shortcut icon" href="/static/img/favicon.ico" type="image/x-icon">
DataViva/dataviva-site
dataviva/templates/graphs/css_assets.html
HTML
mit
498
<div class='container'> <div class='row text-center'> <img src="/img/500Err.jpg" style="height:50%; width:50%;"></img> <h1><b>Error 500: Yikes!</h1></b> <i>{{#if error}} {{error}} {{/if}}</i> </div> </div>
Tang8330/makeadrink
views/500.html
HTML
mit
221
<!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>{{ title }}</title> {% include "chartflo/dashboards/head.html" %} </head> <body> <div id="app"> {% block header %}{% endblock %} {% block content %}{% endblock %} </div> <script>{% block vues %}{% endblock %}</script> {% block end %}{% endblock %} </body> </html>
synw/django-chartflo
chartflo/templates/chartflo/dashboards/base.html
HTML
mit
443
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>响应式的列重置</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="stylesheet" href="../../js/lib/bootstrap/dist/css/bootstrap.min.css"> <style> body { font-family: Georgia, serif; } .para { -ms-word-break: break-all; word-break: break-all; } </style> </head> <body> <div class="container"> <h1>响应式的列重置</h1> <pre> 1. .clearfix 起到清除左右浮动的效果,因此会换行 2. .visible-xs 表示该作用只在 -xs 设备时才起作用 </pre> <!-- 如果是 -xs 分两行两列,每列6格; 如果是 -sm 则分一行四列,每列3格 --> <div class="row"> <div class="col-xs-6 col-sm-3"> <p class="para">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi.</p> </div> <div class="col-xs-6 col-sm-3"> <p class="para">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi.</p> </div> <!-- clearfix --> <div class="clearfix visible-xs"></div> <!-- /clearfix --> <div class="col-xs-6 col-sm-3"> <p class="para">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi.</p> </div> <div class="col-xs-6 col-sm-3"> <p class="para">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi.</p> </div> </div> </div> <script src="../../js/lib/jquery/dist/jquery.min.js"></script> <script src="../../js/lib/bootstrap/dist/js/bootstrap.min.js"></script> </body> </html>
GreenMelon/Bootstrap-Notes
app/html/GridSystem 网格系统/GridSystem-02 响应式的列重置.html
HTML
mit
3,031
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>H+ 后台主题UI框架 - 百度ECHarts</title> <meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台"> <meta name="description" content="H+是一个完全响应式,基于Bootstrap3最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术"> <link rel="shortcut icon" href="favicon.ico"> <link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet"> <link href="css/font-awesome.css?v=4.4.0" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css?v=4.1.0" rel="stylesheet"> </head> <body class="gray-bg"> <div class="row border-bottom white-bg dashboard-header"> <div class="col-sm-12"> <p>ECharts开源来自百度商业前端数据可视化团队,基于html5 Canvas,是一个纯Javascript图表库,提供直观,生动,可交互,可个性化定制的数据可视化图表。创新的拖拽重计算、数据视图、值域漫游等特性大大增强了用户体验,赋予了用户对数据进行挖掘、整合的能力。 <a href="http://echarts.baidu.com/doc/about.html" target="_blank">了解更多</a> </p> <p>ECharts官网:<a href="http://echarts.baidu.com/" target="_blank">http://echarts.baidu.com/</a> </p> </div> </div> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>折线图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-line-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>柱状图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-bar-chart"></div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>散点图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-scatter-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>K线图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-k-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>饼状图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-pie-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>雷达图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-radar-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>和弦图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-chord-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>仪表盘</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-gauge-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>漏斗图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-funnel-chart"></div> </div> </div> </div> <div class="col-sm-6"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>力导向布局图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div class="echarts" id="echarts-force-chart"></div> </div> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5>中国地图</h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="dropdown-toggle" data-toggle="dropdown" href="graph_flot.html#"> <i class="fa fa-wrench"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="graph_flot.html#">选项1</a> </li> <li><a href="graph_flot.html#">选项2</a> </li> </ul> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <div style="height:600px" id="echarts-map-chart"></div> </div> </div> </div> </div> </div> <!-- 全局js --> <script src="js/jquery.min.js?v=2.1.4"></script> <script src="js/bootstrap.min.js?v=3.3.6"></script> <!-- ECharts --> <script src="js/plugins/echarts/echarts-all.js"></script> <!-- 自定义js --> <script src="js/content.js?v=1.0.0"></script> <!-- ECharts demo data --> <script src="js/demo/echarts-demo.js"></script> <!--统计代码,可删除--> </body> </html>
hyper-xx/go-blog
static/Hplus-v.4.1.0/graph_echarts.html
HTML
mit
16,450
<!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="A Social Media Analytics Platform that lets you advertise on the Social Media Accounts of an Influencer!"> <meta name="author" content="Influencer Control"> <title>Influencer Control - Nurturing the Influencer Brand Ecosystem</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.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=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <!-- Plugin CSS --> <link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/creative.min.css" rel="stylesheet"> <link href="css/hover.css" rel="stylesheet"> <!-- 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 id="page-top"> <script> // This is called with the results from from FB.getLoginStatus(). function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. window.open("/dashboard.html","_self"); //window.location = "/dashboard.html"; //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } } // This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); } window.fbAsyncInit = function() { FB.init({ appId : '1779453532302749', cookie : true, // enable cookies to allow the server to access // the session xfbml : true, // parse social plugins on this page version : 'v2.5' // use graph api version 2.5 }); // Now that we've initialized the JavaScript SDK, we call // FB.getLoginStatus(). This function gets the state of the // person visiting this page and can return one of three states to // the callback you provide. They can be: // // 1. Logged into your app ('connected') // 2. Logged into Facebook, but not your app ('not_authorized') // 3. Not logged into Facebook and can't tell if they are logged into // your app or not. // // These three cases are handled in the callback function. FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }; // Load the SDK asynchronously (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); // Here we run a very simple test of the Graph API after login is // successful. See statusChangeCallback() for when this call is made. function testAPI() { console.log('Welcome! Fetching your information.... '); FB.api('/me', function(response) { console.log('Successful login for: ' + response.name); //window.open("/dashboard.html","_self"); }); } </script> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand page-scroll" href="#page-top">Influencer Control</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!--<li> <a href="#" class="btn page-scroll" role="button" data-toggle="modal" data-target="#login-modal">Login</a> </li>--> <li><div id="fbloginbutton"><fb:login-button scope="public_profile,email" onlogin="checkLoginState();"></fb:login-button></div></li> <li> <a class="page-scroll" href="#about">Overview</a> </li> <li> <a class="page-scroll" href="#services">Product</a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <header> <div class="header-content"> <div class="header-content-inner"> <h2 id="homeHeading">Earn by promoting your favorite Brands on your Social Media Accounts</h2> <h3>Nurturing the Influencer-Brand Ecosystem</h3> <hr class="light"> <a href="#about" class="btn btn-primary btn-xl page-scroll">Know More</a> </div> </div> </header> <section class="bg-primary" id="about"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 text-center"> <h2 class="section-heading">Overview</h2> <hr class="light"> <p class="text-faded">Influencer Control is a Social Media Analytics Platform for Influencers that shows them key insights about their social media audiences. The Algorithm segments your audience into various influenter domains. It determines the brand value of an influencer by analyzing the engagement rate of the posts, the quality and domain of the Accounts you are following and other factors. It gives you a standard price per promotion depending on quality and quantity of engagements that happen within your niche influencer domain.</p> <a href="#services" class="page-scroll btn btn-default btn-xl sr-button">For Influencers</a> </div> </div> </div> </section> <section id="services"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Product</h2> <hr class="darkhr"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-pie-chart text-primary sr-icons hvr-pulse"></i> <h3>Audience Division</h3> <p class="text-muted">By Influencer Domains, Demographics, Gender and more</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-rocket text-primary sr-icons hvr-pulse"></i> <h3>Brand Value</h3> <p class="text-muted">depends on engagement rate of your posts, quality and domain of the Accounts an Influencer follows and more.</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-inr text-primary sr-icons hvr-pulse"></i> <h3>Price per Promotion</h3> <p class="text-muted">depends on quality and quantity of engagements that happen within your niche influencer domain</p> </div> </div> <div class="col-lg-3 col-md-6 text-center"> <div class="service-box"> <i class="fa fa-4x fa-bar-chart text-primary sr-icons hvr-pulse"></i> <h3>Growth Guide</h3> <p class="text-muted">Know what audience to target to growth your influence and add value to your profile</p> </div> </div> </div> </div> </section> <section id="contact"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Contact</h2> <hr class="darkhr"> </div> </div> <div class="row" style="margin-top:10px;"> <div class="col-lg-8 col-lg-offset-2"> <form id="contact-form" method="post" action="contact.php" role="form"> <div class="messages"></div> <div class="controls"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label for="form_name">Firstname *</label> <input id="form_name" type="text" name="name" class="form-control" placeholder="Please enter your firstname *" required="required" data-error="Firstname is required."> <div class="help-block with-errors"></div> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="form_lastname">Lastname *</label> <input id="form_lastname" type="text" name="surname" class="form-control" placeholder="Please enter your lastname *" required="required" data-error="Lastname is required."> <div class="help-block with-errors"></div> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label for="form_email">Email *</label> <input id="form_email" type="email" name="email" class="form-control" placeholder="Please enter your email *" required="required" data-error="Valid email is required."> <div class="help-block with-errors"></div> </div> </div> <div class="col-md-6"> <div class="form-group"> <label for="form_phone">Phone</label> <input id="form_phone" type="tel" name="phone" class="form-control" placeholder="Please enter your phone"> <div class="help-block with-errors"></div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="form_message">Message *</label> <textarea id="form_message" name="message" class="form-control" placeholder="Message for me *" rows="4" required="required" data-error="Please,leave us a message."></textarea> <div class="help-block with-errors"></div> </div> </div> <div style="text-align:center;" class="col-md-12"> <input type="submit" class="btn btn-default btn-xl sr-button" value="Send message"> </div> </div> </div> </form> </div><!-- /.8 --> </div> <!-- /.row--> </div> <!--<div class="container"> <div class="row"> <div class="col-md-3"></div> <div class="col-md-6"> <div class="form-area"> </div> </div> <div class="col-md-3"></div> </div> </div>--> </section> <!-- Footer--> <section class="main-section" id="footercontainer"> <div style="text-align:center;margin-top:15px;"> <!-- FB LIKE --> <div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="button" data-action="like" data-size="large" data-show-faces="false" data-share="false"></div> </div> <div id="socialcontainer"> <div class="text-center center-block"> <a class="socialicon" href=""><i class="fa fa-facebook fa-2x social"></i></a> <a class="socialicon" href=""><i class="fa fa-twitter fa-2x social"></i></a> <a class="socialicon" href=""><i class="fa fa-google-plus fa-2x social"></i></a> <a class="socialicon" href=""><i class="fa fa-instagram fa-2x social"></i></a> </div> </div> </section> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="vendor/scrollreveal/scrollreveal.min.js"></script> <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <!-- Theme JavaScript --> <script src="js/creative.min.js"></script> <script src="js/validator.js"></script> <script src="js/contact.js"></script> </body> </html>
codegeek007/ic2
index.html
HTML
mit
15,462
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Project 365 Day 7</title> <meta name="description" content="Personal Projects"> <meta name="author" content="Chris Holmes"> <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="twitter:card" content="summary"> <meta name="twitter:title" content="Chris Holmes"> <meta name="twitter:description" content="Personal Projects"> <meta property="og:type" content="article"> <meta property="og:title" content="Chris Holmes"> <meta property="og:description" content="Personal Projects"> <link rel="apple-touch-icon" sizes="57x57" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/christopherholmes.github.io/images/favicons/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/christopherholmes.github.io/images/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/christopherholmes.github.io/images/favicons/favicon-194x194.png" sizes="194x194"> <link rel="icon" type="image/png" href="/christopherholmes.github.io/images/favicons/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/christopherholmes.github.io/images/favicons/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/christopherholmes.github.io/images/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/christopherholmes.github.io/images/favicons/manifest.json"> <link rel="shortcut icon" href="/christopherholmes.github.io/images/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#ffc40d"> <meta name="msapplication-TileImage" content="/christopherholmes.github.io/images/favicons/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="/christopherholmes.github.io/css/main.css"> <link rel="canonical" href="http://christopherholmes.github.io/christopherholmes.github.io//2017/Project365-Day-7/"> <link rel="alternate" type="application/rss+xml" title="Chris Holmes" href="/christopherholmes.github.io/feed.xml"> </head> <body> <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" style="background-image: url(/christopherholmes.github.io/images/cover.jpg)"> <div class="panel-main"> <div class="panel-main__inner panel-inverted"> <div class="panel-main__content"> <a href="/christopherholmes.github.io/" title="link to home of Chris Holmes"> <img src="/christopherholmes.github.io/images/profile.jpg" class="user-image" alt="My Profile Photo"> <h1 class="panel-cover__title panel-title">Chris Holmes</h1> </a> <hr class="panel-cover__divider"> <p class="panel-cover__description">Personal Projects</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="/christopherholmes.github.io/blog1/index.html" title="link to Chris Holmes blog1" class="blog-button">Blog</a></li> </ul> </nav> <nav class="cover-navigation cover-navigation--primary"> <ul class="navigation"> <li class="navigation__item"><a href="/christopherholmes.github.io/blog2/index.html"title="link to Chris Holmes Project_365" class="Project_365-button">Project_365</a></li> </ul> </nav> <nav class="cover-navigation navigation--social"> <ul class="navigation"> <!-- GitHub --> <li class="navigation__item"> <a href="https://www.github.com/christopherholmes" title="christopherholmes on GitHub" target="_blank"> <i class="icon icon-social-github"></i> <span class="label">GitHub</span> </a> </li> <!-- Email --> <li class="navigation__item"> <a href="mailto:[email protected]" title="Email [email protected]" target="_blank"> <i class="icon icon-mail"></i> <span class="label">Email</span> </a> </li> <!-- RSS --> <li class="navigation__item"> <a href="/christopherholmes.github.io/feed.xml" title="Subscribe" target="_blank"> <i class="icon icon-rss"></i> <span class="label">RSS</span> </a> </li> </ul> </nav> </div> </div> </div> <!--<div class="panel-cover--overlay"></div> --> <!-- You will not be able to see this text. --> </div> </header> <div class="content-wrapper"> <div class="content-wrapper__inner"> <article class="post-container post-container--single"> <header class="post-header"> <div class="post-meta"> <time datetime="7 Jan 2017" class="post-meta__date date">7 Jan 2017</time> &#8226; <span class="post-meta__tags">on <a href="/christopherholmes.github.io/tags/#featured">featured</a> </span> </div> <h1 class="post-title">Project 365 Day 7</h1> </header> <section class="post"> <p>#Project 365 # 7/365</p> <p><img src="http://christopherholmes.github.io//assets/images/day7.jpg" alt="Day Seven" /></p> </section> <section id="disqus_thread"></section><!-- /#disqus_thread --> </article> <script type="text/javascript"> var disqus_config = function () { this.page.url = 'http://christopherholmes.github.io/2017/Project365-Day-7/'; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = '/2017/Project365-Day-7'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = '//chrisholmes.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </div> <footer class="footer"> <span class="footer__copyright">&copy; 2017 Chris Holmes. All rights reserved.</span> </footer> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script type="text/javascript" src="/christopherholmes.github.io/js/main.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58794680-2', 'auto'); ga('send', 'pageview'); </script> </div> </body> </html>
christopherholmes/christopherholmes.github.io
_site/2017/Project365-Day-7/index.html
HTML
mit
8,809
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: ActiveRecord::ConnectionAdapters::PostgreSQLColumn</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">ActiveRecord::ConnectionAdapters::PostgreSQLColumn</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/usr/lib/ruby/gems/1_8/gems/activerecord-3_0_0_beta4/lib/active_record/connection_adapters/postgresql_adapter_rb.html"> /usr/lib/ruby/gems/1.8/gems/activerecord-3.0.0.beta4/lib/active_record/connection_adapters/postgresql_adapter.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> <a href="Column.html"> Column </a> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> PostgreSQL-specific extensions to column definitions in a table. </p> </div> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
ecoulthard/summitsearch
doc/api/classes/ActiveRecord/ConnectionAdapters/PostgreSQLColumn.html
HTML
mit
2,752
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Mon Apr 24 14:47:19 CEST 2017 --> <title>org.mini2Dx.minibus.messagedata Class Hierarchy (minibus 1.2.1 API)</title> <meta name="date" content="2017-04-24"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.mini2Dx.minibus.messagedata Class Hierarchy (minibus 1.2.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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><a href="../../../../org/mini2Dx/minibus/handler/package-tree.html">Prev</a></li> <li><a href="../../../../org/mini2Dx/minibus/messagedata/primitives/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/mini2Dx/minibus/messagedata/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.mini2Dx.minibus.messagedata</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">org.mini2Dx.minibus.messagedata.<a href="../../../../org/mini2Dx/minibus/messagedata/ListMessageData.html" title="class in org.mini2Dx.minibus.messagedata"><span class="typeNameLink">ListMessageData</span></a>&lt;T&gt; (implements java.util.List&lt;E&gt;, org.mini2Dx.minibus.<a href="../../../../org/mini2Dx/minibus/MessageData.html" title="interface in org.mini2Dx.minibus">MessageData</a>)</li> <li type="circle">org.mini2Dx.minibus.messagedata.<a href="../../../../org/mini2Dx/minibus/messagedata/MapMessageData.html" title="class in org.mini2Dx.minibus.messagedata"><span class="typeNameLink">MapMessageData</span></a>&lt;K,V&gt; (implements java.util.Map&lt;K,V&gt;, org.mini2Dx.minibus.<a href="../../../../org/mini2Dx/minibus/MessageData.html" title="interface in org.mini2Dx.minibus">MessageData</a>)</li> <li type="circle">org.mini2Dx.minibus.messagedata.<a href="../../../../org/mini2Dx/minibus/messagedata/ObjectMessageData.html" title="class in org.mini2Dx.minibus.messagedata"><span class="typeNameLink">ObjectMessageData</span></a>&lt;T&gt; (implements org.mini2Dx.minibus.<a href="../../../../org/mini2Dx/minibus/MessageData.html" title="interface in org.mini2Dx.minibus">MessageData</a>)</li> <li type="circle">org.mini2Dx.minibus.messagedata.<a href="../../../../org/mini2Dx/minibus/messagedata/SetMessageData.html" title="class in org.mini2Dx.minibus.messagedata"><span class="typeNameLink">SetMessageData</span></a>&lt;T&gt; (implements org.mini2Dx.minibus.<a href="../../../../org/mini2Dx/minibus/MessageData.html" title="interface in org.mini2Dx.minibus">MessageData</a>, java.util.Set&lt;E&gt;)</li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</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><a href="../../../../org/mini2Dx/minibus/handler/package-tree.html">Prev</a></li> <li><a href="../../../../org/mini2Dx/minibus/messagedata/primitives/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/mini2Dx/minibus/messagedata/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
mini2Dx/minibus
docs/javadocs/1.2.1/org/mini2Dx/minibus/messagedata/package-tree.html
HTML
mit
6,145
{% extends "layout.html" %} {% block page_title %} Fit note {% endblock %} {% block content %} <main id="content" role="main"> {% include "../includes/phase_banner_alpha.html" %} <form action="pensions" method="#" class="form"> <div class="grid-row"> <div class="column-two-thirds"> <header> <h1 class="form-title heading-large"> <!-- <span class="heading-secondary">Section 13 of 23</span> --> Fit note </h1> </header> <div class="form-group"> <fieldset class="inline"> <legend class="heading-medium" for="partner">Do you have a fit note? </legend> <label class="block-label" data-target="fitnote" for="radio-inline-1"> <input id="radio-inline-1" type="radio" name="partner" value="Yes"> Yes </label> <label class="block-label" data-target="no-fitnote" for="radio-inline-2"> <input id="radio-inline-2" type="radio" name="partner" value="No"> No </label> </fieldset> </div> <div class="panel-indent js-hidden" id="fitnote"> <div class="form-group"> <fieldset> <legend class="form-label-bold">Fit note start date</legend> <div class="form-date"> <p class="form-hint">DD MM YYYY</p> <div class="form-group form-group-day"> <label for="dob-day">Day</label> <input type="text" class="form-control" id="dob-day" maxlength="2" name="dob-day"> </div> <div class="form-group form-group-month"> <label for="dob-month">Month</label> <input type="text" class="form-control" id="dob-month" maxlength="2" name="dob-month"> </div> <div class="form-group form-group-year"> <label for="dob-year">Year</label> <input type="text" class="form-control" id="dob-year" maxlength="4" name="dob-year"> </div> </div> </fieldset> </div> <div class="form-group"> <fieldset> <legend class="form-label-bold">Fit note end date</legend> <div class="form-date"> <p class="form-hint">DD MM YYYY</p> <div class="form-group form-group-day"> <label for="end-day">Day</label> <input type="text" class="form-control" id="end-day" maxlength="2" name="end-day"> </div> <div class="form-group form-group-month"> <label for="end-month">Month</label> <input type="text" class="form-control" id="end-month" maxlength="2" name="end-month"> </div> <div class="form-group form-group-year"> <label for="end-year">Year</label> <input type="text" class="form-control" id="end-year" maxlength="4" name="end-year"> </div> </div> </fieldset> </div> </div> <div class="panel panel-border-narrow js-hidden" id="no-fitnote"> <p>You must have a fit note in order to claim Employment and Support Allowance. You have 7 days to get one.</p> </div> <!-- Primary buttons, secondary links --> <div class="form-group"> <input type="submit" class="button" value="Continue"> <!--a href="overview">I do not agree - leave now</a--> </div> </div> <div class="column-one-third"> <p>&nbsp;</p> </div> </div> </form> </main> {% endblock %}
ballzy/apply-for-esa
app/views/alpha01/fit-note.html
HTML
mit
3,633
<HTML> <HEAD> <meta charset="UTF-8"> <title>HasModules - kapsule-core</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">kapsule-core</a>&nbsp;/&nbsp;<a href="../index.html">net.gouline.kapsule</a>&nbsp;/&nbsp;<a href="./index.html">HasModules</a><br/> <br/> <h1>HasModules</h1> <code><span class="keyword">interface </span><span class="identifier">HasModules</span></code> <p>Module with other submodules attached via delegation.</p> <h3>Properties</h3> <table> <tbody> <tr> <td> <p><a href="modules.html">modules</a></p> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">modules</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html"><span class="identifier">Set</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">&gt;</span></code> <p>Set of child modules. Used for transitive injection.</p> </td> </tr> </tbody> </table> <h3>Extension Functions</h3> <table> <tbody> <tr> <td> <p><a href="../transitive.html">transitive</a></p> </td> <td> <code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">M</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">HasModules</span></a><span class="symbol">&gt;</span> <a href="../transitive.html#M"><span class="identifier">M</span></a><span class="symbol">.</span><span class="identifier">transitive</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../transitive.html#M"><span class="identifier">M</span></a></code> <p>Injects root module into any submodules with transitive dependencies.</p> </td> </tr> </tbody> </table> </BODY> </HTML>
traversals/kapsule
docs/1.1/kapsule-core/net.gouline.kapsule/-has-modules/index.html
HTML
mit
1,927
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" href="https://just2us.com/img/favicon-180.png" /> <link rel="apple-touch-icon" href="https://just2us.com/img/favicon-192.png"/> <!-- CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/clean-blog.min.css"> <link rel="stylesheet" href="/css/syntax.css"> <!-- Fonts --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap' 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&display=swap' 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]--> <link type="application/atom+xml" rel="alternate" href="https://just2me.com/feed.xml" title="Just2me" /> <!-- Begin Jekyll SEO tag v2.6.1 --> <title>I am now a Developer Advocate in Hoiio | Just2me</title> <meta name="generator" content="Jekyll v4.0.0" /> <meta property="og:title" content="I am now a Developer Advocate in Hoiio" /> <meta name="author" content="Junda Ong" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="Since a couple of months ago, I have took up the role of Developer Advocate in Hoiio." /> <meta property="og:description" content="Since a couple of months ago, I have took up the role of Developer Advocate in Hoiio." /> <link rel="canonical" href="https://just2me.com/2011/07/06/i-am-now-developer-advocate-in-hoiio/" /> <meta property="og:url" content="https://just2me.com/2011/07/06/i-am-now-developer-advocate-in-hoiio/" /> <meta property="og:site_name" content="Just2me" /> <meta property="og:image" content="https://just2me.com/img/jewel-fountain.jpeg" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2011-07-06T08:47:00+08:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:image" content="https://just2me.com/img/jewel-fountain.jpeg" /> <meta property="twitter:title" content="I am now a Developer Advocate in Hoiio" /> <meta name="twitter:site" content="@samwize" /> <meta name="twitter:creator" content="@Junda Ong" /> <meta property="fb:admins" content="704185456" /> <script type="application/ld+json"> {"description":"Since a couple of months ago, I have took up the role of Developer Advocate in Hoiio.","@type":"BlogPosting","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://just2us.com/img/favicon-192.png"},"name":"Junda Ong"},"image":"https://just2me.com/img/jewel-fountain.jpeg","url":"https://just2me.com/2011/07/06/i-am-now-developer-advocate-in-hoiio/","headline":"I am now a Developer Advocate in Hoiio","dateModified":"2011-07-06T08:47:00+08:00","datePublished":"2011-07-06T08:47:00+08:00","author":{"@type":"Person","name":"Junda Ong"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://just2me.com/2011/07/06/i-am-now-developer-advocate-in-hoiio/"},"@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> </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> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Just2me</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/stories">Stories</a> </li> <li> <a href="https://just2us.com/apps">Apps</a> </li> <li> <a href="/quotes">Quotes</a> </li> <li> <a href="/about">About</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Post Header --> <header class="intro-header" style="background-image: url('/img/jewel-fountain.jpeg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="post-heading"> <h1>I am now a Developer Advocate in Hoiio</h1> <span class="meta">Published on July 6, 2011</span> </div> </div> </div> </div> </header> <!-- Post Content --> <article> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <p>Since a couple of months ago, I have took up the role of Developer Advocate in Hoiio.</p> <p>This Developer Advocate role is new in Hoiio. It is new, because we have a new product - <a href="http://developer.hoiio.com/">Hoiio API</a>. With an API as a product, we now have a new customer segment – developers.</p> <p>Since I have always have being a developer, and loves working like a <em>ninja developer</em>, I understand <em>the developers</em>.</p> <h2 id="what-is-a-developer-advocate">What is a Developer Advocate?</h2> <p>A developer advocate is a person who helps developers in using a development product. In my case, I help developers who use <a href="http://developer.hoiio.com/">Hoiio API</a> to build communication apps.</p> <p>For example, Google has its <a href="http://code.google.com/team/">team of advocates</a>.</p> <p>Ahem.. the Google team also includes my role model – <a href="https://plus.google.com/u/0/113751353481962008916/posts">captain timothy</a>.</p> <h2 id="so-what-do-i-do">So what do I do?</h2> <ul> <li>I talk to developers</li> <li>I introduce our API and how it helps developers</li> <li>I provide my experience in building communication apps</li> <li>I provide technical help</li> </ul> <p>I do the above, and anything that helps developers.</p> <p>If you think I can help you, please contact me. That is my job.</p> <p>The pleasures all mine to help (:</p> <hr> <div class="post-tags"> <div class="label"> <span>TAGGED WITH</span> </div> <div class="tags"> <a href="/stories/#career">career</a>, <a href="/stories/#news">news</a>, <a href="/stories/#hoiio">hoiio</a> </div> </div> <ul class="pager"> <li class="next"> <a href="/2011/07/22/i-have-confession-i-cheated-on-groupon/" data-toggle="tooltip" data-placement="top" title="Next Post">I have a confession: I cheated on Groupon &rarr;</a> </li> <li class="previous"> <a href="/2011/07/01/my-reflection-of-10-days-back-in-army/" data-toggle="tooltip" data-placement="top" title="Previous Post">&larr; My Reflection of 10 days back in Army</a> </li> </ul> <!-- Adsense--> <div class="ads"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Just2me.com --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8504591086876220" data-ad-slot="7773704700" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- Disqus --> <hr> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'just2me2'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> </div> </div> </article> <hr> <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="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/samwize"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://www.facebook.com/ongjunda"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/samwize"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="mailto:[email protected]"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-envelope fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Junda Ong 1983-2021</p> </div> </div> </div> </footer> <!-- JS --> <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/clean-blog.min.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3313418-3', 'auto'); ga('send', 'pageview'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8504591086876220", enable_page_level_ads: true }); </script> </body> </html>
samwize/just2me.com
2011/07/06/i-am-now-developer-advocate-in-hoiio/index.html
HTML
mit
13,084
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>exact-real-arithmetic: 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.10.2 / exact-real-arithmetic - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> exact-real-arithmetic <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-01 03:55:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-01 03:55:52 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.2 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.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/exact-real-arithmetic&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/ExactRealArithmetic&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: correctness&quot; &quot;keyword: real numbers&quot; &quot;keyword: arithmetic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Real numbers&quot; ] authors: [ &quot;Jérôme Creci&quot; ] bug-reports: &quot;https://github.com/coq-contribs/exact-real-arithmetic/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/exact-real-arithmetic.git&quot; synopsis: &quot;Exact Real Arithmetic&quot; description: &quot;&quot;&quot; This contribution contains a proof of correctness of some exact real arithmetic algorithms from the PhD thesis of Valérie Ménissier-Morain&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/exact-real-arithmetic/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=01cd5beab6c7e447f4fe879d60921754&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-exact-real-arithmetic.8.7.0 coq.8.10.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.10.2). The following dependencies couldn&#39;t be met: - coq-exact-real-arithmetic -&gt; coq &lt; 8.8~ -&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-exact-real-arithmetic.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.2/exact-real-arithmetic/8.7.0.html
HTML
mit
7,046
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.8.5 - v0.8.7: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.8.5 - v0.8.7 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_startup_data_decompressor.html">StartupDataDecompressor</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::StartupDataDecompressor Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Decompress</b>() (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DecompressData</b>(char *raw_data, int *raw_data_size, const char *compressed_data, int compressed_data_size)=0 (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">pure virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StartupDataDecompressor</b>() (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>~StartupDataDecompressor</b>() (defined in <a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a>)</td><td class="entry"><a class="el" href="classv8_1_1_startup_data_decompressor.html">v8::StartupDataDecompressor</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:48:39 for V8 API Reference Guide for node.js v0.8.5 - v0.8.7 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
2981f01/html/classv8_1_1_startup_data_decompressor-members.html
HTML
mit
6,093
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>addition-chains: 3 m 2 s 🏆</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.0 / addition-chains - 0.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> addition-chains <small> 0.4 <span class="label label-success">3 m 2 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-08 11:23:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-08 11:23:12 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 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-community/hydra-battles&quot; dev-repo: &quot;git+https://github.com/coq-community/hydra-battles.git&quot; bug-reports: &quot;https://github.com/coq-community/hydra-battles/issues&quot; license: &quot;MIT&quot; synopsis: &quot;Exponentiation algorithms following addition chains&quot; description: &quot;&quot;&quot; Addition chains are algorithms for computations of the p-th power of some x, with the least number of multiplication as possible. We present a few implementations of addition chains, with proofs of their correctness&quot;&quot;&quot; build: [&quot;dune&quot; &quot;build&quot; &quot;-p&quot; name &quot;-j&quot; jobs] depends: [ &quot;dune&quot; {&gt;= &quot;2.5&quot;} &quot;coq&quot; {(&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.14~&quot;) | (= &quot;dev&quot;)} &quot;coq-paramcoq&quot; {(&gt;= &quot;1.1.2&quot; &amp; &lt; &quot;1.2~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.11.0&quot; &amp; &lt; &quot;1.13~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-algebra&quot; ] tags: [ &quot;category:Mathematics/Combinatorics and Graph Theory&quot; &quot;keyword:addition chains&quot; &quot;keyword:exponentiation algorithms&quot; &quot;logpath:additions&quot; &quot;date:2021-05-19&quot; ] authors: [ &quot;Pierre Castéran&quot; &quot;Yves Bertot&quot; ] url { src: &quot;https://github.com/coq-community/hydra-battles/archive/v0.4.tar.gz&quot; checksum: &quot;sha256=bba82794e49e03fd82fcee592b2b037ec20669d10e6c47ed8b4f8a7f851756eb&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-addition-chains.0.4 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</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>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-addition-chains.0.4 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>15 m 5 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-addition-chains.0.4 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 2 s</dd> </dl> <h2>Installation size</h2> <p>Total: 3 M</p> <ul> <li>929 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Euclidean_Chains.vo</code></li> <li>900 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/AM.vo</code></li> <li>247 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/fib.vo</code></li> <li>152 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Addition_Chains.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/More_on_positive.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Dichotomy.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Pow.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Monoid_instances.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Pow_variant.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Compatibility.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Fib2.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Monoid_def.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Euclidean_Chains.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Trace_exercise.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Naive.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Strategies.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/BinaryStrat.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/FirstSteps.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Demo_power.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Demo.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Addition_Chains.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/AM.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/fib.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Pow.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Pow_variant.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/More_on_positive.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Compatibility.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Monoid_instances.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Dichotomy.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Wf_transparent.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/doc/coq-addition-chains/README.md</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Monoid_def.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/FirstSteps.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Naive.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Fib2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Strategies.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Trace_exercise.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq-addition-chains/opam</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Wf_transparent.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/doc/coq-addition-chains/LICENSE</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/BinaryStrat.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Demo_power.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/additions/Demo.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq-addition-chains/dune-package</code></li> <li>0 K <code>../ocaml-base-compiler.4.08.1/lib/coq-addition-chains/META</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-addition-chains.0.4</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.08.1-2.0.5/released/8.11.0/addition-chains/0.4.html
HTML
mit
12,175
{% extends 'base_with_sidebar.html' %} {% load i18n %} {% block head_title %}{% trans 'Settings' %}{%endblock %} {% block sidebar %} <li> <a class="sidebar-mainlink" href="{% url 'projects:main' %}" id="return"> {% trans 'Home' %} </a> </li> <li> <a class="sidebar-mainlink" href="{% url 'settings:main' %}" id="general"> {% trans 'General' %} </a> </li> <li> <a class="sidebar-mainlink" href="{% url 'settings:account' %}" id="account"> {% trans 'Account' %} </a> </li> {% endblock %}
XeryusTC/projman
templates/settings/base.html
HTML
mit
515
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>"Hello World"-style Examples -- Splunk SDK for JavaScript</title> <meta name="description" content=""> <meta name="author" content=""> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le styles --> <link href="../resources/bootstrap.css" rel="stylesheet"> <link href="../resources/prettify.css" type="text/css" rel="stylesheet" /> <style type="text/css"> body { } section { padding-top: 60px; } .code { font-family: Monaco, 'Andale Mono', 'Courier New', monospace; } button.run { float: right; } pre { overflow-x: auto; } code { font-size: 12px!important; background-color: ghostWhite!important; color: #444!important; padding: 0 .2em!important; border: 1px solid #DEDEDE!important; } .secondary-nav ul.dropdown-menu { padding: 10px; } .secondary-nav .dropdown-menu li { width: 100%; } .secondary-nav .dropdown-menu li input { width: 200px; margin: 1px auto; margin-bottom: 8px; } </style> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> <script type="text/javascript" src="../resources/json2.js"></script> <script type="text/javascript" src="../resources/jquery.min.js"></script> <script type="text/javascript" src="../resources/prettify.js"></script> <script type="text/javascript" src="../resources/bootstrap.tabs.js"></script> <script type="text/javascript" src="../resources/bootstrap.dropdown.js"></script> <script type="text/javascript" src="../resources/jquery.placeholder.min.js"></script> <script type="text/javascript" src="../../../client/splunk.js"></script> <script> $.fn.pVal = function() { return this.hasClass('placeholder') ? '' : this.val(); }; username = "admin"; password = "changeme"; scheme = "https"; host = "localhost"; port = "8089"; version = "5.0"; Async = splunkjs.Async; utils = splunkjs.Utils; var updateConnectionInformation = function() { username = utils.trim($("#id_username").pVal()) || "admin"; password = utils.trim($("#id_password").pVal()) || "changeme"; scheme = utils.trim($("#id_scheme").pVal()) || "https"; host = utils.trim($("#id_host").pVal()) || "localhost"; port = utils.trim($("#id_port").pVal()) || "8089"; version = utils.trim($("#id_version").pVal()) || "5.0"; var connectionString = username + " : ****** @ " + scheme + "://" + host + ":" + port; $("#signin-dropdown").text(connectionString); }; $(function() { $('input, textarea').placeholder(); updateConnectionInformation(); $(".dropdown input").click(function(e) { e.stopPropagation(); }); $(".dropdown input").blur(function(e) { updateConnectionInformation(); }); prettyPrint(); $('#app-tabs').tabs() var head = $("head"); var injectCode = function(code) { var sTag = document.createElement("script"); sTag.type = "text/javascript"; sTag.text = code; $(head).append(sTag); return sTag; } var getCode = function(id) { var code = ""; $(id + " pre li").each(function(index, line) { var lineCode = ""; $("span" ,line).each(function(index, span) { if ($(span).hasClass("com")) { lineCode += " "; } else { lineCode += $(span).text(); } }); lineCode += "\n"; code += lineCode; }); return code; } $("#apps-run").click(function() { // Get the code except comments var code = getCode("#apps-tab-content .active"); var log = console.log; var tag = null; var output = ""; // setup the global variables we need done = callback = function() { $(tag).remove(); console.log = log; $("#apps-tab-content #apps-output pre").text(output); }; console.log = function(str) { output += (str + "\n"); }; $("#apps-tab-content #apps-output pre").text(""); tag = injectCode(code); $("#apps-tabs li a[href=#apps-output]").click(); }); $("#savedsearches-run").click(function() { // Get the code except comments var code = getCode("#savedsearches-tab-content .active"); var log = console.log; var tag = null; var output = ""; // setup the global variables we need done = callback = function() { $(tag).remove(); console.log = log; $("#savedsearches-tab-content #savedsearches-output pre").text(output); }; console.log = function(str) { output += (str + "\n"); }; $("#savedsearches-tab-content #savedsearches-output pre").text(""); tag = injectCode(code); $("#savedsearches-tabs li a[href=#savedsearches-output]").click(); }); $("#search-run").click(function() { // Get the code except comments var code = getCode("#search-tab-content .active"); var log = console.log; var tag = null; var output = ""; // setup the global variables we need done = callback = function() { $(tag).remove(); console.log = log; $("#search-tab-content #search-output pre").text(output); }; console.log = function(str) { output += (str + "\n"); $("#search-tab-content #search-output pre").text(output); }; $("#search-tab-content #search-output pre").text(""); tag = injectCode(code); $("#search-tabs li a[href=#search-output]").click(); }); $("#search-realtime-run").click(function() { // Get the code except comments var code = getCode("#search-realtime-tab-content .active"); var log = console.log; var tag = null; var output = ""; // setup the global variables we need done = callback = function() { $(tag).remove(); console.log = log; $("#search-realtime-tab-content #search-realtime-output pre").text(output); }; console.log = function(str) { output += (str + "\n"); $("#search-realtime-tab-content #search-realtime-output pre").text(output); }; $("#search-realtime-tab-content #search-realtime-output pre").text(""); tag = injectCode(code); $("#search-realtime-tabs li a[href=#search-realtime-output]").click(); }); $("#logging-run").click(function() { // Get the code except comments var code = getCode("#logging-tab-content .active"); var log = console.log; var tag = null; var output = ""; // setup the global variables we need done = callback = function() { $(tag).remove(); console.log = log; $("#logging-tab-content #logging-output pre").text(output); }; console.log = function(str) { output += (str + "\n"); $("#logging-tab-content #logging-output pre").text(output); }; $("#logging-tab-content #logging-output pre").text(""); tag = injectCode(code); $("#logging-tabs li a[href=#logging-output]").click(); }); }); </script> </head> <body> <div class="topbar"> <div class="fill"> <div class="container-fluid"> <a class="brand" href="#">SDK Examples</a> <ul class="nav"> <li class="active"><a href="#">Home</a></li> <li><a href="#apps">Apps</a></li> <li><a href="#savedsearches">Saved Searches</a></li> <li><a href="#search">Search</a></li> <li><a href="#search-realtime">Real-Time Search</a></li> </ul> <ul class="nav secondary-nav"> <li class="dropdown" data-dropdown="dropdown"> <a href="#" class="dropdown-toggle" id="signin-dropdown">Sign In</a> <ul class="dropdown-menu"> <li> <input id="id_username" type="text" name="username" placeholder="username: admin"/> </li> <li> <input type="password" name="password" id="id_password" placeholder="password: changeme"/> </li> <li> <input type="text" name="scheme" id="id_scheme" placeholder="scheme: https"/> </li> <li> <input type="text" name="host" id="id_host" placeholder="host: localhost"/> </li> <li> <input type="text" name="port" id="id_port" placeholder="port: 8089"/> </li> <li> <input type="text" name="port" id="id_version" placeholder="version: 5.0"/> </li> </ul> </li> </ul> </div> </div> </div> <div class="container"> <section id="apps"> <div class="page-header"> <h1> Apps <small>List installed Splunk apps</small> </h1> </div> <div class="row"> <div class="span5"> <h2>Description</h2> <p> This example demonstrates working with the apps collection (<code>splunkjs.Service.Applications</code>) and individual apps (<code>splunkjs.Service.Application</code>). This example displays the name of each app in the collection.</p> <p>The only difference between the two code files, Regular and splunkjs.Async, is that the latter uses the built-in <code>splunkjs.Async</code> module to simplify asynchronous control flow. </p> </div> <div class="span11"> <h3>Code <button class="btn primary run" id="apps-run">Run</button></h3> <ul class="tabs" id="apps-tabs" data-tabs="tabs" > <li class="active"><a href="#apps-regular">Regular</a></li> <li><a href="#apps-async"><code>splunkjs.Async</code></a></li> <li><a href="#apps-output">Output</a></li> </ul> <div id="apps-tab-content" class="tab-content"> <div class="tab-pane active" id="apps-regular"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); // First, we log in service.login(function(err, success) { // We check for both errors in the connection as well // as if the login itself failed. if (err || !success) { console.log("Error in logging in"); done(err || "Login failed"); return; } // Now that we're logged in, let's get a listing of all the apps. service.apps().fetch(function(err, apps) { if (err) { console.log("There was an error retrieving the list of applications:", err); done(err); return; } var appsList = apps.list(); console.log("Applications:"); for(var i = 0; i < appsList.length; i++) { var app = appsList[i]; console.log(" App " + i + ": " + app.name); } done(); }); }); </pre> </div> <div class="tab-pane" id="apps-async"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); Async.chain([ // First, we log in function(done) { service.login(done); }, // Retrieve the apps function(success, done) { if (!success) { done("Error logging in"); } service.apps().fetch(done); }, // Print them out function(apps, done) { var appsList = apps.list(); console.log("Applications:"); for(var i = 0; i < appsList.length; i++) { var app = appsList[i]; console.log(" App " + i + ": " + app.name); } done(); } ], function(err) { callback(err); } ); </pre> </div> <div class="tab-pane" id="apps-output"> <pre class='prettyprint output'> </pre> </div> </div> </div> </div> </section> <section id="savedsearches"> <div class="page-header"> <h1> Saved searches <small>List saved searches and their queries</small> </h1> </div> <div class="row"> <div class="span5"> <h2>Description</h2> <p> This sample demonstrates working with the saved search collection (<code>splunkjs.Service.SavedSearches</code>) and individual saved searches (<code>splunkjs.Service.SavedSearch</code>). This example displays the name and search query for each saved search in the collection.</p> <p>The only difference between the two code files, Regular and splunkjs.Async, is that the latter uses the built-in <code>splunkjs.Async</code> module to simplify asynchronous control flow. </p> </div> <div class="span11"> <h3>Code <button class="btn primary run" id="savedsearches-run">Run</button></h3> <ul class="tabs" id="savedsearches-tabs" data-tabs="tabs" > <li class="active"><a href="#savedsearches-regular">Regular</a></li> <li><a href="#savedsearches-async"><code>splunkjs.Async</code></a></li> <li><a href="#savedsearches-create">Create A Saved Search</a></li> <li><a href="#savedsearches-delete">Delete A Saved Search</a></li> <li><a href="#savedsearches-output">Output</a></li> </ul> <div id="savedsearches-tab-content" class="tab-content"> <div class="tab-pane active" id="savedsearches-regular"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); // First, we log in service.login(function(err, success) { // We check for both errors in the connection as well // as if the login itself failed. if (err || !success) { console.log("Error in logging in"); done(err || "Login failed"); return; } // Now that we're logged in, let's get a listing of all the saved searches. service.savedSearches().fetch(function(err, searches) { if (err) { console.log("There was an error retrieving the list of saved searches:", err); done(err); return; } var searchList = searches.list(); console.log("Saved searches:"); for(var i = 0; i < searchList.length; i++) { var search = searchList[i]; console.log(" Search " + i + ": " + search.name); console.log(" " + search.properties().search); } done(); }); }); </pre> </div> <div class="tab-pane" id="savedsearches-async"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); Async.chain([ // First, we log in function(done) { service.login(done); }, // Retrieve the saved searches function(success, done) { if (!success) { done("Error logging in"); } service.savedSearches().fetch(done); }, // Print them out function(searches, done) { var searchList = searches.list(); console.log("Saved searches:"); for(var i = 0; i < searchList.length; i++) { var search = searchList[i]; console.log(" Search " + i + ": " + search.name); console.log(" " + search.properties().search); } done(); } ], function(err) { callback(err); } ); </pre> </div> <div class="tab-pane" id="savedsearches-create"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); // First, we log in service.login(function(err, success) { // We check for both errors in the connection as well // as if the login itself failed. if (err || !success) { console.log("Error in logging in"); done(err || "Login failed"); return; } var savedSearchOptions = { name: "My Awesome Saved Search", search: "index=_internal error sourcetype=splunkd* | head 10" }; // Now that we're logged in, Let's create a saved search service.savedSearches().create(savedSearchOptions, function(err, savedSearch) { if (err && err.status === 409) { console.log("ERROR: A saved search with the name '" + savedSearchOptions.name + "' already exists") done(); return; } else if (err) { console.log("There was an error creating the saved search:", err); done(err); return; } console.log("Created saved search: " + savedSearch.name); done(); }); }); </pre> </div> <div class="tab-pane" id="savedsearches-delete"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); // First, we log in service.login(function(err, success) { // We check for both errors in the connection as well // as if the login itself failed. if (err || !success) { console.log("Error in logging in"); done(err || "Login failed"); return; } var name = "My Awesome Saved Search"; // Now that we're logged in, Let's create a saved search service.savedSearches().fetch(function(err, savedSearches) { if (err) { console.log("There was an error in fetching the saved searches"); done(err); return; } var savedSearchToDelete = savedSearches.item(name); if (!savedSearchToDelete) { console.log("Can't delete '" + name + "' because it doesn't exist!"); done(); } else { savedSearchToDelete.remove(); console.log("Deleted saved search: " + name + "") done(); } }); }); </pre> </div> <div class="tab-pane" id="savedsearches-output"> <pre class='prettyprint output'> </pre> </div> </div> </div> </div> </section> <section id="search"> <div class="page-header"> <h1> Searching <small>Perform normal, blocking, and oneshot searches in Splunk</small> </h1> </div> <div class="row"> <div class="span5"> <h2>Description</h2> <p> <p>This example demonstrates using the SDK to run searches in Splunk. This example runs the search, displays progress and search statistics (if available), and finally, displays the search results (including some key-value fields).</p> <p>This example shows different types of searches:</p> <ul> <li><p><b>normal</b>: Runs a search with <code>exec_mode=normal</code>, waits until the job is done, and then displays job statistics and search results.</p></li> <li><p><b>blocking</b>: Runs a search with <code>exec_mode=blocking</code>, which does not return until the job is done. Once the job is done, this example displays job statistics and search results.</p></li> <li><p><b>oneshot</b>: Runs a search with <code>exec_mode=oneshot</code>, which does not return until the job is done, and then returns the search results (rather than the search ID). Once the job is done, this example displays the search results.</p></li> </ul> </p> </div> <div class="span11"> <h3>Code <button class="btn primary run" id="search-run">Run</button></h3> <ul class="tabs" id="search-tabs" data-tabs="tabs" > <li class="active"><a href="#search-normal">Normal</a></li> <li class=""><a href="#search-blocking">Blocking</a></li> <li class=""><a href="#search-oneshot">Oneshot</a></li> <li><a href="#search-output">Output</a></li> </ul> <div id="search-tab-content" class="tab-content"> <div class="tab-pane active" id="search-normal"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); Async.chain([ // First, we log in function(done) { service.login(done); }, // Perform the search function(success, done) { if (!success) { done("Error logging in"); } service.search("search index=_internal | head 3", {}, done); }, // Wait until the job is done function(job, done) { Async.whilst( // Loop until it is done function() { return !job.properties().isDone; }, // Refresh the job on every iteration, but sleep for 1 second function(iterationDone) { Async.sleep(1000, function() { // Refresh the job and note how many events we've looked at so far job.fetch(function(err) { console.log("-- fetching, " + (job.properties().eventCount || 0) + " events so far"); iterationDone(); }); }); }, // When we're done, just pass the job forward function(err) { console.log("-- job done --"); done(err, job); } ); }, // Print out the statistics and get the results function(job, done) { // Print out the statics console.log("Job Statistics: "); console.log(" Event Count: " + job.properties().eventCount); console.log(" Disk Usage: " + job.properties().diskUsage + " bytes"); console.log(" Priority: " + job.properties().priority); // Ask the server for the results job.results({}, done); }, // Print the raw results out function(results, job, done) { // Find the index of the fields we want var rawIndex = utils.indexOf(results.fields, "_raw"); var sourcetypeIndex = utils.indexOf(results.fields, "sourcetype"); var userIndex = utils.indexOf(results.fields, "user"); // Print out each result and the key-value pairs we want console.log("Results: "); for(var i = 0; i < results.rows.length; i++) { console.log(" Result " + i + ": "); console.log(" sourcetype: " + results.rows[i][sourcetypeIndex]); console.log(" user: " + results.rows[i][userIndex]); console.log(" _raw: " + results.rows[i][rawIndex]); } // Once we're done, cancel the job. job.cancel(done); } ], function(err) { callback(err); } ); </pre> </div> <div class="tab-pane" id="search-blocking"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); Async.chain([ // First, we log in function(done) { service.login(done); }, // Perform the search function(success, done) { if (!success) { done("Error logging in"); } service.search("search index=_internal | head 3", {exec_mode: "blocking"}, done); }, // The job is done, but let's some statistics from the server. function(job, done) { job.fetch(done); }, // Print out the statistics and get the results function(job, done) { // Print out the statics console.log("Job Statistics: "); console.log(" Event Count: " + job.properties().eventCount); console.log(" Disk Usage: " + job.properties().diskUsage + " bytes"); console.log(" Priority: " + job.properties().priority); // Ask the server for the results job.results({}, done); }, // Print the raw results out function(results, job, done) { // Find the index of the fields we want var rawIndex = utils.indexOf(results.fields, "_raw"); var sourcetypeIndex = utils.indexOf(results.fields, "sourcetype"); var userIndex = utils.indexOf(results.fields, "user"); // Print out each result and the key-value pairs we want console.log("Results: "); for(var i = 0; i < results.rows.length; i++) { console.log(" Result " + i + ": "); console.log(" sourcetype: " + results.rows[i][sourcetypeIndex]); console.log(" user: " + results.rows[i][userIndex]); console.log(" _raw: " + results.rows[i][rawIndex]); } // Once we're done, cancel the job. job.cancel(done); } ], function(err) { callback(err); } ); </pre> </div> <div class="tab-pane" id="search-oneshot"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); Async.chain([ // First, we log in function(done) { service.login(done); }, // Perform the search function(success, done) { if (!success) { done("Error logging in"); } service.oneshotSearch("search index=_internal | head 3", {}, done); }, // The job is done, and the results are returned inline function(results, done) { // Find the index of the fields we want var rawIndex = utils.indexOf(results.fields, "_raw"); var sourcetypeIndex = utils.indexOf(results.fields, "sourcetype"); var userIndex = utils.indexOf(results.fields, "user"); // Print out each result and the key-value pairs we want console.log("Results: "); for(var i = 0; i < results.rows.length; i++) { console.log(" Result " + i + ": "); console.log(" sourcetype: " + results.rows[i][sourcetypeIndex]); console.log(" user: " + results.rows[i][userIndex]); console.log(" _raw: " + results.rows[i][rawIndex]); } done(); } ], function(err) { callback(err); } ); </pre> </div> <div class="tab-pane" id="search-output"> <pre class='prettyprint output'> </pre> </div> </div> </div> </div> </section> <section id="search-realtime"> <div class="page-header"> <h1> Real-time searches <small>Perform real-time searches and retrieve results</small> </h1> </div> <div class="row"> <div class="span5"> <h2>Description</h2> <p> <p>This example shows how to work with real-time searches. This example runs a real-time search that collects statistics about all events from “now” to infinity (using <code>earliest_time=rt</code> and <code>latest_time=rt</code>).</p> <p>Once the job is created, this example polls the results every second and displays them.</p> <p>Because a real-time search is never completed, this example just iterates five times before terminating the loop.</p> </p> </div> <div class="span11"> <h3>Code <button class="btn primary run" id="search-realtime-run">Run</button></h3> <ul class="tabs" id="search-realtime-tabs" data-tabs="tabs" > <li class="active"><a href="#search-realtime-regular">Regular</a></li> <li><a href="#search-realtime-output">Output</a></li> </ul> <div id="search-realtime-tab-content" class="tab-content"> <div class="tab-pane active" id="search-realtime-regular"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); Async.chain([ // First, we log in function(done) { service.login(done); }, // Perform the search function(success, done) { if (!success) { done("Error logging in"); } service.search( "search index=_internal | stats count by sourcetype", {earliest_time: "rt", latest_time: "rt"}, done); }, // The search is never going to be done, so we simply poll it every second to get // more results function(job, done) { var MAX_COUNT = 5; var count = 0; Async.whilst( // Loop for N times function() { return MAX_COUNT > count; }, // Every second, ask for preview results function(iterationDone) { Async.sleep(1000, function() { job.preview({}, function(err, results) { if (err) { iterationDone(err); return; } // Only do something if we have results if (results.rows) { // Up the iteration counter count++; console.log("========== Iteration " + count + " =========="); var sourcetypeIndex = utils.indexOf(results.fields, "sourcetype"); var countIndex = utils.indexOf(results.fields, "count"); for(var i = 0; i < results.rows.length; i++) { var row = results.rows[i]; // This is a hacky "padding" solution var stat = (" " + row[sourcetypeIndex] + " ").slice(0, 30); // Print out the sourcetype and the count of the sourcetype so far console.log(stat + row[countIndex]); } console.log("================================="); } // And we're done with this iteration iterationDone(); }); }); }, // When we're done looping, just cancel the job function(err) { job.cancel(done); } ); } ], function(err) { callback(err); } ); </pre> </div> <div class="tab-pane" id="search-realtime-output"> <pre class='prettyprint output'> </pre> </div> </div> </div> </div> </section> <section id="logging"> <div class="page-header"> <h1> Logging to Splunk <small>Log to Splunk directly from your application</small> </h1> </div> <div class="row"> <div class="span5"> <h2>Description</h2> <p> This example shows how you can send data to Splunk over HTTP from within your application by using the <code>Service.log</code> method in the JavaScript SDK. </p> <p> We create a utility <code>Logger</code> class that encapsulates various logging levels, and we can then simply call <code>logger.log</code>, <code>logger.error</code>, etc. </p> </div> <div class="span11"> <h3>Code <button class="btn primary run" id="logging-run">Run</button></h3> <ul class="tabs" id="logging-tabs" data-tabs="tabs" > <li class="active"><a href="#logging-regular">Regular</a></li> <li><a href="#logging-output">Output</a></li> </ul> <div id="logging-tab-content" class="tab-content"> <div class="tab-pane active" id="logging-regular"> <pre class='prettyprint lang-js linenums'> var http = new splunkjs.ProxyHttp("/proxy"); var service = new splunkjs.Service(http, { username: username, password: password, scheme: scheme, host: host, port: port, version: version }); var Logger = splunkjs.Class.extend({ init: function(service, opts) { this.service = service; opts = opts || {}; this.params = {}; if (opts.index) this.params.index = opts.index; if (opts.host) this.params.host = opts.host; if (opts.source) this.params.source = opts.source; if (opts.sourcetype) this.params.sourcetype = opts.sourcetype || "demo-logger"; if (!this.service) { throw new Error("Must supply a valid service"); } }, log: function(data) { var message = { __time: (new Date()).toUTCString(), level: "LOG", data: data }; this.service.log(message, this.params); console.log(data); }, error: function(data) { var message = { __time: (new Date()).toUTCString(), level: "ERROR", data: data }; this.service.log(message, this.params); console.error(data); }, info: function(data) { var message = { __time: (new Date()).toUTCString(), level: "INFO", data: data }; this.service.log(message, this.params); console.info(data); }, warn: function(data) { var message = { __time: (new Date()).toUTCString(), level: "WARN", data: data }; this.service.log(message, this.params); console.warn(data); }, }); // First, we log in service.login(function(err, success) { // We check for both errors in the connection as well // as if the login itself failed. if (err || !success) { console.log("Error in logging in"); done(err || "Login failed"); return; } // Create our logger var logger = new Logger(service, { sourcetype: "mylogger", source: "test" }); // Log the various types of messages. Note how we are sending // both strings and JSON objects, which will be auto-encoded and // understood by Splunk 4.3+ logger.log("I LOGGED TO SPLUNK - look at your JS console!"); logger.error("ERROR HAPPENED"); logger.info(["useful", "info"]); logger.warn({"this": {"is": ["a", "warning"]}}); // Say we are done with this sample. done(); }); </pre> </div> <div class="tab-pane" id="logging-output"> <pre class='prettyprint output'> </pre> </div> </div> </div> </div> </section> <footer> <p>&copy; Splunk 2011-2012</p> </footer> </div> <!-- /container --> </body> </html>
Christopheraburns/projecttelemetry
node_modules/splunk-sdk/examples/browser/helloworld/index.html
HTML
mit
40,476
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>3810-80-8.smi.png.html</title> </head> <body>ID3810-80-8<br/> <img border="0" src="3810-80-8.smi.png" alt="3810-80-8.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>3810-80-8</td><td>12920</td><td>C30H33ClN2O2</td><td>489.0482 (36.4609+452.5873)</td><td>27821</td><td>82584</td><td>47843</td><td>7261</td><td>Diphenoxylate hydrochloride</td><td></td><td>3810-80-8</td><td>primary</td><td>single chemical compound</td><td>parent [915-30-0]</td><td>tested chemical</td><td>C30H33ClN2O2</td><td>489.0482</td><td>defined organic</td><td>complex</td><td>ethyl 1-(3-cyano-3,3-diphenylpropyl)-4-phenylpiperidine-4-carboxylate hydrochloride (1:1)</td><td>Cl.O=C(OCC)C3(CCN(CCC(C#N)(c1ccccc1)c2ccccc2)CC3)c4ccccc4</td><td>O=C(OCC)C3(CCN(CCC(C#N)(c1ccccc1)c2ccccc2)CC3)c4ccccc4</td><td>20110803</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 04:03:55 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
andrewdefries/ToxCast
Figure3/Tox21_nnm/WorkHere/3810-80-8.smi.png.html
HTML
mit
1,798
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Node.js breaks into the Top 5 - Hacker News Hiring Trends (May 2018)</title> <meta property="og:title" content="Node.js breaks into the Top 5 - Hacker News Hiring Trends (May 2018)" /> <meta name="description" content="Most Popular programming languanges and software development technologies for May, 2018"> <meta property="og:description" content="Most Popular programming languanges and software development technologies for May, 2018"> <meta property="og:image" content="https://s3.amazonaws.com/rw-net/hacker-news-hiring-trends/hacker-news-hiring-trends.png"/> <meta property="og:image:secure_url" content="https://s3.amazonaws.com/rw-net/hacker-news-hiring-trends/hacker-news-hiring-trends.png" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" href="../css/styles.css" /> <link rel="alternate" type="application/rss+xml" title="Hacker News Hiring Trends" href="https://www.hntrends.com/feed.xml"> </head> <body> <div class="container"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="../">Home and Archives</a></li> <li class="breadcrumb-item active">May 2018</li> <li class="breadcrumb-item"><a href="#highlights">Highlights and Analysis</a></li> <li class="breadcrumb-item"><a href="#data">Data</a></li> </ol> </nav> <div class="page-header row"> <div class="col-sm-8"> <h1> Node.js breaks into the Top 5 </h1> <p class="lead"> May 2018 Hacker News Hiring Trends </p> </div> <div class="col-sm-4"> </div> </div> <div class="chart-filters mb-2"> <form id="chart_filter" method="get" class="form-inline"> <div class="input-group"> Show: <select id="topfilter" class="form-control form-control-sm"> <option value="5" selected>Top 5</option> <option value="10">Top 10</option> <option value="20">Top 20</option> <option value="50">Top 50</option> <option value="-1">All</option> </select> </div> <div class="input-group"> <span>or compare:</span> <input type="text" name="compare1" class="term-compare form-control form-control-sm" placeholder="Ruby" /> <input type="text" name="compare2" class="term-compare form-control form-control-sm" placeholder="Python" /> <input type="text" name="compare3" class="term-compare form-control form-control-sm" /> <input type="text" name="compare4" class="term-compare form-control form-control-sm" /> </div> <input type="submit" id="compare" value="Compare" class="btn btn-sm" /> </form> </div> <div id="chart" class="mb-5" style="width:100%; height:400px;"></div> <div class="row"> <div class="col-md-9"> <h3 id="highlights">May Highlights</h3> <div class="post-date">Monday, May 28, 2018</div> <p> In another sign of JavaScript's ubiquity, Node.js became the second JavaScript related technology to surpass mentions of JavaScript itself. Node.js took the #4 spot in May, its first time in the top 5, and just ahead of JavaScript. React was the first to do so, and React also continued its streak of wins, taking the top spot for the 12th month in a row, sustaining its rank for a complete year. </p> <p> May also marked an all time high in total postings, with more than 1000 postings for only the 2nd time ever and was up 17% over last May. </p> <h4>Programming Languages</h4> <p> <a href="?compare1=javascript&compare2=python&compare3=ruby&compare4=java"> Compare JavaScript, Python, Ruby and Java </a> <br> <a href="?compare1=golang&compare2=Scala&compare3=Clojure&compare4=c%2B%2B"> Compare C++, Scala, Clojure and Go </a> </p> <p> </p> <h4>Server-side Frameworks</h4> <p> <a href="?compare1=Rails&compare2=node.js&compare3=PHP&compare4=Django"> Compare Rails, node.js, PHP and Django </a> </p> <p> </p> <h4>JavaScript Frameworks</h4> <p> <a href="?compare1=AngularJS&compare2=Backbone&compare3=Ember&compare4=React"> Compare AngularJS, Backbone, Ember and React </a> </p> <p> </p> <h4>SQL Databases</h4> <p> <a href="?compare1=Postgresql&compare2=MySQL&compare3=SQL+Server&compare4="> Compare Postgresql, MySQL and SQL Server </a> </p> <p> </p> <h4>NoSQL Databases</h4> <p> <a href="?compare1=Mongodb&amp;compare2=elasticsearch&amp;compare3=Cassandra&amp;compare4=DynamoDB"> Compare Mongodb, Elasticsearch, Cassandra and DynamoDB </a> </p> <h4>Big Data</h4> <p> <a href="?compare1=storm&amp;compare2=Hadoop&amp;compare3=Spark"> Compare Storm, Hadoop and Spark </a> </p> <h4>Messaging</h4> <p> <a href="?compare1=kafka&amp;compare2=rabbitmq&amp;compare3=ActiveMQ"> Compare Kafka, RabbitMQ and ActiveMQ </a> </p> <h4>DevOps Tools</h4> <p> <a href="?compare1=Chef&amp;compare2=Puppet&amp;compare3=Ansible&amp;compare4=DevOps"> Compare Chef, Puppet, Ansible and the DevOps term itself </a> </p> <h4>Virtualization and Container Tools</h4> <p> <a href="?compare1=docker&amp;compare2=Kubernetes&amp;compare3=mesos&amp;compare4=Vagrant"> Compare Docker, Kubernetes, Mesos and Vagrant </a> </p> <h4>Cryptocurrency and Blockchain</h4> <p> <a href="?compare1=blockchain&amp;compare2=bitcoin&amp;compare3=ethereum"> Compare Blockchain, Bitcoin and Ethereum</a> </p> </div> <div class="col-md-3"> <p style="margin-top:30px;"> <a href="http://eepurl.com/DVVSb" class="btn btn-success btn-lg">Subscribe for updates</a> </p> <div class="badges"> <script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US </script> <script type="IN/Share" data-url="https://hntrends.com/2018/may-node-js-breaks-into-top-5.html" data-counter="right"></script> <a href="https://twitter.com/share" class="twitter-share-button" data-url="hntrends.com/2018/may-node-js-breaks-into-top-5.html" data-text="Hacker News tech hiring trends" data-via="ryanwi" data-hashtags="hackernews">Tweet</a> </div> </div> </div> <h3>Total Postings Trend</h3> <div id="comments_chart" style="width:100%; height:300px;" class="mb-5"></div> <h3>Rankings and movers</h3> <div id="data"></div> <ul class="nav nav-tabs"> <li class="nav-item"><a href="#top20" class="nav-link active" data-toggle="tab">Top 20</a></li> <li class="nav-item"><a href="#rising" class="nav-link" data-toggle="tab">Rising</a></li> <li class="nav-item"><a href="#falling" class="nav-link" data-toggle="tab">Falling</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="top20"> <table class="table table-condensed"> <thead> <tr> <th>Tech</th> <th>Rank</th> <th>Last Month</th> <th>Change</th> <th>Last Year</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td><a href="?compare1=React">React</td> <td>1</td> <td>1</td> <td>0</td> <td>2</td> <td class="positive success">+1</td> </tr> <tr> <td><a href="?compare1=Python">Python</td> <td>2</td> <td>2</td> <td>0</td> <td>1</td> <td class="negative danger">-1</td> </tr> <tr> <td><a href="?compare1=AWS">AWS</td> <td>3</td> <td>4</td> <td class="positive success">+1</td> <td>5</td> <td class="positive success">+2</td> </tr> <tr> <td><a href="?compare1=node.js">node.js</td> <td>4</td> <td>8</td> <td class="positive success">+4</td> <td>9</td> <td class="positive success">+5</td> </tr> <tr> <td><a href="?compare1=JavaScript">JavaScript</td> <td>5</td> <td>3</td> <td class="negative danger">-2</td> <td>3</td> <td class="negative danger">-2</td> </tr> <tr> <td><a href="?compare1=Full Stack">Full Stack</td> <td>6</td> <td>5</td> <td class="negative danger">-1</td> <td>4</td> <td class="negative danger">-2</td> </tr> <tr> <td><a href="?compare1=Postgresql">Postgresql</td> <td>7</td> <td>7</td> <td>0</td> <td>6</td> <td class="negative danger">-1</td> </tr> <tr> <td><a href="?compare1=Java">Java</td> <td>8</td> <td>12</td> <td class="positive success">+4</td> <td>8</td> <td>0</td> </tr> <tr> <td><a href="?compare1=Machine Learning">Machine Learning</td> <td>9</td> <td>6</td> <td class="negative danger">-3</td> <td>7</td> <td class="negative danger">-2</td> </tr> <tr> <td><a href="?compare1=Ruby">Ruby</td> <td>10</td> <td>11</td> <td class="positive success">+1</td> <td>11</td> <td class="positive success">+1</td> </tr> <tr> <td><a href="?compare1=DevOps">DevOps</td> <td>11</td> <td>10</td> <td class="negative danger">-1</td> <td>12</td> <td class="positive success">+1</td> </tr> <tr> <td><a href="?compare1=golang">golang</td> <td>12</td> <td>9</td> <td class="negative danger">-3</td> <td>13</td> <td class="positive success">+1</td> </tr> <tr> <td><a href="?compare1=Rails">Rails</td> <td>13</td> <td>13</td> <td>0</td> <td>10</td> <td class="negative danger">-3</td> </tr> <tr> <td><a href="?compare1=Docker">Docker</td> <td>14</td> <td>14</td> <td>0</td> <td>17</td> <td class="positive success">+3</td> </tr> <tr> <td><a href="?compare1=Android">Android</td> <td>15</td> <td>16</td> <td class="positive success">+1</td> <td>16</td> <td class="positive success">+1</td> </tr> <tr> <td><a href="?compare1=iOS">iOS</td> <td>16</td> <td>15</td> <td class="negative danger">-1</td> <td>14</td> <td class="negative danger">-2</td> </tr> <tr> <td><a href="?compare1=Kubernetes">Kubernetes</td> <td>17</td> <td>20</td> <td class="positive success">+3</td> <td>34</td> <td class="positive success">+17</td> </tr> <tr> <td><a href="?compare1=AngularJS">AngularJS</td> <td>18</td> <td>21</td> <td class="positive success">+3</td> <td>15</td> <td class="negative danger">-3</td> </tr> <tr> <td><a href="?compare1=Data Science">Data Science</td> <td>19</td> <td>17</td> <td class="negative danger">-2</td> <td>32</td> <td class="positive success">+13</td> </tr> <tr> <td><a href="?compare1=api">api</td> <td>20</td> <td>18</td> <td class="negative danger">-2</td> <td>18</td> <td class="negative danger">-2</td> </tr> </tbody> </table> </div> <div class="tab-pane" id="rising"> <table class="table table-condensed"> <thead> <tr> <th>Tech</th> <th>Mentions</th> <th>Rank</th> <th>Last Year Mentions</th> <th>Last Year Rank</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td><a href="?compare1=Kotlin">Kotlin</td> <td>24</td> <td>56</td> <td>2</td> <td>154</td> <td class="positive success">+98</td> </tr> <tr> <td><a href="?compare1=Ethereum">Ethereum</td> <td>11</td> <td>83</td> <td>1</td> <td>178</td> <td class="positive success">+95</td> </tr> <tr> <td><a href="?compare1=Blockchain">Blockchain</td> <td>38</td> <td>35</td> <td>7</td> <td>96</td> <td class="positive success">+61</td> </tr> <tr> <td><a href="?compare1=Express">Express</td> <td>14</td> <td>70</td> <td>4</td> <td>126</td> <td class="positive success">+56</td> </tr> <tr> <td><a href="?compare1=Shell">Shell</td> <td>6</td> <td>109</td> <td>2</td> <td>157</td> <td class="positive success">+48</td> </tr> <tr> <td><a href="?compare1=Rust">Rust</td> <td>16</td> <td>63</td> <td>6</td> <td>110</td> <td class="positive success">+47</td> </tr> <tr> <td><a href="?compare1=Bitcoin">Bitcoin</td> <td>8</td> <td>92</td> <td>3</td> <td>136</td> <td class="positive success">+44</td> </tr> <tr> <td><a href="?compare1=Lambda">Lambda</td> <td>17</td> <td>59</td> <td>7</td> <td>102</td> <td class="positive success">+43</td> </tr> <tr> <td><a href="?compare1=Vue">Vue</td> <td>26</td> <td>51</td> <td>8</td> <td>89</td> <td class="positive success">+38</td> </tr> <tr> <td><a href="?compare1=ClojureScript">ClojureScript</td> <td>8</td> <td>98</td> <td>3</td> <td>135</td> <td class="positive success">+37</td> </tr> </tbody> </table> </div> <div class="tab-pane" id="falling"> <table class="table table-condensed"> <thead> <tr> <th>Tech</th> <th>Mentions</th> <th>Rank</th> <th>Last Year Mentions</th> <th>Last Year Rank</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td><a href="?compare1=OpenStack">OpenStack</td> <td>1</td> <td>188</td> <td>6</td> <td>107</td> <td class="negative danger">-81</td> </tr> <tr> <td><a href="?compare1=CoffeeScript">CoffeeScript</td> <td>1</td> <td>176</td> <td>7</td> <td>99</td> <td class="negative danger">-77</td> </tr> <tr> <td><a href="?compare1=Celery">Celery</td> <td>2</td> <td>149</td> <td>11</td> <td>76</td> <td class="negative danger">-73</td> </tr> <tr> <td><a href="?compare1=Akka">Akka</td> <td>3</td> <td>139</td> <td>10</td> <td>81</td> <td class="negative danger">-58</td> </tr> <tr> <td><a href="?compare1=Varnish">Varnish</td> <td>1</td> <td>168</td> <td>5</td> <td>114</td> <td class="negative danger">-54</td> </tr> <tr> <td><a href="?compare1=Mesos">Mesos</td> <td>2</td> <td>150</td> <td>7</td> <td>103</td> <td class="negative danger">-47</td> </tr> <tr> <td><a href="?compare1=SQS">SQS</td> <td>3</td> <td>134</td> <td>8</td> <td>92</td> <td class="negative danger">-42</td> </tr> <tr> <td><a href="?compare1=Kinesis">Kinesis</td> <td>4</td> <td>130</td> <td>8</td> <td>91</td> <td class="negative danger">-39</td> </tr> <tr> <td><a href="?compare1=SQL Server">SQL Server</td> <td>4</td> <td>129</td> <td>8</td> <td>93</td> <td class="negative danger">-36</td> </tr> <tr> <td><a href="?compare1=RabbitMQ">RabbitMQ</td> <td>11</td> <td>87</td> <td>21</td> <td>52</td> <td class="negative danger">-35</td> </tr> </tbody> </table> </div> </div> <footer style="text-align:center;margin-top:30px;margin-bottom:30px;"> <a href="https://www.ryanwilliams.dev">Portland Ruby, Web and Software developer Ryan Williams</a> • <a href="https://twitter.com/ryanwi">Follow @ryanwi</a> • Email: ryan at ryanwilliams.dev • <a href="https://github.com/ryanwi/hiringtrends">Code on GitHub</a> </footer> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script src="https://code.highcharts.com/highcharts.js"></script> <script src="../data/data-20180501.js"></script> <script src="../js/builder-v8.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-16316427-3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-16316427-3'); </script> </body> </html>
ryanwi/hiringtrends
web/2018/may-node-js-breaks-into-top-5.html
HTML
mit
18,085
<!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>ロボット設計製作論3</title> <link href="./dist/css/bootstrap.min.css" rel="stylesheet"> <link href="./dist/css/sticky-footer.css" rel="stylesheet"> <link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> <link href="dashboard.css" rel="stylesheet"> <script src="./assets/js/ie-emulation-modes-warning.js"></script> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">ロボット設計製作論3</a> </div> <div id="navbar" class="navbar-collapse collapse"> </div> </div> </nav> <div class="container-fluid"> <div class="row"> <div class="col-sm-3 col-md-2 sidebar" id="menu"> </div> <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <h1 class="page-header">マニピュレータを動かしている様子</h1> <div class="row placeholders"> </div> <h2 class="sub-header">6軸マニピュレータ</h2> <div class="row placeholders"> <div class="col-sm-12"> <iframe width="560" height="315" src="https://www.youtube.com/embed/pWn0yOFIWDQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> <div class="col-sm-12"> <iframe width="560" height="315" src="https://www.youtube.com/embed/JFydZUvN3ss" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> </div> <footer class="footer"> <div class="container"> <p class="text-muted">Copyright (C) 2016-2018 CIT Autonomous lab. All rights reserved.</p> </div> </footer> <!-- 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.12.4/jquery.min.js"></script> <script> $(function() { $("#navbar").load("./navbar.html"); $("#menu").load("./menu.html"); }); </script> <script>window.jQuery || document.write('<script src="./assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="./dist/js/bootstrap.min.js"></script> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> <script src="./assets/js/vendor/holder.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="./assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
ryuichiueda/RobotDesign3
docs/demonstration.html
HTML
mit
3,350
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29155_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page3.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 110px; margin-top: 110px;"> <p class="styleSans730.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">X TO ENERGY, INC. <br/>HANSON i 'IX—12A, HANSON 1 1X—12E, HANSON 'l “(-128 <br/>NW2; Section 12, T144N, RQSW ‘ 5th Principe! Meridian Dunn County, North Dakota <br/>$3.5 MILES-T <br/>KILLDEER. ND <br/>J] PROPOSED INTERSECTION 33'- 'I- <br/>._' i‘IOO' EXISTING <br/>ACCESS R0 AD <br/> <br/>HIGHLANDS ENGINEERING 8: SURVEYING, PLLC <br/>2125 Sims‘ Suite #3 <br/>Dickinson, ND 53601 .. .. ?01.433.2444 office 115%. m: 701.433.2510 fax <br/>. SHEET NAME: DATE: SCALE: PROJ. N0. SHEET N0. <br/> </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W29155_text/page4.html
HTML
mit
1,277
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">窩停主人</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄨㄛ ㄊ|ㄥ<sup class="subfont">ˊ</sup> ㄓㄨ<sup class="subfont">ˇ</sup> ㄖㄣ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">wō tíng zhǔ rén</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">藏匿罪犯或贓物的人。宋˙洪邁˙夷堅支志癸˙卷二˙李五郎:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>為盜有求不愜,誣為窩停主人,訴于郡,不見察,故陷黨中。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></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/13000-13999/13895-22.html
HTML
mit
1,388
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>canon-bdds: 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.0 / canon-bdds - 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> canon-bdds <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-02-25 20:18:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-25 20:18:33 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.11 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.0 Formal proof management system. num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.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/canon-bdds&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/CanonBDDs&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: BDD&quot; &quot;keyword: BDT&quot; &quot;keyword: Finite Sets&quot; &quot;keyword: Model-Checking&quot; &quot;keyword: binary decision diagrams&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Decision procedures&quot; ] authors: [ &quot;Emmanuel Ledinot&quot; ] bug-reports: &quot;https://github.com/coq-contribs/canon-bdds/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/canon-bdds.git&quot; synopsis: &quot;Canonicity of Binary Decision Dags&quot; description: &quot;&quot;&quot; A proof of unicity and canonicity of Binary Decision Trees and Binary Decision Dags. This contrib contains also a development on finite sets.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/canon-bdds/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=07a6b5831b9e904725e3fdf2d5d55d7a&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-canon-bdds.8.9.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-canon-bdds -&gt; coq &gt;= 8.9 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-canon-bdds.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.0/canon-bdds/8.9.0.html
HTML
mit
7,105
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from themelize.me/demos/appstrap1.2/index.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 16 Jun 2013 11:12:50 GMT --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Flow</title> <!-- Bootstrap CSS --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <!-- Flexslider --> <link href="css/flexslider.css" rel="stylesheet"> <!-- Theme style --> <link href="css/theme-style.css" rel="stylesheet"> <!--Your custom colour override--> <link href="#" id="colour-scheme" rel="stylesheet"> <!-- Your custom override --> <link href="css/custom-style.css" rel="stylesheet"> <link href="css/viewdiagramedits.css" rel="stylesheet"> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="js/html5.js"></script> <![endif]--> <!-- Le fav and touch icons - @todo: fill with your icons or remove --> <link rel="shortcut icon" href="img/icons/favicon.html"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/icons/114x114.html"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/icons/72x72.html"> <link rel="apple-touch-icon-precomposed" href="img/icons/default.html"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300|Rambla|Calligraffitti' rel='stylesheet' type='text/css'> </head> <body class="page page-index"> <div id="navigation" class="wrapper"> <div class="navbar navbar-static-top"> <!--Hidden Header Region--> <div class="header-hidden"> <div class="header-hidden-inner container"> <div class="row-fluid"> <div class="span4"> <h3>About Us</h3> <p>Image based wikipedia</p> <a href="about.htm" class="btn btn-mini btn-primary">Find out more</a> </div> <div class="span4"> <!--@todo: replace with company contact details--> <h3>Contact Us</h3> <address> <p><abbr title="Phone"><i class="icon-phone"></i></abbr> 4082078836</p> <p><abbr title="Email"><i class="icon-envelope"></i></abbr> [email protected]</p> <p><abbr title="Address"><i class="icon-home"></i></abbr> Flow HQ @ PaypalHQ</p> </address> </div> </div> </div> </div> <!--Header & Branding region--> <div class="header"> <div class="header-inner container"> <div class="row-fluid"> <div class="span4"> <!--branding/logo--> <a class="brand" href="index.htm" title="Home"> <h1><span>Flow</span>.io<span>.</span></h1> </a> <div class="slogan">Crowd Sourced Image Wiki</div> </div> <div class="span6"> <form class="search-form navbar-form pull-right"> <input type="text" class="span2" style="width:400px;"> <button type="submit" class="btn">Search</button> </form> </div> <div class="span2"> <ul class="nav user-menu pull-right"> <li><a href="signup.htm" class="btn btn-primary signup">Sign Up</a></li> <li class="dropdown"> <a href="login.htm" class="btn btn-primary dropdown-toggle login" id="login-drop" data-toggle="dropdown">Login</a> <div class="dropdown-menu" role="menu" aria-labelledby="login-drop"> <form action="http://themelize.me/demos/appstrap1.2/login.htm" class="form-inline" id="login-form-drop" role="menuitem"> <div class="input-append"> <input type="text" class="input-small email" placeholder="Email"> <input type="password" class="input-small password" placeholder="Password"> <input type="button" class="btn btn-primary login" value="Login"> </div> </form> <span class="divider" role="menuitem"></span> <small role="menuitem">Not a member? <a href="#" class="signup">Sign up now!</a></small> <small role="menuitem"><a href="#">Forgotten password?</a></small> </div> </li> </ul> </div> <!--header rightside--> </div> </div> </div> <div class="container"> <div class="navbar-inner hidden"> <!--mobile collapse menu button--> <a class="btn btn-navbar pull-left" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <!--user menu--> <!-- <ul class="nav user-menu pull-right"> <li><a href="signup.htm" class="btn btn-primary signup">Sign Up</a></li> <li class="dropdown"> <a href="login.htm" class="btn btn-primary dropdown-toggle login" id="login-drop" data-toggle="dropdown">Login</a> <div class="dropdown-menu" role="menu" aria-labelledby="login-drop"> <form action="http://themelize.me/demos/appstrap1.2/login.htm" class="form-inline" id="login-form-drop" role="menuitem"> <div class="input-append"> <input type="text" class="input-small email" placeholder="Email"> <input type="password" class="input-small password" placeholder="Password"> <input type="button" class="btn btn-primary login" value="Login"> </div> </form> <span class="divider" role="menuitem"></span> <small role="menuitem">Not a member? <a href="#" class="signup">Sign up now!</a></small> <small role="menuitem"><a href="#">Forgotten password?</a></small> </div> </li> </ul> --> <!--everything within this div is collapsed on mobile--> <div class="nav-collapse collapse"> <!--main navigation--> </div> <!--/.nav-collapse --> </div> </div> </div> </div> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/frameworks/bootstrap.min.css"> <link href="css/frameworks/ui-lightness/jquery-ui-1.10.0.custom.css" rel="stylesheet"> <link rel="stylesheet" href="css/frameworks/bootstrap-responsive.min.css"> <link rel="stylesheet" href="css/edits.css"> <!-- Sitewide common CSS stylesheet --> <link rel="stylesheet" href="css/common.css"> <!-- CSS specific to this page --> <link rel="stylesheet" href="css/viewDiagram.css"> <link rel="stylesheet" href="css/edits.css"> <!-- Moving the utils stylesheet to the bottom --> <link rel="stylesheet" href="css/utils.css"> <style> </style> <body> <div class="container"> <div class=""> <div class="header-block hidden"> <!-- <form class="search-form navbar-form pull-right"> <input type="text" class="span2"> <button type="submit" class="btn">Submit</button> </form> --> </div> <div class="question-block clearfix"> <div class="question"> How to register a car in california? </div> <div class="voting-block"> <span class="upvotes"> <span>23</span> <span><img src="img/upvote.jpg" alt="" /></span> </span> <span class="downvotes"> <span>5</span> <span><img src="img/downvote.jpg" alt="" /></span> </span> </div> </div> <div class="main-content-block clearfix"> <div class="current-image"> <img src="img/diagram.png" alt="" /> <!-- <iframe src="svg-viewer.html" width="100%" height="500px" id="svgedit" onload="init_embed()"></iframe> --> </div> <div class="image-comments hidden"> Image Comments </div> </div> <div class="image-actions"> <div class=" pull-right"> <a class="btn btn-info btn-contribute" href="editDiagram.html"> Contribute <!--<span class="caret"></span>--> </a> <!-- <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="editDiagram.html">Create Your own version</a></li> <li><a tabindex="-1" href="#">Download</a></li> <li><a tabindex="-1" href="#">View Older Versions</a></li> <li><a tabindex="-1" href="#">Show Collaborators</a></li> <li class="divider"></li> <li><a tabindex="-1" href="#">Share</a></li> </ul> --> </div> </div> <div class="diagram-metadata clearfix"> </div> <div class="variants-block clearfix"> <div class="variants-title"> Contributions </div> <div class="row"> <div class="span2"> <div class="sectiontile" id="tile-section" style="background: url('img/diagram_variant.png');"> <div class="title-overlay"> <div class="title"> <div>34 Comments</div> <div>999 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" style="background: url('img/4.png')"> <div class="title-overlay"> <div class="title"> <div>56 Comments</div> <div>12 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" style="background: url('img/1.png')"> <div class="title-overlay"> <div class="title"> <div>56 Comments</div> <div>47 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" id="section-tile" style="background: url('img/2.png')"> <div class="title-overlay"> <div class="title"> <div>45 Comments</div> <div>12 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" id="section-tile" style="background: url('img/1.png')"> <div class="title-overlay"> <div class="title"> <div>42 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" id="section-tile" style="background: url('img/4.png')"> <div class="title-overlay"> <div class="title"> <div>66 Comments</div> <div>35 Upvotes</div> </div> </div> </div> </div> </div> <div class="row"> <div class="span2"> <div class="sectiontile" id="tile-section" style="background: url('img/1.png')"> <div class="title-overlay"> <div class="title"> <div>23 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" style="background: url('img/2.png')"> <div class="title-overlay"> <div class="title"> <div>23 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" style="background: url('img/3.png')"> <div class="title-overlay"> <div class="title"> <div>23 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" id="section-tile" style="background: url('img/4.png')"> <div class="title-overlay"> <div class="title"> <div>23 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" id="section-tile" style="background: url('img/2.png')"> <div class="title-overlay"> <div class="title"> <div>23 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> <div class="span2"> <div class="sectiontile" id="section-tile" style="background: url('img/1.png')"> <div class="title-overlay"> <div class="title"> <div>23 Comments</div> <div>15 Upvotes</div> </div> </div> </div> </div> </div> </div> </div> <footer> <p>&copy; Company 2012</p> </footer> </div> <!-- /container --> </body> <script src="js/frameworks/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script> <!-- Unminified Scripts for Dev version --> <script src="js/frameworks/jquery-1.9.1.min.js"></script> <script src="js/frameworks/require.js"></script> <script src="js/frameworks/vendor/bootstrap.js"></script> <script src="js/frameworks/jquery-ui-1.10.0.custom.js"></script> <script src="js/frameworks/json2.js"></script> <script src="js/frameworks/underscore.js"></script> <script src="js/frameworks/backbone.js"></script> <!-- ---------------------------------- --> <!-- Minified Scripts for Production version --> <!-- <script src="js/frameworks/vendor/require.js"></script> <script src="js/frameworks/vendor/bootstrap.min.js"></script> <script src="js/frameworks/jquery-ui-1.10.0.custom.min.js"></script> <script src="js/frameworks/json2.js"></script> <script src="js/frameworks/underscore.min.js"></script> <script src="js/frameworks/backbone.min.js"></script> --> <!-- Script specific to this page --> <script src="js/viewDiagram.js"></script> <!-- FOOTER --> <footer id="footer"> <div class="container"> <div class="row"> <div class="span3 col"> <div class="block contact-block"> <!--@todo: replace with company contact details--> <h3>Contact Us</h3> <address> <p><abbr title="Phone"><i class="icon-phone"></i></abbr> 408324234</p> <p><abbr title="Email"><i class="icon-envelope"></i></abbr> [email protected]</p> <p><abbr title="Address"><i class="icon-home"></i></abbr> Flow HQ @ AngelHack @ Paypal HQ</p> </address> </div> </div> <div class="span5 col"> <div class="block"> <h3>About Us</h3> <p>Crowd Sourced Image Wiki</p> </div> </div> <div class="span4 col"> <div class="block newsletter"> <h3>Newsletter</h3> <p>Stay up to date with our latest news and product releases by signing up to our newsletter.</p> <!--@todo: replace with mailchimp code--> <form class="form-inline"> <div class="input-append"> <input class="input-medium" type="text" placeholder="Email" /> <button class="btn btn-primary" type="button">Go!</button> </div> </form> </div> </div> </div> <div class="row-fluid"> <div id="toplink"><a href="#top" class="top-link" title="Back to top">Back To Top <i class="icon-chevron-up"></i></a></div> <!--@todo: replace with company copyright details--> <div class="subfooter"> <div class="span6"> </div> </div> </div> </div> </footer> <!--Scripts --> <script src="js/jquery.js"></script> <!-- @todo: remove unused Javascript for better performance --> <script src="js/bootstrap-transition.js"></script> <script src="js/bootstrap-alert.js"></script> <script src="js/bootstrap-affix.js"></script> <script src="js/bootstrap-modal.js"></script> <script src="js/bootstrap-dropdown.js"></script> <script src="js/bootstrap-scrollspy.js"></script> <script src="js/bootstrap-tab.js"></script> <script src="js/bootstrap-tooltip.js"></script> <script src="js/bootstrap-popover.js"></script> <script src="js/bootstrap-button.js"></script> <script src="js/bootstrap-collapse.js"></script> <script src="js/bootstrap-carousel.js"></script> <script src="js/bootstrap-typeahead.js"></script> <!--Non-Bootstrap JS--> <script src="js/jquery.quicksand.js"></script> <script src="js/jquery.flexslider-min.js"></script> <!--Custom scripts mainly used to trigger libraries --> <script src="js/script.js"></script> </body> <!-- Mirrored from themelize.me/demos/appstrap1.2/index.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 16 Jun 2013 11:13:11 GMT --> </html>
ryansukale/svgwikiflow
viewdiagram_timeLapse.html
HTML
mit
16,402
<!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 http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="Code. Daten. Journalismus. Blog von Simon Wörpel, Journalist und Entwickler aus Köln / Essen"> <meta name="keywords" content="Simon, Wörpel, Correctiv, Correct!v, Journalist, Django, Python, Datenjournalist, ddj, correctiv.org, jornalism, data, code, ddj tutorials"> <meta name="author" content="Simon Wörpel"> <title>#CumExFiles :: simon wörpel</title> <meta name="description" content="A CROSS-BORDER INVESTIGATION"> <link rel="stylesheet" href="/css/main/index.css"> <link rel="canonical" href="/projects/cumexfiles/"> <link rel="alternate" type="application/rss+xml" title="simon wörpel" href="/feed.xml"> </head> <body id="top"> <header role="banner"> <nav role="navigation"> [<a href="/"> / </a>] [<a href="/bio/">bio</a>] [<a href="/projects/">projects</a>] </nav> <hr /> </header> <main class="page-content" aria-label="Content" role="main"> <a href="/projects/">&lt;&lt; back to all projects</a> <h1>#CumExFiles</h1> <h2 id="a-cross-border-investigation">A CROSS-BORDER INVESTIGATION</h2> <p><em>How Europe’s taxpayers have been swindled of €55 billion</em></p> <p>The vast so-called cum ex tax scandal which has rocked Germany in the past decade has already cost the country an estimated €30 billion. It was assumed that a change in the law in 2016 definitively outlawed such trades. But as a cross-border and undercover investigation now reveals, the trade is still flourishing and has targeted far more countries and has cost far more than was previously thought, affecting nearly all of the biggest economies in Europe. Is this the heist of the century?</p> <p><strong>me:</strong></p> <ul> <li>making a big bunch of (really huge) confidential documents searchable and securely accessible for 38 journalists from 12 countries to work collaboratively on this investigation. me &amp; <a href="https://correctiv.org/nerds/">CORRECTIV Nerds</a> also set up the secure infrastructure and provided security trainings and support for the colleagues.</li> <li>building the <a href="/software/boromeo/">internal software CORRECTIV</a> uses to handle these kind of document-based investigations</li> <li>building <a href="https://cumex-files.com">the website &amp; longread</a> (based on some contributions of others)</li> </ul> <p><a href="https://cumex-files.com/en/#project">check out some video about the technology</a></p> <p><a href="https://cumex-files.com"><img src="/img/projects/cumexfiles/cumexfiles1.png" alt="#cumexfiles" /></a></p> </main> <footer> <hr /> <p> <small> <strong>Mail/XMPP:</strong> <a href="mailto:[email protected]">[email protected]</a> | <strong>github:</strong> <a href="https://github.com/simonwoerpel">github.com/simonwoerpel</a> | <strong>Twitter:</strong> <a href="https://twitter.com/simonwoerpel">@simonwoerpel</a> <br> <strong>pgp:</strong> <code>4AAE B223 E3D0 9119 9ABE FEE8 E639 20A4 2EFF A5E4</code> | <strong>key:</strong> <a href="/2EFFA5E4.asc">2EFFA5E4</a> | <a href="https://keybase.io/simonwoerpel">i'm on keybase.io</a> <br> made with ♥ and <a href="https://jekyllrb.com">jekyll</a>. | "<a href="http://motherfuckingwebsite.com/">your css is broken</a>" | <a href="/impressum/">Impressum</a> </small> </p> <p> <small> <a href="#top">^</a> </small> </p> </footer> </body> </html>
simonwoerpel/simonwoerpel.github.io
projects/cumexfiles/index.html
HTML
mit
3,821
<!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_65) on Fri Dec 06 02:55:14 GMT 2013 --> <TITLE> Uses of Class node.data.StaticDataLoader </TITLE> <META NAME="date" CONTENT="2013-12-06"> <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 node.data.StaticDataLoader"; } } </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="../../../node/data/StaticDataLoader.html" title="class in node.data"><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-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?node/data//class-useStaticDataLoader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StaticDataLoader.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>node.data.StaticDataLoader</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="../../../node/data/StaticDataLoader.html" title="class in node.data">StaticDataLoader</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#node.data"><B>node.data</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="node.data"><!-- --></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="../../../node/data/StaticDataLoader.html" title="class in node.data">StaticDataLoader</A> in <A HREF="../../../node/data/package-summary.html">node.data</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">Subclasses of <A HREF="../../../node/data/StaticDataLoader.html" title="class in node.data">StaticDataLoader</A> in <A HREF="../../../node/data/package-summary.html">node.data</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../node/data/ClientDataLoader.html" title="class in node.data">ClientDataLoader</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <A HREF="../../../node/data/DataLoader.html" title="interface in node.data"><CODE>DataLoader</CODE></A> specific to clients</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="../../../node/data/StaticDataLoader.html" title="class in node.data"><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-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?node/data//class-useStaticDataLoader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StaticDataLoader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
balazspete/multi-hop-train-journey-booking
doc/node/data/class-use/StaticDataLoader.html
HTML
mit
7,362
<!-- # remark A simple, in-browser, markdown-driven slideshow tool targeted at people who know their way around HTML and CSS https://github.com/gnab/remark --> <!DOCTYPE html> <html> <head> <title>Initiation a drupal</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); @import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); @import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); body { font-family: 'Droid Serif'; } r h1, h2, h3 { font-family: 'Yanone Kaffeesatz'; font-weight: normal; margin-bottom: 10px; margin-top: 5px; } .remark-slide-content h1 { font-size: 160px; padding-top: 30px; } .remark-slide-content h2 { font-size: 160px; } .remark-slide-content h3 { font-size: 100px; } .remark-slide-content { background-color: black; color: white; font-size: 50px; padding: 30px; } .remark-slide-content a{ color: white; } .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; font-size: 35px; } .remark-slide-number { display:none; } </style> </head> <body> <script src="http://gnab.github.io/remark/downloads/remark-latest.min.js" type="text/javascript"> </script> <script type="text/javascript"> var slideshow = remark.create( { ratio:'16:9', sourceUrl: 'index.md' } ); </script> </body> </html>
denislaliberte/blog
slides/drupal_ini/index.html
HTML
mit
1,733
<!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=""> <title>test</title> <!-- Bootstrap core CSS --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <script type="text/javascript" src="http://code.jquery.com/jquery-2.2.1.min.js"></script> </head> <body> <div class="container"> <br><br><br><br><br><br><br><br> <div class="col-lg-2 col-lg-offset-4 centered "> <img src="images/cirkel-auktionsklubba.png"> </div> <br><br><br><br><br><br><br><br><br><br><br> <div class="row"> <div class="col-lg-2 col-lg-offset-4 centered "> <form id="myForm"> Epost <input type="text" name="email" id="email"><br> Lösenord <input type="password" name="password" id="password"><br> <br> <button id="add">Logga in</button> </form> </div> </div> </div> </body> <script type="text/javascript" src="loginscript.js"></script> </html>
KlientutvecklingGrupp2/NackademiskaAuktionsframjandet
index.html
HTML
mit
1,473
<div class="container heading"> <div> <h4> CONGRATULATIONS, YOU’RE A WINNER OF THE 2015-2016 </h4> <br/> <h1> PRESIDENT'S CLUB </h1> </div> <div class="lead">MARCH 1-5, 2016 <div class="seal" /> HONOLULU, HAWAII </div> </div> <div class="panel panel-default no-border"> <div class="form-heading" style="padding-top:2px;"> <div class="wave"> <div> <div class="pull-right"></div> <span class="step"></span> <br/> <!-- <span class="step-name">THE AWARD</span> --> <button type="button" class="btn btn-wave active"><i class="fa fa-home"></i></button> <button type="button" class="btn btn-wave" style="width:150px;" ng-click="next('/overview')">OVERVIEW</button> <button type="button" class="btn btn-wave" style="width:150px;" ng-click="next('/activities')">ACTIVITIES</button> <button type="button" class="btn btn-wave" style="width:150px;" ng-click="next('/faq')">FAQ</button> </div> </div> </div> <div class="panel-body no-pad"> <div class="container"> <!-- INTRO --> <div class="row margin-top-20"> <div class="col col-md-7 col-xs-7"> <div class="info"> <h1>Aloha & Congratulations!</h1> <p class="normal"> I am delighted to welcome you to Agilent Technologies 2015-2016 President’s Club Program. The President’s Club event allows the management team to recognize your achievements, thank you for your contributions and build excitement about our future. I am also pleased to extend a special invitation to your guests as I know the important role they play in supporting your success as a President’s Club winner. </p> <p class="normal"> This year’s program starts on Tuesday, March 1, 2016 and ends on Saturday morning, March 5, 2016 at the pristine Kahala Resort in Honolulu. My wife Dolores and I look forward to seeing you in Oahu. </p> <p class="normal"> Mahalo! </p> <p> <img src="images/CEO_Signature.22cc2b70.jpg"> </p> </div> </div> <div class="col col-md-4 col-xs-4"> <img src="images/CEO_Photo.bd0b8d3b.jpg" class="scalable-img margin-top-20"> <div class="margin-top-30 center"> <button type="button" class="btn btn-approve btn-block" ng-click="next('/overview')">SIGN UP NOW!</button> <br/> <span class="small-yellow">You must register by January 16, 2016</span> </div> </div> </div> <div class="form-heading"> <div class="wave inner-wave"></div> </div> </div> <div class="container wide hotel"> <!-- RESORT --> <div class="row margin-top-80 padding-left-20"> <div class="col col-md-11 col-xs-12"> <h3>THE RESORT</h3> <h1 class="margin-top-10 margin-bottom-30">THE KAHALA RESORT</h1> <p class="margin-bottom-30" style="width:780px;"> The Kahala Hotel & Resort is Hawaii’s reigning luxury resort among hotels in Honolulu, set on a <br/>white sand beach just ten minutes from the world-class shopping and entertainment of Waikiki, <br/>Oahu. This legendary hideaway Hawaii resort in Honolulu's plush Kahala district is a favorite <br/>with presidents, international royalty, and celebrities. </p> <p class="margin-top-30 margin-bottom-30" style="width:310px;"> <button type="button" class="btn btn-blue btn-block" ng-click="gotoUrl('http://www.kahalaresort.com/')"> <span><i style="font-size:0.8em;font-weight:300">visit the</i></span> <br/>KAHALA RESORT WEBSITE <div style="float: right;margin-top:-13px;"><i class="fa fa-angle-right"></i></div> </button> </p> </div> </div> </div> <div class="container green hawaii"> <!-- HONOLULU --> <div class="row padding-left-20"> <div class="col col-md-4 col-xs-4 padding-left-0"> <div class="panel panel-default" style="margin-top:-75px;"> <div class="form-heading"> <div class="wave tight" /> </div> <div class="panel-body green"> <h4> THINGS TO DO </h4> <p> Oahu has so much to offer and The President’s Club has arranged for a number of amazing adventures: </p> <br/> <ul class="padding-left-20"> <li>Spa Day at the Kahala</li> <li>VIP Exclusive Dolphin Encounter</li> <li>Sailing & Whale Watch</li> <li>Surf & Canoe with the Waikiki Beach Boys</li> <li>Submarine Exploration</li> <li>And more...</li> </ul> <button type="button" class="btn btn-blue padding-left-20 padding-right-20" ng-click="next('/activities')"> VIEW ACTIVITIES <i class="fa fa-angle-right padding-left-10"></i> </button> </div> <div class="form-heading"> <div class="wave tight" /> <div class="margin-10"></div> </div> </div> </div> <div class="col col-md-7 col-xs-7 white"> <h3>THE DESTINATION</h3> <h1 class="margin-top-10 margin-bottom-30">HONOLULU, HAWAII</h1> <p> Hawaii is a major tourist destination and Honolulu, situated on the island of Oahu, is the main gateway to Hawaii and a major gateway into the United States. The city is also a major hub for international business, military defense, as well as famously being host to a diverse variety of East-West and Pacific culture, cuisine, and traditions. Honolulu experiences a tropical savannah climate with a mostly dry summer season. Temperatures vary little throughout the months, with average high temperatures of 80–90 °F (27–32 °C) and average lows of 65–75 °F (18–24 °C) throughout the year. </p> </div> </div> </div> <div class="panel-footer-signup"> <h4>SIGN UP TO REGISTER FOR YOUR VACATION </h4> <p> The event sign up process has several steps that must be followed in order to register completely. <br/>Click the "Sign Up Now!" button to find out what you must do to participate in the President's Club celebration. </p> <p> <button type="button" class="btn btn-approve padding-left-30 padding-right-30" ng-click="next('/overview')">SIGN UP NOW!</button> <br/> <span class="small-yellow">You must register by January 16, 2016</span></p> </div> </div> </div>
ZENxd/Presidents_Club_Winners_Build
views/home.html
HTML
mit
8,118
<!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="./6a9c56b5ea963772fb0404d46f21810a364a8c561b97db267dce277b17159154.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/e6a515c832035d13b4b47b2c453ff72559f854f188992f4c399b17668a77b8f4.html
HTML
mit
550
<div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><li class="fa fa-remove"></li></button> <h5 class="modal-title"></h5> </div> <div class="modal-body"> <form id="whisper_nodes_form" name="whisper_nodes_form" class="form-horizontal"> <input type="hidden" name="id"> <input type="hidden" name="deleted" value="0"> <input type='hidden' value="${CSRFToken}" id='csrftoken'> <div class="box-body"> <div class="col-md-6"> <div class="form-group"> <label class="col-sm-3 control-label">name<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="name" name="name" placeholder="请填写name"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">device_ver<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="device_ver" name="device_ver" placeholder="请填写device_ver"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">real_device_id</label> <div class="col-sm-8"> <input type="text" class="form-control" id="real_device_id" name="real_device_id" placeholder="请填写real_device_id"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">manufacturer<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="manufacturer" name="manufacturer" placeholder="请填写manufacturer"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">os<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="os" name="os" placeholder="请填写os"> </div> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="col-sm-3 control-label">description<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="description" name="description" placeholder="请填写description"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">device_id</label> <div class="col-sm-8"> <input type="text" class="form-control" id="device_id" name="device_id" placeholder="请填写device_id"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">device_type<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="device_type" name="device_type" placeholder="请填写device_type"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">model<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="model" name="model" placeholder="请填写model"> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">os_version<span style="color:red">*</span></label> <div class="col-sm-8"> <input type="text" class="form-control" id="os_version" name="os_version" placeholder="请填写os_version"> </div> </div> </div> </div> <div class="box-footer text-right"> <button type="button" class="btn btn-default" data-btn-type="cancel" data-dismiss="modal">取消</button> <button type="submit" class="btn btn-primary" data-btn-type="save">提交</button> </div> </form> </div> <script> var form; var id="${id?default(0)}"; $(function(){ //初始化表单 form=$("#whisper_nodes_form").form(); //数据校验 $("#whisper_nodes_form").bootstrapValidator({ message : '请输入有效值', feedbackIcons : { valid : 'glyphicon glyphicon-ok', invalid : 'glyphicon glyphicon-remove', validating : 'glyphicon glyphicon-refresh' }, submitHandler : function() { modals.confirm('确认保存?', function() { var whisper_nodes = form.getFormSimpleData(); ajaxPost(basePath+'/whisper_nodes/save',whisper_nodes, function(data) { if(data.success){ if(id!="0"){ modals.hideWin(winId); whisper_nodesTable.reloadRowData(id); }else{ modals.hideWin(winId); whisper_nodesTable.reloadData(); } } }); }); }, fields : { "name":{ validators:{ notEmpty:{message:'name不能为空'} } }, "description":{ validators:{ notEmpty:{message:'description不能为空'} } }, "device_ver":{ validators:{ notEmpty:{message:'device_ver不能为空'} } }, "device_type":{ validators:{ notEmpty:{message:'device_type不能为空'} } }, "manufacturer":{ validators:{ notEmpty:{message:'manufacturer不能为空'} } }, "model":{ validators:{ notEmpty:{message:'model不能为空'} } }, "os":{ validators:{ notEmpty:{message:'os不能为空'} } }, "os_version":{ validators:{ notEmpty:{message:'os_version不能为空'} } } } }); //初始化控件 form.initComponent(); //编辑回填 if(id!=0){ ajaxPost(basePath+"/whisper_nodes/get/"+id,null,function(data){ form.initFormData(data); }) } }); </script>
XilongPei/Openparts
Openparts-web/src/main/webapp/WEB-INF/views/base/whisper_nodes_edit.html
HTML
mit
7,429
<div class="commune_descr limited"> <p> Le&nbsp;Port-Marly est une ville localisée dans le département des Yvelines en Île-de-France. Elle totalisait 4&nbsp;608 habitants en 2008.</p> <p>Le&nbsp;Port-Marly est localisé à seulement 6 km de Nanterre, les élèves qui souhaiteront se loger à pas cher pourront envisager de louer un logement à Le&nbsp;Port-Marly. Le&nbsp;Port-Marly est aussi un bon investissement locatif a cause de sa proximité de Nanterre et de ses Universités. Il sera aisé de trouver un appartement à vendre. </p> <p>À Le&nbsp;Port-Marly, le prix moyen à l'achat d'un appartement se situe à 4&nbsp;080 &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 4&nbsp;532 &euro; du m². À la location le prix moyen se situe à 17,67 &euro; du m² mensuel.</p> <p>À Le&nbsp;Port-Marly le salaire médian par mois par individu est situé à approximativement 2&nbsp;924 &euro; net. Ceci est au dessus de la moyenne nationale.</p> <p>À proximité de Le&nbsp;Port-Marly sont situées les villes de <a href="{{VLROOT}}/immobilier/bougival_78092/">Bougival</a> localisée à 2&nbsp;km, 8&nbsp;418 habitants, <a href="{{VLROOT}}/immobilier/croissy-sur-seine_78190/">Croissy-sur-Seine</a> localisée à 2&nbsp;km, 10&nbsp;067 habitants, <a href="{{VLROOT}}/immobilier/marly-le-roi_78372/">Marly-le-Roi</a> localisée à 1&nbsp;km, 16&nbsp;655 habitants, <a href="{{VLROOT}}/immobilier/mareil-marly_78367/">Mareil-Marly</a> à 2&nbsp;km, 3&nbsp;430 habitants, <a href="{{VLROOT}}/immobilier/pecq_78481/">Le&nbsp;Pecq</a> située à 1&nbsp;km, 15&nbsp;690 habitants, <a href="{{VLROOT}}/immobilier/celle-saint-cloud_78126/">La&nbsp;Celle-Saint-Cloud</a> située à 3&nbsp;km, 21&nbsp;202 habitants, entre autres. De plus, Le&nbsp;Port-Marly est située à seulement 17&nbsp;km de <a href="{{VLROOT}}/immobilier/paris_75056/">Paris</a>.</p> <p>Le parc d'habitations, à Le&nbsp;Port-Marly, était réparti en 2011 en 1&nbsp;942 appartements et 288 maisons soit une nette supériorité des appartements.</p> <p>La ville compte de multiples équipements sportifs, elle dispose, entre autres, de un bassin de natation, deux terrains de tennis, un parcours de golf et une salle de combat.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/78502.html
HTML
mit
2,251
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>isopretreatmenttypes - neotoma Database</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"> <link rel="icon" type="image/png" sizes="16x16" href="../favicon.png"> <!-- Bootstrap 3.3.5 --> <link rel="stylesheet" href="../bower/admin-lte/bootstrap/css/bootstrap.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="../bower/font-awesome/css/font-awesome.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="../bower/ionicons/css/ionicons.min.css"> <!-- DataTables --> <link rel="stylesheet" href="../bower/datatables.net-bs/css/dataTables.bootstrap.min.css"> <link rel="stylesheet" href="../bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css"> <!-- Code Mirror --> <link rel="stylesheet" href="../bower/codemirror/codemirror.css"> <!-- Fonts --> <link href='../fonts/indieflower/indie-flower.css' rel='stylesheet' type='text/css'> <link href='../fonts/source-sans-pro/source-sans-pro.css' rel='stylesheet' type='text/css'> <!-- Theme style --> <link rel="stylesheet" href="../bower/admin-lte/dist/css/AdminLTE.min.css"> <!-- Salvattore --> <link rel="stylesheet" href="../bower/salvattore/salvattore.css"> <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> <link rel="stylesheet" href="../bower/admin-lte/dist/css/skins/_all-skins.min.css"> <!-- SchemaSpy --> <link rel="stylesheet" href="../schemaSpy.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="../bower/html5shiv/html5shiv.min.js"></script> <script src="../bower/respond/respond.min.js"></script> <![endif]--> </head> <!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. --> <body class="hold-transition skin-blue layout-top-nav"> <div class="wrapper"> <header class="main-header"> <nav class="navbar navbar-static-top"> <div class="container"> <div class="navbar-header"> <a href="../index.html" class="navbar-brand"><b>neotoma</b> Database</a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"><i class="fa fa-bars"></i></button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../index.html">Tables <span class="sr-only">(current)</span></a></li> <li><a href="../columns.html" title="All of the columns in the schema">Columns</a></li> <li><a href="../constraints.html" title="Useful for diagnosing error messages that just give constraint name or number">Constraints</a></li> <li><a href="../relationships.html" title="Diagram of table relationships">Relationships</a></li> <li><a href="../orphans.html" title="View of tables with neither parents nor children">Orphan&nbsp;Tables</a></li> <li><a href="../anomalies.html" title="Things that might not be quite right">Anomalies</a></li> <li><a href="../routines.html" title="Procedures and functions">Routines</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </div> <!-- /.container-fluid --> </nav> </header> <!-- Main content --> <!-- Full Width Column --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1>isopretreatmenttypes</h1><p><span id="recordNumber">40</span> rows</p><br /> </section> <!-- Main content --> <section class="content"> <div class="box box-primary"> <div class="box-header with-border"> <span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span> <h3 id="Columns" class="box-title">Columns</h3> <div class="box-tools pull-right"> <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button> <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button> </div> </div> <div class="box-body"> <table id="standard_table" class="table table-bordered table-striped dataTable" role="grid"> <thead align='left'> <tr> <th>Column</th> <th>Type</th> <th>Size</th> <th title='Are nulls allowed?'>Nulls</th> <th title='Is column automatically updated?'>Auto</th> <th title='Default value'>Default</th> <th title='Columns in tables that reference this column'>Children</th> <th title='Columns in tables that are referenced by this column'>Parents</th> <th title='Comments' class="toggle"><span>Comments</span></th> </tr> </thead> <tbody> <tr> <td class='primaryKey' title='Primary Key'><i class='icon ion-key iconkey' style='padding-left: 5px;'></i><span id="isopretreatmenttypeid">isopretreatmenttypeid</span></td> <td>serial</td> <td>10</td> <td title=''></td> <td title='Automatically updated by the database'>√</td> <td>nextval(&#39;ndb.seq_isopretreatmenttypes_isopretreatmenttypeid&#39;::regclass)</td> <td> <table border='0' cellspacing='0' cellpadding='0'> <tr> <td title="isosamplepretreatments.isopretreatmenttypeid references isopretreatmenttypes.isopretreatmenttypeid via fk_isosamplepretreatments_isopretratmenttypes"><a href='isosamplepretreatments.html'>isosamplepretreatments</a><span class='relatedKey'>.isopretreatmenttypeid</span></td> <td class="constraint detail">fk_isosamplepretreatments_isopretratmenttypes<span title='Cascade on delete:&#10;Deletion of parent deletes child'>C</span></td> </tr> </table> </td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td></td> </tr> <tr> <td><span id="isopretreatmenttype">isopretreatmenttype</span></td> <td>varchar</td> <td>50</td> <td title=''></td> <td title=''></td> <td>null</td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td></td> </tr> <tr> <td><span id="isopretreatmentqualifier">isopretreatmentqualifier</span></td> <td>varchar</td> <td>50</td> <td title='nullable'>√</td> <td title=''></td> <td>null</td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td></td> </tr> <tr> <td><span id="recdatecreated">recdatecreated</span></td> <td>timestamp</td> <td>22</td> <td title=''></td> <td title=''></td> <td>timezone(&#39;UTC&#39;::text, now())</td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td></td> </tr> <tr> <td><span id="recdatemodified">recdatemodified</span></td> <td>timestamp</td> <td>22</td> <td title=''></td> <td title=''></td> <td>null</td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td> <table border='0' cellspacing='0' cellpadding='0'> </table> </td> <td></td> </tr> </tbody> </table> </div> </div> <div class="box box-primary"> <div class="box-header with-border"> <i class="fa fa-sitemap"></i> <h3 id="Indexes" class="box-title">Indexes</h3> <div class="box-tools pull-right"> <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button> <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button> </div> </div> <div class="box-body"> <table id="indexes_table" class="table table-bordered table-striped dataTable" role="grid"> <thead> <tr> <th>Constraint Name</th> <th>Type</th> <th>Sort</th> <th>Column(s)</th> </tr> </thead> <tbody> <tr> <td class='primaryKey' title='Primary Key'><i class='icon ion-key iconkey'></i> isopretreatmenttypes_pkey</td> <td>Primary key</td> <td><span title='Ascending'>Asc</span></td> <td>isopretreatmenttypeid</td> </tr> </tbody> </table> </div><!-- /.box-body --> </div> <div class="box box-primary"> <div class="box-header with-border"> <i class="fa fa-code-fork"></i> <h3 id="Relationships" class="box-title">Relationships</h3> <div class="box-tools pull-right"> <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i></button> <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button> </div> </div> <div class="box-body"> <div class="nav-tabs-custom"><!-- Tabs within a box --> <h5>Close relationships within degrees of separation</h5> <ul class="nav nav-tabs pull-left ui-sortable-handle"> <li class="active"><a href="#oneDegreeImg-chart" data-toggle="tab" aria-expanded="true">One</a></li> <li class=""><a href="#twodegreesDegreeImg-chart" data-toggle="tab" aria-expanded="true">Two degrees</a></li> </ul> <div class="tab-content no-padding"> <div class="chart tab-pane active" id="oneDegreeImg-chart" style="position: relative; overflow-x:auto;"> <map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> <area shape="rect" id="node1" href="isosamplepretreatments.html" target="_top" title="isosamplepretreatments" alt="" coords="444,5,736,152"> <area shape="rect" id="node2" href="isopretreatmenttypes.html" target="_top" title="isopretreatmenttypes" alt="" coords="5,32,400,248"> </map> <a name='diagram'><img id="oneDegreeImg" src="../diagrams/tables/isopretreatmenttypes.1degree.png" usemap="#oneDegreeRelationshipsDiagram" class="diagram" border="0" align="left"></a> </div> <div class="chart tab-pane " id="twodegreesDegreeImg-chart" style="position: relative; overflow-x:auto;"> <map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> <area shape="rect" id="node1" href="isosamplepretreatments.html" target="_top" title="isosamplepretreatments" alt="" coords="444,44,736,191"> <area shape="rect" id="node2" href="data.html" target="_top" title="data" alt="" coords="97,5,309,93"> <area shape="rect" id="node3" href="isopretreatmenttypes.html" target="_top" title="isopretreatmenttypes" alt="" coords="5,111,400,327"> </map> <a name='diagram'><img id="twodegreesDegreeImg" src="../diagrams/tables/isopretreatmenttypes.2degrees.png" usemap="#twoDegreesRelationshipsDiagram" class="diagram" border="0" align="left"></a> </div> </div> </div> </div><!-- /.box-body --> </div> </section> <script> var config = { pagination: true } </script> </div> <!-- /.content-wrapper --> <footer class="main-footer"> <div> <div class="pull-right hidden-xs"> <a href="https://github.com/schemaspy/schemaspy" title="GitHub for SchemaSpy"><i class="fa fa-github-square fa-2x"></i></a> <a href="http://stackoverflow.com/questions/tagged/schemaspy" title="StackOverflow for SchemaSpy"><i class="fa fa-stack-overflow fa-2x"></i></a> </div> <strong>Generated by <a href="http://schemaspy.org/" class="logo-text"><i class="fa fa-database"></i> SchemaSpy 6.1.0</a></strong> </div> <!-- /.container --> </footer> </div> <!-- ./wrapper --> <!-- jQuery 2.2.3 --> <script src="../bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js"></script> <script src="../bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js"></script> <!-- Bootstrap 3.3.5 --> <script src="../bower/admin-lte/bootstrap/js/bootstrap.min.js"></script> <!-- DataTables --> <script src="../bower/datatables.net/jquery.dataTables.min.js"></script> <script src="../bower/datatables.net-bs/js/dataTables.bootstrap.min.js"></script> <script src="../bower/datatables.net-buttons/dataTables.buttons.min.js"></script> <script src="../bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js"></script> <script src="../bower/datatables.net-buttons/buttons.html5.min.js"></script> <script src="../bower/datatables.net-buttons/buttons.print.min.js"></script> <script src="../bower/datatables.net-buttons/buttons.colVis.min.js"></script> <!-- SheetJS --> <script src="../bower/js-xlsx/xlsx.full.min.js"></script> <!-- pdfmake --> <script src="../bower/pdfmake/pdfmake.min.js"></script> <script src="../bower/pdfmake/vfs_fonts.js"></script> <!-- SlimScroll --> <script src="../bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="../bower/admin-lte/plugins/fastclick/fastclick.js"></script> <!-- Salvattore --> <script src="../bower/salvattore/salvattore.min.js"></script> <!-- AnchorJS --> <script src="../bower/anchor-js/anchor.min.js"></script> <!-- CodeMirror --> <script src="../bower/codemirror/codemirror.js"></script> <script src="../bower/codemirror/sql.js"></script> <!-- AdminLTE App --> <script src="../bower/admin-lte/dist/js/app.min.js"></script> <script src="table.js"></script> <script src="../schemaSpy.js"></script> </body> </html>
NeotomaDB/neotomadb.github.io
dbschema/tables/isopretreatmenttypes.html
HTML
mit
20,255
<!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 `trait_ref_contains_error` fn in crate `rustc_typeck`."> <meta name="keywords" content="rust, rustlang, rust-lang, trait_ref_contains_error"> <title>rustc_typeck::middle::ty::trait_ref_contains_error - 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_typeck/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_typeck</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>ty</a></p><script>window.sidebarCurrent = {name: 'trait_ref_contains_error', 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'>Function <a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>ty</a>::<wbr><a class='fn' href=''>trait_ref_contains_error</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-219208' href='../../../rustc/middle/ty/fn.trait_ref_contains_error.html?gotosrc=219208'>[src]</a></span></h1> <pre class='rust fn'>pub fn trait_ref_contains_error(tref: &amp;<a class='struct' href='../../../rustc_typeck/middle/ty/struct.TraitRef.html' title='rustc_typeck::middle::ty::TraitRef'>TraitRef</a>) -&gt; <a href='../../../std/primitive.bool.html'>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_typeck"; 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_typeck/middle/ty/fn.trait_ref_contains_error.html
HTML
mit
4,099
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Overview</title> <script type="text/javascript" src="resources/combined.js"></script> <script type="text/javascript" src="elementlist.js"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" /> </head> <body> <h3><a href="../../../../public">Retournez au site</a></h3> <div id="left"> <div id="menu"> <span>Overview</span> <div id="groups"> </div> <div id="elements"> <h3>Functions</h3> <ul> <li><a href="function-afficher_resto.html">afficher_resto</a></li> <li><a href="function-afficher_users.html" class="invalid">afficher_users</a></li> <li><a href="function-insert_horraire_resto.html">insert_horraire_resto</a></li> <li><a href="function-insert_notif.html">insert_notif</a></li> <li><a href="function-insert_resto.html">insert_resto</a></li> <li><a href="function-insert_users.html">insert_users</a></li> <li><a href="function-insert_users_pro.html">insert_users_pro</a></li> <li><a href="function-new_restaurant.html">new_restaurant</a></li> <li><a href="function-supp_horraire_resto.html">supp_horraire_resto</a></li> <li><a href="function-supp_notif_resto.html">supp_notif_resto</a></li> <li><a href="function-supp_resto.html">supp_resto</a></li> <li><a href="function-supp_users.html">supp_users</a></li> <li><a href="function-supp_users_pro.html">supp_users_pro</a></li> <li><a href="function-update_notifications.html">update_notifications</a></li> <li><a href="function-update_resto.html">update_resto</a></li> <li><a href="function-verif_count_notif.html">verif_count_notif</a></li> <li><a href="function-verif_details.html" class="invalid">verif_details</a></li> <li><a href="function-verif_user.html" class="invalid">verif_user</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" class="text" autofocus /> <input type="submit" value="Search" /> </form> <div id="navigation"> <ul> <li class="active"> <span>Overview</span> </li> <li> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> <ul> </ul> </div> <div id="content"> <h1>Overview</h1> <table class="summary" id="functions"> <caption>Functions summary</caption> <tr> <td class="name"><a href="function-afficher_resto.html">afficher_resto</a></td> <td> <!-- by Texy2! --></td> </tr> <tr> <td class="name"><a href="function-afficher_users.html" class="invalid">afficher_users</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-insert_horraire_resto.html">insert_horraire_resto</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-insert_notif.html">insert_notif</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-insert_resto.html">insert_resto</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-insert_users.html">insert_users</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-insert_users_pro.html">insert_users_pro</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-new_restaurant.html">new_restaurant</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-supp_horraire_resto.html">supp_horraire_resto</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-supp_notif_resto.html">supp_notif_resto</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-supp_resto.html">supp_resto</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-supp_users.html">supp_users</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-supp_users_pro.html">supp_users_pro</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-update_notifications.html">update_notifications</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-update_resto.html">update_resto</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-verif_count_notif.html">verif_count_notif</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-verif_details.html" class="invalid">verif_details</a></td> <td></td> </tr> <tr> <td class="name"><a href="function-verif_user.html" class="invalid">verif_user</a></td> <td></td> </tr> </table> </div> <div id="footer"> API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>
jordanams/lunchr
lunchr_back-office/app/view/tools/APIGEN_RESULTAT/index.html
HTML
mit
4,780
<div class="amp-table-wrapper-swiper"> <div class="ys-table-fixed-top" style="padding-left:160px;"> <div class="ys-table-static ys-table-static-left" style="width:160px;"> <table class="table table-no-bordered amp-table table-hover table-header-fixed" style="width:100%;"> <thead> <tr style="border-bottom:solid 8px #fff;"> <th></th> </tr> <tr class="thead-tr-sub"> <th></th> </tr> </thead> </table> </div> <div class="swiper-container" style="width:100%;"> <div class="swiper-wrapper"> <div class="swiper-slide"> <table class="table table-no-bordered amp-table table-hover table-header-fixed" style="width:1800px;"> <thead> <tr style="border-bottom:solid 8px #fff;"> <th></th> <th colspan="4" ><em><</em>2016-08(万元)</th> <th colspan="4" >全年累计(万元)</th> <th colspan="4" >全年(万元)</th> <th>达成率</th> </tr> <tr class="thead-tr-sub" > <th></th> <th>实际</th> <th>预算</th> <th>差异额</th> <th class="t-split">差异率</th> <th>实际</th> <th>预算</th> <th>差异额</th> <th class="t-split">差异率</th> <th>实际</th> <th>预算</th> <th>差异额</th> <th class="t-split">差异率</th> <th></th> </tr> </thead> </table> </div><!--swiper-slide--> </div><!--swiper-wrapper--> <!-- Add Scroll Bar --> <!-- <div class="swiper-scrollbar"></div>--> </div><!--swiper container--> </div> <div class="ys-table-main" style="padding-left:160px;"> <div class="ys-table-static ys-table-static-left" style="width:160px;"> <table class="table table-no-bordered amp-table table-hover" style="width:100%;"> <tbody> <tr class="tr-main"> <th>收入<em class="glyphicon glyphicon-menu-down"></em></th> </tr> <tr class="tr-sub"> <th>租金</th> </tr> <tr class="tr-sub"> <th>物业管理费</th> </tr> <!-- start --> <tr class="tr-sub"> <th>其他收入</th> </tr> <tr class="tr-main"> <th>费用<em class="glyphicon glyphicon-menu-down"></em></th> </tr> <tr class="tr-sub"> <th>增值税</th> </tr> <tr class="tr-sub"> <th>房产税</th> </tr> <tr class="tr-sub"> <th>地租</th> </tr> <tr class="tr-sub"> <th>公用事业费</th> </tr> <tr class="tr-sub"> <th>维护/维保</th> </tr> <tr class="tr-sub"> <th>总部管理费</th> </tr> <tr class="tr-sub"> <th>营销费用</th> </tr> <tr class="tr-sub"> <th>工资及相关费用</th> </tr> <tr class="tr-sub"> <th>行政管理费用</th> </tr> <tr class="tr-sub"> <th>计提/核销</th> </tr> <tr class="tr-sub"> <th>折旧</th> </tr> <tr class="tr-sub"> <th>其他</th> </tr> <!-- end --> </tbody> <tfoot> <tr> <th>NOI</th> </tr> <tr> <th>利润率</th> </tr> </tfoot> </table> </div> <div class="swiper-container" style="width:100%;"> <div class="swiper-wrapper"> <div class="swiper-slide"> <table class="table table-no-bordered amp-table table-hover" style="width:1800px;"> <tbody> <tr class="tr-main"> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>70.90%</td> </tr> <tr class="tr-sub"> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td></td> </tr> <tr class="tr-sub"> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td>506.8</td> <td>476.53</td> <td>30.27</td> <td class="t-split">6.35%</td> <td></td> </tr> <!-- start --> <tr class="tr-sub"> <td>23.86</td> <td>26.02</td> <td>-2.16</td> <td class="t-split">-8.30%</td> <td>190.88.8</td> <td>208.13</td> <td>-17.25</td> <td class="t-split">-8.29%</td> <td>289.65</td> <td>312.2</td> <td>-22.55</td> <td class="t-split">-7.22%</td> <td></td> </tr> <tr class="tr-main"> <td>323.21</td> <td>329.39</td> <td>-6.18</td> <td class="t-split">-1.88%</td> <td>3,951.706</td> <td>4,159.82</td> <td>-208.114</td> <td class="t-split">-5.00%</td> <td>2,058.79</td> <td>2,308.12</td> <td>249.33</td> <td class="t-split">-10.80%</td> <td>171.21%</td> </tr> <tr class="tr-sub"> <td>11.75</td> <td>12.58</td> <td>-0.83</td> <td class="t-split">-6.60%</td> <td>109.85</td> <td>122.06</td> <td>-12.21</td> <td class="t-split">-10.00%</td> <td>546.33</td> <td>600</td> <td>-53.67</td> <td class="t-split">-8.94%</td> <td></td> </tr> <tr class="tr-sub"> <td>123.13</td> <td>123.21</td> <td>-0.08</td> <td class="t-split">-0.06%</td> <td>1,257.55</td> <td>1,232.96</td> <td>24.59</td> <td class="t-split">1.99%</td> <td>365.65</td> <td>332.45</td> <td>33.2</td> <td class="t-split">9.99%</td> <td></td> </tr> <tr class="tr-sub"> <td>76.23</td> <td>80</td> <td>-3.77</td> <td class="t-split">-4.71%</td> <td>824.83</td> <td>1,000</td> <td>-175.17</td> <td class="t-split">-17.52%</td> <td>986.14</td> <td>1,200</td> <td>-213.86</td> <td class="t-split">-17.82%</td> <td></td> </tr> <tr class="tr-sub"> <td>9.39</td> <td>10.44</td> <td>-1.05</td> <td class="t-split">-10.06%</td> <td>255.5</td> <td>283.89</td> <td>-28.39</td> <td class="t-split">-10.00%</td> <td>5.55</td> <td>10.44</td> <td>-4.89</td> <td class="t-split">-46.84%</td> <td></td> </tr> <tr class="tr-sub"> <td>25.01</td> <td>25.03</td> <td>-0.02</td> <td class="t-split">-0.08%</td> <td>320.17</td> <td>320.95</td> <td>-0.78</td> <td class="t-split">-0.24%</td> <td>27.71</td> <td>25.03</td> <td>2.68</td> <td class="t-split">10.71%</td> <td></td> </tr> <tr class="tr-sub"> <td>1.12</td> <td>1.98</td> <td>-0.86</td> <td class="t-split">-43.43%</td> <td>6.64</td> <td>5.65</td> <td>0.99</td> <td class="t-split">17.52%</td> <td>32.34</td> <td>34.34</td> <td>-2</td> <td class="t-split">5.82%</td> <td></td> </tr> <tr class="tr-sub"> <td>4.68</td> <td>4.7</td> <td>-0.02</td> <td class="t-split">-0.43%</td> <td>41.34</td> <td>41.6</td> <td>-0.26</td> <td class="t-split">0.62%</td> <td>2.58</td> <td>4.7</td> <td>-2.12</td> <td class="t-split">45.11%</td> </tr> <tr class="tr-sub"> <td>62.88</td> <td>62.88</td> <td>0</td> <td class="t-split">0.00%</td> <td>777.43</td> <td>777.43</td> <td>0</td> <td class="t-split">0.00%</td> <td>65.97</td> <td>62.88</td> <td>3.09</td> <td class="t-split">4.91%</td> <td></td> </tr> <tr class="tr-sub"> <td>1.49</td> <td>1.36</td> <td>0.13</td> <td class="t-split">9.56%</td> <td>21.076</td> <td>19.16</td> <td>1.916</td> <td class="t-split">10.00%</td> <td>1.44</td> <td>1.36</td> <td>0.08</td> <td class="t-split">5.88%</td> <td></td> </tr> <tr class="tr-sub"> <td>2.54</td> <td>2.5</td> <td>0.04</td> <td class="t-split">1.60%</td> <td>278.65</td> <td>300</td> <td>-21.35</td> <td class="t-split">-7.12%</td> <td>21.13</td> <td>32.21</td> <td>-11.08</td> <td class="t-split">-34.40%</td> <td></td> </tr> <tr class="tr-sub"> <td>1.49</td> <td>1.49</td> <td>0</td> <td class="t-split">0.00%</td> <td>17.91</td> <td>17.91</td> <td>0</td> <td class="t-split">0.00%</td> <td>1.49</td> <td>1.49</td> <td>0</td> <td class="t-split">-0.00%</td> <td></td> </tr> <tr class="tr-sub"> <td>3.5</td> <td>3.22</td> <td>0.28</td> <td class="t-split">8.70%</td> <td>40.76</td> <td>38.21</td> <td>2.55</td> <td class="t-split">6.67%</td> <td>2.46</td> <td>3.22</td> <td>-0.76</td> <td class="t-split">-23.60%</td> <td></td> </tr> <!-- end --> </tbody> <tfoot> <tr> <td>216.57</td> <td>227.84</td> <td>-11.27</td> <td class="t-split">-4.95%</td> <td>216.57</td> <td>227.84</td> <td>-11.27</td> <td class="t-split">-4.95%</td> <td>216.57</td> <td>227.84</td> <td>-11.27</td> <td class="t-split">-4.95%</td> <td>63.35%</td> </tr> <tr> <td>216.57</td> <td>227.84</td> <td>-11.27</td> <td class="t-split">-4.95%</td> <td>216.57</td> <td>227.84</td> <td>-11.27</td> <td class="t-split">-4.95%</td> <td>216.57</td> <td>227.84</td> <td>-11.27</td> <td class="t-split">-4.95%</td> <td>-</td> </tr> </tfoot> </table> </div><!--swiper-slide--> </div><!--swiper-wrapper--> <!-- Add Scroll Bar --> <div class="swiper-scrollbar"></div> </div><!--swiper container--> </div> </div>
ghrhome/amp
app/.tmp/table-fixed/table-fixed.html
HTML
mit
18,687
--- layout: post title: ChUG - The Chembl User Group date: '2010-07-27T16:31:00.000+01:00' author: John Overington tags: - Humour (maybe) - ChUG modified_time: '2010-07-27T16:31:48.755+01:00' thumbnail: http://4.bp.blogspot.com/_SlPG9DIz_AA/TE72uS3yBzI/AAAAAAAAA0Y/biebl4nkdWc/s72-c/59-linkedin-logo.jpg blogger_id: tag:blogger.com,1999:blog-2546008714740235720.post-3036320586202238280 blogger_orig_url: http://chembl.blogspot.com/2010/07/chug-chembl-user-group.html --- <div class="separator" style="clear: both; text-align: center;"><a href="http://4.bp.blogspot.com/_SlPG9DIz_AA/TE72uS3yBzI/AAAAAAAAA0Y/biebl4nkdWc/s1600/59-linkedin-logo.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="200" src="http://4.bp.blogspot.com/_SlPG9DIz_AA/TE72uS3yBzI/AAAAAAAAA0Y/biebl4nkdWc/s200/59-linkedin-logo.jpg" width="200" /></a></div><br /> <br /> We have set up a <a href="http://www.linkedin.com/">LinkedIn</a>&nbsp;group for the&nbsp;<a href="http://www.linkedin.com/groups?mostPopular=&amp;gid=3252575">Chembl User Group</a>. Feel free to join if you are interested in connecting up with like-minded scientists,interested in applying ChEMBL to various Life Science problems, hearing about user group meetings, <i>etc</i>. If you are not a member of LinkedIn, have a look around...<br /> <br /> I always feel a little bit inadequate when I read some LinkedIn profiles, and some of the elite groups that have been set up; so, as an aside, for when you have a glass of aged port in one hand, a handsome cigar and a fine laptop in the other, try <a href="http://blog.okcupid.com/index.php/the-biggest-lies-in-online-dating/">this link</a> for an interesting analysis of how people describe themselves on on-line forums and the comparison to cold harsh reality.
chembl/chembl.github.io
_posts/2010-07-27-chug-chembl-user-group.html
HTML
mit
1,794
<!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"/> <title>mobos-gui: Main Page</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> </div> <div class="contents"> <h1>mobos-gui Documentation</h1><h3>0.1 </h3></div> <hr size="1"/><address style="text-align: right;"><small>Generated on Sat Apr 24 02:48:51 2010 for mobos-gui by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>
matgnt/mobos-gui
doc/html/index.html
HTML
mit
1,081
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W29290_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="page16.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 21px; margin-top: 255px;"> <p class="styleSans412.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">103°15'0"W 103°10‘O"W <br/>An apolis— 5 Raleh 6,7 pad <br/>Legend <br/>(D Compressor * Plant ‘ M Standefer Date: 8/27/2014 <br/>Hiland_Gas__system Scale 1 : 41,084 <br/> <br/>103°15'0"W 103°10'O"W </p> </div> </body> </html>
datamade/elpc_bakken
ocr_extracted/W29290_text/page17.html
HTML
mit
974
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / flocq - 2.6.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 2.6.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;./configure&quot; &quot;--libdir&quot; &quot;%{lib}%/coq/user-contrib/Flocq&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword:floating-point arithmetic&quot; ] authors: [ &quot;Sylvie Boldo &lt;[email protected]&gt;&quot; &quot;Guillaume Melquiond &lt;[email protected]&gt;&quot; ] synopsis: &quot;A floating-point formalization for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-2.6.1.tar.gz&quot; checksum: &quot;md5=2f8d925f59912c66adfae2211672192a&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-flocq.2.6.1 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-flocq -&gt; coq &lt; 8.9~ -&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-flocq.2.6.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/flocq/2.6.1.html
HTML
mit
6,651
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lens: 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.0 / lens - 1.0.1+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> lens <small> 1.0.1+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-09 10:28:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-09 10:28:59 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;Generation of lenses for record datatypes&quot; maintainer: &quot;[email protected]&quot; authors: [ &quot;Gregory Malecha &lt;[email protected]&gt;&quot; ] homepage: &quot;https://github.com/bedrocksystems/coq-lens&quot; dev-repo: &quot;git://github.com/bedrocksystems/coq-lens.git&quot; bug-reports: &quot;https://github.com/bedrocksystems/coq-lens/issues&quot; license: &quot;LGPL2.1+BedRock&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; { = &quot;1.0~beta1+8.11&quot; } ] tags: [ &quot;logpath:Lens&quot; &quot;date: 2020-11-18&quot; ] url { src: &quot;https://github.com/bedrocksystems/coq-lens/archive/v1.0.1.tar.gz&quot; checksum: &quot;sha256=c1092aa89e885dd4abe1abc0605474440e8a763569be0accbbf6af4b129b3a91&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-lens.1.0.1+8.11 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-lens -&gt; coq-metacoq-template = 1.0~beta1+8.11 -&gt; ocaml &gt;= 4.07.1 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-lens.1.0.1+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.0/lens/1.0.1+8.11.html
HTML
mit
6,860
<h3>Biological Replicates Groups</h3> <hr> <form data-ng-submit="biologicalReplicatesGroups.experiment.metadata.biologicalReplicatesGroups.add(biologicalReplicatesGroups.new)" > <div class=" form-group " > <label for="newBiologicalReplicatesGroup" > Biological Replicates Group Name </label> <input class=" form-control " data-ng-model="biologicalReplicatesGroups.new" id="newBiologicalReplicatesGroup" placeholder="Biological Replicates Group Name" type="text" > </div> <div class=" form-group " > <label class=" control-label " > Available Samples </label> <div class="checkbox" data-ng-if="!sampleMetadata.used" data-ng-repeat="(sampleName, sampleMetadata) in biologicalReplicatesGroups.experiment.metadata.biologicalReplicatesGroups.samples" > <label> <input data-ng-disabled="sampleMetadata.used" data-ng-model="sampleMetadata.selected" type="checkbox" value="{{sampleName}}" > {{sampleName}} </label> </div> </div> <button class=" btn btn-default " type="submit" > Add Biological Replicate Group </button> </form> <br> <ol> <li data-ng-repeat="(biologicalReplicatesGroupName, biologicalReplicatesGroup) in biologicalReplicatesGroups.experiment.data.biologicalReplicatesGroups" > <button class=" close " data-ng-click="biologicalReplicatesGroups.experiment.metadata.biologicalReplicatesGroups.remove(biologicalReplicatesGroupName)" type="button" > <span> &times; </span> <span class=" sr-only " > Close </span> </button> <span data-ng-click="biologicalReplicatesGroups.experiment.metadata.biologicalReplicatesGroups.change(biologicalReplicatesGroupName)" > <span class=" colour " style=" background-color: {{biologicalReplicatesGroups.experiment.metadata.biologicalReplicatesGroups.colours[biologicalReplicatesGroupName]}} " > </span> <b>{{biologicalReplicatesGroupName}}</b> </span> <ol> <li data-ng-repeat="biologicalReplicate in biologicalReplicatesGroup" > {{biologicalReplicate}} </li> </ol> </li> </ol> <div data-ng-if="biologicalReplicatesGroups.showChooseControlBiologicalReplicatesGroup()" > <br> <form> <div class=" form-group " > <label for="controlBiologicalReplicatesGroup" > Control Biological Replicates Group </label> <select class=" form-control " data-ng-change="biologicalReplicatesGroups.onControlBiologicalReplicatesGroupChange()" data-ng-model="biologicalReplicatesGroups.experiment.data.controlBiologicalReplicatesGroup" data-ng-options="biologicalReplicatesGroupName as biologicalReplicatesGroupName for (biologicalReplicatesGroupName, biologicalReplicatesGroup) in biologicalReplicatesGroups.experiment.data.biologicalReplicatesGroups" id="controlBiologicalReplicatesGroup" > <option value="" > Choose a Control Biological Replicates Group </option> </select> </div> </form> </div>
ismailoglu/RT-analyzer
public/modules/experiment/directives/biologicalReplicatesGroups/biologicalReplicatesGroups.directive.html
HTML
mit
4,300
{% extends "index.html" %} {% from "macro.html" import error3list with context %} {% block errorFalshPositionFixed %} {% include 'flash_warning.html' %} {{ error3list(formWorker.errors.worker_name) }} {{ error3list(formWorker.errors.worker_sex) }} {{ error3list(formWorker.errors.worker_birthday) }} {{ error3list(formWorker.errors.worker_age) }} {{ error3list(formWorker.errors.worker_phone) }} {{ error3list(formWorker.errors.worker_diploma) }} {{ error3list(formWorker.errors.worker_email) }} {{ error3list(formWorker.errors.worker_address) }} {{ error3list(formWorker.errors.job_name) }} {{ error3list(formWorker.errors.department_name) }} {% endblock errorFalshPositionFixed %} {% block breadcrumb %} <li> <i class="ace-icon fa fa-home home-icon"></i> <a href="/index"> 主页 </a> </li> <li> <a href="/index"> 管理 </a> </li> <li class="active"> 员工管理 </li> {% endblock %} {% block nav_list %}{% include "nav_list2.html" %}{% endblock %} {% block content %} <div class="table-responsive table-container"> <table id="wor" style=" word-wrap: break-word; word-break: break-all;" class="table table-striped table-hover table-bordered table-condensed "> <thead> <tr> <th>员工ID</th> <th>姓名</th> <th>性别</th> <th>生日</th> <th>联系方式</th> <th>学历</th> <th>电子邮箱</th> <th >住址</th> <th>就职时间</th> <th>职务</th> <th>部门</th> {% if g.user.limits|int == ROLE_ADMIN or g.user.limits|int == ROLE_MANAGER %} <th>操作</th> {% endif %} </tr> </thead> <tbody> {% if searchFlag %} {% set Wor=wor %} {% else %} {% set Wor=wor.items %} {% endif %} {% for w in Wor %} {% set t = w.get_list %} <tr> <td style="width:40px;">{{ t[0] }}</td> <td>{{ t[1] }}</td> <td>{{ t[2] }}</td> <td>{{ t[3] }}</td> <td>{{ t[4] }}</td> <td style="width:95px;">{{ t[5] }}</td> <td>{{ t[6] }}</td> <td>{{ t[7] }}</td> <td style="width: 130px;">{{ t[8] }}</td> <td >{{ t[9] }}</td> <td>{{ t[10] }}</td> {% if g.user.limits|int == ROLE_ADMIN or g.user.limits|int == ROLE_MANAGER %} <td> <button class="btn btn-xs btn-info" data-toggle="modal" data-target="#alterModal"> <i class="ace-icon fa fa-pencil bigger-120"></i> </button> <button class="btn btn-xs btn-danger" data-toggle="modal" data-target="#deleteModal"> <i class="ace-icon fa fa-trash-o bigger-120"></i> </button> </td> {% endif %} </tr> {% endfor %} </tbody> </table> </div> <div class="row"> {% if g.user.limits|int == ROLE_ADMIN or g.user.limits|int == ROLE_MANAGER %} <div class="ui-pg-button ui-corner-all col-md-1 col-md-offset-1 " > <div class="ui-pg-div" > <i id="add" class="ui-icon ace-icon fa fa-plus-circle blue" data-whatever="asd" data-modal="#alterModal" data-toggle="tooltip" data-original-title='添加'> </i> <i id="search" class="ui-icon ace-icon fa fa-search orange" data-toggle="tooltip" data-original-title='搜索'> </i> </div> </div> {% endif %} <div class="col-md-4 col-md-offset-2"> <table cellspacing="0" cellpadding="0" border="0" style="table-layout:auto;" class="ui-pg-table center"> <tbody> <tr> <td id="first_grid-pager" class="ui-pg-button ui-corner-all {% if not wor.has_prev %}ui-state-disabled{% endif %}" style="cursor: default;"><a {% if wor.has_prev %}href="{{ url_for('searchworker') }}" {% endif %}role="button" class="ui-icon ace-icon fa fa-angle-double-left bigger-140 disabled "></a></td> <td id="prev_grid-pager" class="ui-pg-button ui-corner-all {% if not wor.has_prev %}ui-state-disabled{% endif %}" style="cursor: default;"><a {% if wor.has_prev %}href="{{ url_for('searchworker',page=wor.prev_num) }}" {% endif %}class="ui-icon ace-icon fa fa-angle-left bigger-140"></a> </td> <td class="ui-pg-button ui-state-disabled" style="width: 4px; cursor: default;"><span class="ui-separator"></span></td> <td dir="ltr">Page <span id="sp_1_grid-pager">{{ page }}</span></td> <td class="ui-pg-button ui-state-disabled" style="width: 4px; cursor: default;"><span class="ui-separator"></span></td> <td id="next_grid-pager" class="ui-pg-button ui-corner-all {% if not wor.has_next %}ui-state-disabled{% endif %}" style="cursor: default;"><a {% if wor.has_next %}href="{{ url_for('searchworker',page=wor.next_num) }}" {% endif %} class="ui-icon ace-icon fa fa-angle-right bigger-140"></a></td> </tr> </tbody> </table> </div> </div> {% endblock %} {% block ex %} {% if g.user.limits|int == ROLE_ADMIN or g.user.limits|int == ROLE_MANAGER %} <form class="form-horizontal" method="POST" name="formWorker"> {{ formWorker.csrf_token }} <div class="modal fade bs-example-modal-md " id="alterModal" tabindex="-1" role="dialog" aria-labelledby="alterModalLabel" aria-hidden="true"> <!-- #section:elements.form --> <div class="modal-dialog modal-md "> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button> <h4 class="modal-title" id="alterModalLabel"> 修改界面 </h4> </div> <div class="modal-body"> <div class="row"> <div class="col-xs-6 col-md-6"> <div class="form-group"> <label class="col-md-3 control-label no-padding-right"> 员工ID </label> <div class="col-md-9"> <input id="inputId" name="worker_id" placeholder="ID由系统设定" readonly="" type="text" class="form-control col-xs-10 col-md-10"> </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 姓名 </label> <div class="col-md-9"> {{ formWorker.worker_name(placeholder="请输入姓名",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 性别 </label> <div class="col-md-9"> {{ formWorker.worker_sex(placeholder="请输入性别(男或女)",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 生日 </label> <div class="col-md-9"> {{ formWorker.worker_birthday(placeholder="请输入生日(1990-01-01)",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 联系方式 </label> <div class="col-md-9"> {{ formWorker.worker_phone(placeholder="请输入手机号码",class="form-control col-xs-10 col-md-10") }} </div> </div> </div> <div class="col-xs-6 col-md-6"> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 学历 </label> <div class="col-md-9"> {{ formWorker.worker_diploma(placeholder="请输入学历",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 电子邮箱 </label> <div class="col-md-9"> {{ formWorker.worker_email(placeholder="请输入电子邮箱",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 住址 </label> <div class="col-md-9"> {{ formWorker.worker_address(placeholder="请输入目前住址",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right"> 就职时间 </label> <div class="col-md-9"> <input id="inputData" placeholder="系统自动设定" readonly="" type="text" class="form-control col-xs-10 col-md-10"> </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 职务 </label> <div class="col-md-9"> {{ formWorker.job_name(placeholder="请输入职务名称或者无",class="form-control col-xs-10 col-md-10") }} </div> </div> <div class="form-group"> <label class="col-md-3 control-label no-padding-right" > 部门 </label> <div class="col-md-9"> {{ formWorker.department_name(placeholder="请输入部门名称或者无",class="form-control col-xs-10 col-md-10") }} </div> </div> </div> </div> <!-- /.modal-row --> <div class="modal-footer "> <button type="button" class="btn btn-default" data-dismiss="modal">关闭 </button> <button id="sub" type="submit" class="btn btn-primary" name="submit" value="alter"> 提交更改<i class="ace-icon fa fa-arrow-right icon-on-right"></i> </button> </div> </div> <!-- /.modal-body --> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </form> <form method="POST" name="formDelwor"> {{ formDelwor.csrf_token }} <div class="modal fade modal-md" id="deleteModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button> <h4 class="modal-title" id="myModalLabel"> 删除 </h4> </div> <div class="modal-body"> <div class="row"> <h2 class="text-center">是否删除</h2> <div class="form-group"> <label class="col-md-5 control-label ">员工ID </label> <div class="col-md-6"> <input name="id" readonly="" type="text" class="form-control col-xs-12 col-md-12"> </div> </div> <div class="form-group"> <label class="col-md-5 control-label ">员工姓名 </label> <div class="col-md-6"> {{ formDelwor.name(readonly="",type="text", class="form-control col-xs-12 col-md-12") }} </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">关闭 </button> <button type="submit" name="submit" value="delete" class="btn btn-primary"> 删除 </button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div><!-- /.modal --> </form><form method="POST"> {{ searchForm.csrf_token }} <div class="modal fade modal-md" id="searchModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button> <h4 class="modal-title" id="myModalLabel"> 搜索 </h4> </div> <div class="modal-body"> <div class="row"> <div class="form-group"> <label class="col-md-5 control-label ">搜索方式: </label> <div class="col-md-6"> {{ searchForm.select }} </div> </div> <div class="form-group"> <div id="2" class="col-md-6 col-md-offset-4"> {{ searchForm.data(placeholder="请输入内容",class="form-control col-xs-12 col-md-12") }} </div> <div id="3" class="hidden"> <div class="col-md-5"> {{ searchForm.startDate(placeholder="开始日期",class="form-control col-xs-10 col-md-10 ") }} </div> <div class="col-md-5"> {{ searchForm.endDate(placeholder="截止日期",class="form-control col-xs-10 col-md-10 ") }} </div> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">取消 </button> <button type="submit" name="submit" value="search" class="btn btn-primary"> 搜索 </button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div><!-- /.modal --> </form> {% endif %} {% endblock ex %} {% block script %} {% if g.user.limits|int == ROLE_ADMIN %} <script> $('.modal').on('show.bs.modal', function (event) { var button = $(event.relatedTarget);// Button that triggered the modal var rows = $(button).parents('tr'); //get per row // Extract info from data-* attributes // If necessary, you could initiate an AJAX request here (and then do the updating in a callback). // Update the modal's content. We'll use jQuery here, but you could use a data binding library or other methods instead. var modala = $(this); // init modal var j = 0; if (del) { //切换添加modal和更新modal $('#sub').attr('value', 'add'); $("[id='1']").addClass('hidden'); $('#inputWorker').removeAttr('readonly'); $('#inputAppraise').removeAttr('readonly'); $('#alterModalLabel').text('{{ altertext }}添加界面'); $('#workerId').text('员工ID'); $('#inputId').removeAttr('readonly') } else{ $(rows).children('td').each(function () { modala.find('input').eq(j).val($(this).text()); j += 1; })} }); $('.modal').on('hidden.bs.modal', function (event) { //切换添加modal和更新modal var modala = $(this); modala.find('input').val(""); if (del) { del = false; $("[id='1']").removeClass('hidden'); $('#inputWorker').attr('readonly',''); $('#inputAppraise').attr('readonly',''); $('#sub').attr('value', 'alter'); $('#alterModalLabel').text('{{ altertext }}修改界面'); $('#workerId').text('员工姓名'); $('#inputId').attr('readonly','') } }); var del = false; </script> {% endif %} <script> $(document).ready(function () { $("#add").click(function () { del = true; $("#alterModal").modal('toggle'); }); }); $(document).ready(function () { $("#search").click(function () { $("#searchModal").modal('toggle'); }); }); $("#select").change(function(){ var checkValue=$("#select").val(); if(checkValue== 5) { $("[id='2']").addClass('hidden'); $("[id='3']").removeClass('hidden'); } else { $("[id='3']").addClass('hidden'); $("[id='2']").removeClass('hidden'); } }); </script> {% endblock script %}
Ayi-/flask_HRmanager
app/templates/searchworker.html
HTML
mit
20,365
<li class="item"> <a href="product.html" class="pic"> <span class="active"><em><img src="demo/products/m6-1.png" alt=""></em></span> <span><em><img src="demo/products/m6-2.png" alt=""></em></span> </a> <div class="color"> <span class="active" style="background:#92b8b2"></span> <span style="background:#92b8b2"></span> </div> <h2><a href="product.html">Nullam facilisis</a></h2> <div class="price">$78</div> <div class="product-dropdown"> <a href="#" class="switcher"></a> <nav> <ul> <li><a href="#" class="add-to-cart"><i class="icon-shopping-cart"></i>Add to cart</a></li> <li><a href="#" class="buy-with-click"><i class="icon-hand-up"></i>Buy with one click</a></li> <li><a href="#" class="add-to-wish-list"><i class="icon-star"></i>Add to wish list</a></li> </ul> <div class="share"> <a href="#"><i class="icon-pinterest"></i></a> <a href="#"><i class="icon-google-plus-sign"></i></a> <a href="#"><i class="icon-twitter"></i></a> <a href="#"><i class="icon-facebook-sign"></i></a> Share: </div> </nav> </div> </li> <li class="item"> <a href="product.html" class="pic"> <span class="active"><em><img src="demo/products/m7-1.png" alt=""></em></span> <span><em><img src="demo/products/m7-2.png" alt=""></em></span> </a> <div class="color"> <span class="active" style="background:#dd223c"></span> <span style="background:#dd223c"></span> </div> <h2><a href="product.html">Consectetur adipiscing</a></h2> <div class="price"><span class="old">$75</span>&nbsp; <span class="new">$54</span></div> <div class="product-dropdown"> <a href="#" class="switcher"></a> <nav> <ul> <li><a href="#" class="add-to-cart"><i class="icon-shopping-cart"></i>Add to cart</a></li> <li><a href="#" class="buy-with-click"><i class="icon-hand-up"></i>Buy with one click</a></li> <li><a href="#" class="add-to-wish-list"><i class="icon-star"></i>Add to wish list</a></li> </ul> <div class="share"> <a href="#"><i class="icon-pinterest"></i></a> <a href="#"><i class="icon-google-plus-sign"></i></a> <a href="#"><i class="icon-twitter"></i></a> <a href="#"><i class="icon-facebook-sign"></i></a> Share: </div> </nav> </div> </li> <li class="item"> <a href="product.html" class="pic"> <span class="active"><em><img src="demo/products/m10-1.png" alt=""></em></span> <span><em><img src="demo/products/m10-2.png" alt=""></em></span> <span><em><img src="demo/products/m10-3.png" alt=""></em></span> </a> <div class="color"> <span class="active" style="background:#3ab8ea"></span> <span style="background:#47d1b8"></span> <span style="background:#f4f5fa"></span> </div> <h2><a href="product.html">Pellentesque consequat</a></h2> <div class="price">$28</div> <div class="product-dropdown"> <a href="#" class="switcher"></a> <nav> <ul> <li><a href="#" class="add-to-cart"><i class="icon-shopping-cart"></i>Add to cart</a></li> <li><a href="#" class="buy-with-click"><i class="icon-hand-up"></i>Buy with one click</a></li> <li><a href="#" class="add-to-wish-list"><i class="icon-star"></i>Add to wish list</a></li> </ul> <div class="share"> <a href="#"><i class="icon-pinterest"></i></a> <a href="#"><i class="icon-google-plus-sign"></i></a> <a href="#"><i class="icon-twitter"></i></a> <a href="#"><i class="icon-facebook-sign"></i></a> Share: </div> </nav> </div> </li> <li class="item"> <a href="product.html" class="pic"> <span class="active"><em><img src="demo/products/m9-1.png" alt=""></em></span> <span><em><img src="demo/products/m9-2.png" alt=""></em></span> </a> <div class="color"> <span class="active" style="background:#b16a28"></span> <span style="background:#cccabe"></span> </div> <h2><a href="product.html">Curabitur pharetra</a></h2> <div class="price">$20</div> <div class="product-dropdown"> <a href="#" class="switcher"></a> <nav> <ul> <li><a href="#" class="add-to-cart"><i class="icon-shopping-cart"></i>Add to cart</a></li> <li><a href="#" class="buy-with-click"><i class="icon-hand-up"></i>Buy with one click</a></li> <li><a href="#" class="add-to-wish-list"><i class="icon-star"></i>Add to wish list</a></li> </ul> <div class="share"> <a href="#"><i class="icon-pinterest"></i></a> <a href="#"><i class="icon-google-plus-sign"></i></a> <a href="#"><i class="icon-twitter"></i></a> <a href="#"><i class="icon-facebook-sign"></i></a> Share: </div> </nav> </div> </li>
macsonGit/macson
src/Drufony/CoreBundle/Resources/public/caprese/version1.0.1/ajax/recomended-page2.html
HTML
mit
5,269
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js"><span id='Hatimeria-core-response-FormHandler'>/** </span> * Response handler * * @class Hatimeria.core.response.FormHandler * @extends Hatimeria.core.response.BaseHandler */ (function() { Ext.define(&quot;Hatimeria.core.response.FormHandler&quot;, { extend: 'Hatimeria.core.response.BaseHandler', config: { <span id='Hatimeria-core-response-FormHandler-cfg-success'> /** </span> * Success callback * @cfg {Function} success */ success: function() {}, <span id='Hatimeria-core-response-FormHandler-cfg-formPanel'> /** </span> * Form panel * @cfg {Ext.form.Panel} formPanel */ formPanel: {} }, <span id='Hatimeria-core-response-FormHandler-method-constructor'> /** </span> * Constructor * * @private * @param {Object} config */ constructor: function(config) { this.callParent([config]); this.initConfig(config); return this; }, <span id='Hatimeria-core-response-FormHandler-method-failure'> /** </span> * Manage failure case * * @private * @param {Ext.form.Base} form * @param {Object} action */ failure: function(form, action) { this.callParent([action.result]); }, <span id='Hatimeria-core-response-FormHandler-method-markMessage'> /** </span> * Mark fields as invalid * * @private * @param {String} index */ markMessage: function(index) { var field = this.getFormPanel().getFieldByName(index); var text = this.msg[index]; if (field) { field.markInvalid(text); } else { if(typeof msg == 'object') { this.globalMsg.push(text.join(', ')); } else { this.globalMsg.push(text); } } } }); })();</pre> </body> </html>
hatimeria/HatimeriaExtJS
docs/source/FormHandler.html
HTML
mit
2,867
<!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.8"/> <title>Faeris: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/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">Faeris &#160;<span id="projectnumber">v3.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <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 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="inherits.html"><span>Class&#160;Hierarchy</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>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</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="headertitle"> <div class="title">FgzFileHeader Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>m_crc32</b> (defined in <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>)</td><td class="entry"><a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>m_ensize</b> (defined in <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>)</td><td class="entry"><a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>m_filenameLength</b> (defined in <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>)</td><td class="entry"><a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>m_magicNu</b> (defined in <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>)</td><td class="entry"><a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>m_method</b> (defined in <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>)</td><td class="entry"><a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>m_unsize</b> (defined in <a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a>)</td><td class="entry"><a class="el" href="struct_fgz_file_header.html">FgzFileHeader</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Jan 23 2015 17:21:23 for Faeris by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.8 </small></address> </body> </html>
FSource/FDesign-Document
doxygen/output/html/struct_fgz_file_header-members.html
HTML
mit
5,775
<div class="commune_descr limited"> <p> Villes-sur-Auzon est une commune localisée dans le département de Vaucluse en Provence-Alpes-Côte d'Azur. Elle totalisait 1&nbsp;221 habitants en 2008.</p> <p>Le nombre d'habitations, à Villes-sur-Auzon, était réparti en 2011 en 107 appartements et 697 maisons soit un marché plutôt équilibré.</p> <p>La ville offre de multiples équipements sportifs, elle dispose, entre autres, de un bassin de natation, un terrain de tennis, un terrain de sport et deux boucles de randonnée.</p> <p>À Villes-sur-Auzon, le prix moyen à l'achat d'un appartement se situe à 2&nbsp;300 &euro; du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 2&nbsp;625 &euro; du m². À la location la valeur moyenne se situe à 7,11 &euro; du m² mensuel.</p> <p>À coté de Villes-sur-Auzon sont situées les communes de <a href="{{VLROOT}}/immobilier/crillon-le-brave_84041/">Crillon-le-Brave</a> située à 9&nbsp;km, 434 habitants, <a href="{{VLROOT}}/immobilier/mazan_84072/">Mazan</a> à 8&nbsp;km, 5&nbsp;445 habitants, <a href="{{VLROOT}}/immobilier/malemort-du-comtat_84070/">Malemort-du-Comtat</a> localisée à 6&nbsp;km, 1&nbsp;383 habitants, <a href="{{VLROOT}}/immobilier/bedoin_84017/">Bédoin</a> localisée à 8&nbsp;km, 2&nbsp;974 habitants, <a href="{{VLROOT}}/immobilier/flassan_84046/">Flassan</a> localisée à 4&nbsp;km, 404 habitants, <a href="{{VLROOT}}/immobilier/venasque_84143/">Venasque</a> à 9&nbsp;km, 1&nbsp;131 habitants, entre autres. De plus, Villes-sur-Auzon est située à seulement quatorze&nbsp;km de <a href="{{VLROOT}}/immobilier/carpentras_84031/">Carpentras</a>.</p> </div>
donaldinou/frontend
src/Viteloge/CoreBundle/Resources/descriptions/84148.html
HTML
mit
1,678