path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6/metacoq-checker/1.0~alpha+8.8.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-checker: 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.4.6 / metacoq-checker - 1.0~alpha+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-checker <small> 1.0~alpha+8.8 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-15 14:59:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-15 14:59:21 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.4.6 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 ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;checker&quot;] ] install: [ [make &quot;-C&quot; &quot;checker&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-metacoq-template&quot; {= version} ] synopsis: &quot;Specification of Coq&#39;s type theory and reference checker implementation&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Checker module provides a complete specification of Coq&#39;s typing and conversion relation along with a reference type-checker that is extracted to a pluging. This provides a command: `MetaCoq Check [global_reference]` that can be used to typecheck a Coq definition using the verified type-checker. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-checker.1.0~alpha+8.8 coq.8.4.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6). The following dependencies couldn&#39;t be met: - coq-metacoq-checker -&gt; ocaml &gt;= 4.03.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-metacoq-checker.1.0~alpha+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"> <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>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.1/free-groups/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>free-groups: 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.9.1 / free-groups - 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> free-groups <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-18 14:03:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 14:03:32 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.9.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/free-groups&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/FreeGroups&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: free group&quot; &quot;category: Mathematics/Algebra&quot; ] authors: [ &quot;Daniel Schepler &lt;dschepler@gmail.com&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/free-groups/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/free-groups.git&quot; synopsis: &quot;Free Groups&quot; description: &quot;This small contribution is a formalization of van der Waerden&#39;s proof of the construction of a free group on a set of generators, as the reduced words where a letter is a generator or its formal inverse.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/free-groups/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=767e036a0fd3ec6d3e5881b4ff9c3c37&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-free-groups.8.8.0 coq.8.9.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.9.1). The following dependencies couldn&#39;t be met: - coq-free-groups -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.02.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-free-groups.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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.0/infotheo/0.2.2.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>infotheo: 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.9.0 / infotheo - 0.2.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> infotheo <small> 0.2.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-23 18:18:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 18:18:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Reynald Affeldt &lt;reynald.affeldt@aist.go.jp&gt;&quot; homepage: &quot;https://github.com/affeldt-aist/infotheo&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/infotheo.git&quot; bug-reports: &quot;https://github.com/affeldt-aist/infotheo/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Discrete probabilities and information theory for Coq&quot; description: &quot;&quot;&quot; Infotheo is a Coq library for reasoning about discrete probabilities, information theory, and linear error-correcting codes.&quot;&quot;&quot; build: [ [make &quot;-j%{jobs}%&quot; ] [make &quot;-C&quot; &quot;extraction&quot; &quot;tests&quot;] {with-test} ] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; { (&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.13~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-ssreflect&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-fingroup&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-algebra&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-solvable&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-field&quot; { (&gt;= &quot;1.12.0&quot; &amp; &lt; &quot;1.13~&quot;) } &quot;coq-mathcomp-analysis&quot; { (&gt;= &quot;0.3.4&quot; &amp; &lt; &quot;0.3.8&quot;) } ] tags: [ &quot;keyword:information theory&quot; &quot;keyword:probability&quot; &quot;keyword:error-correcting codes&quot; &quot;logpath:infotheo&quot; ] authors: [ &quot;Reynald Affeldt, AIST&quot; &quot;Manabu Hagiwara, Chiba U. (previously AIST)&quot; &quot;Jonas Senizergues, ENS Cachan (internship at AIST)&quot; &quot;Jacques Garrigue, Nagoya U.&quot; &quot;Kazuhiko Sakaguchi, Tsukuba U.&quot; &quot;Taku Asai, Nagoya U. (M2)&quot; &quot;Takafumi Saikawa, Nagoya U.&quot; &quot;Naruomi Obata, Titech (M2)&quot; ] url { http: &quot;https://github.com/affeldt-aist/infotheo/archive/0.2.2.tar.gz&quot; checksum: &quot;sha512=dc447af837732867e046afaf56feca3d73cdad0e25b6b24abb2fa45a4c9a78b2a67f508150418e122976bdd9828f3058e47f8aa8c7dca65243be527f3da96ec3&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-infotheo.0.2.2 coq.8.9.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.9.0). The following dependencies couldn&#39;t be met: - coq-infotheo -&gt; coq &gt;= dev no matching version 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-infotheo.0.2.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
v4/user-agent-detail/c0/56/c056ee77-79ea-4fcc-9b78-5b4f4fa8472a.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - SAMSUNG-SGH-T469V/T469VTJH1 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> SAMSUNG-SGH-T469V/T469VTJH1 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-T469V</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => SAMSUNG-SGH-T469V/T469VTJH1 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 [family] => Samsung SGH-T469V [brand] => Samsung [model] => SGH-T469V ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>NetFront 3.5</td><td>NetFront </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.041</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^samsung.* .*netfront\/3\.5.*$/ [browser_name_pattern] => samsung* *netfront/3.5* [parent] => NetFront 3.5 [comment] => Access NetFront 3.5 [browser] => NetFront [browser_type] => Browser [browser_bits] => 0 [browser_maker] => Access [browser_modus] => unknown [version] => 3.5 [majorver] => 3 [minorver] => 5 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 2 [aolversion] => 0 [device_name] => general Mobile Device [device_maker] => unknown [device_type] => Mobile Device [device_pointing_method] => unknown [device_code_name] => general Mobile Device [device_brand_name] => unknown [renderingengine_name] => NetFront [renderingengine_version] => unknown [renderingengine_description] => For Access NetFront. [renderingengine_maker] => Access ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>SAMSUNG-SGH-T469V T469VTJH1</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => SAMSUNG-SGH-T469V [version] => T469VTJH1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>NetFront 3.5</td><td><i class="material-icons">close</i></td><td>JVM </td><td style="border-left: 1px solid #555">Access</td><td>NetFront Ver. 3.5</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.18898</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 100 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Access [mobile_model] => NetFront Ver. 3.5 [version] => 3.5 [is_android] => [browser_name] => NetFront [operating_system_family] => JVM [operating_system_version] => [is_ios] => [producer] => ACCESS CO.,LTD [operating_system] => JVM (Platform Micro Edition) [mobile_screen_width] => 176 [mobile_browser] => Access Netfront ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>NetFront 3.5</td><td>NetFront </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-T469V</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => NetFront [short_name] => NF [version] => 3.5 [engine] => NetFront ) [operatingSystem] => Array ( ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => SGH-T469V [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>NetFront 3.5</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-T469V</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.012</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 3 [minor] => 5 [patch] => [family] => NetFront ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => SGH-T469V [family] => Samsung SGH-T469V ) [originalUserAgent] => SAMSUNG-SGH-T469V/T469VTJH1 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>NetFront 3.5</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.05099</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => NetFront [agent_version] => 3.5 [os_type] => unknown [os_name] => unknown [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>NetFront </td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40596</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => NetFront 3.5 [browser_version] => 3.5 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => netfront [operating_system_version] => [simple_operating_platform_string] => Samsung SGH-T469V [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( [0] => MIDP v2.1 [1] => CLDC v1.1 ) [operating_platform_vendor_name] => Samsung [operating_system] => [operating_system_version_full] => [operating_platform_code] => SGH-T469V [browser_name] => NetFront [operating_system_name_code] => [user_agent] => SAMSUNG-SGH-T469V/T469VTJH1 SHP/VPP/R5 NetFront/3.5 SMM-MMS/1.2.0 profile/MIDP-2.1 configuration/CLDC-1.1 [browser_version_full] => [browser] => NetFront 3.5 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>NetFront 3.5</td><td> </td><td> </td><td style="border-left: 1px solid #555">Samsung</td><td>SGH-T469V</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.011</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => NetFront [version] => 3.5 [type] => browser ) [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Samsung [model] => SGH-T469V ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>NetFront 3.5</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Access</td><td>NetFront Ver. 3.5</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.017</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => NetFront [advertised_browser_version] => 3.5 [complete_device_name] => Access NetFront Ver. 3.5 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Access [model_name] => NetFront Ver. 3.5 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Access Netfront [mobile_browser_version] => 3.5 [device_os_version] => [pointing_method] => [release_date] => 2002_july [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => true [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => true [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => true [html_wi_imode_html_2] => true [html_wi_imode_html_3] => true [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 176 [resolution_height] => 100 [columns] => 11 [max_image_width] => 120 [max_image_height] => 92 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 200000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => true [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:38:55</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
html/234567145740.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Tlicho Helicopters - 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=1492325775324&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=47192&V_SEARCH.docsStart=47191&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.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=47190&amp;V_DOCUMENT.docRank=47191&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492325799746&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567146469&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=47192&amp;V_DOCUMENT.docRank=47193&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492325799746&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567013026&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> Tlicho Helicopters </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Tlicho Helicopters</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.gsheli.com" target="_blank" title="Website URL">http://www.gsheli.com</a></p> <p><a href="mailto:info@gsheli.com" title="info@gsheli.com">info@gsheli.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> Bag 7500 <br/> 106 Dickins St<br/> YELLOWKNIFE, Northwest Territories<br/> X1A 2R3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (867) 873-2081 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567145740&amp;graphFileName=Tlicho+3C.JPG&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Since 2006 Great Slave Helicopters has worked in partnership with the Tlicho people to service the rotary-wing aviation needs of their region jointly. The partnership includes the 52% majority owner Tlicho Investment Corporation and the minority partner Great Slave Helicopters, which conducts all flight operations for the partnership. <br>With the signing of the comprehensive Tlicho Land Claims and Self Government Agreement, an historic deal negotiated with Canada and the first of its kind in the country. The Agreement cedes control over land access, resources development and self-government to the Tlicho people within their traditional territory. <br>As such Tlicho Helicopters is uniquely positioned to meet the helicopter service needs of companies and public organizations involved in infrastructure planning and development as well as mineral exploration and mining on the traditional lands of the Tlicho. Its leadership includes Tlicho citizens from Behchoko, Whati, Gameti and Wekweeti as well as representatives of Great Slave Helicopters.<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> Maureen Mills </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> Telephone: </strong> </div> <div class="col-md-7"> (403) 286-2040 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (403) 286-2030 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> maureen_mills@gsheli.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 481215 - Non-Scheduled Specialty Flying 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> Aboriginal Firm: </strong> </div> <div class="col-md-7"> Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/> </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Helicopter Charter Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Helicopter Services in support of: Utility Construction &amp; Maintenance, IFR Air Ambulance and Remote Medevac Emergency Response Services, Aerial Construction &amp; Precision External Load Applications, Forest Fire Suppression, Oil/Gas &amp; Seismic Exploration, Utility Infrared &amp; Integrity &amp; Pipeline Fugitive Emission Inspections, DND Military Support Missions &amp; Emergency Response Call-up, Aerial Geophysics &amp; Environmental Impact Surveys<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Maureen Mills </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> Telephone: </strong> </div> <div class="col-md-7"> (403) 286-2040 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (403) 286-2030 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> maureen_mills@gsheli.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 481215 - Non-Scheduled Specialty Flying 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> Aboriginal Firm: </strong> </div> <div class="col-md-7"> Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/> </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Helicopter Charter Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Helicopter Services in support of: Utility Construction &amp; Maintenance, IFR Air Ambulance and Remote Medevac Emergency Response Services, Aerial Construction &amp; Precision External Load Applications, Forest Fire Suppression, Oil/Gas &amp; Seismic Exploration, Utility Infrared &amp; Integrity &amp; Pipeline Fugitive Emission Inspections, DND Military Support Missions &amp; Emergency Response Call-up, Aerial Geophysics &amp; Environmental Impact Surveys<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-10-20 </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 -->
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.1/menhirlib/20200619.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>menhirlib: 34 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.10.1 / menhirlib - 20200619</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> menhirlib <small> 20200619 <span class="label label-success">34 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-25 11:03:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-25 11:03:18 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.1 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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A support library for verified Coq parsers produced by Menhir&quot; maintainer: &quot;francois.pottier@inria.fr&quot; authors: [ &quot;Jacques-Henri Jourdan &lt;jacques-henri.jourdan@lri.fr&gt;&quot; ] homepage: &quot;https://gitlab.inria.fr/fpottier/menhir&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fpottier/menhir.git&quot; bug-reports: &quot;jacques-henri.jourdan@lri.fr&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.7&quot; &amp; &lt; &quot;8.14&quot; } ] conflicts: [ &quot;menhir&quot; { != &quot;20200619&quot; } &quot;coq-native&quot; ] tags: [ &quot;date:2020-06-19&quot; &quot;logpath:MenhirLib&quot; ] url { src: &quot;https://gitlab.inria.fr/fpottier/menhir/-/archive/20200619/archive.tar.gz&quot; checksum: [ &quot;md5=6e35cccd708480b5662b5d1903adf069&quot; &quot;sha512=fdc7621ee0e3d60aaececdcf99b54fae979b558c89a3194fb47a4cf624fefb4a50c027f30125286ab02a5b036a91385bc6dc6fa68b04ddd37259d42fa2a65ea1&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-menhirlib.20200619 coq.8.10.1</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-menhirlib.20200619 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 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-menhirlib.20200619 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>34 s</dd> </dl> <h2>Installation size</h2> <p>Total: 6 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Main.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_complete.vo</code></li> <li>300 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter.vo</code></li> <li>241 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_correct.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_safe.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Automaton.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Alphabet.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Grammar.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_classes.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_complete.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Alphabet.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_correct.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_safe.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_complete.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Grammar.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Automaton.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Alphabet.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_safe.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Main.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_correct.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Automaton.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_classes.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Grammar.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Main.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_classes.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Version.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Version.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Version.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-menhirlib.20200619</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>
Reports/er/erikej.sqlcescripting.3.5.2.45/ISqlCeScripting-net40.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 59ba7a89-64cc-4a20-a30c-249098e40f55 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#ISqlCeScripting">ISqlCeScripting</a></strong></td> <td class="text-center">90.61 %</td> <td class="text-center">77.55 %</td> <td class="text-center">100.00 %</td> <td class="text-center">77.55 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="ISqlCeScripting"><h3>ISqlCeScripting</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>Microsoft.Win32.Registry</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.String,System.String,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DataRow</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemArray</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DataRowCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DataSet</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Tables</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DataTable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Rows</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Select(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DataTableCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.InternalDataCollectionBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.DateTime</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>call DateTime.ToString(CultureInfo.CurrentCulture.DateTimeFormat.ShortTimePattern);</td> </tr> <tr> <td style="padding-left:2em">ToShortDateString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>call DateTime.ToString(CultureInfo.CurrentCulture.DateTimeFormat.ShortDatePattern);</td> </tr> <tr> <td style="padding-left:2em">ToShortTimeString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>call DateTime.ToString(CultureInfo.CurrentCulture.DateTimeFormat.ShortTimePattern);</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.DBNull</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.DataReceivedEventArgs</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Data</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.DataReceivedEventHandler</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Process</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_ErrorDataReceived(System.Diagnostics.DataReceivedEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_OutputDataReceived(System.Diagnostics.DataReceivedEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginErrorReadLine</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginOutputReadLine</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_EnableRaisingEvents(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_StartInfo(System.Diagnostics.ProcessStartInfo)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Start</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WaitForExit</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.ProcessStartInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Arguments(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CreateNoWindow(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_FileName(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RedirectStandardError(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RedirectStandardInput(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_RedirectStandardOutput(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_UseShellExecute(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove ShellExecute usage (Can Pinvoke if needed)</td> </tr> <tr> <td style="padding-left:2em">set_WindowStyle(System.Diagnostics.ProcessWindowStyle)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove ShellExecute usage (Can Pinvoke if needed)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.ProcessWindowStyle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove ShellExecute usage (Can Pinvoke if needed)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadAllLines(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.ReadLines()</td> </tr> <tr> <td style="padding-left:2em">WriteAllLines(System.String,System.String[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.WriteAllLines(String, Ienumerable &lt;System.String&gt;) instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.StreamReader</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.OpenText, or use File.Open to get a Stream then pass it to StreamReader constructor</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use File.OpenText, or use File.Open to get a Stream then pass it to StreamReader constructor</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>typeof(CurrentType).GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">GetCustomAttributes(System.Type,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetExecutingAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>typeof(CurrentType).GetTypeInfo().Assembly</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.2/dpdgraph/0.6.4.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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.7.2 / dpdgraph - 0.6.4</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.4 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 19:39:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 19:39:34 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 2 Virtual package relying on perl coq 8.7.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;yves.bertot@inria.fr&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; {&lt; &quot;4.08.0&quot;} &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&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/Karmaki/coq-dpdgraph/releases/download/v0.6.4/coq-dpdgraph-0.6.4.tgz&quot; checksum: &quot;md5=93e5ffcfa808fdba9cc421866ee1d416&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.4 coq.8.7.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.2). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.4</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>
grid.css
alefalezza/css-grid
/* Clearfix */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { content: ' '; visibility: hidden; display: table; } .clearfix:after { clear: both; }
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.2/founify/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>founify: 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.13.2 / founify - 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> founify <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-05 06:59:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 06:59:20 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.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/founify&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/FOUnify&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: First-order Unification&quot; &quot;keyword: Robinson&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;category: Miscellaneous/Extracted Programs/Type checking unification and normalization&quot; ] authors: [ &quot;Jocelyne Rouyer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/founify/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/founify.git&quot; synopsis: &quot;Correctness and extraction of the unification algorithm&quot; description: &quot;&quot;&quot; A notion of terms based on symbols without fixed arities is defined and an extended unification problem is proved solvable on these terms. An algorithm, close from Robinson algorithm, can be extracted from the proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/founify/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=bef41f648bd5eed60a0aa2c8136be541&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-founify.8.9.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-founify -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-founify.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/gappa/1.4.5.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: 1 m 19 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.8.1 / gappa - 1.4.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> gappa <small> 1.4.5 <span class="label label-success">1 m 19 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 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.8.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://gappa.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/gappa/coq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/gappa/coq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; patches: [ &quot;remake.patch&quot; ] build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.0&quot; &amp; &lt; &quot;4~&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;logpath:Gappa&quot; &quot;date:2020-11-26&quot; ] authors: [ &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover&quot; url { src: &quot;https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.4.5.tar.gz&quot; checksum: &quot;sha512=79232f0132bc888fac83c45751d1a030c7fefd4a00b3be41941baaf1b5b8057a17b7a635323b07ec0de6b1cfc502cc664a77ae7864ae5387a5cc2727831aaa61&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-gappa.1.4.5 coq.8.8.1</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-gappa.1.4.5 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 m 39 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-gappa.1.4.5 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 19 s</dd> </dl> <h2>Installation size</h2> <p>Total: 2 M</p> <ul> <li>562 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_tactic.vo</code></li> <li>297 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_tree.vo</code></li> <li>176 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/gappatac.cmxs</code></li> <li>146 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_float.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_round.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_real.vo</code></li> <li>87 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_fixed.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_round_def.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_decimal.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_user.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_definitions.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_common.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_library.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/gappatac.cmo</code></li> <li>8 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-gappa.1.4.5</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>
events/templates/events/event_index_page.html
linuxsoftware/mamc-wagtail-site
{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %} <div class="body-content"> <div class="content-inner"> {{ self.intro|richtext }} {# Uses method defined in models.py to retrieve all upcoming events #} {# See also standard index for creating a listing with a tag #} {# {% with self.events.all as events %} #} {# {% if events %} #} {# <div class="list-group"> #} {# {% for event in events %} #} {# {% include "events/includes/event_list_item.html" %} #} {# {% endfor %} #} {# </div> #} {# {% endif %} #} {# {% endwith %} #} </div> </div> {% endblock %}
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.2/search-trees/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>search-trees: 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.2 / search-trees - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> search-trees <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 10:12:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 10:12:16 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.5.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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/search-trees&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/SearchTrees&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: binary search trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; ] authors: [ &quot;Pierre Castéran&quot; ] bug-reports: &quot;https://github.com/coq-contribs/search-trees/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/search-trees.git&quot; synopsis: &quot;Binary Search Trees&quot; description: &quot;&quot;&quot; Algorithms for collecting, searching, inserting and deleting elements in binary search trees on nat&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/search-trees/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=012695d00801360382b39c5ccd2c18e1&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-search-trees.8.10.0 coq.8.5.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.5.2). The following dependencies couldn&#39;t be met: - coq-search-trees -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-search-trees.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.0/coquelicot/2.0.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coquelicot: 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.9.0 / coquelicot - 2.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coquelicot <small> 2.0.1 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-18 22:12:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-18 22:12:38 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.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 ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;http://coquelicot.saclay.inria.fr/&quot; license: &quot;LGPL 3&quot; build: [ [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} &quot;coq-ssreflect&quot; {= &quot;1.5.0&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:topology&quot; &quot;keyword:filters&quot; &quot;keyword:metric spaces&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Sylvie Boldo &lt;sylvie.boldo@inria.fr&gt;&quot; &quot;Catherine Lelay &lt;catherine.lelay@inria.fr&gt;&quot; &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A Coq formalization of real analysis compatible with the standard library&quot; url { src: &quot;https://gforge.inria.fr/frs/download.php/33464/coquelicot-2.0.1.tar.gz&quot; checksum: &quot;md5=e06ef9cadf7cdce7517a17b895409ef0&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-coquelicot.2.0.1 coq.8.9.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.9.0). The following dependencies couldn&#39;t be met: - coq-coquelicot -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.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-coquelicot.2.0.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"> <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>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/metacoq-safechecker/1.0~alpha1+8.8.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-safechecker: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / metacoq-safechecker - 1.0~alpha1+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-safechecker <small> 1.0~alpha1+8.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 02:26:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 02:26:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;safechecker&quot;] ] install: [ [make &quot;-C&quot; &quot;safechecker&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} ] synopsis: &quot;Implementation and verification of safe conversion and typechecking algorithms for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The SafeChecker modules provides a correct implementation of weak-head reduction, conversion and typechecking of Coq definitions and global environments. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&quot; }</pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-safechecker.1.0~alpha1+8.8 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-metacoq-safechecker -&gt; coq-metacoq-template &lt; 1.0~alpha1+8.9 -&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-metacoq-safechecker.1.0~alpha1+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>
_site/posts/tcs/machine_learning/probabilistic/ideas.html
holdenlee/notebook
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content="Holden Lee's Research Notebook"> <meta name="author" content="Holden Lee"> <title>Probabilistic models - Ideas</title> <!-- Bootstrap core CSS --> <link href="../../../../bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <!-- <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> --> <!-- Custom styles for this template --> <link href="../../../../css/blog.css" rel="stylesheet"> <link href="../../../../css/default.css" rel="stylesheet"> <!-- Extension : Footnotes --> <link href="../../../../footnotes/css/footnotes.css" rel="stylesheet"> <!-- Extension : InlineDisqussions @ https://github.com/tsi/inlineDisqussions --> <!-- Extension : Collapsible lists @ http://code.stephenmorley.org/javascript/collapsible-lists/--> <link href="../../../../collapsible_lists/css/collapsible.css" rel="stylesheet"> <script type="text/javascript" src="../../../../collapsible_lists/js/CollapsibleLists.js"></script> </head> <body> <!-- Navigation bar. navbar-inverse is black, navbar-default is white.--> <!-- To make a button active (pressed), use <li class="active"> --> <div id="header"> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <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="../../../../">Notebook</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../../../">Home</a></li> <li><a href="../../../../sitemap.html">Sitemap</a></li> <!-- TODO: Distinguish between PAPERS, RESEARCH QUESTIONS, BOOKS --> <!-- TODO: make this part a for loop over main pages --> </ul> </div><!--/.nav-collapse --> </div> </nav> </div> <!-- Content --> <!--div id="content"> <h1>Mental Wilderness</h1>--> <div class="container"> <div id="content"> <div class="page header"> <h1>Probabilistic models - Ideas</h1> </div> <div class="info"> <p>Posted: 2016-11-07 , Modified: 2016-11-07 </p> <p>Tags: <a href="../../../../tags/none.html">none</a></p> </div> </div> <!--/div--> <div class="toc"> <ul> <li><a href="#non-generative-framework-for-learning-probabilistic-models">Non-generative framework for learning probabilistic models</a><ul> <li><a href="#hmms">HMM’s</a></li> <li><a href="#kernel-hmm">Kernel HMM</a></li> </ul></li> <li><a href="#markov-models-with-exponential-state-space">Markov models with exponential state space</a></li> <li><a href="#context-vectors">Context vectors</a></li> </ul> </div> <div class="blog-main"> <h2 id="non-generative-framework-for-learning-probabilistic-models">Non-generative framework for learning probabilistic models</h2> <p>We can adapt Hazan and Ma’s framework [HM16] to learning probabilistic models. Note that given a model, in the limit the number of bits needed to encode a sequence of samples (up to some level of accuracy) is the entropy of that sequence under the model. Thus the natural loss to look at here is the entropy.</p> <p>We say a distribution <span class="math inline">\(D\)</span> is <span class="math inline">\(\ga\)</span> C-learnable by a hypothesis class <span class="math inline">\(\mathcal H\)</span> of probabilistic models if there is an algorithm, that given <span class="math inline">\(\ep\)</span>, with probability <span class="math inline">\(1-\de\)</span>, outputs a model <span class="math inline">\(m\)</span> such that <span class="math display">\[ \rc{l(\vec x)} \EE_{D} \ln \Pj(\vec x|m) \le \rc{l(\vec x)} \min_{m\in \mathcal H} \EE_{D}\ln \Pj(\vec x|m) + \ep + \ga \]</span> in time polynomial in the parameters, <span class="math inline">\(\poly\pa{\rc\ep, \ln\prc{\de}, d}\)</span>. Equivalently, the <span class="math inline">\(m\)</span> that is output satisfies <span class="math display">\[ KL(D || m)\le KL(D || \mu) +\ep + \ga. \]</span> where <span class="math inline">\(\mu\)</span> is the distribution minimizing <span class="math inline">\(KL(D||\mu)\)</span>.</p> <p>We say the hypothesis class <span class="math inline">\(\mathcal H\)</span> is C-learnable if any distribution <span class="math inline">\(D\)</span> is C-learnable by <span class="math inline">\(\mathcal H\)</span>.</p> <h3 id="hmms">HMM’s</h3> <p><strong>Question</strong>: Is the class of HMM’s C-learnable?</p> <p>The tensor algorithm for HMM’s reduces from the problem of learning from 3 independent views to learning a HMM. Learning from 3 independent views relies on 3-tensor decomposition.</p> <p>The problem boils down to: <strong>Can we find the closest rank <span class="math inline">\(k\)</span> tensor to a given 3-tensor?</strong> (Consider the regime <span class="math inline">\(k\le n\)</span>, <span class="math inline">\(n\)</span> the dimension.) (If there are <span class="math inline">\(k\)</span> hidden states, the the tensor of probabilities is <span class="math display">\[\pa{\sum_h \Pj(h)\Pj(x_1|h)\Pj(x_2|h) \Pj(x_3|h)}_{x_1x_2x_3} = \sum \Pj(h) (p_1)_h\ot (p_2)_h\ot (p_3)_h.\]</span></p> <p>Actually, it’s a little harder: the distance here is not the <span class="math inline">\(L^2\)</span> distance but the KL divergence. (We can also consider the <span class="math inline">\(L^2\)</span> distance.) For 2 independent views, this problem becomes: given a matrix <span class="math inline">\(A\)</span> with nonnegative entries summing to 1, find a matrix <span class="math inline">\(B\)</span> with nonnegative entries summing to 1, of rank <span class="math inline">\(k\)</span>, and such that <span class="math inline">\(KL(p_B||p_A)\)</span> is as small as possible.</p> <h3 id="kernel-hmm">Kernel HMM</h3> <p>Apply the kernel methods of [SBSG10] Hilbert Space Embeddings of Hidden Markov Models not to the spectral algorithm in [HKZ12] but to the tensor algorithm.</p> <!--A spectral algorithm for learning Hidden Markov Models, we get a kernel algorithm in an esy --> <p>This requires some calculation but is straightforward.</p> <h2 id="markov-models-with-exponential-state-space">Markov models with exponential state space</h2> <p>Can we learn (hidden) Markov models with exponential state space?</p> <p>One model is that of a dynamic Bayes net (DBN). Even given pairs <span class="math inline">\((x,y)\)</span> it may be difficult to learn in general (check this…)—if the graph is bounded degree <span class="math inline">\(d\)</span> with bounded edge weights then it could be fixed parameter tractable in <span class="math inline">\(d\)</span>. (To be actually tractable probably the weights have to be <span class="math inline">\(1/d\)</span>.)</p> <h2 id="context-vectors">Context vectors</h2> <p>Currently we model documents with the context vector undergoing a random walk (<a href="../nlp/randwalk.html">ALLMR16</a>). I don’t think the different coordinates are so interpretable. (?) A random walk is like a DBM where the connections are <span class="math inline">\(1\to 1', 2\to 2'\)</span>, etc. Can we model the evolution of the context vector as something more complicated but still tractable?</p> </div> <!-- Extension : Sharing buttons @ www.sharethis.com --> <span class="st_facebook_large" displayText="Facebook"></span> <span class="st_twitter_large" displayText="Tweet"></span> <span class="st_googleplus_large" displayText="Google +"></span> <span class="st_reddit_large" displayText="Reddit"></span> <span class="st__large" displayText></span> <div id="disqus_thread"></div> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </div> </div> <!-- Footer --> <div id="footer"> <div class="container"> Built with <a href="http://jaspervdj.be/hakyll">Hakyll</a> using <a href="http://www.getbootstrap.com">Bootstrap</a>, <a href="http://www.disqus.com">Disqus</a>, <a href="http://ignorethecode.net/blog/2010/04/20/footnotes/">Footnotes.js</a>, <a href="http://highlightjs.org/">Highlight.js</a>, <a href="http://www.mathjax.org">MathJax</a>, and <a href="http://www.sharethis.com">ShareThis</a>. </div> </div> </body> </html> <!-- SCRIPTS --> <!-- jQuery--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script src="../../../../bootstrap/js/bootstrap.min.js"></script> <!-- Extension : Highlight.js @ https://highlightjs.org/ --> <!-- Syntax highlighting tomorrow-night-bright, agate--> <link rel="stylesheet" href="../../../../highlight/css/tomorrow-night-bright.css"> <script src="../../../../highlight/js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> <!-- Extension : MathJax @ https://docs.mathjax.org/en/v2.5-latest/tex.html --> <!-- MathJax/config/local/local.js contains macros. Need to provide entire URL--> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML,http://holdenlee.github.io/notebook/MathJax/config/local/local"></script> <!-- Extension : Footnotes @ http://ignorethecode.net/blog/2010/04/20/footnotes/ --> <script src="../../../../footnotes/js/footnotes.js"></script> <!-- Extension : Disqus @ http://disqus.com --> <!-- Extension : InlineDisqussions @ https://github.com/tsi/inlineDisqussions --> <script src="../../../../disqus/js/disqus.js"></script> <!-- Extension : Google Analytics --> <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-73261814-1', 'auto'); ga('send', 'pageview'); </script>
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1+2/coqeal/1.0.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqeal: 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 / coqeal - 1.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqeal <small> 1.0.1 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-02-24 00:36:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-24 00:36:37 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.1+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;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; homepage: &quot;https://github.com/CoqEAL/CoqEAL&quot; bug-reports: &quot;https://github.com/CoqEAL/CoqEAL/issues&quot; dev-repo: &quot;git+https://github.com/CoqEAL/CoqEAL.git&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;)} &quot;coq-bignums&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;)} &quot;coq-paramcoq&quot; {(&gt;= &quot;1.1.1&quot;)} &quot;coq-mathcomp-multinomials&quot; {(&gt;= &quot;1.2&quot; &amp; &lt; &quot;1.4~&quot;)} &quot;coq-mathcomp-algebra&quot; {(&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.10~&quot;)} ] tags: [ &quot;keyword:effective algebra&quot; &quot;keyword:elementary divisor rings&quot; &quot;keyword:Smith normal form&quot; &quot;keyword:mathematical components&quot; &quot;keyword:Bareiss&quot; &quot;keyword:Karatsuba&quot; &quot;keyword:refinements&quot; &quot;logpath:CoqEAL&quot; ] authors: [ &quot;Guillaume Cano&quot; &quot;Cyril Cohen&quot; &quot;Maxime Dénès&quot; &quot;Anders Mörtberg&quot; &quot;Vincent Siles&quot; ] synopsis: &quot;CoqEAL - The Coq Effective Algebra Library&quot; description: &quot;&quot;&quot; This libary contains a subset of the work that was developed in the context of the ForMath european project (2009-2013). It has two parts: - theory (module CoqEAL_theory), which contains formal developments in algebra and optimized algorithms on mathcomp data structures. - refinements (module CoqEAL_refinements), which is a framework to ease change of data representation during a proof. &quot;&quot;&quot; url { src: &quot;https://github.com/CoqEAL/CoqEAL/archive/1.0.1.tar.gz&quot; checksum: &quot;sha256=a289dbdfbb6dd9e8b8e95cfa202d59b82408fb921071709b45b65117c5e6feeb&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-coqeal.1.0.1 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-coqeal -&gt; coq-paramcoq &gt;= 1.1.1 -&gt; coq &gt;= 8.7.2 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-coqeal.1.0.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"> <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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.0/qarith-stern-brocot/8.12.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: 3 m 39 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.12.0 / qarith-stern-brocot - 8.12.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> qarith-stern-brocot <small> 8.12.0 <span class="label label-success">3 m 39 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-12 21:03:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-12 21:03:31 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/qarith-stern-brocot&quot; dev-repo: &quot;git+https://github.com/coq-community/qarith-stern-brocot.git&quot; bug-reports: &quot;https://github.com/coq-community/qarith-stern-brocot/issues&quot; license: &quot;LGPL-2.1-or-later&quot; synopsis: &quot;Binary rational numbers&quot; description: &quot;&quot;&quot; Development of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.13~&quot;} ] tags: [ &quot;category:Mathematics/Arithmetic and Number Theory/Rational numbers&quot; &quot;category:Miscellaneous/Extracted Programs/Arithmetic&quot; &quot;keyword:rational numbers&quot; &quot;keyword:arithmetic&quot; &quot;keyword:field tactic&quot; &quot;keyword:binary lists&quot; &quot;keyword:Stern-Brocot&quot; &quot;logpath:QArithSternBrocot&quot; &quot;date:2020-10-10&quot; ] authors: [ &quot;Milad Niqui&quot; &quot;Yves Bertot&quot; ] url { src: &quot;https://github.com/coq-community/qarith-stern-brocot/archive/v8.12.0.tar.gz&quot; checksum: &quot;sha512=86e6fe06edd9a7cc9251a25ba0acf365df58ee4e384486808f83b92027299b5459082384395916f5e9798e42c3595279fb0eff76f0c58842f4fd73f7a2b7a80c&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-qarith-stern-brocot.8.12.0 coq.8.12.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-qarith-stern-brocot.8.12.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-qarith-stern-brocot.8.12.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 39 s</dd> </dl> <h2>Installation size</h2> <p>Total: 16 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.glob</code></li> <li>805 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.glob</code></li> <li>726 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo</code></li> <li>713 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo</code></li> <li>666 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.vo</code></li> <li>534 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.glob</code></li> <li>514 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.glob</code></li> <li>505 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.glob</code></li> <li>434 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo</code></li> <li>391 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo</code></li> <li>355 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo</code></li> <li>344 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.vo</code></li> <li>333 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo</code></li> <li>318 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.glob</code></li> <li>307 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.glob</code></li> <li>298 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo</code></li> <li>295 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.glob</code></li> <li>288 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.v</code></li> <li>283 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.glob</code></li> <li>271 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.vo</code></li> <li>224 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo</code></li> <li>223 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.glob</code></li> <li>222 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.vo</code></li> <li>221 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo</code></li> <li>215 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.glob</code></li> <li>213 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.vo</code></li> <li>200 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.glob</code></li> <li>198 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.vo</code></li> <li>189 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.glob</code></li> <li>164 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.glob</code></li> <li>160 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.vo</code></li> <li>156 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.glob</code></li> <li>155 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.glob</code></li> <li>140 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.vo</code></li> <li>139 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.v</code></li> <li>138 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.glob</code></li> <li>115 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.glob</code></li> <li>111 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.glob</code></li> <li>109 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.v</code></li> <li>83 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.v</code></li> <li>82 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.v</code></li> <li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Zaux.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.v</code></li> <li>60 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/general_Q.v</code></li> <li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.v</code></li> <li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/R_addenda.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_order.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_field.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qabs.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/sqrt2.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-qarith-stern-brocot.8.12.0</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>
clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.0/plouffe/1.4.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>plouffe: 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.9.0 / plouffe - 1.4.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> plouffe <small> 1.4.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-15 06:26:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-15 06:26:03 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.9.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;Laurent.Thery@inria.fr&quot; homepage: &quot;https://github.com/thery/Plouffe&quot; bug-reports: &quot;https://github.com/thery/Plouffe/issues&quot; license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-bignums&quot; &quot;coq-mathcomp-ssreflect&quot; &quot;coq-coquelicot&quot; {&gt;= &quot;3.0.0&quot;} ] tags: [ &quot;logpath:Plouffe&quot; ] synopsis: &quot;A Coq formalization of Plouffe formula&quot; authors: &quot;Laurent Thery&quot; url { src: &quot;https://github.com/thery/Plouffe/archive/v1.4.0.zip&quot; checksum: &quot;md5=30fd47adcc6e06ad1738ecc00c36e3b8&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-plouffe.1.4.0 coq.8.9.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.9.0). The following dependencies couldn&#39;t be met: - coq-plouffe -&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-plouffe.1.4.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>
clean/Linux-x86_64-4.11.1-2.0.7/released/8.12.0/euler-formula/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euler-formula: 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.0 / euler-formula - 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> euler-formula <small> 8.7.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-10 01:03:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-10 01:03:28 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/euler-formula&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/EulerFormula&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: polyhedron&quot; &quot;keyword: hypermap&quot; &quot;keyword: genus&quot; &quot;keyword: Euler formula&quot; &quot;keyword: assisted proofs&quot; &quot;category: Mathematics/Geometry&quot; &quot;date: 2006-09&quot; ] authors: [ &quot;Jean-François Dufourd &lt;dufourd@dpt-info.u-strasbg.fr&gt; [http://dpt-info.u-strasbg.fr/~jfd/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/euler-formula/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/euler-formula.git&quot; synopsis: &quot;Hypermaps, Genus Theorem and Euler Formula&quot; description: &quot;This library formalizes the combinatorial hypermaps and their properties in a constructive way. It gives the proofs of the Genus Theorem and of the Euler Formula for the polyhedra.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/euler-formula/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=b0764bf83063699c2ce7b8b0c0673abc&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-euler-formula.8.7.0 coq.8.12.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.12.0). The following dependencies couldn&#39;t be met: - coq-euler-formula -&gt; coq &lt; 8.8~ -&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-euler-formula.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>
v5/user-agent-detail/47/0b/470b157e-0600-40ff-8cb6-e4ab973c1681.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Motorola</td><td>Q9m</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard [family] => Motorola Q9m [brand] => Motorola [model] => Q9m ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>IEMobile 7.0</td><td>Trident 3.1</td><td>WinCE </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.018</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/4\.0 \(.*compatible.*;.*msie 6\.0; windows ce; iemobile.7\..*$/ [browser_name_pattern] => mozilla/4.0 (*compatible*;*msie 6.0; windows ce; iemobile?7.* [parent] => IEMobile 7.0 [comment] => IEMobile 7.0 [browser] => IEMobile [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Microsoft Corporation [browser_modus] => unknown [version] => 7.0 [majorver] => 7 [minorver] => 0 [platform] => WinCE [platform_version] => unknown [platform_description] => Windows CE [platform_bits] => 32 [platform_maker] => Microsoft Corporation [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => 1 [javascript] => 1 [vbscript] => 1 [javaapplets] => 1 [activexcontrols] => 1 [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 2 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => Trident [renderingengine_version] => 3.1 [renderingengine_description] => For Internet Explorer since version 4.0 and embedded WebBrowser controls (such as Internet Explorer shells, Maxthon and some media players). [renderingengine_maker] => Microsoft Corporation ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>IE 6.0</td><td><i class="material-icons">close</i></td><td>Win32 </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/4\.0 \(compatible; msie 6\.0.*; .*windows.*$/ [browser_name_pattern] => mozilla/4.0 (compatible; msie 6.0*; *windows* [parent] => IE 6.0 for Desktop [comment] => IE 6.0 [browser] => IE [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 6.0 [majorver] => 0 [minorver] => 0 [platform] => Win32 [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Desktop [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>IE 6.0</td><td><i class="material-icons">close</i></td><td>Win32 </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.011</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/4\.0 \(compatible; msie 6\.0.*; .*windows.*$/ [browser_name_pattern] => mozilla/4.0 (compatible; msie 6.0*; *windows* [parent] => IE 6.0 for Desktop [comment] => IE 6.0 [browser] => IE [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Microsoft Corporation [browser_modus] => unknown [version] => 6.0 [majorver] => 6 [minorver] => 0 [platform] => Win32 [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Desktop [device_pointing_method] => mouse [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>IEMobile 7.7</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Windows [browser] => IEMobile [version] => 7.7 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>IE 7.7</td><td><i class="material-icons">close</i></td><td>WindowsMobileOS </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => IE [browserVersion] => 7.7 [osName] => WindowsMobileOS [osVersion] => [deviceModel] => Motorola [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>IE Mobile 7.7</td><td><i class="material-icons">close</i></td><td>Windows </td><td style="border-left: 1px solid #555">Motorola</td><td>Q9m</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.23401</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 240 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Motorola [mobile_model] => Q9m [version] => 7.7 [is_android] => [browser_name] => IE Mobile [operating_system_family] => Windows [operating_system_version] => [is_ios] => [producer] => Microsoft Corporation. [operating_system] => Windows Mobile [mobile_screen_width] => 320 [mobile_browser] => IEMobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>IE Mobile 7.7</td><td>Trident </td><td>Windows CE </td><td style="border-left: 1px solid #555">Motorola</td><td>Q9m</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => IE Mobile [short_name] => IM [version] => 7.7 [engine] => Trident ) [operatingSystem] => Array ( [name] => Windows CE [short_name] => WCE [version] => [platform] => ) [device] => Array ( [brand] => MR [brandName] => Motorola [model] => Q9m [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Internet Explorer 6.0</td><td><i class="material-icons">close</i></td><td>Windows CE</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard ) [name:Sinergi\BrowserDetector\Browser:private] => Internet Explorer [version:Sinergi\BrowserDetector\Browser:private] => 6.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Windows [version:Sinergi\BrowserDetector\Os:private] => CE [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>IE Mobile 7.7</td><td><i class="material-icons">close</i></td><td>Windows Mobile </td><td style="border-left: 1px solid #555">Motorola</td><td>Q9m</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 7 [minor] => 7 [patch] => [family] => IE Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Windows Mobile ) [device] => UAParser\Result\Device Object ( [brand] => Motorola [model] => Q9m [family] => Motorola Q9m ) [originalUserAgent] => Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Internet Explorer 6.0</td><td> </td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15201</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Motorola [platform_version] => 9 [platform_type] => Mobile [browser_name] => Internet Explorer [browser_version] => 6.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>IE Mobile 7.7</td><td><i class="material-icons">close</i></td><td>Windows CE </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.09101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => IE Mobile [agent_version] => 7.7 [os_type] => Windows [os_name] => Windows CE [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Internet Explorer Mobile </td><td> </td><td>Windows </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.23901</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Windows [simple_sub_description_string] => [simple_browser_string] => Internet Explorer Mobile on Windows CE [browser_version] => [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => internet-explorer-mobile [operating_system_version] => CE [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Windows CE [operating_system_version_full] => [operating_platform_code] => [browser_name] => Internet Explorer Mobile [operating_system_name_code] => windows [user_agent] => Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.7) 320x240; VZW; Motorola-Q9m; Windows Mobile 6.0 Standard [browser_version_full] => [browser] => Internet Explorer Mobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Mobile Internet Explorer 6.0</td><td>Trident </td><td>Windows Mobile 6.0</td><td style="border-left: 1px solid #555">Motorola</td><td>MOTO Q9m</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Mobile Internet Explorer [version] => 6.0 [type] => browser ) [engine] => Array ( [name] => Trident ) [os] => Array ( [name] => Windows Mobile [version] => 6.0 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Motorola [model] => MOTO Q9m ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Internet Explorer 6.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Internet Explorer [vendor] => Microsoft [version] => 6.0 [category] => smartphone [os] => Windows CE [os_version] => CE ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>IE Mobile </td><td><i class="material-icons">close</i></td><td>Windows Mobile </td><td style="border-left: 1px solid #555">Motorola</td><td>Q9m</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.019</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => Windows Mobile [advertised_device_os_version] => [advertised_browser] => IE Mobile [advertised_browser_version] => [complete_device_name] => Motorola Q9m [device_name] => Motorola Q9m [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Motorola [model_name] => Q9m [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://uaprof.motorola.com/phoneconfig/q-umts/Profile/mot-q9h.rdf [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Windows Mobile OS [mobile_browser] => IEMobile [mobile_browser_version] => 7.7 [device_os_version] => 6 [pointing_method] => [release_date] => 2007_february [marketing_name] => [model_extra_info] => Verizon [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => true [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => true [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 3 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => true [html_wi_imode_html_2] => true [html_wi_imode_html_3] => true [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 320 [resolution_height] => 240 [columns] => 19 [max_image_width] => 300 [max_image_height] => 240 [rows] => 8 [physical_screen_width] => 49 [physical_screen_height] => 37 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 1800 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 10000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => true [ringtone_3gpp] => false [ringtone_midi_monophonic] => true [ringtone_midi_polyphonic] => true [ringtone_imelody] => true [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => true [ringtone_rmf] => true [ringtone_xmf] => true [ringtone_amr] => true [ringtone_awb] => true [ringtone_aac] => true [ringtone_wav] => true [ringtone_mp3] => true [ringtone_spmidi] => true [ringtone_qcelp] => false [ringtone_voices] => 16 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => true [wallpaper_max_width] => 176 [wallpaper_max_height] => 220 [wallpaper_preferred_width] => 176 [wallpaper_preferred_height] => 220 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => true [wallpaper_jpg] => true [wallpaper_png] => true [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 8 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => true [oma_v_1_0_forwardlock] => true [oma_v_1_0_combined_delivery] => true [oma_v_1_0_separate_delivery] => true [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => true [streaming_vcodec_h263_0] => 30 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 3 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1.3 [streaming_acodec_amr] => nb [streaming_acodec_aac] => heaac [streaming_wmv] => 7 [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => true [j2me_midp_1_0] => true [j2me_midp_2_0] => true [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 240 [j2me_screen_height] => 320 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 307200 [mms_max_height] => 1200 [mms_max_width] => 1600 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => true [mmf] => true [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => true [sp_midi] => true [rmf] => true [xmf] => true [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => true [amr] => true [awb] => true [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 1 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => true [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => heaac [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => 7 [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => true [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => C [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>IEMobile 7.7</td><td><i class="material-icons">close</i></td><td>Windows CE</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://www.microsoft.com/windowsmobile/en-us/downloads/microsoft/internet-explorer-mobile.mspx [title] => IEMobile 7.7 [code] => msie-mobile [version] => 7.7 [name] => IEMobile [image] => img/16/browser/msie-mobile.png ) [os] => Array ( [link] => http://www.microsoft.com/windows/ [name] => Windows [version] => CE [code] => win-2 [x64] => [title] => Windows CE [type] => os [dir] => os [image] => img/16/os/win-2.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.microsoft.com/windows/ [name] => Windows [version] => CE [code] => win-2 [x64] => [title] => Windows CE [type] => os [dir] => os [image] => img/16/os/win-2.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:56:16</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/bdds/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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.11.2 / 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> bdds <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 02:26:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 02:26:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/bdds&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j1&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/BDDs&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-int-map&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: BDD&quot; &quot;keyword: binary decision diagrams&quot; &quot;keyword: classical logic&quot; &quot;keyword: propositional logic&quot; &quot;keyword: validity&quot; &quot;keyword: satisfiability&quot; &quot;keyword: model checking&quot; &quot;keyword: reflection&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;category: Miscellaneous/Extracted Programs/Decision procedures&quot; &quot;date: May-July 1999&quot; ] authors: [ &quot;Kumar Neeraj Verma&quot; ] bug-reports: &quot;https://github.com/coq-contribs/bdds/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/bdds.git&quot; synopsis: &quot;BDD algorithms and proofs in Coq, by reflection&quot; description: &quot;&quot;&quot; Provides BDD algorithms running under Coq. (BDD are Binary Decision Diagrams.) Allows one to do classical validity checking by reflection in Coq using BDDs, can also be used to get certified BDD algorithms by extraction. First step towards actual symbolic model-checkers in Coq. See file README for operation.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/bdds/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=8096278f05e33fe07dac659da37affd6&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-bdds.8.9.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-bdds -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-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"> 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>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.2/io/2.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>io: 18 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.12.2 / io - 2.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> io <small> 2.0.0 <span class="label label-success">18 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-15 01:36:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 01:36: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 coq 8.12.2 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;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/io&quot; dev-repo: &quot;git+https://github.com/clarus/io.git&quot; bug-reports: &quot;https://github.com/clarus/io/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Io&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} ] synopsis: &quot;A library for effects in Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-io/io/archive/2.0.0.tar.gz&quot; checksum: &quot;md5=0e49a9b1286fca15f2b34b1065388244&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-io.2.0.0 coq.8.12.2</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-io.2.0.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-io.2.0.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>18 s</dd> </dl> <h2>Installation size</h2> <p>Total: 27 K</p> <ul> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/Run.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/C.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/Effects.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/Run.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/C.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/All.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/C.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/Run.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/Effects.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/Effects.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Io/All.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-io.2.0.0</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>
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.2/tlc/20210316.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tlc: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / tlc - 20210316</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> tlc <small> 20210316 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-03-31 05:27:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-03-31 05:27:10 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.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;arthur.chargueraud@inria.fr&quot; homepage: &quot;https://github.com/charguer/tlc&quot; dev-repo: &quot;git+https://github.com/charguer/tlc.git&quot; bug-reports: &quot;https://github.com/charguer/tlc/issues&quot; license: &quot;MIT&quot; synopsis: &quot;TLC: A Library for Classical Coq&quot; description: &quot;&quot;&quot; Provides an alternative to the core of the Coq standard library, using classic definitions. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; { &gt;= &quot;8.12&quot; } ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2021-03-16&quot; &quot;keyword:classical logic&quot; &quot;logpath:TLC&quot; ] authors: [ &quot;Arthur Charguéraud&quot; ] url { src: &quot;https://github.com/charguer/tlc/archive/20210316.tar.gz&quot; checksum: [ &quot;md5=a88c1bd2b7995d256b88fc7f75ac1f60&quot; &quot;sha512=886e6151dbbf04e6bc73289c4661bda6d176219b341ad6a43269f66c383f617a6b6a7fbcf048e015d9455b15bb4e361957c660d94c092cc13a1db206bf3c4505&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-tlc.20210316 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-tlc -&gt; coq &gt;= 8.12 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-tlc.20210316</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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.10.2/mathcomp-field/1.6.4.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 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 / mathcomp-field - 1.6.4</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-field <small> 1.6.4 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 13:05:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 13:05: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.10.2 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; name: &quot;coq-mathcomp-field&quot; version: &quot;1.6.4&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;http://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/field&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-solvable&quot; {= &quot;1.6.4&quot;} ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on Fields&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about field extensions, galois theory, algebraic numbers, cyclotomic polynomials...&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.4.tar.gz&quot; checksum: &quot;md5=29362a734d183301e2ce839b0ad14bd9&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-mathcomp-field.1.6.4 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-mathcomp-field -&gt; coq-mathcomp-solvable = 1.6.4 -&gt; coq-mathcomp-algebra = 1.6.4 -&gt; coq-mathcomp-fingroup = 1.6.4 -&gt; coq-mathcomp-ssreflect = 1.6.4 -&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-mathcomp-field.1.6.4</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>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.0/canon-bdds/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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.11.0 / canon-bdds - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> canon-bdds <small> 8.5.0 <span class="label label-info">Not compatible 👼</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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/canon-bdds&quot; license: &quot;Proprietary&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.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &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 &lt;&gt;&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.5.0.tar.gz&quot; checksum: &quot;md5=1e2bdec36357609a6a0498d59a2e68ba&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.5.0 coq.8.11.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.11.0). The following dependencies couldn&#39;t be met: - coq-canon-bdds -&gt; coq &lt; 8.6~ -&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-canon-bdds.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.0/flocq/3.4.2.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: 12 m 10 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.9.0 / flocq - 3.4.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 3.4.2 <span class="label label-success">12 m 10 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 17:12:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 17:12:23 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.9.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; maintainer: &quot;guillaume.melquiond@inria.fr&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;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.15~&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;logpath:Flocq&quot; &quot;date:2021-06-18&quot; ] authors: [ &quot;Sylvie Boldo &lt;sylvie.boldo@inria.fr&gt;&quot; &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A formalization of floating-point arithmetic for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.2.tar.gz&quot; checksum: &quot;sha512=eceeebbeb3d42a6e1d279839e6d98ec453ea4ce60b55e3310e5ca44ff10ad992435fbde2c321c884ad4aa3d075a08c84c1b1a49e5160f6789a4b74f21bfcff12&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.3.4.2 coq.8.9.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-flocq.3.4.2 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-flocq.3.4.2 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 m 10 s</dd> </dl> <h2>Installation size</h2> <p>Total: 16 M</p> <ul> <li>9 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Pff/Pff.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Pff/Pff.v</code></li> <li>541 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.vo</code></li> <li>539 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/Binary.vo</code></li> <li>528 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Double_rounding.vo</code></li> <li>319 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.vo</code></li> <li>230 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Ulp.vo</code></li> <li>177 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Generic_fmt.vo</code></li> <li>172 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Raux.vo</code></li> <li>157 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Double_rounding.v</code></li> <li>146 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Round_odd.vo</code></li> <li>136 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Round.vo</code></li> <li>130 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/Bits.vo</code></li> <li>117 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Round_pred.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Relative.vo</code></li> <li>114 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Digits.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.v</code></li> <li>98 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Zaux.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Bracket.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/Binary.v</code></li> <li>90 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FLT.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.v</code></li> <li>84 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Round_NE.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FLX.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Mult_error.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCopy.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Ulp.v</code></li> <li>67 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Float_prop.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FTZ.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Div.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Sqrt.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Generic_fmt.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Operations.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Sterbenz.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Raux.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FIX.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Defs.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Core.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Round_pred.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Round_odd.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Round.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Relative.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Digits.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCompat.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Version.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/Bits.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Zaux.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Bracket.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Plus_error.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Round_NE.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FLT.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCopy.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Float_prop.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Mult_error.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FLX.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FTZ.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Sqrt.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Div.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Prop/Sterbenz.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Calc/Operations.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Defs.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/FIX.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Version.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/Core/Core.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCompat.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-flocq.3.4.2</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>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6~camlp4/zf/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zf: 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.4.6~camlp4 / zf - 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> zf <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 10:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 10:22:40 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 camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.4.6~camlp4 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 ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/zf&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/ZF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: Zermelo-Fraenkel&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Guillaume Alexandre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zf.git&quot; synopsis: &quot;An axiomatisation of intuitionistic Zermelo-Fraenkel set theory&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zf/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=08c75c3a5a83cdc535843bafc9fdfacd&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-zf.8.9.0 coq.8.4.6~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6~camlp4). The following dependencies couldn&#39;t be met: - coq-zf -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-zf.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.14.1/coqprime/1.0.3.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqprime: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / coqprime - 1.0.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqprime <small> 1.0.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-15 19:54:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-15 19:54:23 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 3 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 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;thery@sophia.inria.fr&quot; homepage: &quot;https://github.com/thery/coqprime&quot; bug-reports: &quot;https://github.com/thery/coqprime/issues&quot; dev-repo: &quot;git+https://github.com/thery/coqprime.git&quot; license: &quot;LGPL&quot; authors: [&quot;Laurent Théry&quot;] build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Coqprime&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8~&quot; &amp; &lt; &quot;8.12&quot;} &quot;coq-bignums&quot; ] synopsis: &quot;Certifying prime numbers in Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/thery/coqprime/archive/v8.8.zip&quot; checksum: &quot;md5=3430856778d10abe378fbdd385ac834d&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-coqprime.1.0.3 coq.8.14.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.14.1). The following dependencies couldn&#39;t be met: - coq-coqprime -&gt; coq &lt; 8.12 -&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-coqprime.1.0.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
lib/highcharts.com/samples/highcharts/no-data-to-display/no-data-pie/demo.html
Oxyless/highcharts-export-image
<script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/no-data-to-display.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script> <div id="container" style="min-width: 310px; height: 400px; margin: 0 auto"></div> <button id="add">Add data</button> <button id="remove">Remove data</button>
html/123456264994.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Tec-N-Tec inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492323385459&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=45434&V_SEARCH.docsStart=45433&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'A=0&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=45432&amp;V_DOCUMENT.docRank=45433&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492323399996&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456258640&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=45434&amp;V_DOCUMENT.docRank=45435&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492323399996&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567162820&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> Tec-N-Tec inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Tec-N-Tec inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.tec-n-tec.com" target="_blank" title="Website URL">http://www.tec-n-tec.com</a></p> <p><a href="mailto:pro@tec-n-tec.com" title="pro@tec-n-tec.com">pro@tec-n-tec.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 8244, rue Pascal-Gagnon<br/> SAINT-LÉONARD, Quebec<br/> H1P 1Y4 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 8244, rue Pascal-Gagnon<br/> SAINT-LÉONARD, Quebec<br/> H1P 1Y4 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (514) 325-7777 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (888) 832-7777</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (514) 325-0282</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=123456264994&amp;graphFileName=TecntecORI.JPG&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Tec-N-tec inc <br> <br>Blind rivet, threaded insert, Placing tool. Adhesive, hot melt, velcro equivalent <br> <br>I.G gas-filled units system<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> Stéphane Tremblay </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 325-7777 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 211 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (514) 325-0282 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> s.tremblay@tec-n-tec.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Luc Tremblay </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"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 325-7777 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> luc.tremblay@tec-n-tec.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> 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"> 1962 </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> Quality Certification: </strong> </div> <div class="col-md-7"> ISO 9001. </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 418410 - Chemical (except Agricultural) and Allied Product Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 416330 - Hardware Wholesaler-Distributors<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Rivet <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> COMPLETE SERVICE: Blind rivet, threaded insert, Placing tool. <br> Millions in stock. <br> <br> Rivets : blind, solid, semi-tubular <br> Rivet seal for I.G. spacer holes.<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"> Threaded Insert <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> COMPLETE SERVICE : Blind rivet, threaded insert, Placing tool. <br> Millions in stock.<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"> Riveting Tool <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> Blind rivet installation tool, sale, repair. <br> <br> COMPLETE SERVICE : Blind rivet, threaded insert, Placing tool. <br> Millions in stock.<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"> Rivet/Threaded Insert <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> COMPLETE SERVICE : Blind rivet, threaded insert, Placing tool. <br> Millions in stock. <br> I.G gas-filled units system<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"> Rivet Seal <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> Rivet designed to seal I.G spacer holes in quality units.<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"> Adhesive <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Industrial and special application adhesive, distributor for 3M, <br> BOSTIK, ADHPRO, LEPAGE <br> Adhertec.<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"> Adhesive Tape <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Specialise adhesive tape<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"> Glue <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Adhesive, special application, distributor for BOSTIK, 3M, <br> ADHPRO, LEPAGE.<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"> Special Tape <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Double or single face adhesive tape, 3M and Adhertec industrial <br> tape.<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"> Duotec <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> System for I.G. gas-filled windows unit manufacturer <br> Rivet designed to seal I.G. spacer holes <br> Temporary hole plug to permit guning the sealnat in pearced <br> Inul-Glass spacer<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"> Velcro equivalent<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Velcro equivalent, adhesive velcro, sewable velcro<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United States</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Stéphane Tremblay </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 325-7777 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 211 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (514) 325-0282 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> s.tremblay@tec-n-tec.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Luc Tremblay </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"> Domestic Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 325-7777 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> luc.tremblay@tec-n-tec.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> 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"> 1962 </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> Quality Certification: </strong> </div> <div class="col-md-7"> ISO 9001. </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 418410 - Chemical (except Agricultural) and Allied Product Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 416330 - Hardware Wholesaler-Distributors<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Rivet <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> COMPLETE SERVICE: Blind rivet, threaded insert, Placing tool. <br> Millions in stock. <br> <br> Rivets : blind, solid, semi-tubular <br> Rivet seal for I.G. spacer holes.<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"> Threaded Insert <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> COMPLETE SERVICE : Blind rivet, threaded insert, Placing tool. <br> Millions in stock.<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"> Riveting Tool <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> Blind rivet installation tool, sale, repair. <br> <br> COMPLETE SERVICE : Blind rivet, threaded insert, Placing tool. <br> Millions in stock.<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"> Rivet/Threaded Insert <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> COMPLETE SERVICE : Blind rivet, threaded insert, Placing tool. <br> Millions in stock. <br> I.G gas-filled units system<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"> Rivet Seal <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Rivetec division <br> <br> Rivet designed to seal I.G spacer holes in quality units.<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"> Adhesive <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Industrial and special application adhesive, distributor for 3M, <br> BOSTIK, ADHPRO, LEPAGE <br> Adhertec.<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"> Adhesive Tape <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Specialise adhesive tape<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"> Glue <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Adhesive, special application, distributor for BOSTIK, 3M, <br> ADHPRO, LEPAGE.<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"> Special Tape <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Adhertec division <br> <br> Double or single face adhesive tape, 3M and Adhertec industrial <br> tape.<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"> Duotec <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> System for I.G. gas-filled windows unit manufacturer <br> Rivet designed to seal I.G. spacer holes <br> Temporary hole plug to permit guning the sealnat in pearced <br> Inul-Glass spacer<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"> Velcro equivalent<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Velcro equivalent, adhesive velcro, sewable velcro<br> <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United States</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2017-03-02 </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 -->
console/app/templates/deploy/_ready_server.html
loaclhostjason/react-redux-admin
<div class="col-sm-12 row command-div"> <div class="clearfix"> <div class="pull-left"> <form class="form-inline"> <div class="form-group"> <input type="text" class="form-control" size="48" placeholder="输入名称、连接地址或者主机名进行搜索(支持模糊匹配)"/> </div> <button type="submit" class="btn btn-default">搜索</button> </form> </div> </div> </div> <table class="table table-hover" style="margin-bottom: 57px"> <thead> <tr> <th width="50">名称</th> <th width="110">连接地址</th> <th width="100">状态</th> <th>主机名</th> <th>操作系统</th> <th>Web中间件</th> <th>注册时间</th> <th width="100" class="text-right">操作</th> </tr> </thead> <tbody> {% if ready_server %} {% for data in ready_server %} <tr> {{ tbody_td(data.name) }} {{ tbody_td(data.address) }} {{ tbody_td('-') }} {{ tbody_td(data.host_name) }} {{ tbody_td(data.operate_system) }} {{ tbody_td(data.middle_ware_name) }} {{ tbody_td(data.register_time) }} <td class="text-right"> <a href="{{ url_for('.create_server', ready_server_id=data.id) }}">设置</a> </td> </tr> {% endfor %} {% else %} <tr> <td style="padding: 50px 0" colspan="8" align="center"> <span>没有记录</span> </td> </tr> {% endif %} </tbody> </table>
basic/web/partials/home/index.html
duyetdev/thesishub
<div class="container"> <div class="row"> <div class="col-sm-10"> <div class="panel panel-warning" style=" padding: 10px"> <div class="panel-heading">Luận văn tốt nghiệp</div> </div> <recent-box></recent-box> <div class="row" ng-repeat="department in departments" > <div class="col-sm-1"> <img ng-src="{{department.image}}" class="img-thumbnail" alt="Ảnh Khoa {{department.department_name}}" height="100px" width="60px" style="border:none;" ng-click="goToListThesisDepartment(department)"> </div> <div class="col-sm-11"> <div class="panel panel-success"> <div class="panel-heading"> <h4 class="department_name panel-title" ng-click="goToListThesisDepartment(department)"><a>{{department.department_name}}</a></h4> </div> <div class="panel-body"> <div class="col-sm-3" ng-repeat="one_thesis in department.thesis | limitTo:8" ng-click="goToViewThesis(one_thesis.thesis_id)"> <h6 class="thesis_name" ><span class="glyphicon glyphicon-hand-right thesis_name_icon"></span><a>{{one_thesis.thesis_name}}</a> </h6> <!-- <span>{{one_thesis.intro | limitTo:80}}</span> --> </div> </div> </div> </div> </div> </div> <div class="col-sm-2"> <recent-side></recent-side> <share-block /> </div> </div> </div>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.2/mathcomp-fingroup/1.11.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: 2 m 26 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.12.2 / mathcomp-fingroup - 1.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-fingroup <small> 1.11.0 <span class="label label-success">2 m 26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-15 01:36:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 01:36: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 coq 8.12.2 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;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-ssreflect&quot; { = version } ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.fingroup&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on finite groups&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about finite groups, group quotients, group morphisms, group presentation, group action... &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz&quot; checksum: &quot;sha256=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6&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-mathcomp-fingroup.1.11.0 coq.8.12.2</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-mathcomp-fingroup.1.11.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 35 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-mathcomp-fingroup.1.11.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 7 M</p> <ul> <li>944 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/action.glob</code></li> <li>888 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/fingroup.glob</code></li> <li>852 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/action.vo</code></li> <li>722 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/gproduct.vo</code></li> <li>647 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/fingroup.vo</code></li> <li>610 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/gproduct.glob</code></li> <li>540 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/morphism.glob</code></li> <li>456 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/morphism.vo</code></li> <li>317 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/quotient.glob</code></li> <li>255 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/quotient.vo</code></li> <li>253 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/perm.vo</code></li> <li>201 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/perm.glob</code></li> <li>166 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/automorphism.vo</code></li> <li>135 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/automorphism.glob</code></li> <li>110 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/fingroup.v</code></li> <li>99 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/action.v</code></li> <li>95 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/presentation.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/gproduct.v</code></li> <li>52 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/morphism.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/presentation.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/quotient.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/perm.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/automorphism.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/presentation.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/fingroup/all_fingroup.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-fingroup.1.11.0</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>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.8.1/menhirlib/20190924.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>menhirlib: 44 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.8.1 / menhirlib - 20190924</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> menhirlib <small> 20190924 <span class="label label-success">44 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-01 11:10:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 11:10:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 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; synopsis: &quot;A support library for verified Coq parsers produced by Menhir&quot; maintainer: &quot;francois.pottier@inria.fr&quot; authors: [ &quot;Jacques-Henri Jourdan &lt;jacques-henri.jourdan@lri.fr&gt;&quot; ] homepage: &quot;https://gitlab.inria.fr/fpottier/menhir&quot; dev-repo: &quot;git+https://gitlab.inria.fr/fpottier/menhir.git&quot; bug-reports: &quot;jacques-henri.jourdan@lri.fr&quot; build: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;-j%{jobs}%&quot;] ] patches: [ &quot;0001-Adjust-make-to-cygwin-mingw-cross-builds.patch&quot; ] extra-files: [ [&quot;0001-Adjust-make-to-cygwin-mingw-cross-builds.patch&quot; &quot;sha512=785e48a7d78cdc5a822adad057d69caa232cf9a62dd2402d3b3f0cd768c6d1417c74460e5866f80d8cd2c1edcc8b24b8f8432f916a291daef251bbb75b21ecdd&quot;] ] install: [ [make &quot;-C&quot; &quot;coq-menhirlib&quot; &quot;install&quot;] ] depends: [ &quot;coq&quot; { &gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12&quot; } ] conflicts: [ &quot;menhir&quot; { != &quot;20190924&quot; } ] tags: [ &quot;date:2019-09-24&quot; &quot;logpath:MenhirLib&quot; ] url { src: &quot;https://gitlab.inria.fr/fpottier/menhir/-/archive/20190924/archive.tar.gz&quot; checksum: [ &quot;md5=677f1997fb73177d5a00fa1b8d61c3ef&quot; &quot;sha512=ea8a9a6d773529cf6ac05e4c6c4532770fbb8e574c9b646efcefe90d9f24544741e3e8cfd94c8afea0447e34059a8c79c2829b46764ce3a3d6dcb3e7f75980fc&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-menhirlib.20190924 coq.8.8.1</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-menhirlib.20190924 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-menhirlib.20190924 coq.8.8.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>44 s</dd> </dl> <h2>Installation size</h2> <p>Total: 5 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Main.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_complete.vo</code></li> <li>329 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter.vo</code></li> <li>262 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_correct.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_safe.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Automaton.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.glob</code></li> <li>87 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Alphabet.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Grammar.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_classes.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_complete.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Alphabet.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_correct.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_safe.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_complete.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Grammar.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Automaton.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Alphabet.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_safe.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Main.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Interpreter_correct.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Automaton.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_classes.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Grammar.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Main.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Validator_classes.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Version.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Version.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/MenhirLib/Version.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-menhirlib.20190924</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>
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.1/coqoban/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqoban: 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.13.1 / coqoban - 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> coqoban <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-10 01:39:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-10 01:39:32 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.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/coqoban&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/Coqoban&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Sokoban&quot; &quot;keyword: puzzles&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; &quot;date: 2003-09-19&quot; ] authors: [ &quot;Jasper Stein&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coqoban/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coqoban.git&quot; synopsis: &quot;Coqoban (Sokoban)&quot; description: &quot;&quot;&quot; A Coq implementation of Sokoban, the Japanese warehouse keepers&#39; game&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coqoban/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=3948073ba0227d55d5d4c8956d0cbe7e&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-coqoban.8.9.0 coq.8.13.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.13.1). The following dependencies couldn&#39;t be met: - coq-coqoban -&gt; coq &lt; 8.10~ -&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-coqoban.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
docs/partials/api/ng/function/angular.fromJson.html
Real-Currents/angular
<a href='https://github.com/angular/angular.js/edit/master/src/Angular.js?message=docs(angular.fromJson)%3A%20describe%20your%20change...#L1250' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/master/src/Angular.js#L1250' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">angular.fromJson</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - function in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Deserializes a JSON string.</p> </div> <div> <h2 id="usage">Usage</h2> <p><code>angular.fromJson(json);</code></p> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> json </td> <td> <a href="" class="label type-hint type-hint-string">string</a> </td> <td> <p>JSON string to deserialize.</p> </td> </tr> </tbody> </table> </section> <h3>Returns</h3> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-object">Object</a><a href="" class="label type-hint type-hint-array">Array</a><a href="" class="label type-hint type-hint-string">string</a><a href="" class="label type-hint type-hint-number">number</a></td> <td><p>Deserialized JSON string.</p> </td> </tr> </table> </div>
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/dev/zf/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zf: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / zf - 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> zf <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-23 14:46:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 14:46:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/zf&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/ZF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: Zermelo-Fraenkel&quot; &quot;category: Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Guillaume Alexandre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zf.git&quot; synopsis: &quot;An axiomatisation of intuitionistic Zermelo-Fraenkel set theory&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zf/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=49677b0f593394f498c4a2f9a5c8456c&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-zf.8.8.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-zf -&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-zf.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>
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.0/functions-in-zfc/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>functions-in-zfc: 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.13.0 / functions-in-zfc - 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> functions-in-zfc <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-11 02:59:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 02:59:41 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.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/functions-in-zfc&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/FunctionsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: Zermelo-Fraenkel&quot; &quot;keyword: functions&quot; &quot;category: Mathematics/Logic/Set theory&quot; &quot;date: April 2001&quot; ] authors: [ &quot;Carlos Simpson &lt;carlos@math.unice.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/functions-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/functions-in-zfc.git&quot; synopsis: &quot;Functions in classical ZFC&quot; description: &quot;&quot;&quot; This mostly repeats Guillaume Alexandre&#39;s contribution `zf&#39;, but in classical logic and with a different proof style. We start with a simple axiomatization of some flavor of ZFC (for example Werner&#39;s implementation of ZFC should provide a model). We develop some very basic things like pairs, functions, and a little bit about natural numbers, following the standard classical path.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/functions-in-zfc/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=3a5319b8b3971c063202173ec5f75bf3&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-functions-in-zfc.8.7.0 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-functions-in-zfc -&gt; coq &lt; 8.8~ -&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-functions-in-zfc.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.2/geocoq-elements/2.4.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>geocoq-elements: 13 m 46 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.8.2 / geocoq-elements - 2.4.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> geocoq-elements <small> 2.4.0 <span class="label label-success">13 m 46 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-24 09:29:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 09:29:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;A formalization of foundations of geometry in Coq&quot; description: &quot;This subpackage contains a formalization of Euclid&#39;s proofs from Book I of the Elements.&quot; maintainer: &quot;Julien Narboux &lt;julien@narboux.fr&gt;&quot; authors: [&quot;Michael Beeson &lt;profbeeson@gmail.com&gt;&quot; &quot;Julien Narboux &lt;narboux@unistra.fr&gt;&quot; &quot;Freek Wiedijk &lt;freek@cs.ru.nl&gt;&quot;] license: &quot;LGPL 3&quot; homepage: &quot;http://geocoq.github.io/GeoCoq/&quot; bug-reports: &quot;https://github.com/GeoCoq/GeoCoq/issues&quot; dev-repo: &quot;git+https://github.com/GeoCoq/GeoCoq.git&quot; depends: [ &quot;coq-geocoq-axioms&quot; { = &quot;2.4.0&quot; } ] build: [ [&quot;./configure-elements.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [[make &quot;install&quot;]] tags: [ &quot;keyword:geometry&quot; &quot;keyword:neutral geometry&quot; &quot;keyword:euclidean geometry&quot; &quot;keyword:foundations&quot; &quot;keyword:Euclid&quot; &quot;keyword:Elements&quot; &quot;category:Mathematics/Geometry/General&quot; &quot;date:2018-06-13&quot; ] extra-files : [[ &quot;Make.in&quot; &quot;md5=cac845bd85ad41adeeb32378cf505f1c&quot; ]] url { src: &quot;https://github.com/GeoCoq/GeoCoq/archive/v2.4.0.tar.gz&quot; checksum: &quot;md5=4a4ad33b4cad9b815a9b5c6308524c63&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-geocoq-elements.2.4.0 coq.8.8.2</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-geocoq-elements.2.4.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>38 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-geocoq-elements.2.4.0 coq.8.8.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 m 46 s</dd> </dl> <h2>Installation size</h2> <p>Total: 15 M</p> <ul> <li>501 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paste5.vo</code></li> <li>443 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_35.vo</code></li> <li>276 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_35helper.vo</code></li> <li>247 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_35A.vo</code></li> <li>224 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47B.vo</code></li> <li>216 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_42.vo</code></li> <li>161 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_27.vo</code></li> <li>159 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angletrichotomy2.vo</code></li> <li>153 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_30helper.vo</code></li> <li>142 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_planeseparation.vo</code></li> <li>132 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_44A.vo</code></li> <li>128 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_46.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfairhelper2.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47A.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crisscross.vo</code></li> <li>108 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareparallelogram.vo</code></li> <li>106 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_32.vo</code></li> <li>103 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_45.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_07.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23B.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_16.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_34.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear1.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angletrichotomy2.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_39A.vo</code></li> <li>78 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_48A.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30A.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_42B.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_44.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_planeseparation.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_48.vo</code></li> <li>73 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_36.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_24.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_42.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareunique.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_triangletoparallelogram.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squaresequal.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_37.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_38.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_diagonalsmeet.vo</code></li> <li>68 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trapezoiddiagonals.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_31.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_diagonalsbisect.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_36A.vo</code></li> <li>65 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_43B.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angletrichotomy.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29B.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paralleldef2B.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29C.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_39.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_43.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_35.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_35A.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_44A.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_linereflectionisometry.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_40.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/book1.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfair.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelPasch.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_04.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleaddition.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGrectangle.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_27.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_16.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfairhelper.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelbetween.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Euclid4.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paste5.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_notperp.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear2.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30B.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementinequality.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_11B.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_17.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_33.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_07.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_altitudeofrighttriangle.vo</code></li> <li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_21.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_24.glob</code></li> <li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_pointreflectionisometry.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_41.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear1.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_sameside2.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47B.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_10.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_32.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twolines.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleordertransitive.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squarerectangle.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossbar2.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23B.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectangleparallelogram.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_26A.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47A.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear4.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_22.glob</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleorderrespectscongruence.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_26helper.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_45.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_14.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_33B.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_22.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_20.vo</code></li> <li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_31short.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglestransitive.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelflip.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_righttogether.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Meta_theory/Models/euclid_to_tarski.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearbetween.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_legsmallerhypotenuse.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_06a.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23C.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_09.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/euclidean_defs.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twoperpsparallel.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5b.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28A.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crisscross.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28C.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_31.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28B.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_10_12.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28D.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_25.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearparallel.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_04.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_15.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_altitudebisectsbase.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_46.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplements2.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twolines2.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5a.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_diagonalsmeet.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_18.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_19.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paralleldef2A.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossbar.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_27B.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_35helper.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_together2.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplements.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paralleldef2B.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_linereflectionisometry.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_erectedperpendicularunique.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelNC.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_droppedperpendicularunique.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_26B.vo</code></li> <li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_43B.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_06.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_7.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearright.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_2.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angletrichotomy.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_12.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesNC.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rightangleNC.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglessymmetric.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equaltorightisright.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angledistinct.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearparallel2.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Euclid4.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/euclidean_tactics.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_tarskiparallelflip.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareflip.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidetransitive.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_10.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_RTsymmetric.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_11B.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_13.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_08.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_oppositesidesymmetric.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/euclidean_defs.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_RTcongruence.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossbar.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidecollinear.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Pasch_outer2.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareparallelogram.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_midpointunique.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectanglereverse.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Meta_theory/Models/euclid_to_tarski.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_EFreflexive.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_42B.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_48.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30A.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthanadditive.vo</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_39A.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_fiveline.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_layoffunique.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementofright.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_21helper.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_triangletoparallelogram.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_pointreflectionisometry.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear2.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementinequality.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_notperp.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_02.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_17.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthantransitive.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleorderrespectscongruence2.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleaddition.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_05.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_together2.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplements.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesflip.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleorderrespectscongruence.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_05b.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTtransitive.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidesymmetric.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_subtractequals.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_44.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesreflexive.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_01.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_diagonalsbisect.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_altitudeofrighttriangle.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearbetween.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_48A.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samenotopposite.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_26A.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_sameside2.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29C.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossimpliesopposite.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfairhelper2.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NChelper.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_planeseparation.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear4.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesideflip.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalangleshelper.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angletrichotomy2.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_3.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ABCequalsCBA.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_extension.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_11.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleordertransitive.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthancongruence.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_36.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_outerconnectivity.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_interior5.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthanbetween.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_together.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareunique.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTflip2.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trichotomy1.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TGsymmetric.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TGflip.vo</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_39.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossbar2.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelsymmetric.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear5.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rayimpliescollinear.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_tworays.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_30helper.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTflip.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray3.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementsymmetric.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearitypreserved.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray5.vo</code></li> <li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray1.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_differenceofparts.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trichotomy2.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidereflexive.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTorder.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_layoff.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29B.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray4.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30B.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_15.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ondiameter.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_03.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_21.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfairhelper.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_42.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectangleparallelogram.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthanadditive.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NCorder.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_35A.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_38.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_34.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_altitudebisectsbase.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_27.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_35.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_partnotequalwhole.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_betweennesspreserved.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_localextension.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rightreverse.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelflip.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_oppositesideflip.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectanglerotate.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_7a.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGrotate.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equaltorightisright.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGsymmetric.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paste5.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGflip.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_16.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5b.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_26helper.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_37.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_44A.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglestransitive.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_20.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_10_12.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGrectangle.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_14.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelbetween.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_12.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_6b.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear2.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear1.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_7b.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_5b.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_extensionunique.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NCdistinct.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthannotequal.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_tarskiparallelflip.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthancongruence2.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_18.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rightangleNC.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_betweennotequal.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_raystrict.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray2.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearorder.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_layoffunique.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ETreflexive.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruenceflip.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_doublereverse.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_01.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_40.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5a.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_24.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squaresequal.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruencetransitive.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_07.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_06a.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_33.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_08.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthantransitive.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_inequalitysymmetric.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TCreflexive.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_6a.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalitysymmetric.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear1.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruencesymmetric.vo</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_legsmallerhypotenuse.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_02.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_09.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglessymmetric.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_36A.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesNC.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearright.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_midpointunique.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_differenceofparts.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_32.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twolines2.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47B.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paralleldef2A.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthancongruence.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelPasch.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_21helper.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearitypreserved.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47A.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_interior5.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23B.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_droppedperpendicularunique.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_31short.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_2.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplements2.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearparallel.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTtransitive.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crisscross.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28B.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_outerconnectivity.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_fiveline.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_45.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_31.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trapezoiddiagonals.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_22.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelNC.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_43.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_04.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23C.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_together.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_35helper.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_linereflectionisometry.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTflip2.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_subtractequals.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearparallel2.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_extension.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_46.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Pasch_outer2.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paralleldef2B.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_7.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twolines.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_43B.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelsymmetric.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_diagonalsmeet.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28D.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_oppositesidesymmetric.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_19.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_erectedperpendicularunique.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_27B.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_10.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28C.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angletrichotomy.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/euclidean_tactics.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28A.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TGflip.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trichotomy1.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_26B.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfair.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ABCequalsCBA.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twoperpsparallel.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Euclid4.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_righttogether.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_EFreflexive.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_11B.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30A.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_pointreflectionisometry.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalangleshelper.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_3.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareparallelogram.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_25.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_39A.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_33B.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Meta_theory/Models/euclid_to_tarski.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidecollinear.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_notperp.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_diagonalsbisect.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_17.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementinequality.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_42B.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_betweennesspreserved.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear2.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TGsymmetric.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossbar.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_RTsymmetric.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidetransitive.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ondiameter.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_tworays.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_48A.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidesymmetric.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_sameside2.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_11.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray3.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossimpliesopposite.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_26A.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearbetween.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_21.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfairhelper2.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_RTcongruence.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleaddition.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear4.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareunique.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_localextension.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_altitudeofrighttriangle.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleorderrespectscongruence2.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_together2.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_36.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplements.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray4.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_layoff.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear2.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleorderrespectscongruence.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/book1.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectanglereverse.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_48.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angledistinct.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_30helper.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_15.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_41.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossbar2.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trichotomy2.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_triangletoparallelogram.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesideflip.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear1.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_13.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_39.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29C.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rightreverse.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleordertransitive.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_44.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfairhelper.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_05b.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareflip.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NCorder.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_34.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_20.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_30B.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/general_tactics.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTflip.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthanadditive.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/book1.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_47.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NChelper.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_18.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_37.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5b.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectangleparallelogram.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_38.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectanglerotate.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_26helper.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_06.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NCdistinct.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthanbetween.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_betweennotequal.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_extensionunique.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesflip.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_layoffunique.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_7a.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelbetween.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squaresequal.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_altitudebisectsbase.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_10_12.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_06a.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementofright.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_9_5a.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rightangleNC.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_03.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTorder.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_01.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearorder.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_08.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_05.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_legsmallerhypotenuse.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_partnotequalwhole.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidereflexive.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_29B.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/euclidean_tactics.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_09.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_14.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_12.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear5.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglestransitive.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGrectangle.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthancongruence2.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_midpointunique.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_differenceofparts.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twolines2.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruenceflip.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthannotequal.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_oppositesideflip.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/euclidean_defs.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelPasch.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_36A.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samenotopposite.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearitypreserved.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_40.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray1.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rayimpliescollinear.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthantransitive.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equaltorightisright.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_droppedperpendicularunique.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_2.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesNC.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglessymmetric.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_02.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_paralleldef2A.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_doublereverse.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearright.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthancongruence.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGsymmetric.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_interior5.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelflip.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_33.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_43.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGrotate.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_21helper.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_outerconnectivity.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesreflexive.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_fiveline.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementsymmetric.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearparallel2.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_tarskiparallelflip.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_subtractequals.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28B.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGflip.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trapezoiddiagonals.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_raystrict.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_19.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray5.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray2.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruencetransitive.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_oppositesidesymmetric.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Pasch_outer2.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twolines.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_EFreflexive.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_7b.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_6b.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_6a.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_7.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28A.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squarerectangle.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TCreflexive.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28D.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_28C.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_27B.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelcollinear.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTflip2.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ABCequalsCBA.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ETreflexive.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_twoperpsparallel.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_extension.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTtransitive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_5b.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruencesymmetric.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TGflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trichotomy1.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_righttogether.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_together.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_8_3.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_erectedperpendicularunique.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelNC.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_25.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_23C.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_betweennesspreserved.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_Playfair.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_13.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplements2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_11.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearparallel.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TGsymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_26B.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_inequalitysymmetric.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ondiameter.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_33B.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_tworays.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray3.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidecollinear.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_41.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_05b.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_RTsymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angledistinct.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalitysymmetric.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_crossimpliesopposite.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray4.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear1.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_extensionunique.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_trichotomy2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_06.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NChelper.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_7a.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_layoff.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectanglereverse.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NCorder.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_betweennotequal.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_partnotequalwhole.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_localextension.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidesymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rightreverse.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_parallelsymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squareflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_05.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_NCdistinct.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthanbetween.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/general_tactics.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidetransitive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_31short.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesidereflexive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/general_tactics.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samesideflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_samenotopposite.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalangleshelper.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_RTcongruence.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementofright.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinear5.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_collinearorder.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_angleorderrespectscongruence2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGsymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGrotate.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruenceflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rectanglerotate.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalanglesreflexive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_doublereverse.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_rayimpliescollinear.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/proposition_03.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthannotequal.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_PGflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_oppositesideflip.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray5.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TTorder.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_lessthancongruence2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_6a.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_6b.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_7b.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_supplementsymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_TCreflexive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_squarerectangle.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray1.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_raystrict.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ray2.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruencetransitive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_ETreflexive.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_congruencesymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_3_5b.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_inequalitysymmetric.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GeoCoq/Elements/OriginalProofs/lemma_equalitysymmetric.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-geocoq-elements.2.4.0</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>
v4/user-agent-detail/bf/dd/bfddc865-3d7e-4b5e-b7c8-2015d7ca2c19.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_ua.yaml</small></td><td>Votay bot 4.0</td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) [family] => Votay bot [major] => 4 [minor] => 0 [patch] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>NeutrinoApiCom<br /><small></small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td></td><td><i class="material-icons">close</i></td><td>0.18998</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => robot [mobile_brand] => [mobile_model] => [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555">yes</td><td></td><td></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => [device] => Array ( [brand] => [brandName] => [model] => [device] => [deviceName] => ) [bot] => Array ( [name] => Generic Bot ) [extra] => Array ( [isBot] => 1 [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) ) [name:Sinergi\BrowserDetector\Browser:private] => unknown [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => 1 [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => unknown [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td>Votay bot</td><td><i class="material-icons">close</i></td><td>0.009</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 4 [minor] => 0 [patch] => [family] => Votay bot ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Spider [model] => Desktop [family] => Spider ) [originalUserAgent] => Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Mozilla 5.0</td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40396</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => Mozilla 5 [browser_version] => 5 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => mozilla [operating_system_version] => [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => [operating_system_version_full] => [operating_platform_code] => [browser_name] => Mozilla [operating_system_name_code] => [user_agent] => Mozilla/5.0 (Votay bot/4.0; http://www.votay.com/arts/comics/) [browser_version_full] => 5.0 [browser] => Mozilla 5 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [device] => Array ( [type] => bot ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td> </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555">yes</td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => misc crawler [category] => crawler [os] => UNKNOWN [version] => UNKNOWN [vendor] => UNKNOWN [os_version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td></td><td style="border-left: 1px solid #555">yes</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.017</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => false [is_robot] => true [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => Novarra CTS reformatting proxy [form_factor] => Robot [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Novarra [model_name] => CTS reformatting proxy [unique] => false [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2007_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => false [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 176 [resolution_height] => 200 [columns] => 28 [max_image_width] => 165 [max_image_height] => 160 [rows] => 12 [physical_screen_width] => 40 [physical_screen_height] => 60 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 256 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 10000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => true [transcoder_ua_header] => X-Device-User-Agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:38:53</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
client/index.html
oskanberg/retrospectiv.es
<!DOCTYPE html> <html style="min-height:100%; height: 100%; background-color: whitesmoke"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name=viewport content="width=device-width, initial-scale=1"> <title>retrospectiv.es</title> <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> </head> <body style="min-height:100%; height: 100%"> <div id="root" style="min-height:100%; height: 100%"></div> <script src="/bundle.js"></script> </body> </html>
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/dev/games/0.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>games: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / games - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> games <small> 0.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-23 14:46:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 14:46:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 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; license: &quot;BSD-2-Clause&quot; synopsis: &quot;A library for algorithmic game theory in Ssreflect/Coq&quot; maintainer: &quot;Gordon Stewart &lt;gstew5@gmail.com&gt;&quot; authors: [ &quot;Alexander Bagnall&quot; &quot;Samuel Merten&quot; &quot;Gordon Stewart&quot; ] bug-reports: &quot;https://github.com/gstew5/games/issues&quot; dev-repo: &quot;git+https://github.com/gstew5/games.git&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;)} &quot;coq-mathcomp-algebra&quot; {(&gt;= &quot;1.9.0&quot; &amp; &lt; &quot;1.11~&quot;)} ] tags: [ &quot;category:Mathematics/Combinatorics and Graph Theory&quot; &quot;keyword:game theory&quot; &quot;logpath:Games&quot; ] url { src: &quot;https://github.com/gstew5/games/archive/0.1.0.tar.gz&quot; checksum: &quot;sha512=b0c0524fb72b65187c4331ea2ee98f88f074db4d133ab2371be630a1d98944e340b3c3b30a23d4674d8e9772f5da8e0ebd31f5b76515f159279b1cbb58990297&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-games.0.1.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-games -&gt; coq &lt; 8.12~ -&gt; ocaml &lt; 4.09~ 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-games.0.1.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>
web/assets/extjs/ux/css/ItemSelector.css
AdenKejawen/erp
.x-form-multiselect-body .x-boundlist .x-mask{background:0}.x-form-itemselector-body .x-form-item{margin:0}.x-form-itemselector-top{background-image:url(images/top2.gif)}.x-form-itemselector-up{background-image:url(images/up2.gif)}.x-form-itemselector-add{background-image:url(images/right2.gif)}.x-form-itemselector-remove{background-image:url(images/left2.gif)}.x-form-itemselector-down{background-image:url(images/down2.gif)}.x-form-itemselector-bottom{background-image:url(images/bottom2.gif)}
ajax/libs/timelinejs/2.35.5/css/themes/font/PlayfairDisplay-Muli.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:70902ab914af658fe743a17181bb3a2a8ae3e0481dbcb076a7b655eb23167ea3 size 1936
package/jquery_file_upload/css/jquery-ui-demo.css
nemundo/framework
@charset "UTF-8"; /* * jQuery File Upload Demo CSS * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2013, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * https://opensource.org/licenses/MIT */ body { max-width: 750px; margin: 0 auto; padding: 1em; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: 1em; line-height: 1.4em; background: #222; color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a { color: orange; text-decoration: none; } img { border: 0; vertical-align: middle; } h1 { line-height: 1em; } blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #eee; } table { width: 100%; margin: 10px 0; } .fileupload-progress { margin: 10px 0; } .fileupload-progress .progress-extended { margin-top: 5px; } .error { color: red; } @media (min-width: 481px) { .navigation { list-style: none; padding: 0; } .navigation li { display: inline-block; } .navigation li:not(:first-child):before { content: "| "; } }
src/main/resources/site/layouts/form-3-columns/form-3-columns.html
gustafekeberg/xp-contact-form
<div class="row contact-form-setup-layout" data-th-attr="data-portal-component-type=${component.type}"> <fieldset class="col-xs-4" data-portal-region="column_1"> <div data-th-each="component : ${column_1.components}" data-th-remove="tag"> <div data-portal-component="${component.path}" data-th-remove="tag" /> </div> </fieldset> <fieldset class="col-xs-4" data-portal-region="column_2"> <div data-th-each="component : ${column_2.components}" data-th-remove="tag"> <div data-portal-component="${component.path}" data-th-remove="tag" /> </div> </fieldset> <fieldset class="col-xs-4" data-portal-region="column_3"> <div data-th-each="component : ${column_3.components}" data-th-remove="tag"> <div data-portal-component="${component.path}" data-th-remove="tag" /> </div> </fieldset> </div>
web/app/themes/edge/style.css
theagsco/theloft
/* Theme Name:Edge Theme URI: http://themefreesia.com/themes/edge Author: Theme Freesia Author URI: http://themefreesia.com Description: Edge is a Responsive Blogger WordPress Theme, Designed and Developed by Theme Freesia. Edge is Simple, clean, blog-focused, and designed for clarity. It is also translation ready and easily customizable with lots of options using Customizer. It consists contact us template, gallery template, widgets and sidebar. Get free support at http://themefreesia.com/support-forum/ and View demo site at http://demo.themefreesia.com/edge. Version: 1.1.0.1 Text Domain: edge License: GNU General Public License version 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: threaded-comments, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, sticky-post, theme-options, translation-ready, post-formats, custom-logo, footer-widgets, blog, e-commerce, holiday, news, photography, portfolio All files, unless otherwise stated, are released under the GNU General Public License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html) ================================================== */ /* #Browser Reset ================================================== */ html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } *, *:before, *:after { /* box layout to all elements */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { background: #fff; } .fixed { position:fixed; top:0; left:0; width: 100%; } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } ol, ul { list-style: none; margin: 0px; } ul li a, ol li a { color: #545454; } ul li a:hover, ol li a:hover { color: #C69f70; } ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; } table, th, td { border: 1px solid rgba(0, 0, 0, 0.1); } table { border-collapse: separate; border-spacing: 0px; border-width: 1px 0 0 1px; margin-bottom: 20px; width: 100%; } caption, th { font-weight: normal; text-align: left; } th { text-transform: uppercase; color: #333; } td, th { padding: 8px; border-width: 0 1px 1px 0; } a img { border: 0 none; } embed, iframe, object { max-width: 100%; } /* Internet Explorer 10 fix */ @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } /* Other fixes*/ *,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } /* Removes dotted line when focus */ :focus { outline-color: transparent; outline-style: none; } /* Webkit */ ::selection { background: #C69f70; color: #fff; } /* Gecko/Mozilla */ ::-moz-selection { background: #C69f70; color: #fff; } /* 2.0 Typography ================================================== */ body, button, input, select, textarea { color: #333; font: 400 14px/1.8 'Lato', sans-serif; word-wrap: break-word; overflow-x: hidden; } /* ----- #Headings ----- */ h1, h2, h3, h4, h5, h6 { color: #333; font-family: 'Playfair Display', sans-serif; font-weight: 400; margin-top:0; padding-bottom: 20px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } h1 { font-size: 30px; line-height: 37px; } h2 { font-size: 26px; line-height: 33px; } h3 { font-size: 24px; line-height: 31px; } h4 { font-size: 22px; line-height: 29px; } h5 { font-size: 20px; line-height: 27px; } h6 { font-size: 18px; line-height: 25px; } .highlight { font-weight: 500; } /* ----- #Text Elements ----- */ p { padding: 0; margin: 0 0 20px 0; } b, strong { font-weight: bold; } dfn, cite, em, i { font-style: italic; } /* ----- #Blockquote shortcode start styles ----- */ blockquote:before { color: rgba(0, 0, 0, 0.2); content: '\f10d'; float: left; font-family: "FontAwesome"; font-size: 30px; font-style: normal; line-height: 24px; padding-right: 10px; } blockquote { color: #333; font-family: 'Lato', sans-serif; font-size: 16px; font-style: italic; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; letter-spacing: 0.5px; margin-bottom: 40px; padding: 20px 20px 0; position: relative; quotes: none; line-height: 28px; } blockquote cite { display: block; font-size: 15px; font-style: normal; text-align: right; } blockquote em, blockquote i, blockquote cite { font-style: normal; } address { display: block; margin: 0 0 1.6em; } pre:before { border: 1px solid rgba(255, 255, 255, 0.4); bottom: 3px; content: ""; display: block; left: 3px; position: absolute; right: 3px; top: 3px; } pre { background-color: #333; clear: both; color: #ddd; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 14px; line-height: 21px; margin-bottom: 20px; overflow: auto; padding: 30px; position: relative; white-space: pre; } code, kbd, tt, var { font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; line-height: 21px; } abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; margin-bottom: 20px; } sup, sub { font-size: 75%; height: 0; line-height: 1; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } .hidden { display: none !important } /* 3.0 Links ================================================== */ a { color: #C69f70; text-decoration: none; cursor:pointer; } a:focus, a:active, a:hover { text-decoration: none; } /* 4.0 Body Structure ================================================== */ #page { width: 100%; background-color: #fff; } .container { margin: 0 auto; max-width: 1170px; padding: 0; position: relative; } #primary .container { max-width: 100%; } /* -------------------------------------------- Column -------------------------------------------- */ .column { margin: 0 -20px; } .one-column, .two-column, .three-column, .four-column { float: left; padding: 0 20px 40px; } .one-column, #primary .two-column { width:100%; } .two-column, .two-column-full-width, #primary .three-column, #primary .four-column-full-width, #primary .four-column { width: 50%; } .three-column, .boxed-layout-small .four-column-full-width, .three-column-full-width { width: 33.33%; } .four-column, .four-column-full-width { width: 25%; } #primary .three-column:nth-child(3n+4), #primary .four-column:nth-child(4n+5) { clear: none; } .two-column:nth-child(2n+3), .three-column:nth-child(3n+4), .four-column:nth-child(4n+5), #primary .three-column:nth-child(2n+3), #primary .four-column:nth-child(2n+3) { clear: both; } /* 5.0 Buttons ================================================== */ /* ----- Default Button ----- */ .btn-default { border: 1px solid #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #484848; display: inline-block; font-family: "Lato",sans-serif; font-weight: normal; line-height: 23px; margin: 10px 10px 0; padding: 7px 22px; text-align: center; text-transform: uppercase; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .btn-default:hover { background-color: #C69f70; border: 1px solid #C69f70; color: #fff; } .light { border-color: #fff; color: #fff; } .light-color { border-color: #fff; color: #fff; } .vivid { background-color: #C69f70; border: 1px solid #C69f70; color: #fff; } .light-color:hover, .vivid:hover { background-color: #f4f4f4; border: 1px solid #f4f4f4; color: #484848; } /* ----- Go To Top Button ----- */ .go-to-top { position: fixed; bottom: 20px; right: 30px; z-index: 999; } .go-to-top a { border: 2px solid #C69f70; color: #C69f70; display: block; font-size: 26px; height: 38px; line-height: 32px; text-align: center; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; width: 38px; } .go-to-top a:hover { color: #fff; background-color: #C69f70; } /* ----- More Link Button ----- */ a.more-link { letter-spacing: 1px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } a.more-link:hover { letter-spacing: 2px; } /* 6.0 Accessibility ================================================== */ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; overflow: hidden; width: 1px; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); /* Firefox 3.5 - 3.6 */ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ clip: auto !important; color: #C69f70; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /* 7.0 Alignments ================================================== */ .alignleft { display: inline; float: left; margin-right: 20px; } .alignright { display: inline; float: right; margin-left: 20px; } .aligncenter { clear: both; display: block; margin: 0 auto; } /* 8.0 Breadcrumb ================================================== */ .breadcrumb { float: right; font-size: 13px; margin-top: 6px; } .breadcrumb, .breadcrumb a:hover { color: #999; } .breadcrumb a { color: #333; } .breadcrumb .home:before { content: '\f015'; display: inline-block; font-family: "FontAwesome"; font-size: 16px; font-style: normal; line-height: 21px; margin-right: 4px; vertical-align: top; } /* 9.0 Universal Clearfix ================================================== */ /* slightly enhanced, universal clearfix hack */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ /* 10.0 Forms ================================================== */ button, input, select, textarea { font-size: 100%; /* Corrects font size in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Appearance and consistency in all browsers */ *vertical-align: middle; /* Appearance and consistency in IE6/IE7 */ } input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="password"], textarea { padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 100%; margin-bottom: 30px; background-color: #fafafa; } input[type="reset"], input[type="button"], input[type="submit"] { background-color: #C69f70; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 0 none; color: #fff; cursor: pointer; display: block; margin-bottom: 30px; padding: 6px 18px; text-align: center; text-transform: uppercase; -ms-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover { background-color: #747474; } input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus { border-color: rgba(0, 0, 0, 0.20); background-color: #fff; } input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ } /* #Search Form ================================================== */ .header-search, .header-search-x { color: #000; cursor: pointer; display: block; font-family: "FontAwesome"; font-size: 14px; font-style: normal; margin: 15px 10px 0; position: absolute; right: 0; top: 0; } .header-search:before { content: '\f002'; } .header-search-x:before { content: '\f010'; } .header-search:hover, .header-search-x:hover { color: #C69f70; } /** hidden search field **/ #search-box { background-color: rgba(255, 255, 255, 0.8); -webkit-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.15); box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.15); display: none; padding: 15px; position: absolute; top: 60px; width: 100%; z-index: 9999; } #search-box input.search-field { width: calc(100% - 100px); } #search-box .search-submit { width: 100px; } #search-box input[type="search"] { background-color: transparent; } /* 11.0 Logo-Name-Slogan ================================================== */ #site-branding { margin: 0 auto; padding: 20px 0; text-align: center; width: 40%; } #site-logo { display: block; margin: 0 auto; } #site-title { font-size: 40px; font-weight: normal; line-height: 48px; padding: 0 0 20px; text-align: center; } #site-title a { color: #333; display: block; } #site-description { color: #333; font-family: 'Lato', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.4em; line-height: 19px; margin: 0; padding-bottom: 10px; text-align: center; text-transform: uppercase; } .nav-site-title { float: left; height: 0; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); padding: 0; } .is-sticky .nav-site-title { height: auto; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); padding: 10px 0; -moz-transition: all 500ms ease-in-out 0s; -o-transition: all 500ms ease-in-out 0s; -webkit-transition: all 500ms ease-in-out 0s; transition: all 500ms ease-in-out 0s; } /* #Horizontal Line ================================================== */ hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 1.5em; } /* 12.0 Images ================================================== */ img { height: auto;/* Make sure images are scaled correctly. */ max-width: 100%;/* Adhere to container width. */ vertical-align: top; } img.alignleft, img.alignright, img.aligncenter { margin-top: 20px; margin-bottom: 20px; } figure { margin: 0; } img#wpstats { display: none; } .entry-content img, .comment-content img, .widget img { max-width: 100%; } .img-border { background-color: #fff; padding: 5px; border: 1px solid #ccc; } /* ----- Media ----- */ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } .wp-caption { margin-bottom: 20px; max-width: 100%; } .wp-caption a { display: block; position: relative; } .wp-caption .wp-caption-text { margin-bottom: 0; padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .wp-caption .wp-caption-text, .gallery-caption { font-style: italic; } /* 13.0 Margin-Padding-Border Override Classes ================================================== */ .margin-top-none { /* Clear Margin Top */ margin-top: 0px !important; } .margin-bottom-none { /* Clear Margin Bottom */ margin-bottom: 0px !important; } .margin-right-none { /* Clear Margin Right */ margin-right: 0px !important; } .margin-left-none { /* Clear Margin Left */ margin-left: 0px !important; } .padding-top-none { /* Clear Padding Top */ padding-top: 0px !important; } .padding-bottom-none { /* Clear Padding Bottom */ padding-bottom: 0px !important; } .padding-right-none { /* Clear Padding Right */ padding-right: 0px !important; } .padding-left-none { /* Clear Padding Left */ padding-left: 0px !important; } .border-top-none { /* Clear Border Top */ border-top: 0 none !important; } .border-bottom-none { /* Clear Border Bottom */ border-bottom: 0 none !important; } .border-right-none { /* Clear Border Right */ border-right: 0 none !important; } .border-left-none { /* Clear Border Left */ border-left: 0 none !important; } .shadow-none { /* Remove Shadow */ -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .margin-bottom-none p { /* Clear Inner p Tags Margin Bottom */ margin-bottom: 0 !important; } /* 14.0 Layouts ================================================== */ /* ----- Photography Layout ----- */ .photography #content { padding: 0; } /*------ Boxed Layout ------*/ .boxed-layout #page { max-width: 1230px; margin: 0px auto; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); /* Firefox 3.5 - 3.6 */ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ } .boxed-layout #colophon, .boxed-layout-small #colophon { margin-bottom: 30px; } .boxed-layout-small #page { max-width: 1038px; margin: 0px auto; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); /* Firefox 3.5 - 3.6 */ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ } .boxed-layout-small .container { margin: 0px auto; max-width: 978px; padding: 0; position: relative; } .boxed-layout #page, .boxed-layout-small #page { overflow: hidden; } /* ----- small_image_blog and single_column_blog ----- */ .small_image_blog #primary .post:not(:nth-child(1)), .single_column_blog #primary .post:not(:nth-child(1)) { padding: 0; width: 100%; } .small_image_blog .entry-title { text-align: left; } .small_image_blog .entry-header .entry-meta { text-align: left; } .small_image_blog .post-featured-image { width: 40%; float: left; display: inline-block; margin-right: 20px; margin-bottom: 20px; overflow: hidden; } /* 15.0 Header Section ================================================== */ /* ----- Top Header Bar ----- */ .top-header { color: #000; border-bottom: 1px solid rgba(0, 0, 0, 0.1); text-align: center; } .top-header .widget_contact { font-size: 13px; float: left; margin-bottom: 0; padding: 6px 0 7px; width: 30%; } .top-header .widget_contact ul li { float: left; margin-right: 15px; padding: 2px 0; } .top-header .widget_contact ul li a { color: #000; } .top-header .widget_contact ul li a:hover { color: #C69f70; } #sticky_header { background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1); z-index: 999; } .is-sticky #sticky_header { background-color: rgba(255, 255, 255, 0.7); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); border-bottom: none; -moz-transition: all 500ms ease-out 0s; -o-transition: all 500ms ease-out 0s; -webkit-transition: all 500ms ease-out 0s; transition: all 500ms ease-out 0s; } /* ----- Header Widget Title ----- */ .top-header .widget-title { display: none; } /* ----- Header Image ----- */ .header-image { width: 100%; height: auto; } /* 16.0 Social Links ================================================== */ .header-social-block { float: right; width: 30%; } .social-links { margin-top: 0px; float: right; } .social-links a { color: #333; display: block; float: left; font-size: 14px; margin: 10px 0 0 5px; text-align: center; height: 30px; line-height: 27px; border-radius: 3px; width: 30px; } .social-links a[href*="facebook.com"]:hover { background-color: #3B5998; color: #FFF; } .social-links a[href*="twitter.com"]:hover { background-color: #33CCFF; color: #FFF; } .social-links a[href*="plus.google.com"]:hover { background-color: #DF4B38; color: #FFF; } .social-links a[href*="linkedin.com"]:hover { background-color: #007BB6; color: #FFF; } .social-links a[href*="instagram.com"]:hover { background-color: #8E6051; color: #FFF; } .social-links a[href*="flickr.com"]:hover { background-color: #0063DB; color: #FFF; } .social-links a[href*="pinterest.com"]:hover { background-color: #CB2027; color: #FFF; } .social-links a[href*="dribbble.com"]:hover { background-color: #F26798; color: #FFF; } /* 17.0 Navigation ================================================== */ .main-navigation { margin: 0 auto; padding: 0 30px 0 0; text-align: center; } .is-sticky .main-navigation .menu { float: right; } .main-navigation > ul > li { position: relative; display: inline-block; } .main-navigation a { color: #333; display: block; font-family: 'Lato', sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 0.2em; padding: 15px; text-align: left; text-transform: uppercase; } .main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a, .main-navigation li.menu-item-has-children > a:hover:after, .main-navigation li.page_item_has_children > a:hover:after { color: #C69f70; } /* ----- Dropdown ----- */ .main-navigation ul li ul, .main-navigation ul li:hover ul ul, .main-navigation ul ul li:hover ul ul, .main-navigation ul ul ul li:hover ul ul, .main-navigation ul ul ul ul li:hover ul ul { visibility:hidden; } .main-navigation ul li ul { list-style-type: none; position: absolute; top: 100px; padding: 0; margin: 0; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); visibility:hidden; line-height: 32px; background-color: #fff; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); width: 200px; z-index: 9999; -webkit-transition: all .50s ease; -moz-transition: all .50s ease; -ms-transition: all .50s ease; -o-transition: all .50s ease; transition: all .50s ease; } .main-navigation > ul > li:hover > ul { display: block; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); visibility:visible; top: 52px; } .main-navigation ul li ul li { float: none; margin: 0; position: relative; text-align: left; width: 200px; z-index: 1; } .main-navigation ul li ul li:before { border-top: 1px solid #eee; content: ""; height: 1px; left: 10px; position: absolute; top: 0; width: 90%; } .main-navigation ul li ul li:first-child:before { border-top: none; } .main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a { float: none; line-height: 20px; font-size: 14px; height: inherit; padding: 12px 15px; color: #333; text-transform: capitalize; } .main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover { color: #C69f70; } .main-navigation ul li ul li ul { left: 190px; top: 50px; } .main-navigation ul li:last-child ul li ul { left: -200px; } .main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul { top: 0; display: block; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); visibility:visible; } .main-navigation li.menu-item-has-children > a:after, .main-navigation li li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after, .main-navigation li li.page_item_has_children > a:after { font-family: 'FontAwesome'; font-style: normal; font-weight: normal; text-decoration: inherit; color: #000; font-size: 14px; padding-left: 6px; } .main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after { content: "\f107"; } .main-navigation li li.menu-item-has-children > a:after, .main-navigation li li.page_item_has_children > a:after { content: "\f105"; position: absolute; right: 15px; } /* ----- Responsive Navigation ----- */ .menu-toggle { display: none; } .line-one, .line-two, .line-three { background-color: #333; } /* 18.0 Content ================================================== */ #content { padding: 70px 0 30px; } #main ul { list-style-type: disc; } #main ol { list-style-type: decimal; } #main ol ol { list-style: upper-alpha; } #main ol ol ol { list-style: lower-roman; } #main ol ol ol ol { list-style: lower-alpha; } #primary { float: left; width: 70%; } /* 19.0 Sidebars ================================================== */ #secondary { float: left; padding-left: 40px; width: 30%; } /* 20.0 Post ================================================== */ .entry-header { padding-bottom: 15px; } .post { margin-bottom: 50px; } .post:first-child .entry-content p:first-child:first-letter { border-right: 1px solid #222; display: block; float: left; font-family: 'Playfair Display', sans-serif; font-size: 80px; line-height: 80px; margin-bottom: 10px; margin-right: 22px; margin-top: 10px; padding: 10px 14px; text-align: center; } #primary .post:not(:nth-child(1)) { width: 50%; float: left; padding: 0 0 0 15px; } #primary .post:nth-child(2n) { padding-right: 15px; padding-left: 0px; } #primary .post:nth-child(2n+2) { clear: both; } /* ----- Sticky Post ----- */ #main .sticky { background-color: #f4f4f4; padding: 30px 30px 40px; margin-bottom: 50px; } #primary .post.sticky:not(:nth-child(1)) { margin-left: 15px; padding: 20px 20px 30px; width: calc(50% - 15px); } #primary .post.sticky:nth-child(2n) { margin-right: 15px; margin-left: 0px; } .post-content { background-color: #fff; position: relative; } /* ----- Entry Titles ----- */ .entry-title { font-size: 24px; line-height: 1.2; text-align: center; text-transform: none; } .entry-title, .entry-title a { color: #333; } .entry-title a:hover, .entry-title a:focus, .entry-title a:active { color: #C69f70; } /* ----- Entry Meta ----- */ .entry-meta { overflow: hidden; text-align: center; } .entry-meta, .entry-meta a { color: #999; font-size: 13px; line-height: 21px; } .entry-meta span:hover, .entry-meta a:hover { color: #C69f70; } .cat-links, .cat-links a, .tag-links, .tag-links a { color: #C69f70; font-size: 11px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; } .cat-links a, .tag-links a { padding-bottom: 15px; display: inline-block; } .cat-links, .tag-links { margin-right: 15px; border-bottom: 1px solid #C69f70; } .entry-meta .entry-format, .entry-meta .author, .entry-meta .posted-on, .entry-meta .comments, .entry-meta .gallery { margin-right: 15px; margin-bottom: 5px; } .entry-meta .posted-on { font-style: italic; } .entry-meta .entry-format a { color: #C69f70; } .entry-format:before, .entry-meta .entry-format:before, .entry-header .entry-meta .entry-format:before { color: #C69f70; font-family: 'FontAwesome'; font-size: 14px; line-height: 22px; display: inline-block; font-style: normal; font-weight: normal; font-variant: normal; speak: none; text-align: center; text-decoration: inherit; text-transform: none; vertical-align: top; margin-right: 5px; position: relative; } /* Entry-format */ .format-aside .entry-format:before { content: "\f06e"; } .format-image .entry-format:before { content: "\f03e"; } .format-gallery .entry-format:before { content: "\f1ad"; } .format-video .entry-format:before { content: "\f03d"; } .format-status .entry-format:before { content: "\f130"; } .format-quote .entry-format:before { content: "\f10d"; } .format-link .entry-format:before { content: "\f0c1"; } .format-chat .entry-format:before { content: "\f086"; } .format-audio .entry-format:before { content: "\f028"; } .entry-footer { border-bottom: 1px solid rgba(0, 0, 0, 0.15); text-align: center; } .entry-footer .entry-meta { margin-top: 20px; text-align: center; } .entry-footer .entry-meta .entry-format, .entry-footer .entry-meta .author { float: left; } .entry-footer .entry-meta .comments { float: right; margin-right: 0px; } /* ----- Entry Meta Link Button ----- */ .entry-footer a.more-link { border-bottom: 1px solid rgba(0, 0, 0, 0.15); border-top: 1px solid rgba(0, 0, 0, 0.15); font-size: 11px; padding: 5px 12px; text-transform: uppercase; } /* #Post Image ================================================== */ .post-image-content { position: relative; } .post-featured-image { margin-bottom: 30px; text-align: left; } .post-featured-image a { display: block; } /* #Entry Content ================================================== */ .entry-content { display: block; margin: 0px 0px 30px; } .entry-content dt, .comment-content dt { font-weight: bold; } .entry-content dd, .comment-content dd { margin-bottom: 20px; } .entry-content td, .comment-content td { padding: 8px; } .entry-content ul, .entry-content ol { margin: 0px 0px 30px 30px; } .entry-content li > ul, .entry-content li > ol { margin-bottom: 0px; } /* 21.0 Gallery ================================================== */ .gallery { margin-bottom: 20px; } .gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 48%; max-width: -webkit-calc(50% - 4px); max-width: calc(50% - 4px); } .gallery-columns-3 .gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - 4px); max-width: calc(33.3% - 4px); } .gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 4px); max-width: calc(25% - 4px); } .gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 4px); max-width: calc(20% - 4px); } .gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 4px); max-width: calc(16.7% - 4px); } .gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 4px); max-width: calc(14.28% - 4px); } .gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 4px); max-width: calc(12.5% - 4px); } .gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 4px); max-width: calc(11.1% - 4px); } .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; } .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; } /* #Post-Image-Paging Navigation ================================================== */ .wp-pagenavi, #main ul.default-wp-page { margin: 50px 0; } .wp-pagenavi .pages { padding: 6px 12px; color: #747474; } .wp-pagenavi .current, .wp-pagenavi a { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #747474; display: block; float: left; border: 1px solid rgba(0, 0, 0, 0.15); padding: 4px 11px; } .wp-pagenavi .current, .wp-pagenavi a:hover, .wp-pagenavi span.current { color: #747474; border: 1px solid rgba(0, 0, 0, 0.15); background-color: #f4f4f4; } .wp-pagenavi span.current { font-weight: 200; } /* ----- wp-pagenavi ----- */ .wp-pagenavi { text-align: center; } .wp-pagenavi .current, .wp-pagenavi a { display: inline-block; float: none; margin-left: 4px; } /* ----- Default wp-page ----- */ #main ul.default-wp-page { margin-left: 0; list-style: none; padding-bottom: 0; } ul.default-wp-page li a { color: #C69f70; } ul.default-wp-page li a:hover { color: #747474; } ul.default-wp-page li { padding: 0px 0px 20px; } ul.default-wp-page li.previous { float:left; } ul.default-wp-page li.next { float:right; } ul.default-wp-page li a { display: inline-block; } /* 22.0 Attachments ================================================== */ .image-attachment div.attachment { background-color: #f9f9f9; border: 1px solid #ddd; border-width: 1px 0; margin: 0 -8.9% 1.625em; overflow: hidden; padding: 1.625em 1.625em 0; text-align: center; } .image-attachment div.attachment img { display: block; height: auto; margin: 0 auto 1.625em; max-width: 100%; } .image-attachment div.attachment a img { border-color: #f9f9f9; } .image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img { border-color: #ddd; background-color: #fff; } .image-attachment .entry-caption p { font-size: 10px; letter-spacing: 0.1em; line-height: 2.6em; margin: 0 0 2.6em; text-transform: uppercase; } /* 23.0 Comments ================================================== */ .comments-title { font-size: 30px; font-weight: normal; line-height: 38px; padding-bottom: 15px; } #main .comments-area ul, #main .comments-area ol { margin: 0 0 30px 30px; } #main .comments-area ul ul, #main .comments-area ol ol { margin-bottom: 0; } .comments-area article { margin: 24px 0; margin: 1.714285714rem 0; } .comments-area article header { margin: 0 0 48px; margin: 0 0 3.428571429rem; overflow: hidden; position: relative; } .comments-area article header img { float: left; padding: 0; line-height: 0; } .comments-area article header cite, .comments-area article header time { display: block; margin-left: 85px; margin-left: 6.071428571rem; } .comments-area article header cite { font-style: normal; font-size: 15px; font-size: 1.071428571rem; line-height: 1.42857143; } .comments-area article header time { line-height: 1.714285714; text-decoration: none; font-size: 12px; font-size: 0.857142857rem; color: #484848; } .comments-area article header a { text-decoration: none; color: #484848; } .comments-area article header a:hover { color: #21759b; } .comments-area article header cite a { color: #444; } .comments-area article header cite a:hover { text-decoration: underline; } .comments-area article header h4 { position: absolute; top: 0; right: 0; padding: 6px 12px; padding: 0.428571429rem 0.857142857rem; font-size: 12px; font-size: 0.857142857rem; font-weight: normal; color: #fff; background-repeat: repeat-x; background: #0088d0; background: -webkit-linear-gradient(#009cee, #0088d0); background: -moz-linear-gradient(#009cee, #0088d0); background: -ms-linear-gradient(#009cee, #0088d0); background: -o-linear-gradient(#009cee, #0088d0); background: -webkit-gradient(#009cee, #0088d0); background: linear-gradient(#009cee, #0088d0); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #007cbd; } .comments-area li.bypostauthor cite span { position: absolute; margin-left: 5px; margin-left: 0.357142857rem; padding: 2px 5px; padding: 0.142857143rem 0.357142857rem; font-size: 10px; font-size: 0.714285714rem; } a.comment-reply-link { font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; color: #747474; } a.comment-reply-link:hover { color: #21759b; } .commentlist .pingback { line-height: 1.714285714; margin-bottom: 24px; margin-bottom: 1.714285714rem; } .commentlist .children { margin-left: 48px; margin-left: 3.428571429rem; } /* ----- Comment form ----- */ #respond { margin-top: 48px; margin-top: 3.428571429rem; } #respond h3#reply-title { font-size: 30px; font-weight: normal; line-height: 38px; padding-bottom: 15px; } #respond h3#reply-title #cancel-comment-reply-link { margin-left: 10px; margin-left: 0.714285714rem; font-weight: normal; font-size: 12px; font-size: 0.857142857rem; } #respond form { margin: 24px 0; margin: 1.714285714rem 0; } #respond form p { margin: 11px 0; margin: 0.785714286rem 0; } #respond form p.logged-in-as { margin-bottom: 24px; margin-bottom: 1.714285714rem; } #respond form label { display: block; line-height: 1.714285714; } #respond form input[type="text"], #respond form textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; font-size: 0.857142857rem; line-height: 1.714285714; padding: 10px; padding: 0.714285714rem; width: 100%; } #respond form p.form-allowed-tags { margin: 0; font-size: 12px; font-size: 0.857142857rem; line-height: 2; color: #484848; } .required { color: red; } label ~ span.required { display: block; float: left; margin: -18px 0 0 -16px; margin: -1.285714286rem 0 0 -1.142857143rem; } /* 24.0 Pages ================================================== */ /* ----- Page Title ----- */ .page-header { padding: 0 0 30px; position: relative; overflow: hidden; } .error-404 .page-header { padding: 15px 20px 50px; margin-top: 0px; background-color: #fddbdd; } .error-404 .page-title { padding: 0px; } .error-404 .page-content { padding: 20px 0px; } .page-title { color: #333; float: left; font-size: 24px; line-height: 32px; padding: 0; } /* ----- Contact Page ----- */ .wpcf7-select { background-color: #fafafa; border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 0 30px; padding: 10px; width: 40%; display: block; } .wpcf7 p { margin-bottom: 0; } input[type="file"] { margin: 0 0 30px; display: block; } input[type="checkbox"] { margin: 0px 0px 30px; } /* 25.0 Widgets ================================================== */ .widget { margin-bottom: 30px; } .widget ul li a { color: #545454; } .widget ul li a:hover { color: #C69f70; } .widget-title { font-size: 16px; line-height: 24px; font-weight: 400; padding-bottom: 20px; } .widget-title, .widget-title a { color:#333; } .widget-title a:hover { color: #C69f70; } #secondary .widget-title:after { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #161616; bottom: -7px; content: ""; display: block; height: 0; left: 50%; margin-left: -7px; position: absolute; width: 0; } #secondary .widget-title { background-color: #161616; color: #fff; font-size: 15px; line-height: 24px; letter-spacing: 1px; margin-bottom: 25px; padding: 8px 0; position: relative; text-align: center; text-transform: uppercase; } /* Search Widget ================================================== */ input.search-field { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #747474; float: left; font-size: 14px; height: 46px; line-height: 22px; margin: 0; outline: medium none; padding: 6px 8px; width: 80%; /* fallback if needed */ width: calc(100% - 60px); } .search-submit { background-color: #C69f70; border: 1px solid #C69f70; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #fff; cursor: pointer; font-size: 16px; height: 46px; margin-left: -1px; outline: medium none; right: 0; width: 60px; -moz-transition: all 300ms ease-out 0s; -o-transition: all 300ms ease-out 0s; -webkit-transition: all 300ms ease-out 0s; transition: all 300ms ease-out 0s; } .search-submit:hover { font-size: 22px; } /* Promonational Area ================================================== */ .promonational-area { margin-bottom: 20px; } .promonational-img { background-position: center center; background-repeat: no-repeat; background-size: cover; display: table; height: 220px; padding: 15px; position: relative; width: 100%; } .promonational-area .promonational-link { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 999999; } .promonational-overlay { border: 1px solid #fff; display: table-cell; height: 100%; text-align: center; vertical-align: middle; } .promonational-overlay h4 { background-color: rgba(255, 255, 255, 0.9); color: #000; display: inline-block; font-size: 11px; letter-spacing: 2px; line-height: 1.5em; max-width: 60%; padding: 8px 12px 8px 13px; text-transform: uppercase; } /* Contact Widget ================================================== */ .widget_contact ul li i { font-size: 14px; line-height: 24px; padding-right: 5px; vertical-align: top; } .widget_contact ul li { padding: 6px 0 7px 0; } .widget_contact ul li a:hover { color: #C69f70; } /* Calendar Widget ================================================== */ .widget_calendar #wp-calendar { width: 90%; margin: 0 auto; } .widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td { text-align: center; } .widget_calendar #wp-calendar caption { font-size: 18px; padding: 0 0 30px; text-transform: uppercase; } .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar tfoot td { background-color: #f4f4f4; } /* Posts Widget ================================================== */ .widget_posts { margin-bottom: 30px; } .widget_posts .post-title a:hover { text-decoration: underline; } .widget_posts .article-calendar { font-size: 14px; } /* Tag Cloud Widget ================================================== */ .widget_tag_cloud a { border: 1px solid #ddd; color: #747474; display: inline-block; font-size: 13px !important; margin-bottom: 10px; margin-right: 5px; padding: 2px 12px; } .widget_tag_cloud a:hover { background-color: #eee; } /* ----- Site Info ----- */ .site-info { padding: 20px 0px 15px; background-color: #f8f8f8; font-size: 14px; line-height: 22px; text-align: center; background-position: center center; background-size: cover; } .site-info .social-links { float: none; margin-bottom: 15px; text-align: center; } .site-info .social-links { display: inline-block; } .site-info .social-links a { border: 1px solid #545454; color: #545454; display: inline-block; margin: 10px 8px 0; } .site-info .copyright { color: #848484; font-size: 13px; line-height: 21px; padding-top: 15px; text-align: center; } .site-info .copyright a { color: #999; } .site-info .copyright a:hover { color: #C69f70; } /* Googlemap Widget ================================================== */ .googlemaps_widget { width: 100%; margin-bottom: 50px; } .maps-container { border: 1px solid #ccc; margin: 0px; padding: 0px; height: 402px; } .googlemaps_widget iframe { width: 100%; height: 400px; } /* 26.0 Footer ================================================== */ #colophon p { margin-bottom: 15px; } #colophon { font-size: 13px; line-height: 21px; } #colophon .widget-wrap { background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1); color: #333; } #colophon .widget-area { margin: 0 -30px; padding: 50px 0 10px; display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ -webkit-box-orient: horizontal; -moz-box-orient: horizontal; -webkit-box-direction: normal; -moz-box-direction: normal; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; } #colophon .widget { margin-bottom: 30px; } #colophon .widget ul li a { color: #333; } #colophon .widget ul li a:hover { color: #C69f70; } #colophon .widget_categories ul li a, #colophon .widget_pages ul li a, #colophon .widget_nav_menu ul li a, #colophon .widget_recent_entries ul li a, #colophon .widget_categories ul li a, #colophon .widget_recent_comments ul li a, #colophon .widget_meta ul li a, #colophon .widget_rss ul li a { display: block; } #colophon .widget_categories ul ul li a, #colophon .widget_pages ul ul li a, #colophon .widget_nav_menu ul ul li a, #colophon .widget_recent_entries ul ul li a, #colophon .widget_categories ul ul li a, #colophon .widget_recent_comments ul ul li a, #colophon .widget_meta ul ul li a, #colophon .widget_rss ul ul li a { padding-left: 20px; } #colophon .widget_categories ul ul ul li a, #colophon .widget_pages ul ul ul li a, #colophon .widget_nav_menu ul ul ul li a, #colophon .widget_recent_entries ul ul ul li a, #colophon .widget_categories ul ul ul li a, #colophon .widget_recent_comments ul ul ul li a, #colophon .widget_meta ul ul ul li a, #colophon .widget_rss ul ul ul li a { padding-left: 30px; } #colophon .widget-title:after { background-color: #C69f70; content: " "; display: block; height: 1px; margin: 12px 0 auto; width: 60px; } #colophon .widget-title { font-family: 'Lato', sans-serif; font-size: 18px; line-height: 26px; text-transform: uppercase; } .widget_search .widget-title { display: none; } .widget_rss ul li { display: block; padding: 10px 0px; } .widget_meta ul li, .widget_recent_comments ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_archive ul li { display: block; padding: 6px 0 7px 5px; } .widget_recent_entries span { display: block; } #colophon .widget_posts .post-title { font-size: 15px; line-height: 22px; padding-bottom: 0px; } /* Footer column ================================================== */ .column-4 { float: left; padding: 0 20px 40px; } .column-4 { width: 25%; } .column-4:nth-child(4n+5) { clear: both; } #colophon .column-4 { margin-bottom: 30px; padding: 0 30px; border-right: 1px solid #e4e4e4; display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-box-direction: normal; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } #colophon .column-4:last-child { border-right: none; } /* ----- Footer Navigation ----- */ #footer-navigation { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 10px 0; text-align: center; } #footer-navigation a:hover{ color: #C69f70; } #footer-navigation a { color: #333; display: block; float: left; font-size: 12px; font-weight: normal; padding: 0 20px; text-transform: uppercase; } #footer-navigation ul li { position: relative; display: inline-block; } #footer-navigation ul li:before { content: ''; border-right: 1px solid #999; position: absolute; height: 40%; right: 0; top: 30%; } #footer-navigation ul li:last-child:before { border-right: none; } /* #Main Slider ================================================== */ .main-slider, .main-slider .layer-slider, .main-slider .container { position: relative; height: 100%; } .main-slider .show-display { display: block; } .main-slider .hide-display { display: none; } .main-slider .image-slider { background-position: center center; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; min-height: 600px; position: relative; } .slider-content { left: 0; position: absolute; right: 0; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0 auto; width: 70%; } .slider-content .slider-title, .slider-content .slider-title a { color: #000; font-size: 36px; font-weight: 400; line-height: 44px; } .slider-content .slider-text h3 { color: #000; font-size: 16px; font-weight: 300; line-height: 24px; } /* ----- Slider Buttons ----- */ a.slider-prev, a.slider-next { color: #999; font-size: 70px; line-height: 1; opacity: 0.2; -moz-opacity: 0.2; filter:alpha(opacity=20); position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; transition: all 300ms ease-out; z-index: 99; } a.slider-prev:hover, a.slider-next:hover { opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70); } a.slider-prev { left: 50px; } a.slider-next { right: 50px; } /* ----- Slider Pagination Buttons ----- */ .slider-button { text-align: center; line-height: 0; position: absolute; width: 100%; bottom: 40px; z-index: 99; } .slider-button a { background-color: transparent; border: 1px solid #999; cursor: pointer; display: inline-block; font-size: 0; height: 14px; line-height: 14px; margin: 0 3px; opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); text-align: center; vertical-align: middle; width: 14px; } nav.slider-button a.active, nav.slider-button a:hover { background-color: #ddd; -moz-transition:background .3s ease; -webkit-transition:background .3s ease; -ms-transition:background .3s ease; transition:background .3s ease; } /* #bbpress ================================================== */ #bbpress-forums, div.bbp-breadcrumb, div.bbp-topic-tags, div.bbp-template-notice p, #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log { font-size: 14px; } #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar { border: 0px; float: none; margin-bottom: 2px; margin-right: 1px; } .bbp-pagination { text-align: right; } .bbp-pagination-count { float: none; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: 14px; overflow: hidden; border: 1px solid #ddd; margin-bottom: 20px; clear: both; } #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #f4f4f4; border: none; font-weight: bold; text-align: center; padding: 15px 18px 15px 18px; } #bbpress-forums li.bbp-footer { padding: 8px; border-top: 1px solid #ddd; } #bbpress-forums .bbp-topics a { color: #333; } #bbpress-forums .bbp-topics a:hover { color: #C69f70; } #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border-top: 1px solid #ddd; } #bbpress-forums li.bbp-header ul { font-size: 16px; } #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { font-size: 14px; padding: 12px 0 10px 18px; } #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { font-size: 14px; margin: 5px 0 5px; padding: 0; word-wrap: break-word; } div.bbp-template-notice.info { color: #1891a8; } div.bbp-template-notice.info a { color: #1891a8; font-weight: 400; } #bbpress-forums p.bbp-topic-meta img.avatar { width:25px; height:25px; } #bbpress-forums fieldset.bbp-form { border: none; padding: 0; } #bbpress-forums fieldset.bbp-form legend { font-size: 15px; font-weight: bold; padding: 0 0 10px; } div.bbp-template-notice, div.indicator-hint { background: #f4f4f4; border: 1px solid #ddd; padding: 15px 20px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } #bbpress-forums .wp-editor-container, #wp-bbp_topic_content-editor-container, #wp-bbp_reply_content-editor-container { border: 1px solid #ddd; } #wp-bbp_topic_content-editor-container textarea { background-color: transparent; } .bbp-topic-form input#bbp_topic_title, .bbp-topic-form input#bbp_topic_tags, .bbp-topic-form select#bbp_stick_topic_select, .bbp-topic-form select#bbp_topic_status_select { color: #AAA9A9; background-color: #ffffff; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; /* Firefox 3.5 - 3.6 */ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ color: #747474; font-size: 13px; padding: 8px 2%; } .bbp-submit-wrapper button.submit { border: 1px solid #C69f70; background-color: #C69f70; color: #fff; padding: 8px 30px; font-size: 15px; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .bbp-submit-wrapper button.submit:hover { background-color: #ddd; border: 1px solid #ccc; color: #666; cursor: pointer; } .bbp-search-form input[type="submit"] { display: inline-block; height: 45px; margin: 0px 0px 0px -4px; } div.bbp-template-notice, div.indicator-hint { color: #ed1c24; } @media only screen and (max-width: 480px) { .bbp-search-form input[type="submit"] { height: 29px; } } /* Woocommerce ================================================== */ .woocommerce-page.photography #content { padding: 70px 0 30px; } .woocommerce #main .page-title { display: none; } .woocommerce-ordering .orderby { background-color: #fafafa; border: 1px solid rgba(0, 0, 0, 0.1); padding: 5px; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background-color: #C69f70; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: 400; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #C69f70; color: #fff; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #999; color: #fff; } .woocommerce .quantity .qty { height: 34px; } .woocommerce span.onsale { background-color: #2eb851; min-height: 4em; min-width: 4em; padding: 0.402em; font-size: 14px; left: -20px; top: -20px; font-weight: 500; } .woocommerce ul.products li.product .onsale { margin: -1em -1em 0 0; } .woocommerce ul.products li.product h3 { font-size: 1.2em; } .woocommerce ul.products li.product .price { font-size: 1em; } .woocommerce div.product p.price, .woocommerce div.product span.price { color: #747474; } .woocommerce ul.products li.product .price { color: #747474; } .woocommerce div.product .woocommerce-tabs .panel { padding-top: 20px; } .woocommerce-demo-store p.demo_store { background-color: #C69f70; } .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: auto; } .woocommerce .woocommerce-message:before { color: #C69f70; } .woocommerce-cart table.cart td.actions .coupon .input-text { padding: 10px 6px 12px; } .woocommerce-cart .wc-proceed-to-checkout a.checkout-button { padding: 15px; } .woocommerce table.shop_table td { padding: 12px; border-top: 0px; } .woocommerce table.shop_table { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce div.product .woocommerce-tabs ul.tabs li { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before { display: none; } .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { padding: 0.5em 0.8em; } .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count { margin: 0 0 3em; } .woocommerce ul.products li.product a img { border: 1px solid #ddd; margin: 0px; } .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: #2eb851; } .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #008922; } .woocommerce .star-rating, .comment-form-rating .stars span a { color: #f9b91e; } .woocommerce .woocommerce-product-search input.search-field { width: calc(100% - 95px); } .woocommerce .woocommerce-product-search input[type="submit"] { padding: 11px 20px 12px; border-radius: 0px; } .woocommerce .tagcloud a { border: 1px solid #ddd; padding: 5px 10px; } .woocommerce-review-link { color: #747474; } #main .woocommerce-MyAccount-navigation > ul { list-style: none; } .woocommerce-MyAccount-navigation ul li > a { border: 1px solid #e4e4e4; display: block; height: 100%; margin-bottom: -1px; padding: 8px; width: 100%; } .woocommerce-MyAccount-navigation ul li > a:hover, .woocommerce-MyAccount-navigation ul li.is-active { background-color: #f8f8f8; }
clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/izf/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>izf: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6 / izf - 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> izf <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 12:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 12:47:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/izf&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/IZF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Intuitionistic set theory&quot; &quot;keyword: pointed graphs&quot; &quot;keyword: type theory&quot; &quot;keyword: intuitionistic choice operator&quot; &quot;keyword: set theory&quot; &quot;keyword: Zermelo-Fraenkel&quot; &quot;category: Mathematics/Logic/Set theory&quot; &quot;date: 2003-02&quot; ] authors: [ &quot;Alexandre Miquel &lt;Alexandre.Miquel@pps.jussieu.fr&gt; [http://www.pps.jussieu.fr/~miquel]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/izf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/izf.git&quot; synopsis: &quot;Intuitionistic Zermelo-Fraenkel Set Theory in Coq&quot; description: &quot;&quot;&quot; This development contains the set-as-pointed-graph interpretation of Intuitionistic Zermelo Frankel set theory in system F_omega.2++ (F_omega + one extra universe + intuitionistic choice operator), which is described in chapter 9 of the author&#39;s PhD thesis (for IZ) and in the author&#39;s CSL&#39;03 paper (for the extension IZ -&gt; IZF).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/izf/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=63408951be1dddce6e29a691c2fa95c4&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-izf.8.9.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6). The following dependencies couldn&#39;t be met: - coq-izf -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-izf.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/validsdp/0.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>validsdp: 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 / validsdp - 0.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> validsdp <small> 0.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: [ &quot;Érik Martin-Dorel &lt;erik.martin-dorel@irit.fr&gt;&quot; &quot;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; ] homepage: &quot;https://sourcesup.renater.fr/validsdp/&quot; dev-repo: &quot;git+https://github.com/validsdp/validsdp.git&quot; bug-reports: &quot;https://github.com/validsdp/validsdp/issues&quot; license: &quot;LGPL-2.1-or-later&quot; build: [ [&quot;sh&quot; &quot;-c&quot; &quot;./configure&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.11~&quot;} &quot;coq-bignums&quot; &quot;coq-flocq&quot; {&gt;= &quot;3.1.0&quot;} &quot;coq-interval&quot; {&gt;= &quot;3.4.0&quot; &amp; &lt; &quot;4~&quot;} &quot;coq-mathcomp-field&quot; {&gt;= &quot;1.8&quot; &amp; &lt; &quot;1.10~&quot;} &quot;coq-libvalidsdp&quot; {= &quot;0.6.0&quot;} &quot;coq-mathcomp-multinomials&quot; {&gt;= &quot;1.2&quot;} &quot;coq-coqeal&quot; {&gt;= &quot;1.0.0&quot;} &quot;coq-paramcoq&quot; {&gt;= &quot;1.1.0&quot;} &quot;osdp&quot; {&gt;= &quot;1.0&quot;} &quot;ocamlfind&quot; {build} &quot;conf-autoconf&quot; {build} ] synopsis: &quot;ValidSDP&quot; description: &quot;&quot;&quot; ValidSDP is a library for the Coq formal proof assistant. It provides reflexive tactics to prove multivariate inequalities involving real-valued variables and rational constants, using SDP solvers as untrusted back-ends and verified checkers based on libValidSDP. Once installed, you can import the following modules: From Coq Require Import Reals. From ValidSDP Require Import validsdp. &quot;&quot;&quot; tags: [ &quot;keyword:libValidSDP&quot; &quot;keyword:ValidSDP&quot; &quot;keyword:floating-point arithmetic&quot; &quot;keyword:Cholesky decomposition&quot; &quot;category:Miscellaneous/Coq Extensions&quot; &quot;logpath:ValidSDP&quot; ] authors: [ &quot;Érik Martin-Dorel &lt;erik.martin-dorel@irit.fr&gt;&quot; &quot;Pierre Roux &lt;pierre.roux@onera.fr&gt;&quot; ] url { src: &quot;https://github.com/validsdp/validsdp/releases/download/v0.6.0/validsdp-0.6.0.tar.gz&quot; checksum: &quot;sha256=ba7de610de209cce431bc93ff599ac21eb14d649a815ec9cfae27e064d0ea3bf&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-validsdp.0.6.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-validsdp -&gt; coq-paramcoq &gt;= 1.1.0 -&gt; coq &gt;= 8.7.2 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-validsdp.0.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>
styles/font.css
nschultz14/portfolio
h1 { font-family: Graduate; font-size: 20px; font-style: normal; font-weight: 400; line-height: 25.5px; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; } h2 { font-family: Graduate; font-size: 12.5px; font-style: normal; font-weight: 200; line-height: 25.5px; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; } p { font-family: Righteous; font-size: 25px; font-style: normal; font-weight: 400; line-height: 25.5px; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; } blockquote { font-family: Raleway; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Raleway; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714282989502px; }
docs/api-gen/html/latest/namespacewcmf_1_1test_1_1tests_1_1service.html
iherwig/wcmf
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>wCMF 4.1: wcmf\test\tests\service Namespace Reference</title> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="A MDSD framework for building reliable, maintainable and extendable web applications with PHP"> <meta name="keywords" content="PHP, web application framework, model driven development"> <meta name="author" content="wemove digital solutions"> <link rel="shortcut icon" href="theme/images/favicon.ico"> <script src="jquery.js"></script> <script src="theme/vendor/popper/popper.min.js"></script> <script src="theme/vendor/bootstrap/js/bootstrap.min.js"></script> <link href="theme/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="theme/vendor/fontawesome/css/all.min.css" rel="stylesheet"> <script src="theme/vendor/bootstrap-toc/bootstrap-toc.min.js"></script> <link href="theme/vendor/bootstrap-toc/bootstrap-toc.min.css" rel="stylesheet"> <script src="theme/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js"></script> <script src="theme/vendor/highlight/highlight.pack.js"></script> <link href="theme/vendor/highlight/styles/solarized-dark.css" rel="stylesheet"> <script src="theme/js/application.js"></script> <script src="dynsections.js"></script> <link href="theme/css/style.css" rel="stylesheet"> </head> <body data-spy="scroll" data-target="#toc"> <nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top"> <a class="navbar-brand" href="index.html">wCMF 4.1</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarToggler"> <ul class="navbar-nav mr-auto mt-2 mt-lg-0"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="guidesDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="far fa-hand-point-right"></i> Guides <b class="caret"></b> </a> <div class="dropdown-menu" aria-labelledby="guidesDropdownMenuLink"> <a class="dropdown-item" href="gettingstarted.html">Getting started</a> <a class="dropdown-item" href="architecture.html">Architecture</a> <a class="dropdown-item" href="model.html">Model</a> <a class="dropdown-item" href="persistence.html">Persistence</a> <a class="dropdown-item" href="presentation.html">Presentation</a> <a class="dropdown-item" href="configuration.html">Configuration</a> <a class="dropdown-item" href="security.html">Security</a> <a class="dropdown-item" href="i18n_l10n.html">I18n & l10n</a> <a class="dropdown-item" href="tests.html">Tests</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="versionsDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fas fa-tags"></i> Versions <b class="caret"></b> </a> <div class="dropdown-menu" aria-labelledby="versionsDropdownMenuLink"> <a class="dropdown-item" href="4.1/index.html">4.1.x</a> <a class="dropdown-item" href="4.0/index.html">4.0.x</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="apiDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fas fa-file-alt"></i> API <b class="caret"></b> </a> <div class="dropdown-menu" aria-labelledby="apiDropdownMenuLink"> <a class="dropdown-item" href="annotated.html">Classes</a> <a class="dropdown-item" href="hierarchy.html">Hierarchy</a> </div> </li> <li class="nav-item"><a class="nav-link" href="https://github.com/iherwig/wcmf"><i class="fab fa-github"></i> Code</a></li> <li class="nav-item"><a class="nav-link" href="support.html"><i class="fas fa-life-ring"></i> Support</a></li> </ul> <form class="form-inline my-2 my-lg-0"> <input id="search-field" class="form-control mr-sm-2" type="search" placeholder="Search API" disabled> </form> </div> </nav> <a class="anchor" id="top"></a> <div class="content" id="content"> <div class="container"> <div class="row mt-4"> <div id="toc-container" class="col-lg-3 d-none d-lg-block d-none"> <nav id="toc" class="sticky-top"></nav> </div> <div id="content-container" class="col-md-12 col-lg-12"> <div> <!-- end header part --><!-- Generated by Doxygen 1.8.17 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ //var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacewcmf.html">wcmf</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1test.html">test</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1test_1_1tests.html">tests</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1test_1_1tests_1_1service.html">service</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">wcmf\test\tests\service Namespace Reference</div> </div> </div><!--header--> <div class="contents"> </div><!-- contents --> <!-- start footer part --> </div> </div> </div> </div> <hr> <footer> <div class="container"> <div class="row"> <div class="col-md-9"> <small>&copy; 2020 <a href="http://www.wemove.com" target="_blank">wemove digital solutions</a><br> Generated on Mon Dec 21 2020 22:40:29 for wCMF by &#160;<a href="http://www.doxygen.org/index.html" target="_blank">doxygen</a> 1.8.17</small> </div> </div> </div> </footer> <!-- Matomo --> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://piwik.wemove.com/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '7']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <noscript><img src="https://piwik.wemove.com/piwik.php?idsite=7&rec=1" style="border:0" alt="" /></noscript> <!-- End Matomo --> </body> </html>
styleguide/pages/results.html
manuelroth/styleguide
<!DOCTYPE html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6 oldie"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie7 oldie"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie8 oldie"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> <!--[if gt IE 9 ]><!--><html lang="en" class="no-js no-ie"><!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=$start"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Admin.ch - Results</title> <link rel="stylesheet" href="../css/vendors.css"> <link rel="stylesheet" href="../css/admin.css"> <link rel="stylesheet" href="../css/print.css"> <!-- Favicons --> <link rel="shortcut icon" href="../img/ico/favicon.ico"> <link rel="apple-touch-icon" sizes="57x57" href="../img/ico/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="../img/ico/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="../img/ico/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="../img/ico/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="../img/ico/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="../img/ico/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="../img/ico/apple-touch-icon-76x76.png"> <link rel="icon" type="image/png" href="../img/ico/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="../img/ico/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="../img/ico/favicon-32x32.png" sizes="32x32"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="../img/ico/mstile-144x144.png"> <meta name="msapplication-config" content="../img/ico/browserconfig.xml"> <!--[if lt IE 9]> <script src="../js/polyfills.min.js"></script> <![endif]--> <script> // You have to store all your data inside `searchData` and define it globaly var searchData = ["Aargau", "Appenzell A. Rh.", "Appenzell I. Rh.", "Basel-Landschaft", "Basel-Stadt", "Bern", "Fribourg", "Genève", "Glarus", "Graubünden", "Jura", "Lucerne", "Neuchâtel", "Nidwalden", "Obwalden", "Schaffhausen", "Schwyz", "Solothurn", "St. Gallen", "Thurgau", "Ticino", "Uri", "Valais", "Vaud", "Zug", "Zurich" ]; </script> </head> <body> <ul class="access-keys" role="navigation"> <li><a href="index.html" accesskey="0">Homepage</a></li><!-- Link to home page --> <li><a href="#main-navigation" accesskey="1">Main navigation</a></li><!-- Link to main navigation --> <li><a href="#content" accesskey="2">Content</a></li><!-- Link to page content --> <li><a href="contact.html" accesskey="3">Contact page</a></li><!-- Link to contact page --> <li><a href="sitemap.html" accesskey="4">Sitemap</a></li><!-- Link to sitemap page or page area --> <li><a href="#search-field" accesskey="5">Search</a></li><!-- Link to search field --> <!-- Other smart links can be added for main website functionalities --> </ul> <div class="container container-main"> <header> <div class="clearfix"> <!-- Standard Bootstrap `navbar` structure with the `treecrumb` class --> <nav class="navbar treecrumb pull-left" role="navigation"> <h2 class="sr-only">Orientation in the website</h2> <ul class="nav navbar-nav"> <!-- Treecrumb dropdown element --> <li class="dropdown"> <!-- Dropdown label --> <a id="admin-dropdown" href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="icon icon--right"></span> Federal Administration</a> <!-- Dropdown list element --> <ul class="dropdown-menu" role="menu" aria-labelledby="admin-dropdown"> <!-- Dropdown title, can ben place anywhere in the list --> <li class="dropdown-header"> <a href="#">Federal Administration admin.ch</a> <ul> <li><a href="#">BK: Schweizerische Bundeskanzlei</a></li> <li><a href="#">EDA: Eidgenössisches Departement für auswärtige Angelegenheiten</a></li> <li><a href="#">EDI: Eidgenössisches Department des Innern</a></li> <li><a href="#"><strong>EJPD: Eidgenössisches Justiz- und Polizeidepartment</strong></a></li> <li><a href="#">VBS: Eidgenössisches Department für Verteidigung, Bevölkerungsschutz und Sport</a></li> <li><a href="#">EVD: Eidgenössisches Volkswirtschaftsdepartement</a></li> <li><a href="#">UVEK: Eidgenössisches Department für Umwelt, Verkehr, Energie und Kommunikation</a></li> </ul> </li> </ul> </li> <li class="dropdown"> <a href="#" id="service-dropdown" class="dropdown-toggle" data-toggle="dropdown"><span class="icon icon--right"></span> Departement: EDI</a> <ul class="dropdown-menu" role="menu" aria-labelledby="service-dropdown"> <li class="dropdown-header"> <a href="#">Departement: EDI</a> <ul> <li><a href="#">DEZA: Direktion für Entwicklung und Zusammenarbeit</a></li> <li><a href="#">Schweizer Beitrag an die erweiterte EU</a></li> <li><a href="#">Integrationsbüros</a></li> </ul> </li> </ul> </li> </ul> </nav> <section class="nav-services clearfix"> <h2>Title of page</h2> <h2 class="sr-only">Language selection</h2> <nav class="nav-lang"> <ul> <li><a class="active" href="#">DE <span class="sr-only">selected</span></a></li> <li><a href="#">FR</a></li> <li><a href="#">IT</a></li> <li><a class="disabled" href="#">RM <span class="sr-only">disabled</span></a></li> <li><a href="#">EN</a></li> </ul> </nav> <nav class="nav-service" role="navigation"> <h2 class="sr-only">Services navigation</h2> <ul> <li><a href="#">Emergencies</a></li> <li><a href="#">Jobs</a></li> <li><a href="#">Media</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </section> </div> <a href="#" class="brand hidden-xs" title="back to home"> <img src="../img/logo-CH.svg" onerror="this.onerror=null; this.src='../img/logo-CH.png'" alt="back to home" /> <h1>Department of the Environment, Transport, Energy and Communications</h1> </a> <form class="form-horizontal form-search pull-right" role="form"> <h2 class="sr-only">Search</h2> <label for="search-field" class="sr-only">Search:</label> <input id="search-field" class="form-control search-field" type="text" placeholder="Search"> </form> <!-- Standard Bootstrap `navbar` structure with the `yamm` mega-menu library --> <nav class="navbar yamm yamm--select" role="navigation"> <h2 class="sr-only">By Topics</h2> <ul> <!-- Init dropdown with the `pull-right` class if you want to have your Topics select on the right --> <li class="dropdown pull-right"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Themen A-Z <span class="icon icon--bottom"></span></a> <ul class="dropdown-menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <!-- The `yamm-close` should always be inside the `yamm-content` to close the mega-menu --> <div class="row"> <div class="col-sm-12"><a href="#" class="yamm-close icon icon--after icon--close pull-right">Close</a></div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li><!-- Navbar item end --> </ul><!-- Navbar list end --> </nav><!-- Navbar end --> </header> <nav class="nav-main yamm navbar" id="main-navigation"> <h2 class="sr-only">Navigation</h2> <section class="nav-mobile"> <div class="table-row"> <div class="nav-mobile-header"> <div class="table-row"> <span class="nav-mobile-logo"> <img src="../img/swiss.svg" onerror="this.onerror=null; this.src='../img/swiss.png'" alt="Confederatio Helvetica" /> </span> <h1><a href="#">Main Title</a></h1> </div> </div> <div class="table-cell dropdown"> <a href="#" class="nav-mobile-menu dropdown-toggle" data-toggle="dropdown"><span class="icon icon--menu"></span></a> <div class="drilldown dropdown-menu" role="menu"> <div class="drilldown-container"> <nav class="nav-page-list"> <ul> <li><a href="#">Aktuell</a></li> <li><a href="#">Aussenpolitik</a></li> <li class="list-sub"><a href="#">Länder- & Reise-informationen</a> <!-- sub-list element --> <nav class="drilldown-sub" aria-expanded="false"> <a href="#" class="icon icon--before icon--less drilldown-back" aria-hidden="true">Mineral Water</a> <ul> <li class="list-emphasis"><a href="#">Mineral Water</a></li> <li><a href="#">Test</a></li> <li><a href="#">Test2</a></li> <li><a href="#">Test3</a></li> </ul> </nav> </li> <li><a href="#">Leben im Ausland</a></li> <li><a href="#">Einreise & Aufenthalt in der Schweiz</a></li> <li><a href="#">Publikationen & Service</a></li> <li><a href="#">Über uns</a></li> </ul> <a href="#" class="yamm-close-bottom"><span class="icon icon--top" aria-hidden="true"></span></a> </nav> </div> </div> </div> <div class="table-cell dropdown"> <a href="#" class="nav-mobile-menu dropdown-toggle" data-toggle="dropdown"><span class="icon icon--search"></span></a> <div class="dropdown-menu" role="menu"> <form class="form" role="form"> <h2 class="sr-only">Search</h2> <label for="search-field" class="sr-only">Search:</label> <input class="form-control" type="text" placeholder="Search"> <span class="icon icon--search"></span> </form> </div> </div> </div> </section> <!-- The tab navigation --> <ul class="nav navbar-nav" role="navigation"> <li class="dropdown current yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Aktuell <span class="sr-only">current page</span></a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 0</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> <li class="dropdown yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Aussenpolitik</a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 1</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> <li class="dropdown yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Länder- & Reise-informationen</a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 2</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> <li class="dropdown yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Leben im Ausland</a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 3</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> <li class="dropdown yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Einreise & Aufenthalt in der Schweiz</a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 4</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> <li class="dropdown yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Publikationen & Service</a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 5</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> <li class="dropdown yamm-fw"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Über uns</a> <ul class="dropdown-menu" role="menu"> <!-- The `li` presence heritated from the classic dropdown structure, only one in that case --> <li> <!-- The `yamm-content` can contain any kind of content like tab, table, list, article... --> <div class="yamm-content container-fluid"> <div class="row"> <div class="col-md-4"> <h3>Content of megamenu 6</h3> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> <div class="col-md-8"> <h3>Image exemple for megamenu</h3> <img src="http://placehold.it/800x300" alt="Image description"> </div> </div> </div><!-- `yamm-content` end --> </li><!-- Dropdown `li` end --> </ul><!-- Dropdown `ul` end --> </li> </ul> </nav> <div class="container-fluid hidden-xs"> <div class="row"> <div class="col-sm-12"> <h2 id="br1" class="hidden">Breadcrumbs</h2> <ol class="breadcrumb" role="navigation" aria-labelledby="br1"> <li><a href="#">Home page EDA</a><span class="icon icon--greater"></span></li> <li><a href="#">Country & Travel Information</a><span class="icon icon--greater"></span></li> <li><a href="#">Country Selection</a><span class="icon icon--greater"></span></li> <li><a href="#">Democratic Republic of the Congo</a><span class="icon icon--greater"></span></li> <li><a href="#">Some text to create a line break</a><span class="icon icon--greater"></span></li> <li><a href="#">Bilateral Relations</a><span class="icon icon--greater"></span></li> <li class="active" aria-selected="true">Title of the active page</li> </ol> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="col-sm-8 col-md-9" id="content"> <div class="row"> <div class="col-sm-12"> <a href="#" onclick="$.printPreview.printPreview()" class="icon icon--before icon--print pull-right"></a> <h1 class="text-inline">Search</h1> <br> <form action="#" class="form-inline search-box"> <fieldset class="clearfix"> <div class="form-group"> <label for="inputSearch" class="control-label">Search by keyword</label> <input type="text" class="form-control" id="inputSearch" placeholder="Search by keyword"> </div> <input class="btn btn-primary" aria-label="Find" type="submit" value="Find"> </fieldset> </form> <h2>Search Results</h2> <p>39 items found for Health Insurance</p> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#contentPages" data-toggle="tab">Content pages (28)</a></li> <li><a href="#newsPages" data-toggle="tab">News (16)</a></li> <li><a href="#publicationsPages" data-toggle="tab">Publications (3)</a></li> </ul> <!-- Tab panes --> <div class="tab-content tab-border"> <div class="tab-pane active" id="contentPages"> <!-- Header pagination --> <nav class="pagination-container clearfix"> <span class="pull-left">Object - 2 of 3</span> <ul class="pull-right pagination"> <li class="separator disabled"><a aria-disabled="true" href="#" title="step backward"><span class="icon icon--step-backward"></span></a></li> <li class="separator disabled"><a aria-disabled="true" href="#">Previous</a></li> <li class="active"><a href="#">1 <span class="sr-only">current page</span></a></li> <li><a href="#">2</a></li> <li>...</li> <li><a href="#">17</a></li> <li class="separator-left"><a href="#">Next</a></li> <li class="separator-left"><a href="#" title="step forward"><span class="icon icon--step-forward"></span></a></li> </ul> </nav> <!-- Results --> <article class="search-result"> <h2 id="br2" class="hidden">Breadcrumbs</h2> <ol class="breadcrumb breadcrumb--search" aria-labelledby="br2"> <li><a href="#">Home page EDA</a><span class="icon icon--greater"></span></li> <li><a href="#">Country & Travel Information</a><span class="icon icon--greater"></span></li> <li class="active">Country Selection</li> </ol> <h4><a href="#">Title of the first result</a></h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum, eum, dolor, alias quo aspernatur quos soluta ducimus nihil aliquid maiores ipsam aut suscipit eos iste dicta ipsum aperiam distinctio illum.</p> </article> <article class="search-result"> <h2 id="br3" class="hidden">Breadcrumbs</h2> <ol class="breadcrumb breadcrumb--search" aria-labelledby="br3"> <li><a href="#">Home page EDA</a><span class="icon icon--greater"></span></li> <li><a href="#">Country & Travel Information</a><span class="icon icon--greater"></span></li> <li class="active">Country Selection</li> </ol> <h4><a href="#">Title of the second result</a></h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum, eum, dolor, alias quo aspernatur quos soluta ducimus nihil aliquid maiores ipsam aut suscipit eos iste dicta ipsum aperiam distinctio illum.</p> </article> <!-- Footer pagination --> <nav class="pagination-container pagination-end"> <span class="pull-left">Object - 2 of 3</span> <ul class="pull-right pagination"> <li class="separator disabled"><a aria-disabled="true" href="#" title="step backward"><span class="icon icon--step-backward"></span></a></li> <li class="separator disabled"><a aria-disabled="true" href="#">Previous</a></li> <li class="active"><a href="#">1 <span class="sr-only">current page</span></a></li> <li><a href="#">2</a></li> <li>...</li> <li><a href="#">17</a></li> <li class="separator-left"><a href="#">Next</a></li> <li class="separator-left"><a href="#" title="step forward"><span class="icon icon--step-forward"></span></a></li> </ul> </nav> </div> <div class="tab-pane" id="newsPages"> <!-- Header pagination --> <nav class="pagination-container clearfix"> <span class="pull-left">Object - 2 of 3</span> <ul class="pull-right pagination"> <li class="separator disabled"><a aria-disabled="true" href="#" title="step backward"><span class="icon icon--step-backward"></span></a></li> <li class="separator disabled"><a aria-disabled="true" href="#">Previous</a></li> <li class="active"><a href="#">1 <span class="sr-only">current page</span></a></li> <li><a href="#">2</a></li> <li>...</li> <li><a href="#">17</a></li> <li class="separator-left"><a href="#">Next</a></li> <li class="separator-left"><a href="#" title="step forward"><span class="icon icon--step-forward"></span></a></li> </ul> </nav> <article class="search-result clearfix"> <h4><a href="#">News item</a></h4> <figure class="pull-left"> <img src="http://placehold.it/180x113" alt="image description"> <figcaption>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Si quicquam extra virtutem habeatur in bonis.</figcaption> </figure> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> </article> <article class="search-result clearfix"> <h4><a href="#">News item</a></h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> </article> <!-- Footer pagination --> <nav class="pagination-container pagination-end"> <span class="pull-left">Object - 2 of 3</span> <ul class="pull-right pagination"> <li class="separator disabled"><a aria-disabled="true" href="#" title="step backward"><span class="icon icon--step-backward"></span></a></li> <li class="separator disabled"><a aria-disabled="true" href="#">Previous</a></li> <li class="active"><a href="#">1 <span class="sr-only">current page</span></a></li> <li><a href="#">2</a></li> <li>...</li> <li><a href="#">17</a></li> <li class="separator-left"><a href="#">Next</a></li> <li class="separator-left"><a href="#" title="step forward"><span class="icon icon--step-forward"></span></a></li> </ul> </nav> </div> <div class="tab-pane" id="publicationsPages"> <form action="#" class="form-inline"> <div class="checkbox checkbox--left"> <input type="checkbox" id="checkbox1" value="checkbox1" checked> <label for="checkbox1">Documents (1)</label> </div> <div class="checkbox checkbox--left"> <input type="checkbox" id="checkbox2" value="checkbox2" checked> <label for="checkbox2">Images (1)</label> </div> <div class="checkbox checkbox--left"> <input type="checkbox" id="checkbox3" value="checkbox3" checked> <label for="checkbox3">Videos (1)</label> </div> </form> <div class="pagination-container"> <span>Objects <b>1</b> - <b>3</b> of 3</span> </div> <article class="search-result clearfix"> <h4><a href="#">Document</a></h4> <figure class="pull-left"> <img src="http://placehold.it/78x117" alt="image description"> </figure> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> <p> <a href="#" class="icon icon--before icon--pdf"> Strategie des Bundes in der humanitären Minenräumung 2008 - 2011 <span class="text-dimmed">(PDF, 90 Seiten, 5-0 MB, deutsch)</span> </a> </p> <p><a href="#" class="icon icon--before icon--greater">Other languages</a></p> </article> <article class="search-result clearfix"> <h4><a href="#">Image</a></h4> <figure class="pull-left"> <img src="http://placehold.it/180x113" alt="image description"> </figure> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> </article> <article class="search-result clearfix"> <h4><a href="#">Video</a></h4> <iframe src="//player.vimeo.com/video/38388574" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, voluptate, sint animi reiciendis odio cumque corrupti perspiciatis et minus sit quia doloremque. Perspiciatis, atque veritatis ad iste ducimus libero voluptas.</p> </article> <div class="pagination-container pagination-end"> <span>Objects <b>1</b> - <b>3</b> of 3</span> </div> </div> </div> <br> <small> <a href="#">Zum Seitenanfang</a><br> Letze Änderung 17.01.2014 </small> </div> </div> </div> </div> </div> <footer> <div class="container-fluid footer-service"> <h3>Statistik Schweiz</h3> <nav> <ul> <li><a href="#">Emergencies</a></li> <li><a href="#">Jobs</a></li> <li><a href="#">Media</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </div> <div class="site-map"> <a href="#site-map" data-target="#site-map" data-toggle="collapse" class="site-map-toggle collapsed">Sitemap</a> <script src="../js/polyfills.min.js"></script> <div class="container-fluid" id="site-map"> <div class="row"> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> <li><a href="#">Geschäftstätigkeit in der Schweiz</a></li> <li><a href="#">Ausländische Vertretungen in der Schweiz</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> <li><a href="#">Geschäftstätigkeit in der Schweiz</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> </ul> </div> </div> <div class="row"> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> <li><a href="#">Geschäftstätigkeit in der Schweiz</a></li> <li><a href="#">Ausländische Vertretungen in der Schweiz</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> <li><a href="#">Geschäftstätigkeit in der Schweiz</a></li> <li><a href="#">Ausländische Vertretungen in der Schweiz</a></li> <li><a href="#">Informationen zur Schweiz</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h3>Einreise & Aufenthalt in der Schweiz</h3> <ul class="list-unstyled"> <li><a href="#">Einreise in die Schweiz</a></li> <li><a href="#">Visabestimmungen</a></li> <li><a href="#">Aufenthalt in der Schweiz</a></li> <li><a href="#">Geschäftstätigkeit in der Schweiz</a></li> <li><a href="#">Ausländische Vertretungen in der Schweiz</a></li> <li><a href="#">Informationen zur Schweiz</a></li> </ul> </div> </div> </div> </div><!-- End of Site-map --> <script src="../js/polyfills.min.js"></script> <div class="container-fluid"> <h3>Informiert bleiben</h3> <nav class="links-social"> <ul> <li><a class="icon icon--before icon--twitter" href="#">Twitter</a></li> <li><a class="icon icon--before icon--facebook" href="#">Facebook</a></li> <li><a class="icon icon--before icon--rss" href="#">RSS Feed</a></li> <li><a class="icon icon--before icon--message" href="#">Newsletter</a></li> </ul> </nav> <h3 class="border-bottom">DEZA – Weltweit vor Ort</h3> <p> Besuchen Sie die Websites der Schweizer Kooperationsbüros. </p> <p> <label for="country" class="sr-only">Country:</label> <select id="country" name="country"> <option value="Switzerland">Switzerland</option> <option value="France">France</option> <option value="Deutchland">Deutchland</option> <option value="...">...</option> </select> </p> <hr class="footer-line visible-xs"> <img class="visible-xs" src="../img/logo-CH.svg" onerror="this.onerror=null; this.src='../img/logo-CH.png'" alt="back to home" /> </div> <address> <span class="hidden-xs">Bundesamt für Statistik</span> <nav class="pull-right"> <ul> <li><a href="#">Rechtliches</a></li> <li><a href="#">Impressum</a></li> </ul> </nav> </address> </footer> </div> <div id="blueimp-gallery" class="blueimp-gallery" data-use-bootstrap-modal="false"> <!-- The container for the modal slides --> <div class="slides"></div> <!-- Controls for the borderless lightbox --> <h3 class="title"></h3> <a class="prev">‹</a> <a class="next">›</a> <a class="close">×</a> <a class="play-pause"></a> <ol class="indicator"></ol> <!-- The modal dialog, which will be used to wrap the lightbox content --> <div class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" aria-hidden="true">&times;</button> <h4 class="modal-title"></h4> </div> <div class="modal-body next"></div> <div class="modal-footer"> <button type="button" class="btn btn-default pull-left prev"> <i class="glyphicon glyphicon-chevron-left"></i> Previous </button> <button type="button" class="btn btn-primary next"> Next <i class="glyphicon glyphicon-chevron-right"></i> </button> </div> </div> </div> </div> </div> <script type="text/javascript" src="../js/vendors.min.js"></script> <script type="text/javascript" src="../js/main.min.js"></script> </body> </html>
doc/app/doc/README_FOR_APP.html
JulianArnold/grushenka
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>README_FOR_APP - Rails Application Documentation</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="../js/search.js"></script> <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script> <body class="file"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="../index.html">Home</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="../doc/README_FOR_APP.html">README_FOR_APP</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="../AdminController.html">AdminController</a> <li><a href="../AdminHelper.html">AdminHelper</a> <li><a href="../ApplicationController.html">ApplicationController</a> <li><a href="../ApplicationHelper.html">ApplicationHelper</a> <li><a href="../Cart.html">Cart</a> <li><a href="../CartsController.html">CartsController</a> <li><a href="../CartsHelper.html">CartsHelper</a> <li><a href="../LineItem.html">LineItem</a> <li><a href="../LineItemsController.html">LineItemsController</a> <li><a href="../LineItemsHelper.html">LineItemsHelper</a> <li><a href="../Order.html">Order</a> <li><a href="../OrderNotifier.html">OrderNotifier</a> <li><a href="../OrdersController.html">OrdersController</a> <li><a href="../OrdersHelper.html">OrdersHelper</a> <li><a href="../PagesController.html">PagesController</a> <li><a href="../PagesHelper.html">PagesHelper</a> <li><a href="../Product.html">Product</a> <li><a href="../ProductsController.html">ProductsController</a> <li><a href="../ProductsHelper.html">ProductsHelper</a> <li><a href="../SayHelper.html">SayHelper</a> <li><a href="../SessionsController.html">SessionsController</a> <li><a href="../SessionsHelper.html">SessionsHelper</a> <li><a href="../StoreController.html">StoreController</a> <li><a href="../StoreHelper.html">StoreHelper</a> <li><a href="../User.html">User</a> <li><a href="../UsersController.html">UsersController</a> <li><a href="../UsersHelper.html">UsersHelper</a> </ul> </nav> </div> </nav> <div id="documentation" class="description"> <p>Use this README file to introduce your application and point to useful places in the API for learning more. Run “rake doc:app” to generate API documentation for your models, controllers, helpers, and libraries.</p> </div> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.2. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
ReportImportTests/net.sf.jabref.logic.layout.format/index_SORT_BY_BLOCK_DESC.html
JessicaDias/JabRef_ES2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="htmlId"> <head> <title>Coverage Report :: net.sf.jabref.logic.layout.format</title> <style type="text/css"> @import "../.css/coverage.css"; </style> </head> <body> <div class="header"></div> <div class="content"> <div class="breadCrumbs"> [ <a href="../index_SORT_BY_BLOCK_DESC.html">all classes</a> ] [ net.sf.jabref.logic.layout.format ] </div> <h1>Coverage Summary for Package: net.sf.jabref.logic.layout.format</h1> <table class="coverageStats"> <tr> <th class="name">Package</th> <th class="coverageStat "> Class, % </th> <th class="coverageStat "> Method, % </th> <th class="coverageStat "> Line, % </th> </tr> <tr> <td class="name">net.sf.jabref.logic.layout.format</td> <td class="coverageStat"> <span class="percent"> 1.5% </span> <span class="absValue"> (1/ 66) </span> </td> <td class="coverageStat"> <span class="percent"> 0.5% </span> <span class="absValue"> (1/ 188) </span> </td> <td class="coverageStat"> <span class="percent"> 0.2% </span> <span class="absValue"> (2/ 1195) </span> </td> </tr> </table> <br/> <br/> <table class="coverageStats"> <tr> <th class="name "> <a href="index.html">Class</a> </th> <th class="coverageStat "> <a href="index_SORT_BY_CLASS.html">Class, %</a> </th> <th class="coverageStat "> <a href="index_SORT_BY_METHOD.html">Method, %</a> </th> <th class="coverageStat "> <a href="index_SORT_BY_LINE.html">Line, %</a> </th> </tr> <tr> <td class="name"><a href=".classes/AuthorAndsCommaReplacer.html">AuthorAndsCommaReplacer</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 14) </span> </td> </tr> <tr> <td class="name"><a href=".classes/HTMLChars.html">HTMLChars</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 111) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLF_FFAbbr.html">AuthorLF_FFAbbr</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> </tr> <tr> <td class="name"><a href=".classes/FormatPagesForHTML.html">FormatPagesForHTML</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLastFirstAbbrOxfordCommas.html">AuthorLastFirstAbbrOxfordCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLF_FF.html">AuthorLF_FF</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> </tr> <tr> <td class="name"><a href=".classes/XMLChars.html">XMLChars</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 5) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 41) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorFirstAbbrLastCommas.html">AuthorFirstAbbrLastCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorFirstAbbrLastOxfordCommas.html">AuthorFirstAbbrLastOxfordCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/CreateDocBookAuthors.html">CreateDocBookAuthors</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 12) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 23) </span> </td> </tr> <tr> <td class="name"><a href=".classes/LatexToUnicodeFormatter.html">LatexToUnicodeFormatter</a></td> <td class="coverageStat"> <span class="percent"> 100% </span> <span class="absValue"> (1/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 16.7% </span> <span class="absValue"> (1/ 6) </span> </td> <td class="coverageStat"> <span class="percent"> 28.6% </span> <span class="absValue"> (2/ 7) </span> </td> </tr> <tr> <td class="name"><a href=".classes/FileLinkPreferences.html">FileLinkPreferences</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 6) </span> </td> </tr> <tr> <td class="name"><a href=".classes/DateFormatter.html">DateFormatter</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 7) </span> </td> </tr> <tr> <td class="name"><a href=".classes/ToLowerCase.html">ToLowerCase</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorFirstFirstCommas.html">AuthorFirstFirstCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Iso690NamesAuthors.html">Iso690NamesAuthors</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 40) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Number.html">Number</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLastFirstCommas.html">AuthorLastFirstCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/DOIStrip.html">DOIStrip</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> </tr> <tr> <td class="name"><a href=".classes/IfPlural.html">IfPlural</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 12) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorFirstLastCommas.html">AuthorFirstLastCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/HTMLParagraphs.html">HTMLParagraphs</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 20) </span> </td> </tr> <tr> <td class="name"><a href=".classes/NoSpaceBetweenAbbreviations.html">NoSpaceBetweenAbbreviations</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorAndsReplacer.html">AuthorAndsReplacer</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 16) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RisAuthors.html">RisAuthors</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 15) </span> </td> </tr> <tr> <td class="name"><a href=".classes/NameFormatter.html">NameFormatter</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 6) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 52) </span> </td> </tr> <tr> <td class="name"><a href=".classes/GetOpenOfficeType.html">GetOpenOfficeType</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 30) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Ordinal.html">Ordinal</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 21) </span> </td> </tr> <tr> <td class="name"><a href=".classes/CompositeFormat.html">CompositeFormat</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 14) </span> </td> </tr> <tr> <td class="name"><a href=".classes/CreateDocBookEditors.html">CreateDocBookEditors</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 5) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RemoveBracketsAddComma.html">RemoveBracketsAddComma</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 8) </span> </td> </tr> <tr> <td class="name"><a href=".classes/JournalAbbreviator.html">JournalAbbreviator</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 6) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Iso690FormatDate.html">Iso690FormatDate</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 12) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RisMonth.html">RisMonth</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 7) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLastFirst.html">AuthorLastFirst</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/WrapFileLinks.html">WrapFileLinks</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 11) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 96) </span> </td> </tr> <tr> <td class="name"><a href=".classes/NotFoundFormatter.html">NotFoundFormatter</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 5) </span> </td> </tr> <tr> <td class="name"><a href=".classes/FileLink.html">FileLink</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 30) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Authors.html">Authors</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 9) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 180) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Replace.html">Replace</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 10) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RemoveTilde.html">RemoveTilde</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 11) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorNatBib.html">AuthorNatBib</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/WrapContent.html">WrapContent</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 14) </span> </td> </tr> <tr> <td class="name"><a href=".classes/CurrentDate.html">CurrentDate</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 5) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorFirstLastOxfordCommas.html">AuthorFirstLastOxfordCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RemoveLatexCommandsFormatter.html">RemoveLatexCommandsFormatter</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 36) </span> </td> </tr> <tr> <td class="name"><a href=".classes/ToUpperCase.html">ToUpperCase</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> </tr> <tr> <td class="name"><a href=".classes/NameFormatterPreferences.html">NameFormatterPreferences</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 6) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLastFirstAbbrCommas.html">AuthorLastFirstAbbrCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLastFirstAbbreviator.html">AuthorLastFirstAbbreviator</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/FormatPagesForXML.html">FormatPagesForXML</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RemoveBrackets.html">RemoveBrackets</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 6) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorAbbreviator.html">AuthorAbbreviator</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> </tr> <tr> <td class="name"><a href=".classes/DOICheck.html">DOICheck</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 7) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorFirstFirst.html">AuthorFirstFirst</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/CreateBibORDFAuthors.html">CreateBibORDFAuthors</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 18) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorOrgSci.html">AuthorOrgSci</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 10) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RTFChars.html">RTFChars</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 4) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 190) </span> </td> </tr> <tr> <td class="name"><a href=".classes/AuthorLastFirstOxfordCommas.html">AuthorLastFirstOxfordCommas</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RisKeywords.html">RisKeywords</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 14) </span> </td> </tr> <tr> <td class="name"><a href=".classes/EntryTypeFormatter.html">EntryTypeFormatter</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 5) </span> </td> </tr> <tr> <td class="name"><a href=".classes/RemoveWhitespace.html">RemoveWhitespace</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 8) </span> </td> </tr> <tr> <td class="name"><a href=".classes/FirstPage.html">FirstPage</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 7) </span> </td> </tr> <tr> <td class="name"><a href=".classes/LastPage.html">LastPage</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 9) </span> </td> </tr> <tr> <td class="name"><a href=".classes/Default.html">Default</a></td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 1) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 3) </span> </td> <td class="coverageStat"> <span class="percent"> 0% </span> <span class="absValue"> (0/ 5) </span> </td> </tr> </table> </div> <div class="footer"> <div style="float:right;">generated on 2017-07-15 00:44</div> </div> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.10.1/unicoq/1.5+8.12.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unicoq: 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.1 / unicoq - 1.5+8.12</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> unicoq <small> 1.5+8.12 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-02 09:47:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-02 09:47:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; authors: [ &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Beta Ziliani &lt;beta@mpi-sws.org&gt;&quot; ] dev-repo: &quot;git+https://github.com/unicoq/unicoq.git&quot; homepage: &quot;https://github.com/unicoq/unicoq&quot; bug-reports: &quot;https://github.com/unicoq/unicoq/issues&quot; license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.12.0&quot; &amp; &lt; &quot;8.13~&quot;} ] synopsis: &quot;An enhanced unification algorithm for Coq&quot; tags: [ &quot;logpath:Unicoq&quot; &quot;date:2020-08-12&quot; ] url { src: &quot;https://github.com/unicoq/unicoq/archive/v1.5-8.12.tar.gz&quot; checksum: &quot;sha512=c2326af1972ddf0f34e6f2c81426882a332729a3d7f8a9c6cbffb23f85fa5b61d747adfa1cd149c05640e2c329945ab7405620eb80c9c3f6744aaf01f3ee8c1f&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-unicoq.1.5+8.12 coq.8.10.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.10.1). The following dependencies couldn&#39;t be met: - coq-unicoq -&gt; coq &gt;= 8.12.0 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-unicoq.1.5+8.12</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>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/elpi/1.4.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: 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.2 / elpi - 1.4.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.4.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 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;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.11.2&quot; &amp; &lt; &quot;1.12.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;logpath:elpi&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.4.1.tar.gz&quot; checksum: &quot;sha256=a458a85e90b2f38cbc1bce9dce8904a1620fddd3e0c63cef916607af2fb51383&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-elpi.1.4.1 coq.8.7.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.2). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; coq &gt;= 8.11 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-elpi.1.4.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>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.0/lazy-pcf/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lazy-pcf: 24 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.7.0 / lazy-pcf - 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> lazy-pcf <small> 8.7.0 <span class="label label-success">24 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-26 20:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-26 20:55:43 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 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.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lazy-pcf&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/lazyPCF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: functional programming&quot; &quot;keyword: lazy evaluation&quot; &quot;keyword: operational semantics&quot; &quot;keyword: type soundness&quot; &quot;keyword: normal forms&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Amy Felty&quot; &quot;Jill Seaman&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lazy-pcf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lazy-pcf.git&quot; synopsis: &quot;Subject Reduction for Lazy-PCF&quot; description: &quot;&quot;&quot; http://www.cs.bell-labs.com/~felty/abstracts/ppcoq.html An Operational Semantics of Lazy Evaluation and a Proof of Subject Reduction&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lazy-pcf/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=c687d99ce60464241be1bd128df0cec9&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-lazy-pcf.8.7.0 coq.8.7.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-lazy-pcf.8.7.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 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-lazy-pcf.8.7.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>24 s</dd> </dl> <h2>Installation size</h2> <p>Total: 752 K</p> <ul> <li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/TypeThms.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/ApTypes.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/ApTypes.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/TypeThms.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/subjrnf.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/typecheck.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/freevars.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/OSrules.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/typecheck.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/OSrules.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/mapsto.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/rename.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/rename.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/envprops.vo</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/subjrnf.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/freevars.vo</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/ApTypes.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/environments.vo</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/NFprops.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/mapsto.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/valid.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/utils.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/TypeThms.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/subjrnf.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/utils.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/freevars.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/syntax.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/envprops.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/NFprops.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/NF.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/typecheck.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/mapsto.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/rename.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/utils.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/OSrules.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/NF.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/environments.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/valid.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/NFprops.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/envprops.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/environments.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/NF.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/SubjRed/valid.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/syntax.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/lazyPCF/OpSem/syntax.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-lazy-pcf.8.7.0</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>
clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.1/mirror-core/1.0.2.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mirror-core: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / mirror-core - 1.0.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mirror-core <small> 1.0.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 04:38:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 04:38:57 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 3.0.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;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/gmalecha/mirror-core&quot; dev-repo: &quot;git+https://github.com/gmalecha/mirror-core.git&quot; bug-reports: &quot;https://github.com/gmalecha/mirror-core/issues&quot; authors: [&quot;Gregory Malecha&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/MirrorCore&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/McExamples&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.2&quot; &amp; &lt; &quot;8.6~&quot;} &quot;coq-ext-lib&quot; {&gt;= &quot;0.9.2&quot;} &quot;coq-plugin-utils&quot; ] synopsis: &quot;A framework for computational reflection&quot; flags: light-uninstall url { src: &quot;https://github.com/gmalecha/mirror-core/archive/v1.0.2.tar.gz&quot; checksum: &quot;md5=1576ec14f05ed73c2d15aa9b83bf22a1&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-mirror-core.1.0.2 coq.8.14.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.14.1). The following dependencies couldn&#39;t be met: - coq-mirror-core -&gt; coq &lt; 8.6~ -&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-mirror-core.1.0.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6/coqrel/0.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqrel: 26 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.4.6 / coqrel - 0.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqrel <small> 0.1.0 <span class="label label-success">26 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-17 23:41:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-17 23:41:22 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.4.6 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 ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;vzaliva@cmu.edu&quot; homepage: &quot;https://github.com/CertiKOS/coqrel&quot; bug-reports: &quot;https://github.com/CertiKOS/coqrel/issues&quot; dev-repo: &quot;git+https://github.com/CertiKOS/coqrel.git&quot; license: &quot;MIT&quot; authors: [&quot;Jérémie Koenig&quot;] build: [ [&quot;./configure&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/coqrel&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl2&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:relations&quot; &quot;category:Mathematics/Logic/Type theory&quot; ] synopsis: &quot;Binary logical relations library for the Coq proof assistant&quot; flags: light-uninstall url { src: &quot;https://github.com/CertiKOS/coqrel/archive/v0.1.tar.gz&quot; checksum: &quot;md5=d25871cf2dc6fec590431c642bca45b6&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-coqrel.0.1.0 coq.8.4.6</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-coqrel.0.1.0 coq.8.4.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 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-coqrel.0.1.0 coq.8.4.6</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>26 s</dd> </dl> <h2>Installation size</h2> <p>Total: 492 K</p> <ul> <li>142 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/Relators.vo</code></li> <li>95 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/RelOperators.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/LogicalRelationsTests.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/RelDefinitions.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/Transport.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/MorphismsCompat.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/Monotonicity.vo</code></li> <li>10 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/Delay.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/PreOrderTactic.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/coqrel/LogicalRelations.vo</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-coqrel.0.1.0</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>
Docs/Doxygen/html/class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.html
KlusterKite/KlusterKite
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>KlusterKite: KlusterKite.Core.TestKit.RemoteTestMessage&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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">KlusterKite &#160;<span id="projectnumber">0.0.0</span> </div> <div id="projectbrief">A framework to create scalable and redundant services based on awesome Akka.Net project.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#properties">Properties</a> &#124; <a href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">KlusterKite.Core.TestKit.RemoteTestMessage&lt; T &gt; Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <p>Message wrapper to include original receiver actor path and receiver node address <a href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.html#details">More...</a></p> <div class="dynheader"> Inheritance diagram for KlusterKite.Core.TestKit.RemoteTestMessage&lt; T &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.png" usemap="#KlusterKite.Core.TestKit.RemoteTestMessage_3C_20T_20_3E_map" alt=""/> <map id="KlusterKite.Core.TestKit.RemoteTestMessage_3C_20T_20_3E_map" name="KlusterKite.Core.TestKit.RemoteTestMessage_3C_20T_20_3E_map"> <area href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html" title="Message wrapper to include original receiver address " alt="KlusterKite.Core.TestKit.TestMessage&lt; T &gt;" shape="rect" coords="0,56,295,80"/> <area href="interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path.html" title="Message with receiver address description " alt="KlusterKite.Core.TestKit.IMessageWithPath" shape="rect" coords="0,0,295,24"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a> Properties</h2></td></tr> <tr class="memitem:a74c8945e078254bcaed498c76c87d146"><td class="memItemLeft" align="right" valign="top">Address&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.html#a74c8945e078254bcaed498c76c87d146">RecipientAddress</a><code> [get, set]</code></td></tr> <tr class="memdesc:a74c8945e078254bcaed498c76c87d146"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the receiver node address <a href="#a74c8945e078254bcaed498c76c87d146">More...</a><br /></td></tr> <tr class="separator:a74c8945e078254bcaed498c76c87d146"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td colspan="2" onclick="javascript:toggleInherit('properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message')"><img src="closed.png" alt="-"/>&#160;Properties inherited from <a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html">KlusterKite.Core.TestKit.TestMessage&lt; T &gt;</a></td></tr> <tr class="memitem:a57b1b299058edaa21b894636899e43e2 inherit properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="memItemLeft" align="right" valign="top">T&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html#a57b1b299058edaa21b894636899e43e2">Message</a><code> [get, set]</code></td></tr> <tr class="memdesc:a57b1b299058edaa21b894636899e43e2 inherit properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the original message. <a href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html#a57b1b299058edaa21b894636899e43e2">More...</a><br /></td></tr> <tr class="separator:a57b1b299058edaa21b894636899e43e2 inherit properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a06724ce1eb2cc10e75489900d128e381 inherit properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html#a06724ce1eb2cc10e75489900d128e381">ReceiverPath</a><code> [get, set]</code></td></tr> <tr class="memdesc:a06724ce1eb2cc10e75489900d128e381 inherit properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the receiver address path. <a href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html#a06724ce1eb2cc10e75489900d128e381">More...</a><br /></td></tr> <tr class="separator:a06724ce1eb2cc10e75489900d128e381 inherit properties_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td colspan="2" onclick="javascript:toggleInherit('properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path')"><img src="closed.png" alt="-"/>&#160;Properties inherited from <a class="el" href="interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path.html">KlusterKite.Core.TestKit.IMessageWithPath</a></td></tr> <tr class="memitem:a60d509e4f984df159769aad74fc93be9 inherit properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path.html#a60d509e4f984df159769aad74fc93be9">ReceiverPath</a><code> [get, set]</code></td></tr> <tr class="memdesc:a60d509e4f984df159769aad74fc93be9 inherit properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets or sets the receiver address path. <a href="interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path.html#a60d509e4f984df159769aad74fc93be9">More...</a><br /></td></tr> <tr class="separator:a60d509e4f984df159769aad74fc93be9 inherit properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a91e17b5c87c34f2d59a1ace8c0b2b5c6 inherit properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path.html#a91e17b5c87c34f2d59a1ace8c0b2b5c6">ReceiverPathRooted</a><code> [get]</code></td></tr> <tr class="memdesc:a91e17b5c87c34f2d59a1ace8c0b2b5c6 inherit properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the receiver address path from actor system root. <a href="interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path.html#a91e17b5c87c34f2d59a1ace8c0b2b5c6">More...</a><br /></td></tr> <tr class="separator:a91e17b5c87c34f2d59a1ace8c0b2b5c6 inherit properties_interface_kluster_kite_1_1_core_1_1_test_kit_1_1_i_message_with_path"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_attribs_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message')"><img src="closed.png" alt="-"/>&#160;Public Attributes inherited from <a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html">KlusterKite.Core.TestKit.TestMessage&lt; T &gt;</a></td></tr> <tr class="memitem:af83bf7282229e1776684539c49a7c4cc inherit pub_attribs_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html#af83bf7282229e1776684539c49a7c4cc">ReceiverPathRooted</a> =&gt; <a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_actor_forwarder.html#a6daa27392a17c2e0f74120b881cc2b03">TestActorForwarder.RootedPath</a>(this.ReceiverPath)</td></tr> <tr class="memdesc:af83bf7282229e1776684539c49a7c4cc inherit pub_attribs_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the receiver address path from actor system root. <a href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message.html#af83bf7282229e1776684539c49a7c4cc">More...</a><br /></td></tr> <tr class="separator:af83bf7282229e1776684539c49a7c4cc inherit pub_attribs_class_kluster_kite_1_1_core_1_1_test_kit_1_1_test_message"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Message wrapper to include original receiver actor path and receiver node address </p> <dl class="tparams"><dt>Template Parameters</dt><dd> <table class="tparams"> <tr><td class="paramname">T</td><td>Original message type</td></tr> </table> </dd> </dl> <p class="definition">Definition at line <a class="el" href="_remote_test_message_8cs_source.html#l00018">18</a> of file <a class="el" href="_remote_test_message_8cs_source.html">RemoteTestMessage.cs</a>.</p> </div><h2 class="groupheader">Property Documentation</h2> <a id="a74c8945e078254bcaed498c76c87d146"></a> <h2 class="memtitle"><span class="permalink"><a href="#a74c8945e078254bcaed498c76c87d146">&#9670;&nbsp;</a></span>RecipientAddress</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">Address <a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.html">KlusterKite.Core.TestKit.RemoteTestMessage</a>&lt; T &gt;.RecipientAddress</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets or sets the receiver node address </p> <p class="definition">Definition at line <a class="el" href="_remote_test_message_8cs_source.html#l00023">23</a> of file <a class="el" href="_remote_test_message_8cs_source.html">RemoteTestMessage.cs</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>KlusterKite.Core/KlusterKite.Core.TestKit/<a class="el" href="_remote_test_message_8cs_source.html">RemoteTestMessage.cs</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespace_kluster_kite.html">KlusterKite</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_core.html">Core</a></li><li class="navelem"><a class="el" href="namespace_kluster_kite_1_1_core_1_1_test_kit.html">TestKit</a></li><li class="navelem"><a class="el" href="class_kluster_kite_1_1_core_1_1_test_kit_1_1_remote_test_message.html">RemoteTestMessage</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
v4/user-agent-detail/f3/3b/f33ba87f-f7fe-4abf-93fa-fe1d37f0f421.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>whichbrowser/parser<br /><small>/tests/data/mobile/browser-uc.yaml</small></td><td>UC Browser </td><td> </td><td>Gecko </td><td style="border-left: 1px solid #555">Nokia</td><td>9999</td><td>mobile:feature</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [headers] => User-Agent: Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 [result] => Array ( [browser] => Array ( [name] => UC Browser [type] => browser ) [engine] => Array ( [name] => Gecko ) [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Nokia [model] => 9999 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Nokia </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.053</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^.*nokia.*$/ [browser_name_pattern] => *nokia* [parent] => Nokia [comment] => Nokia [browser] => Nokia [browser_type] => Browser [browser_bits] => 0 [browser_maker] => Nokia [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 0 [aolversion] => 0 [device_name] => general Mobile Device [device_maker] => Nokia [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => general Mobile Device [device_brand_name] => Nokia [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Safari 530</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => Safari [version] => 530 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>UC Browser </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>9999</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.19302</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Nokia [mobile_model] => 9999 [version] => [is_android] => [browser_name] => UC Browser [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => Nokia [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Nokia Browser </td><td>WebKit </td><td>Symbian </td><td style="border-left: 1px solid #555">Nokia</td><td>9999</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Nokia Browser [short_name] => NB [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Symbian [short_name] => SYM [version] => [platform] => ) [device] => Array ( [brand] => NK [brandName] => Nokia [model] => 9999 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Nokia Browser 530</td><td><i class="material-icons">close</i></td><td>Nokia </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 ) [name:Sinergi\BrowserDetector\Browser:private] => Nokia Browser [version:Sinergi\BrowserDetector\Browser:private] => 530 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Nokia [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Nokia 9999</td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>9999</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 9999 [minor] => [patch] => [family] => Nokia ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Nokia [model] => 9999 [family] => Nokia 9999 ) [originalUserAgent] => Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Safari </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.05201</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Safari [agent_version] => -- [os_type] => unknown [os_name] => unknown [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Safari </td><td>WebKit </td><td>NokiaOS </td><td style="border-left: 1px solid #555">Nokia</td><td>Nokia 9999</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40904</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => NokiaOS [simple_sub_description_string] => [simple_browser_string] => Safari on NokiaOS [browser_version] => [extra_info] => Array ( ) [operating_platform] => Nokia 9999 [extra_info_table] => Array ( ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => safari [operating_system_version] => [simple_operating_platform_string] => Nokia 9999 [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Nokia [operating_system] => NokiaOS [operating_system_version_full] => [operating_platform_code] => 9999 [browser_name] => Safari [operating_system_name_code] => nokiaos [user_agent] => Mozilla/5.0 (Nokia9999)UC AppleWebkit(like Gecko) Safari/530 [browser_version_full] => [browser] => Safari ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>UC Browser </td><td>Gecko </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>9999</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.013</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => UC Browser [type] => browser ) [engine] => Array ( [name] => Gecko ) [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Nokia [model] => 9999 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => UNKNOWN [category] => UNKNOWN [os] => UNKNOWN [os_version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Opera 11.10</td><td><i class="material-icons">close</i></td><td>Linux armv6l </td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.01</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => Linux armv6l [advertised_device_os_version] => [advertised_browser] => Opera [advertised_browser_version] => 11.10 [complete_device_name] => [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => [model_name] => [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => false [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2002_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 90 [resolution_height] => 90 [columns] => 11 [max_image_width] => 90 [max_image_height] => 35 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => false [png] => false [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 256 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 4000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:42:39</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
v5/user-agent-detail/11/8d/118d26c9-c3b3-4c97-899c-0246859a6fd8.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Amoi-M8/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Amoi-M8/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Amoi</td><td>M8</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Amoi-M8/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0 [family] => Amoi M8 [brand] => Amoi [model] => M8 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Amoi </td><td> </td><td>JAVA </td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^amoi\-m8\/plat\-emp\/wap2\.0\/midp2\.0\/cldc1\.0$/ [browser_name_pattern] => amoi-m8/plat-emp/wap2.0/midp2.0/cldc1.0 [parent] => Amoi [comment] => Amoi [browser] => Amoi [browser_type] => unknown [browser_bits] => 32 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => JAVA [platform_version] => unknown [platform_description] => unknown [platform_bits] => 32 [platform_maker] => Oracle [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => [iframes] => [tables] => [cookies] => [backgroundsounds] => [javascript] => [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 0 [aolversion] => 0 [device_name] => general Mobile Device [device_maker] => unknown [device_type] => Mobile Device [device_pointing_method] => unknown [device_code_name] => general Mobile Device [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Amoi </td><td><i class="material-icons">close</i></td><td>JAVA </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Device</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^amoi\-m8\/plat\-emp\/wap2\.0\/midp2\.0\/cldc1\.0$/ [browser_name_pattern] => amoi-m8/plat-emp/wap2.0/midp2.0/cldc1.0 [parent] => Amoi [comment] => Amoi [browser] => Amoi [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => JAVA [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Device [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Amoi-M8 Plat</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => Amoi-M8 [version] => Plat ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => [browserVersion] => [osName] => [osVersion] => [deviceModel] => Amoi [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Amoi</td><td>M8</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.2184</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Amoi [mobile_model] => M8 [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => Amoi [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Amoi</td><td>M8</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => AO [brandName] => Amoi [model] => M8 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Amoi</td><td>M8</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Amoi [model] => M8 [family] => Amoi M8 ) [originalUserAgent] => Amoi-M8/Plat-EMP/WAP2.0/MIDP2.0/CLDC1.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td> </td><td> </td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Amoi [platform_version] => 8 [platform_type] => Mobile ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Amoi</td><td>M8</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Amoi [model] => M8 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Java Applet </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => Java Applet [advertised_browser_version] => [complete_device_name] => [device_name] => [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => [model_name] => [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => false [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2002_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 90 [resolution_height] => 90 [columns] => 11 [max_image_width] => 90 [max_image_height] => 35 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => false [png] => false [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 256 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 4000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 07:51:41</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.15.0/mathcomp-field/1.11.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: 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 / mathcomp-field - 1.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-field <small> 1.11.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 00:18:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 00:18:42 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 3.0.2 Fast, portable, and opinionated build system 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.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;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-solvable&quot; { = version } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.field&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on Fields&quot; description:&quot;&quot;&quot; This library contains definitions and theorems about field extensions, galois theory, algebraic numbers, cyclotomic polynomials... &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.11.0.tar.gz&quot; checksum: &quot;sha256=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6&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-mathcomp-field.1.11.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0). The following dependencies couldn&#39;t be met: - coq-mathcomp-field -&gt; coq-mathcomp-solvable = 1.11.0 -&gt; coq-mathcomp-algebra = 1.11.0 -&gt; coq-mathcomp-fingroup = 1.11.0 -&gt; coq-mathcomp-ssreflect = 1.11.0 -&gt; coq &lt; 8.13~ -&gt; ocaml &lt; 4.10 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-mathcomp-field.1.11.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>
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.2/paradoxes/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paradoxes: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / paradoxes - 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> paradoxes <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-03-31 05:27:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-03-31 05:27:10 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/paradoxes&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/Paradoxes&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Reynolds paradox&quot; &quot;keyword: Burali-Forti paradox&quot; &quot;keyword: Diaconescu paradox&quot; &quot;keyword: set theory&quot; &quot;keyword: system U&quot; &quot;keyword: inconsistency&quot; &quot;keyword: Hurkens paradox&quot; &quot;category: Mathematics/Logic/Foundations&quot; ] authors: [ &quot;Bruno Barras&quot; &quot;Thierry Coquand&quot; &quot;Hugo Herbelin&quot; &quot;Benjamin Werner&quot; ] bug-reports: &quot;https://github.com/coq-contribs/paradoxes/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/paradoxes.git&quot; synopsis: &quot;Paradoxes in Set Theory and Type Theory&quot; description: &quot;&quot;&quot; A formalisation of Burali-Forti paradox in system U (the existence of an ordinal of ordinals is inconsistent), of Diaconescu paradox (axiom of choice implies excluded-middle), of Reynolds paradox (there is no set-theoretic model of system F) and Hurkens paradox in system U (adapted by H. Geuvers to show the inconsistency of Excluded-Middle in impredicative-Set Calculus of Inductive Constructions).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/paradoxes/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=81f92590650f2ffc80c01661527d21cc&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-paradoxes.8.6.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-paradoxes -&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-paradoxes.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"> <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>
src/movie-app/results.html
bureau-of-examples/movie-app
<div> <br> <ol class="breadcrumb"> <li><a ng-href="#/">Home</a></li> <li>Results</li> </ol> <uib-accordion> <uib-accordion-group ng-repeat="result in vm.results" is-open="result.open" ng-click="vm.expand($index, result.imdbID)"> <uib-accordion-heading> {{result.Title}} <i class="pull-right glyphicon" ng-class="{'glyphicon-chevron-down': result.open, 'glyphicon-chevron-right':!result.open}"></i> </uib-accordion-heading> <movie-result result="result.data"></movie-result> </uib-accordion-group> </uib-accordion> </div>
blog/blog-index.html
anfjord/anfjord.github.io
<!DOCTYPE html> <!-- Blog Index Page --> <head> <meta charset="utf-8"> <title>My code quest</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog.css"> </head> <body> <header> <h1 class="page-name">My code quest</h1> <nav class="header-nav"> <a href="../index.html">Home</a> <a href="#">Projects</a> <a href="index.html">Blog</a> <a href="#">About Me</a> <a href="#">Connect</a> </nav> </header> <div class="hr"></div> <main> <section> <h2 class="blog-title"><a href="./git.html">It is GITting hot in here</a></h2> <div class="hr"></div> <section> <h2 class="blog-title"><a href="./css-concepts.html">Padding on..</a></h2> </section> </main> <div class="hr"></div> <footer> <nav class="footer-nav"> <a href="mailto:lansfjord@gmail.com">Mail</a> <a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="anfjord">Twitter</a> <a href="#">Facebook</a> <a href="#">LinkedIn</a> <a href="https://github.com/anfjord">github</a> </footer> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/checker/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>checker: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / checker - 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> checker <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 02:26:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 02:26:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/checker&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/Checker&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: checker&quot; &quot;keyword: dominos&quot; &quot;keyword: puzzles&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; ] authors: [ &quot;Gérard Huet&quot; ] bug-reports: &quot;https://github.com/coq-contribs/checker/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/checker.git&quot; synopsis: &quot;The Mutilated Checkerboard&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/checker/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=09ba4e0ce0bb208f1436de0bf72b4244&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-checker.8.6.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-checker -&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-checker.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>
docs/Crawler/classes/Crawler.Tweaks.stripParameters.html
drBenway/siteResearch
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>API Documentation » \Crawler\Tweaks\stripParameters</title> <meta name="author" content="Mike van Riel"> <meta name="description" content=""> <link href="../css/template.css" rel="stylesheet" media="all"> <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico"> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"><div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">API Documentation</a><div class="nav-collapse"><ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b></a><ul class="dropdown-menu"> <li><a>Namespaces</a></li> <li><a href="../namespaces/Crawler.html"><i class="icon-th"></i> Crawler</a></li> <li><a href="../namespaces/siteResearch.html"><i class="icon-th"></i> siteResearch</a></li> <li><a>Packages</a></li> <li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li> <li><a href="../packages/siteResearch.html"><i class="icon-folder-open"></i> siteResearch</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b></a><ul class="dropdown-menu"> <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors  <span class="label label-info">92</span></a></li> <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers  <ul></ul></a></li> <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements  <span class="label label-info">0</span></a></li> </ul> </li> </ul></div> </div></div> <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div> </div> <div id="___" class="container"> <noscript><div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div></noscript> <div class="row"> <div class="span4"> <div class="btn-toolbar"> <div class="btn-group visibility" data-toggle="buttons-checkbox"> <button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button> </div> <div class="btn-group view pull-right" data-toggle="buttons-radio"> <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button> </div> </div> <ul class="side-nav nav nav-list"> <li class="nav-header"> <i title="Methods" class="icon-custom icon-method"></i> Methods <ul><li class="method public "><a href="#method_tweak" title="tweak() :: "><span class="description">tweak() </span><pre>tweak()</pre></a></li></ul> </li> <li class="nav-header private">» Private <ul><li class="method private "><a href="#method_stripParameters" title="stripParameters() :: "><span class="description">stripParameters() </span><pre>stripParameters()</pre></a></li></ul> </li> </ul> </div> <div class="span8"> <a id="\Crawler\Tweaks\stripParameters"></a><ul class="breadcrumb"> <li> <a href="../index.html"><i title="Classes" class="icon-custom icon-class"></i></a><span class="divider">\</span> </li> <li><a href="../namespaces/Crawler.html">Crawler</a></li> <li> <span class="divider">\</span><a href="../namespaces/Crawler.Tweaks.html">Tweaks</a> </li> <li class="active"> <span class="divider">\</span><a href="../classes/Crawler.Tweaks.stripParameters.html">stripParameters</a> </li> </ul> <div class="element class"> <p class="short_description">remove parameters from a url</p> <div class="details"> <div class="long_description">removes everything from ? till the end of the url or the hash # sign</div> <h3> <i title="Methods" class="icon-custom icon-method"></i> Methods</h3> <a id="method_tweak"></a><div class="element clickable method public method_tweak" data-toggle="collapse" data-target=".method_tweak .collapse" title="public"> <h2>tweak() </h2> <pre>tweak($urls) </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"><h4>$urls</h4></div> </div></div> </div> <a id="method_stripParameters"></a><div class="element clickable method private method_stripParameters" data-toggle="collapse" data-target=".method_stripParameters .collapse" title="private"> <h2>stripParameters() </h2> <pre>stripParameters($url) </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"><h4>$url</h4></div> </div></div> </div> </div> </div> </div> </div> <div class="row"><footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.1 </a> and<br> generated on 2014-06-11T22:40:14+02:00.<br></footer></div> </div> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.1/projective-geometry/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>projective-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / projective-geometry - 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> projective-geometry <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-11 20:18:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-11 20:18:48 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.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/projective-geometry&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ProjectiveGeometry&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: geometry&quot; &quot;keyword: projective&quot; &quot;keyword: Fano&quot; &quot;keyword: homogeneous coordinates model&quot; &quot;keyword: flat&quot; &quot;keyword: rank&quot; &quot;keyword: Desargues&quot; &quot;keyword: Moulton&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2009-10&quot; ] authors: [ &quot;Nicolas Magaud &lt;Nicolas.Magaud@lsiit-cnrs.unistra.fr&gt;&quot; &quot;Julien Narboux &lt;Julien.Narboux@lsiit-cnrs.unistra.fr&gt;&quot; &quot;Pascal Schreck &lt;Pascal.Schreck@lsiit-cnrs.unistra.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/projective-geometry/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/projective-geometry.git&quot; synopsis: &quot;Projective Geometry&quot; description: &quot;&quot;&quot; This contributions contains elements of formalization of projective geometry. In the plane: Two axiom systems are shown equivalent. We prove some results about the decidability of the the incidence and equality predicates. The classic notion of duality between points and lines is formalized thanks to a functor. The notion of &#39;flat&#39; is defined and flats are characterized. Fano&#39;s plane, the smallest projective plane is defined. We show that Fano&#39;s plane is desarguesian. In the space: We prove Desargues&#39; theorem.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/projective-geometry/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=a026365f626d1aba11171844a47ca881&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-projective-geometry.8.6.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-projective-geometry -&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-projective-geometry.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>
client/components/feed/feed.html
HackIllinois/HELPq
<template name="feed"> <div class="feed-title"> Currently in the queue: </div> <div class="ui sharp feed list"> {{#if tickets}} {{#each tickets}} {{> feedTicket }} {{/each}} {{else}} Nobody in the queue! {{/if}} </div> </template> <template name="feedTicket"> <div class="event feedTicket listTicket"> <div class="label"> {{#if open}} <i class="circle thin icon"></i> {{/if}} {{#if claimed}} <i class="circle icon claimed"></i> {{/if}} </div> <div class="content"> <div class="summary"> {{ feedName }} <div class="date"> {{fromNow timestamp}} </div> </div> </div> </div> </template>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/mirror-core/1.0.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mirror-core: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.14.1 / mirror-core - 1.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mirror-core <small> 1.0.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-29 02:51:29 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 02:51:29 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 3 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;gmalecha@gmail.com&quot; homepage: &quot;https://github.com/gmalecha/mirror-core&quot; dev-repo: &quot;git+https://github.com/gmalecha/mirror-core.git&quot; bug-reports: &quot;https://github.com/gmalecha/mirror-core/issues&quot; authors: [&quot;Gregory Malecha&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/MirrorCore&quot;] [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/McExamples&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5.0&quot; &amp; &lt; &quot;8.5.2~&quot;} &quot;coq-ext-lib&quot; {&gt;= &quot;0.9.2&quot;} &quot;coq-plugin-utils&quot; ] synopsis: &quot;A framework for computational reflection&quot; flags: light-uninstall url { src: &quot;https://github.com/gmalecha/mirror-core/archive/v1.0.1.tar.gz&quot; checksum: &quot;md5=3c61f6c8134ec6b5d3ea0af826d5156f&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-mirror-core.1.0.1 coq.8.14.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.14.1). The following dependencies couldn&#39;t be met: - coq-mirror-core -&gt; coq &lt; 8.5.2~ -&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-mirror-core.1.0.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>
templates/index.html
zurez/reviews
<html> <head> <title></title> </head> <body> <h1>OAuth Demo</h1> {% for message in get_flashed_messages() %} <p><b>Error</b>: {{ message }}</p> {% endfor %} {% if current_user.is_authenticated %} <h2>Hi, {{ current_user.nickname }}!</h2> <p><a href="{{ url_for('logout') }}">Logout</a></p> {% else %} <h2>I don't know you!</h2> <p><a href="{{ url_for('oauth_authorize', provider='facebook') }}">Connect Facebook</a></p> <p><a href="{{ url_for('oauth_authorize', provider='twitter') }}">Connect Twitter</a></p> {% endif %} </body> </html>
widgets/common/assets/gradients/glossy/glossyCornsilk/glossyCornsilk3.css
idutta2007/yiigems
.background_glossyCornsilk3, .hover_background_glossyCornsilk3:hover, .active_background_glossyCornsilk3:active:hover { background: #ffde58; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyCornsilk3h, .hover_background_glossyCornsilk3h:hover, .active_background_glossyCornsilk3h:active:hover { background: #ffde58; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyCornsilk3a, .hover_background_glossyCornsilk3a:hover, .active_background_glossyCornsilk3a:active:hover { background: #ffde58; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyCornsilk3s, .hover_background_glossyCornsilk3s:hover, .active_background_glossyCornsilk3s:active:hover { background: #ffde58; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyCornsilk3, .hover_background_color_glossyCornsilk3:hover, .active_background_color_glossyCornsilk3:active:hover { background-color:#ffde58; } .background_first_color_glossyCornsilk3, .hover_background_first_color_glossyCornsilk3:hover, .active_background_first_color_glossyCornsilk3:active:hover { background-color:#ffffff; } .background_last_color_glossyCornsilk3, .hover_background_last_color_glossyCornsilk3:hover, .active_background_color_last_glossyCornsilk3:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyCornsilk3, .hover_color_glossyCornsilk3:hover, .active_color_glossyCornsilk3:active:hover { color: #282828; } .color_glossyCornsilk3h, .hover_color_glossyCornsilk3h:hover, .active_color_glossyCornsilk3h:active:hover { color: #282828; } .color_glossyCornsilk3a, .hover_color_glossyCornsilk3a:hover, .active_color_glossyCornsilk3a:active:hover { color: #282828; } .color_glossyCornsilk3s, .hover_color_glossyCornsilk3s:hover, .active_color_glossyCornsilk3s:active:hover { color: #282828; } /* -------------------------- border color settings -----------------------------*/ .border_glossyCornsilk3, .hover_border_glossyCornsilk3:hover, .active_border_glossyCornsilk3:active:hover { border-color: #ffd014 #ffd014 #ffd014 #ffd014; } .border_glossyCornsilk3h, .hover_border_glossyCornsilk3h:hover, .active_border_glossyCornsilk3h:active:hover { border-color: #dfb200 #dfb200 #dfb200 #dfb200; } .border_glossyCornsilk3a, .hover_border_glossyCornsilk3a:hover, .active_border_glossyCornsilk3a:active:hover { border-color: #ac8900 #ac8900 #ac8900 #ac8900; } .border_glossyCornsilk3s, .hover_border_glossyCornsilk3s:hover, .active_border_glossyCornsilk3s:active:hover { border-color: #ffd014 #ffd014 #ffd014 #ffd014; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyCornsilk3, .hover_shadow_expand_glossyCornsilk3:hover, .active_shadow_expand_glossyCornsilk3:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 222, 88, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 222, 88, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 222, 88, .39); } .shadow_expand_glossyCornsilk3h, .hover_shadow_expand_glossyCornsilk3h:hover, .active_shadow_expand_glossyCornsilk3h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 235, 157, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 235, 157, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 235, 157, .50); } .shadow_expand_glossyCornsilk3a, .hover_shadow_expand_glossyCornsilk3a:hover, .active_shadow_expand_glossyCornsilk3a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 215, 54, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 215, 54, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 215, 54, .63); } .shadow_expand_glossyCornsilk3s, .hover_shadow_expand_glossyCornsilk3s:hover, .active_shadow_expand_glossyCornsilk3s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 215, 54, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 215, 54, .71); box-shadow: 0em 0em 1em 0.25em rgba(255, 215, 54, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyCornsilk3, .hover_shadow_left_glossyCornsilk3:hover, .active_shadow_left_glossyCornsilk3:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 222, 88, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 222, 88, .39); } .shadow_left_glossyCornsilk3h, .hover_shadow_left_glossyCornsilk3h:hover, .active_shadow_left_glossyCornsilk3h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 235, 157, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 235, 157, .50); } .shadow_left_glossyCornsilk3a, .hover_shadow_left_glossyCornsilk3a:hover, .active_shadow_left_glossyCornsilk3a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .63); } .shadow_left_glossyCornsilk3s, .hover_shadow_left_glossyCornsilk3s:hover, .active_shadow_left_glossyCornsilk3s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .71); box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyCornsilk3, .hover_shadow_right_glossyCornsilk3:hover, .active_shadow_right_glossyCornsilk3:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 222, 88, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 222, 88, .39); box-shadow: 0.5em 0em 1em rgba(255, 222, 88, .39); } .shadow_right_glossyCornsilk3h, .hover_shadow_right_glossyCornsilk3h:hover, .active_shadow_right_glossyCornsilk3h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 235, 157, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 235, 157, .50); box-shadow: 0.5em 0em 1em rgba(255, 235, 157, .50); } .shadow_right_glossyCornsilk3a, .hover_shadow_right_glossyCornsilk3a:hover, .active_shadow_right_glossyCornsilk3a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 215, 54, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 215, 54, .63); box-shadow: 0.5em 0em 1em rgba(255, 215, 54, .63); } .shadow_right_glossyCornsilk3s, .hover_shadow_right_glossyCornsilk3s:hover, .active_shadow_right_glossyCornsilk3s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 215, 54, .71); -moz-box-shadow: 0.5em 0em 1em rgba(255, 215, 54, .71); box-shadow: 0.5em 0em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyCornsilk3, .hover_shadow_top_glossyCornsilk3:hover, .active_shadow_top_glossyCornsilk3:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 222, 88, .39); box-shadow: 0em -0.5em 1em rgba(255, 222, 88, .39); } .shadow_top_glossyCornsilk3h, .hover_shadow_top_glossyCornsilk3h:hover, .active_shadow_top_glossyCornsilk3h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 235, 157, .50); box-shadow: 0em -0.5em 1em rgba(255, 235, 157, .50); } .shadow_top_glossyCornsilk3a, .hover_shadow_top_glossyCornsilk3a:hover, .active_shadow_top_glossyCornsilk3a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 215, 54, .63); box-shadow: 0em -0.5em 1em rgba(255, 215, 54, .63); } .shadow_top_glossyCornsilk3s, .hover_shadow_top_glossyCornsilk3s:hover, .active_shadow_top_glossyCornsilk3s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: 0em -0.5em 1em rgba(255, 215, 54, .71); box-shadow: 0em -0.5em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyCornsilk3, .hover_shadow_bottom_glossyCornsilk3:hover, .active_shadow_bottom_glossyCornsilk3:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 222, 88, .39); box-shadow: 0em 0.5em 1em rgba(255, 222, 88, .39); } .shadow_bottom_glossyCornsilk3h, .hover_shadow_bottom_glossyCornsilk3h:hover, .active_shadow_bottom_glossyCornsilk3h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 235, 157, .50); box-shadow: 0em 0.5em 1em rgba(255, 235, 157, .50); } .shadow_bottom_glossyCornsilk3a, .hover_shadow_bottom_glossyCornsilk3a:hover, .active_shadow_bottom_glossyCornsilk3a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 215, 54, .63); box-shadow: 0em 0.5em 1em rgba(255, 215, 54, .63); } .shadow_bottom_glossyCornsilk3s, .hover_shadow_bottom_glossyCornsilk3s:hover, .active_shadow_bottom_glossyCornsilk3s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: 0em 0.5em 1em rgba(255, 215, 54, .71); box-shadow: 0em 0.5em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyCornsilk3, .hover_shadow_top_left_glossyCornsilk3:hover, .active_shadow_top_left_glossyCornsilk3:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 222, 88, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 222, 88, .39); } .shadow_top_left_glossyCornsilk3h, .hover_shadow_top_left_glossyCornsilk3h:hover, .active_shadow_top_left_glossyCornsilk3h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 235, 157, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 235, 157, .50); } .shadow_top_left_glossyCornsilk3a, .hover_shadow_top_left_glossyCornsilk3a:hover, .active_shadow_top_left_glossyCornsilk3a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .63); } .shadow_top_left_glossyCornsilk3s, .hover_shadow_top_left_glossyCornsilk3s:hover, .active_shadow_top_left_glossyCornsilk3s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .71); box-shadow: -0.5em -0.5em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyCornsilk3, .hover_shadow_top_right_glossyCornsilk3:hover, .active_shadow_top_right_glossyCornsilk3:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 222, 88, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 222, 88, .39); } .shadow_top_right_glossyCornsilk3h, .hover_shadow_top_right_glossyCornsilk3h:hover, .active_shadow_top_right_glossyCornsilk3h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 235, 157, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 235, 157, .50); } .shadow_top_right_glossyCornsilk3a, .hover_shadow_top_right_glossyCornsilk3a:hover, .active_shadow_top_right_glossyCornsilk3a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 215, 54, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 215, 54, .63); } .shadow_top_right_glossyCornsilk3s, .hover_shadow_top_right_glossyCornsilk3s:hover, .active_shadow_top_right_glossyCornsilk3s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 215, 54, .71); box-shadow: 0.5em -0.5em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyCornsilk3, .hover_shadow_bottom_left_glossyCornsilk3:hover, .active_shadow_bottom_left_glossyCornsilk3:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 222, 88, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 222, 88, .39); } .shadow_bottom_left_glossyCornsilk3h, .hover_shadow_bottom_left_glossyCornsilk3h:hover, .active_shadow_bottom_left_glossyCornsilk3h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 235, 157, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 235, 157, .50); } .shadow_bottom_left_glossyCornsilk3a, .hover_shadow_bottom_left_glossyCornsilk3a:hover, .active_shadow_bottom_left_glossyCornsilk3a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 215, 54, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 215, 54, .63); } .shadow_bottom_left_glossyCornsilk3s, .hover_shadow_bottom_left_glossyCornsilk3s:hover, .active_shadow_bottom_left_glossyCornsilk3s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 215, 54, .71); box-shadow: -0.5em 0.5em 1em rgba(255, 215, 54, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyCornsilk3, .hover_shadow_bottom_right_glossyCornsilk3:hover, .active_shadow_bottom_right_glossyCornsilk3:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 222, 88, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 222, 88, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 222, 88, .39); } .shadow_bottom_right_glossyCornsilk3h, .hover_shadow_bottom_right_glossyCornsilk3h:hover, .active_shadow_bottom_right_glossyCornsilk3h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 235, 157, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 235, 157, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 235, 157, .50); } .shadow_bottom_right_glossyCornsilk3a, .hover_shadow_bottom_right_glossyCornsilk3a:hover, .active_shadow_bottom_right_glossyCornsilk3a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 215, 54, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 215, 54, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 215, 54, .63); } .shadow_bottom_right_glossyCornsilk3s, .hover_shadow_bottom_right_glossyCornsilk3s:hover, .active_shadow_bottom_right_glossyCornsilk3s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 215, 54, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 215, 54, .71); box-shadow: 0.5em 0.5em 1em rgba(255, 215, 54, .71); }
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/mathcomp-character/1.13.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 7 m 47 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.2 / mathcomp-character - 1.13.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-character <small> 1.13.0 <span class="label label-success">7 m 47 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 02:26:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 02:26:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;-j&quot; &quot;%{jobs}%&quot; &quot;COQEXTRAFLAGS+=-native-compiler yes&quot; {coq-native:installed &amp; coq:version &lt; &quot;8.13~&quot; } ] install: [ make &quot;-C&quot; &quot;mathcomp/character&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-field&quot; { = version } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:character&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.character&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on character theory&quot; description:&quot;&quot;&quot; This library contains definitions and theorems about group representations, characters and class functions. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.13.0.tar.gz&quot; checksum: &quot;sha256=4334e915736f96032e1d4d502e70537047220af1a1c7a6740f770e45601bdab0&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-mathcomp-character.1.13.0 coq.8.11.2</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-mathcomp-character.1.13.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>32 m 9 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-mathcomp-character.1.13.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>7 m 47 s</dd> </dl> <h2>Installation size</h2> <p>Total: 14 M</p> <ul> <li>4 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/character.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/character.glob</code></li> <li>843 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li> <li>713 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li> <li>684 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li> <li>498 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li> <li>435 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li> <li>413 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li> <li>379 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li> <li>342 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li> <li>318 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li> <li>239 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li> <li>113 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/character.v</code></li> <li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/character/all_character.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-character.1.13.0</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>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1+2/paco/4.1.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: 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 / paco - 4.1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 4.1.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-14 19:55:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-14 19:55:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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;minki.cho@sf.snu.ac.kr&quot; synopsis: &quot;Coq library implementing parameterized coinduction&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;gil.hur@sf.snu.ac.kr&gt;&quot; &quot;Georg Neis &lt;neis@mpi-sws.org&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot; &quot;Viktor Vafeiadis &lt;viktor@mpi-sws.org&gt;&quot; &quot;Minki Cho &lt;minki.cho@sf.snu.ac.kr&gt;&quot; ] license: &quot;BSD-3-Clause&quot; build: [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] install: [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.14~&quot;} ] tags: [ &quot;date:2021-03-24&quot; &quot;category:Computer Science/Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematics/Logic&quot; &quot;keyword:co-induction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; &quot;logpath:Paco&quot; ] url { http: &quot;https://github.com/snu-sf/paco/archive/v4.1.1.tar.gz&quot; checksum: &quot;93857c155f4f9e057348f78a9fb8c718&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-paco.4.1.1 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-paco -&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-paco.4.1.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>
public/Windows 10 x64 (18363.476)/_SEP_CACHED_HANDLES_ENTRY.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.476)</h4><br> <h2>_SEP_CACHED_HANDLES_ENTRY</h2> <font face="arial"> +0x000 HashEntry : <a href="./_RTL_DYNAMIC_HASH_TABLE_ENTRY.html">_RTL_DYNAMIC_HASH_TABLE_ENTRY</a><br> +0x018 ReferenceCount : Int8B<br> +0x020 EntryDescriptor : <a href="./_SEP_CACHED_HANDLES_ENTRY_DESCRIPTOR.html">_SEP_CACHED_HANDLES_ENTRY_DESCRIPTOR</a><br> +0x038 HandleCount : Uint4B<br> +0x040 Handles : Ptr64 Ptr64 Void<br> </font></body></html>
demo/index.html
aleksnyder/extendo
<!DOCTYPE> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/> <title>jQuery Background slider</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <!-- add any number of images --> <div id="slideshow"> <img src="img/image1.jpg" alt="Slideshow Image 1" class="active" /> <img src="img/image2.jpg" alt="Slideshow Image 2" /> <img src="img/image3.jpg" alt="Slideshow Image 3" /> <img src="img/image4.jpg" alt="Slideshow Image 4" /> <img src="img/image5.jpg" alt="Slideshow Image 5" /> </div> </body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="../dist/jquery.extendo.min.js"></script> <script> $(function() { $("#slideshow").extendo({ order: "list" }); }); </script> </html>
files/src-dialects-postgres.html
codemasher/php-database
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Documentation</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="../"> <link rel="icon" href="images/favicon.ico"/> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/base.css"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/template.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css"> <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script> <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script> <script src="js/search.js"></script> <script defer src="js/searchIndex.js"></script> </head> <body id="top"> <header class="phpdocumentor-header phpdocumentor-section"> <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1> <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" /> <label class="phpdocumentor-header__menu-icon" for="menu-button"> <i class="fas fa-bars"></i> </label> <section data-search-form class="phpdocumentor-search"> <label> <span class="visually-hidden">Search for</span> <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/> <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/> </svg> <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled /> </label> </section> <nav class="phpdocumentor-topnav"> <ul class="phpdocumentor-topnav__menu"> </ul> </nav> </header> <main class="phpdocumentor"> <div class="phpdocumentor-section"> <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" /> <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button"> Menu </label> <aside class="phpdocumentor-column -four phpdocumentor-sidebar"> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4> <ul class="phpdocumentor-list"> <li> <a href="namespaces/chillerlan-database.html">Database</a> </li> <li> <a href="namespaces/chillerlan-databasetest.html">DatabaseTest</a> </li> </ul> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Packages</h2> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4> <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/chillerlan.html">chillerlan</a></h4> <ul class="phpdocumentor-list"> <li> <a href="packages/chillerlan-Database.html">Database</a> </li> </ul> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Reports</h2> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3> <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3> </section> <section class="phpdocumentor-sidebar__category"> <h2 class="phpdocumentor-sidebar__category-header">Indices</h2> <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3> </section> </aside> <div class="phpdocumentor-column -eight phpdocumentor-content"> <ul class="phpdocumentor-breadcrumbs"> </ul> <article class="phpdocumentor-element -file"> <h2 class="phpdocumentor-content__title">Postgres.php</h2> <p class="phpdocumentor-summary">Class Postgres</p> <h5 class="phpdocumentor-tag-list__heading" id="tags"> Tags <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a> </h5> <dl class="phpdocumentor-tag-list"> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">filesource</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Postgres.php</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">created</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>11.01.2018</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">author</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>Smiley <a href="mailto:smiley@chillerlan.net">smiley@chillerlan.net</a></p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">copyright</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>2018 Smiley</p> </section> </dd> <dt class="phpdocumentor-tag-list__entry"> <span class="phpdocumentor-tag__name">license</span> </dt> <dd class="phpdocumentor-tag-list__definition"> <section class="phpdocumentor-description"><p>MIT</p> </section> </dd> </dl> <h3 id="interfaces_class_traits"> Interfaces, Classes and Traits <a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a> </h3> <dl class="phpdocumentor-table-of-contents"> <dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/chillerlan-Database-Dialects-Postgres.html"><abbr title="\chillerlan\Database\Dialects\Postgres">Postgres</abbr></a></dt> <dd>please don&#039;t look at it</dd> </dl> </article> <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden"> <section class="phpdocumentor-search-results__dialog"> <header class="phpdocumentor-search-results__header"> <h2 class="phpdocumentor-search-results__title">Search results</h2> <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button> </header> <section class="phpdocumentor-search-results__body"> <ul class="phpdocumentor-search-results__entries"></ul> </section> </section> </section> </div> </div> <a href="files/src-dialects-postgres.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a> </main> <script> cssVars({}); </script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.2~camlp4/mathcomp-ssreflect/1.6.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: 3 m 15 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.5.2~camlp4 / mathcomp-ssreflect - 1.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-ssreflect <small> 1.6 <span class="label label-success">3 m 15 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-24 13:47:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-24 13:47:43 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 camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils coq 8.5.2~camlp4 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 ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects. # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-ssreflect&quot; version: &quot;1.6&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;http://ssr.msr-inria.inria.fr/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.6~&quot; &amp; != &quot;8.4.6~camlp4&quot;} ] tags: [ &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Small Scale Reflection&quot; description: &quot;&quot;&quot; This library includes the small scale reflection proof language extension and the minimal set of libraries to take advantage of it. This includes libraries on lists (seq), boolean and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz&quot; checksum: &quot;md5=038ba80c0d6b430428726ae4d00affcf&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-mathcomp-ssreflect.1.6 coq.8.5.2~camlp4</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-mathcomp-ssreflect.1.6 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>11 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-mathcomp-ssreflect.1.6 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 15 s</dd> </dl> <h2>Installation size</h2> <p>Total: 13 M</p> <ul> <li>3 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.cmxs</code></li> <li>710 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.cma</code></li> <li>633 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/seq.vo</code></li> <li>618 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finset.glob</code></li> <li>552 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finset.vo</code></li> <li>513 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/seq.glob</code></li> <li>503 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/bigop.glob</code></li> <li>471 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/prime.glob</code></li> <li>436 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/prime.vo</code></li> <li>413 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob</code></li> <li>411 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fintype.vo</code></li> <li>392 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/bigop.vo</code></li> <li>364 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.glob</code></li> <li>306 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.vo</code></li> <li>289 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.vo</code></li> <li>281 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.glob</code></li> <li>280 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/div.glob</code></li> <li>253 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/path.vo</code></li> <li>243 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/binomial.vo</code></li> <li>230 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/div.vo</code></li> <li>223 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/binomial.glob</code></li> <li>213 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.vo</code></li> <li>182 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/path.glob</code></li> <li>170 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/choice.vo</code></li> <li>163 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.glob</code></li> <li>160 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.cmi</code></li> <li>140 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.vo</code></li> <li>125 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/tuple.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.glob</code></li> <li>112 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finfun.vo</code></li> <li>107 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/choice.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.glob</code></li> <li>88 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/seq.v</code></li> <li>86 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.v</code></li> <li>85 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.vo</code></li> <li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finset.v</code></li> <li>80 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/tuple.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fintype.v</code></li> <li>72 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/bigop.v</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.v</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finfun.glob</code></li> <li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/prime.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/div.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/path.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/choice.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.v</code></li> <li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/binomial.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/tuple.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finfun.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.cmi</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-ssreflect.1.6</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>
index.html
dsii-2017-unirsm/dsii-2017-unirsm.github.io
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>Dsii-2017-unirsm.GitHub.io by dsii-2017-unirsm</title> <link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/github-light.css"> <meta name="viewport" content="width=device-width"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="wrapper"> <header> <h1>DSII 2017 | Laboratorio design di sistemi interattivi per informazione (ICAR/13) <a href="http://twitter.com/unirsm" target="_blank">@unirsm</a> <a href="http://twitter.com/fupete" target="_blank">@fupete</a></h1> <p></p> <p class="view"><a href="https://github.com/dsii-2017-unirsm">Repository on Github</a></p> </header> <section> <h3> <a id="content" class="anchor" href="#content" aria-hidden="true"><span class="octicon octicon-link"></span></a>work in progress</h3> <p>— &nbsp;</p> </section> <footer> <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> </footer> </div> <script src="javascripts/scale.fix.js"></script> </body> </html>
docs/javadocs/com/swfm/mica/MiCommandBuilder.html
justacoder/mica
<!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.4.2_03) on Sat May 01 12:13:39 GMT-07:00 2004 --> <TITLE> MiCommandBuilder </TITLE> <META NAME="keywords" CONTENT="com.swfm.mica.MiCommandBuilder class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="MiCommandBuilder"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= 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=3 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="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../com/swfm/mica/MiComboPlusPropertyPanel.html" title="class in com.swfm.mica"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MiCommandBuilder.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.swfm.mica</FONT> <BR> Class MiCommandBuilder</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.swfm.mica.MiCommandBuilder</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../com/swfm/mica/MiiCommandBuilder.html" title="interface in com.swfm.mica">MiiCommandBuilder</A></DD> </DL> <HR> <DL> <DT>public class <B>MiCommandBuilder</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../com/swfm/mica/MiiCommandBuilder.html" title="interface in com.swfm.mica">MiiCommandBuilder</A></DL> <P> This class implements a repository for commands that are to be used globally in order for applications to override the default commands used for things like 'delete' (in progress) <P> <P> <DL> <DT><B>Version:</B></DT> <DD>%I% %G%</DD> <DT><B>Author:</B></DT> <DD>Michael L. Davis</DD> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../com/swfm/mica/MiCommandBuilder.html#MiCommandBuilder()">MiCommandBuilder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../com/swfm/mica/MiDeletePartsCommand.html" title="class in com.swfm.mica">MiDeletePartsCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/swfm/mica/MiCommandBuilder.html#getDeletePartsCommand()">getDeletePartsCommand</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="MiCommandBuilder()"><!-- --></A><H3> MiCommandBuilder</H3> <PRE> public <B>MiCommandBuilder</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getDeletePartsCommand()"><!-- --></A><H3> getDeletePartsCommand</H3> <PRE> public <A HREF="../../../com/swfm/mica/MiDeletePartsCommand.html" title="class in com.swfm.mica">MiDeletePartsCommand</A> <B>getDeletePartsCommand</B>()</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../com/swfm/mica/MiiCommandBuilder.html#getDeletePartsCommand()">getDeletePartsCommand</A></CODE> in interface <CODE><A HREF="../../../com/swfm/mica/MiiCommandBuilder.html" title="interface in com.swfm.mica">MiiCommandBuilder</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 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="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../com/swfm/mica/MiComboPlusPropertyPanel.html" title="class in com.swfm.mica"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MiCommandBuilder.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
app/templates/auth/register/register.html
VaSe7u/Supernutrient_0_8
{% from "macros.html" import render_field %} {% extends "layout.html" %} {% block title %}Register - {{ super() }}{% endblock %} {% block head %} {{ super() }} <link href="{{ url_for('static', filename='css/bootstrap-social.css') }}" rel="stylesheet" /> {% endblock %} {% block navbar %} {{ super() }} {% endblock %} {% block content %} {{ super() }} <div class="container"> <div class="row"> <div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-4 col-md-4"> {% include 'auth/components/register.html' %} </div> </div> </div> {% endblock %} {% block footer %} {{ super() }} {% endblock %} {% block script %} {{ super() }} <script src="{{ url_for('static', filename='js/register_validation.js') }}"></script> {% endblock %}
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.2/coqeal/1.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqeal: 3 m 3 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.7.2 / coqeal - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> coqeal <small> 1.0.0 <span class="label label-success">3 m 3 s</span> </small> </h1> <p><em><script>document.write(moment("2020-08-29 10:22:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-29 10:22:14 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.2 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-coqeal&quot; version: &quot;1.0.0&quot; maintainer: &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; homepage: &quot;https://github.com/CoqEAL/CoqEAL&quot; bug-reports: &quot;https://github.com/CoqEAL/CoqEAL/issues&quot; dev-repo: &quot;git+https://github.com/CoqEAL/CoqEAL.git&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CoqEAL&quot;] depends: [ &quot;coq&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.10~&quot;)} &quot;coq-bignums&quot; {(&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.10~&quot;)} &quot;coq-paramcoq&quot; {(&gt;= &quot;1.1.1&quot;)} &quot;coq-mathcomp-multinomials&quot; {(&gt;= &quot;1.2&quot; &amp; &lt; &quot;1.4~&quot;)} &quot;coq-mathcomp-algebra&quot; {(&gt;= &quot;1.8.0&quot; &amp; &lt; &quot;1.9.0~&quot;)} ] tags: [ &quot;keyword:effective algebra&quot; &quot;keyword:elementary divisor rings&quot; &quot;keyword:Smith normal form&quot; &quot;keyword:mathematical components&quot; &quot;keyword: Bareiss&quot; &quot;keyword: Karatsuba&quot; &quot;keyword: refinements&quot;] authors: [ &quot;Guillaume Cano&quot; &quot;Cyril Cohen&quot; &quot;Maxime Dénès&quot; &quot;Anders Mörtberg&quot; &quot;Vincent Siles&quot;] synopsis: &quot;CoqEAL - The Coq Effective Algebra Library&quot; description: &quot;&quot;&quot; This libary contains a subset of the work that was developed in the context of the ForMath european project (2009-2013). It has two parts: - theory (module CoqEAL_theory), which contains formal developments in algebra and optimized algorithms on mathcomp data structures. - refinements (module CoqEAL_refinements), which is a framework to ease change of data representation during a proof. &quot;&quot;&quot; url { src: &quot;https://github.com/CoqEAL/CoqEAL/archive/1.0.0.tar.gz&quot; checksum: &quot;sha256=d2961cd01e4c450b42752f2ce9e86c4a0ee1612d7d5a6d1b56e770c387c4cb65&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-coqeal.1.0.0 coq.8.7.2</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 2h opam install -y --deps-only coq-coqeal.1.0.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 m 39 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-coqeal.1.0.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 3 s</dd> </dl> <h2>Installation size</h2> <p>Total: 19 M</p> <ul> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo</code></li> <li>934 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo</code></li> <li>887 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo</code></li> <li>642 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo</code></li> <li>614 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo</code></li> <li>517 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob</code></li> <li>506 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob</code></li> <li>480 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob</code></li> <li>474 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob</code></li> <li>344 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo</code></li> <li>325 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo</code></li> <li>319 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/similar.vo</code></li> <li>316 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo</code></li> <li>307 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob</code></li> <li>301 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo</code></li> <li>286 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo</code></li> <li>280 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smith.vo</code></li> <li>277 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/edr.vo</code></li> <li>268 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binint.vo</code></li> <li>260 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/coherent.vo</code></li> <li>256 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/param.vo</code></li> <li>222 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/rational.vo</code></li> <li>221 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo</code></li> <li>218 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo</code></li> <li>217 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob</code></li> <li>208 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob</code></li> <li>204 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob</code></li> <li>203 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo</code></li> <li>191 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo</code></li> <li>189 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo</code></li> <li>184 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/edr.glob</code></li> <li>178 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/similar.glob</code></li> <li>178 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo</code></li> <li>176 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob</code></li> <li>174 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo</code></li> <li>173 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo</code></li> <li>173 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo</code></li> <li>167 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/coherent.glob</code></li> <li>159 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binint.glob</code></li> <li>153 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob</code></li> <li>150 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/minor.vo</code></li> <li>148 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo</code></li> <li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob</code></li> <li>146 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo</code></li> <li>145 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob</code></li> <li>139 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob</code></li> <li>134 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo</code></li> <li>129 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob</code></li> <li>127 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smith.glob</code></li> <li>118 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob</code></li> <li>113 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/rational.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo</code></li> <li>94 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob</code></li> <li>93 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob</code></li> <li>90 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/gauss.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/rank.vo</code></li> <li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/minor.glob</code></li> <li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/strassen.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.v</code></li> <li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binord.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v</code></li> <li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/pos.vo</code></li> <li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/rank.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/strassen.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/gauss.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binord.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/similar.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/coherent.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/edr.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binint.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/rational.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/smith.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/minor.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/param.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/pos.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/binord.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/strassen.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/rank.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/gauss.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/param.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/pos.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-coqeal.1.0.0</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>
proposalSite/mystyle.css
Freakazo/lawler
backdiv { border: 0px solid #000000; } * { box-sizing: border-box; } body { margin: 0; background-color: #C5C5C5; } #content{ } #headSpace{ position: static; min-height: 80px; } #header{ min-height: 80px; width: 100%; min-width: 400px; position: fixed; margin: 0; padding: 0; background: #FFFFFF; z-index: 999; box-shadow: 0px 1px 8px #461F44; } #header img{ } #navigation{ position: absolute; right:5%; bottom:10px; } #navigation ul{ margin: 0; padding: 0; list-style-type:none; } #navigation ul li { display: inline; } #navigation ul li a{ margin-left: 15px; display: block; float: left; height: 25px; text-indent: -999em; } #navigation li#services a{ width: 92px; background: url(services.png); } #navigation li#people a{ width: 73px; background: url(people.png); } #navigation li#contact a{ width: 101px; background: url(contact-us.png); } #logo{ position: relative; left: 0; } #container{ background: #FFFFFF; max-width: 70%; min-width: 400px; margin: 0 auto; box-shadow: -1px 1px 20px #888888; } #highlights{ position: relative; top: 0; overflow: hidden; } #highlights img{ position: relative; width: 100%; } #highlights #webelieve img{ position: absolute; width: 40%; min-width: 400px; left: 0; bottom: 0; -webkit-border-radius: 0px 5px 0px 0px; -moz-border-radius: 0px 5px 0px 0px; border-radius: 0px 5px 0px 0px; } #welcome{ width:90%; color: #7A7A7A; margin: 0 auto; font-family:Arial, Verdanna; font-size: 12pt; line-height: 25px; letter-spacing: 1px; } .title{ margin: 0 4%; margin-top: 90px; color: #7A7A7A; } #services{ margin: 0 auto; margin-top: 10px; width: 90%; min-width: 450px; } #services h4{ color: #404040; } #services p{ color: #474747; margin: 3px 3px; font-family:Verdanna; } .box2 { vertical-align: top; display: inline-block; width: 170px; margin: 1em 1em; } #publications{ color: #303030; } #publications p{ background: transparent url(publication.png) left 6px no-repeat; background-position: relative; background-position-x: 3.2%; } #date{ color: #404040; margin-left: 4%; font-size: 11pt; } #calender{ height: 90px; } #footer { background: #7A7A7A; margin: 0 0; }
src/javascripts/ng-admin/Crud/form/create.html
ulrobix/ng-admin
<div class="row"> <div class="col-lg-12"> <div class="page-header"> <ma-view-actions override="::formController.actions" entry="entry" entity="::formController.entity"> <ma-list-button ng-if="::entity.listView().enabled" entity="::entity"></ma-list-button> </ma-view-actions> <h1 compile="::formController.title"> {{ 'CREATE_NEW' | translate }} {{ ::formController.view.entity.label() | translate }} </h1> <p class="lead" ng-if="::formController.description" compile="::formController.description">{{ ::formController.description }}</p> </div> </div> </div> <div class="row" id="create-view" ng-class="::'ng-admin-entity-' + formController.entity.name()"> <form class="col-lg-12 form-horizontal" name="formController.form" ng-submit="formController.submitCreation($event)"> <div ng-repeat="field in ::formController.fields track by $index" ng-if="formController.condition(field)" compile="::field.getTemplateValueWithLabel(entry)"> <ma-field field="::field" value="entry.values[field.name()]" entry="entry" entity="::entity" form="formController.form" datastore="::formController.dataStore"></ma-field> </div> <div class="form-footer"> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <ma-submit-button label="SAVE_CHANGES"></ma-submit-button> </div> </div> </div> </form> </div>
assets/templates/login.html
michalkvacek/rest-api-tester
<div class="row align-center" ng-controller="LoginController as login"> <div class="column with-shadow medium-6 large-4"> <h3>{{"Login" | translate}}</h3> <form ng-submit="login.localAuth({redirect: true})"> <label> {{'E-mail' | translate}} <input type="email" name="email" ng-model="login.formData.email" /> </label> <label> {{'Heslo' | translate}} <input type="password" name="password" ng-model="login.formData.password" /> </label> <p class="text-center"> <a ng-click="login.forgottePasswordModal = true; login.forgottenPassword.email = login.formData.email"> {{"Zapomenuté heslo" | translate}} </a> </p> <button type="submit" id="login-btn" class="submit button expanded">{{"Login" | translate}}</button> </form> </div> <modal show="login.forgottePasswordModal"> <h3>{{"Zapomenuté heslo" | translate}}</h3> <form ng-submit="login.sendForgottenPassword()"> <label> {{'E-mail' | translate}} <input type="email" name="email" ng-model="login.forgottenPassword.email" /> </label> <button type="submit" class="submit button expanded">{{"Odeslat nové heslo" | translate}}</button> </form> </modal> </div>
fda_drugs/924.html
fiskio/fiskio.github.io
<html> <head> <style> div.figures figure { display:inline-block; margin: 1px; } figure img { vertical-align: top; } figure figcaption { text-align: center; } </style> </head> <body> <h1>poly_sub_atomatic</h1> <div class = "figures"> <figure><img src="img/COC1%3DC%28C%29C%28C%29%3DC%28%5CC%3DC%5CC%28%5CC%29%3DC%5CC%3DC%5CC%28%5CC%29%3DC%5CC%28O%29%3DO%29C%28C%29%3DC1.svg"/><figcaption>Acitretin</figcaption></figure> <figure><img src="img/CC%28%3DO%29NC1%3DC%28I%29C%28C%28O%29%3DO%29%3DC%28I%29C%28NC%28C%29%3DO%29%3DC1I.svg"/><figcaption>Diatrizoate</figcaption></figure> <figure><img src="img/CC%5BC%40H%5D1%5CC%3DC%28C%29%5C%5BC%40%40H%5D%28O%29C%5CC%3DC%5CC%3DC%28CO%5BC%40%40H%5D2O%5BC%40H%5D%28C%29%5BC%40%40H%5D%28OC%28%3DO%29C3%3DC%28CC%29C%28Cl%29%3DC%28O%29C%28Cl%29%3DC3O%29%5BC%40H%5D%28O%29%5BC%40%40H%5D2OC%29%5CC%28%3DO%29OC%28C%5CC%3DC%28_C%29%5CC%3DC%28C%29%5C%5BC%40%40H%5D1O%5BC%40%40.svg"/><figcaption>Fidaxomicin</figcaption></figure> <figure><img src="img/OC1%3DC%28CC2%3DC%28O%29C%28Cl%29%3DCC%28Cl%29%3DC2Cl%29C%28Cl%29%3DC%28Cl%29C%3DC1Cl.svg"/><figcaption>Hexachlorophene</figcaption></figure> <figure><img src="img/OC%28%3DO%29C1%3DC%28I%29C%28NC%28%3DO%29CCCCC%28%3DO%29NC2%3DC%28I%29C%3DC%28I%29C%28C%28O%29%3DO%29%3DC2I%29%3DC%28I%29C%3DC1I.svg"/><figcaption>Iodipamide</figcaption></figure> <figure><img src="img/CC%28%3DO%29N%28CC%28O%29CN%28C%28C%29%3DO%29C1%3DC%28I%29C%28C%28%3DO%29NCC%28O%29CO%29%3DC%28I%29C%28C%28%3DO%29NCC%28O%29CO%29%3DC1I%29C1%3DC%28I%29C%28C%28%3DO%29NCC%28O%29CO%29%3DC%28I%29C%28C%28%3DO%29NCC%28O%29CO%29%3DC1I.svg"/><figcaption>Iodixanol</figcaption></figure> <figure><img src="img/CC%28%3DO%29N%28CC%28O%29CO%29C1%3DC%28I%29C%28C%28%3DO%29NCC%28O%29CO%29%3DC%28I%29C%28C%28%3DO%29NCC%28O%29CO%29%3DC1I.svg"/><figcaption>Iohexol</figcaption></figure> <figure><img src="img/CC%28C%29NCC%28O%29COC1%3DC%28C%29C%28C%29%3DC%28OC%28C%29%3DO%29C%28C%29%3DC1.svg"/><figcaption>Metipranolol</figcaption></figure> <figure><img src="img/CN%28C%28C%29%3DO%29C1%3DC%28I%29C%28C%28%3DO%29N%5BC%40H%5D2C%28O%29O%5BC%40H%5D%28CO%29%5BC%40%40H%5D%28O%29%5BC%40%40H%5D2O%29%3DC%28I%29C%28NC%28C%29%3DO%29%3DC1I.svg"/><figcaption>Metrizamide</figcaption></figure> <figure><img src="img/CC1%3DCC%28%3DC%28O%29C%28C%29%3DC1CC1%3DNCCN1%29C%28C%29%28C%29C.svg"/><figcaption>Oxymetazoline</figcaption></figure> </div> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.6/higman-cf/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-cf: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.6 / higman-cf - 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> higman-cf <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-07 03:09:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-07 03:09:57 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.6 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/higman-cf&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/HigmanCF&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Higman&#39;s Lemma&quot; &quot;keyword: Extraction&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Stefan Berghofer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/higman-cf/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/higman-cf.git&quot; synopsis: &quot;A direct constructive proof of Higman&#39;s Lemma&quot; description: &quot;&quot;&quot; This development formalizes in Coq the Coquand-Friedlender proof of Higman&#39;s lemma for a two-letter alphabet. An efficient program can be extracted from the proof.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/higman-cf/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=1ce02b6135e92838aaf98fc5932274bf&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-higman-cf.8.9.0 coq.8.6</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.6). The following dependencies couldn&#39;t be met: - coq-higman-cf -&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-higman-cf.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>
static/jdjango_upload/css/jdjango_upload.css
jammers-ach/j-django-upload
.current_files .file{ display:inline-block; width:96px; min-height:96px; vertical-align:top; text-align:center; position:relative; margin:2px; } .current_files .file:hover{ background-color:#FFE4B5; } .current_files .file .ficon{ height:48px; background-position: 24px 0px; background-repeat: no-repeat; } .ficon{ background-image:url('mimetypes/default.png'); } .current_files .file a span{ position:absolute; top:0px; left:0px; width:96px; height:100%; } #file_context_menu li{ width:200px; }
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.2/pocklington/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pocklington: 33 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.7.2 / pocklington - 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> pocklington <small> 8.7.0 <span class="label label-success">33 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-20 08:18:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 08:18:01 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.2 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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/pocklington&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/Pocklington&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: Pocklington&quot; &quot;keyword: number theory&quot; &quot;keyword: prime numbers&quot; &quot;keyword: primality&quot; &quot;keyword: Fermat&#39;s little theorem&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2000-11&quot; ] authors: [ &quot;Olga Caprotti&quot; &quot;Martijn Oostdijk&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pocklington/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pocklington.git&quot; synopsis: &quot;Pocklington&#39;s criterion&quot; description: &quot;&quot;&quot; Pocklington&#39;s criterion for checking primality for large natural numbers. Includes a proof of Fermat&#39;s little theorem.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pocklington/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=6eb0425bbe85565e444a7ae819ed72f3&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-pocklington.8.7.0 coq.8.7.2</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-pocklington.8.7.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-pocklington.8.7.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>33 s</dd> </dl> <h2>Installation size</h2> <p>Total: 1 M</p> <ul> <li>77 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/modulo.glob</code></li> <li>75 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/fermat.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/fermat.vo</code></li> <li>67 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/list.vo</code></li> <li>61 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/modulo.vo</code></li> <li>58 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/divides.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/divides.glob</code></li> <li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/lemmas.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/gcd.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/prime.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/list.glob</code></li> <li>43 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/dec.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/pock.vo</code></li> <li>42 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/modprime.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/natZ.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/exp.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/lemmas.glob</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/order.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/gcd.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/pock.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/Pocklington.vo</code></li> <li>23 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/modprime.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/natZ.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/prime.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/fermat.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/dec.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/list.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/modulo.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/exp.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/divides.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/order.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/lemmas.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/dec.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/gcd.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/pock.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/prime.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/modprime.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/natZ.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/exp.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/order.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/Pocklington.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Pocklington/Pocklington.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-pocklington.8.7.0</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>
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.1/hammer-tactics/1.3+8.10.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>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.11.1 / hammer-tactics - 1.3+8.10</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+8.10 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-12 22:56:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-12 22:56:58 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.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.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;palmskog@gmail.com&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; {ocaml:version &gt;= &quot;4.06&quot;} &quot;tactics&quot;] install: [ [make &quot;install-tactics&quot;] [make &quot;test-tactics&quot;] {with-test} ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&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:2020-07-28&quot; ] authors: [ &quot;Lukasz Czajka &lt;lukaszcz@mimuw.edu.pl&gt;&quot; ] url { src: &quot;https://github.com/lukaszcz/coqhammer/archive/v1.3-coq8.10.tar.gz&quot; checksum: &quot;sha512=b0b725a1a8d4a470f49d72be8b156a7ecf9f2694c1228483d6eebfcef89c262128e5694010c54039449b4fe6b4b36f1184deb45cc0b7dc109aaa8dfef2f293fc&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+8.10 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-hammer-tactics -&gt; coq &lt; 8.11~ -&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-tactics.1.3+8.10</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>
_site/cv/index.html
jbarnesspain/jbarnesspain.github.io
<!doctype html> <!-- Minimal Mistakes Jekyll Theme 4.4.2 by Michael Rose Copyright 2017 Michael Rose - mademistakes.com | @mmistakes Free for personal and commercial use under the MIT license https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt --> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <!-- begin SEO --> <title>CV - Cross-lingual</title> <meta name="description" content="Cross-lingual Sentiment and Emotion Analysis"> <meta name="author" content="Jeremy Barnes"> <meta property="og:locale" content="en"> <meta property="og:site_name" content="Cross-lingual"> <meta property="og:title" content="CV"> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Person", "name" : "Jeremy Barnes", "url" : null, "sameAs" : null } </script> <!-- end SEO --> <link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Cross-lingual Feed"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script> document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; </script> <!-- For all browsers --> <link rel="stylesheet" href="/assets/css/main.css"> <!--[if lte IE 9]> <style> /* old IE unsupported flexbox fixes */ .greedy-nav .site-title { padding-right: 3em; } .greedy-nav button { position: absolute; top: 0; right: 0; height: 100%; } </style> <![endif]--> <meta http-equiv="cleartype" content="on"> <!-- start custom head snippets --> <!-- insert favicons. use http://realfavicongenerator.net/ --> <!-- end custom head snippets --> </head> <body class="layout--splash"> <!--[if lt IE 9]> <div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> <![endif]--> <div class="masthead"> <div class="masthead__inner-wrap"> <div class="masthead__menu"> <nav id="site-nav" class="greedy-nav"> <a class="site-title" href="/">Cross-lingual</a> <ul class="visible-links"> <li class="masthead__menu-item"><a href="/publications/">Publications</a></li> <li class="masthead__menu-item"><a href="/teaching/">Teaching</a></li> <li class="masthead__menu-item"><a href="/resources">Resources</a></li> <li class="masthead__menu-item"><a href="/cv/">CV</a></li> </ul> <button><div class="navicon"></div></button> <ul class="hidden-links hidden"></ul> </nav> </div> </div> </div> <div id="main" role="main"> <article class="splash" itemscope itemtype="http://schema.org/CreativeWork"> <meta itemprop="headline" content="CV"> <section class="page__content" itemprop="text"> <div class="cv"> <article class="page"> <h3>Curriculum Vitae</h3><a href="/downloads/cv.pdf" class="download" title="Download CV as PDF">[pdf]</a> <hr> <div class="article-wrap"> <ul> <strong>Postdoctoral Fellowship (2018)</strong><p> <a href="https://www.mn.uio.no/ifi/english/research/groups/ltg/"> Language Technology Group</a> at the <a href="https://www.uio.no/"> University of Oslo</a><br> <a href="https://www.mn.uio.no/ifi/english/research/projects/sant/"> SANT Project</a><br><br> <strong>Ph.D. in Computational Linguistics (2018)</strong><br> Thesis: Cross-lingual Sentiment Analysis for Under-resourced Languages<br>Supervisors: <a href="https://www.upf.edu/es/web/taln/entry/-/-/15853/adscripcion/antoni-badia"> Toni Badia</a> and <a href="http://glicom.upf.edu/lambert/"> Patrik Lambert</a><br> Pompeu Fabra University<br><br> <strong>Research Stay (2017-2018)</strong><br> IMS, University of Stuttgart<br> Supervisors: <a href="http://www.schulteimwalde.de/"> Sabine Schulte im Walde</a> and <a href="http://romanklinger.de/"> Roman Klinger</a><br><br> <strong>M.A. in Linguistics (2015)</strong><br> Master's Thesis: <a href="https://repositori.upf.edu/bitstream/handle/10230/24828/Barnes_2015.pdf;sequence=1">Comparing Knowledge-based and Machine-learning Techniques for Emotion Detection</a><br> Supervisors: <a href="https://sites.google.com/site/juanmariagarrido/"> Juanma Garrido</a> and <a href="https://www.upf.edu/es/web/taln/entry/-/-/15853/adscripcion/antoni-badia"> Toni Badia</a><br> Pompeu Fabra University<br><br> <strong>B.A. in Linguistics</strong><br> Graduated Magna Cum Laude<br> University of Houston<br><br> </ul> </div> </article> </div> </section> </article> </div> <div class="page__footer"> <footer> <!-- start custom footer snippets --> <!-- end custom footer snippets --> <div class="page__footer-follow"> <ul class="social-icons"> <li><strong>Follow:</strong></li> <li><a href="http://github.com/jbarnesspain"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> <li><a href="http://bitbucket.org/jbarnesspain"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li> <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> </ul> </div> <div class="page__footer-copyright">&copy; 2019 Jeremy Barnes. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div> </footer> </div> <script src="/assets/js/main.min.js"></script> </body> </html>
clean/Linux-x86_64-4.10.1-2.0.6/released/8.13.0/tlc/20200328.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tlc: 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.13.0 / tlc - 20200328</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> tlc <small> 20200328 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-08 21:07:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-08 21:07:48 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 3 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.1 Official release 4.10.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 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;arthur.chargueraud@inria.fr&quot; homepage: &quot;https://github.com/charguer/tlc&quot; dev-repo: &quot;git+https://github.com/charguer/tlc.git&quot; bug-reports: &quot;https://github.com/charguer/tlc/issues&quot; license: &quot;MIT&quot; synopsis: &quot;TLC: A Library for Classical Coq &quot; description: &quot;&quot;&quot; Provides an alternative to the core of the Coq standard library, using classic definitions. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; { &gt;= &quot;8.10&quot; &amp; &lt; &quot;8.13&quot; } ] tags: [ &quot;category:Miscellaneous/Coq Extensions&quot; &quot;date:2020-03-28&quot; &quot;keyword:library&quot; &quot;keyword:classic&quot; &quot;logpath:TLC&quot; ] authors: [ &quot;Arthur Charguéraud&quot; ] url { src: &quot;https://github.com/charguer/tlc/archive/20200328.tar.gz&quot; checksum: [ &quot;md5=c62a434ed2d771d0d1814d0877d9a147&quot; &quot;sha512=33996475d9b3adc1752fd91ddbac5ebbe5bd7f22583c788807dd7ca9cd0363476621135884cf2603c1003c9c280811633a5a66ab2a279bf21cb1b39e60ae47a3&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-tlc.20200328 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-tlc -&gt; coq &lt; 8.13 -&gt; ocaml &lt; 4.10 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-tlc.20200328</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>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.2/relation-algebra/1.5.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>relation-algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.2 / relation-algebra - 1.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> relation-algebra <small> 1.5 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-02 03:04:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-02 03:04:00 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.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;Damien Pous &lt;Damien.Pous@ens-lyon.fr&gt;&quot; homepage: &quot;http://perso.ens-lyon.fr/damien.pous/ra/&quot; license: &quot;LGPL&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.5.1&quot; &amp; != &quot;8.5.0~camlp4&quot;} ] tags: [ &quot;keyword:relation algebra&quot; &quot;keyword:Kleene algebra with tests&quot; &quot;keyword:KAT&quot; &quot;keyword:allegories&quot; &quot;keyword:residuated structures&quot; &quot;keyword:automata&quot; &quot;keyword:regular expressions&quot; &quot;keyword:matrices&quot; &quot;category:Mathematics/Algebra&quot; &quot;logpath:RelationAlgebra&quot; ] authors: [ &quot;Damien Pous &lt;Damien.Pous@ens-lyon.fr&gt;&quot; ] synopsis: &quot;Relation Algebra and KAT&quot; description: &quot;A modular library about relation algebra, from idempotent semirings to residuated Kleene allegories, including a decision tactic for Kleene algebra with Tests (KAT).&quot; url { src: &quot;https://github.com/damien-pous/relation-algebra/archive/v1.5.tar.gz&quot; checksum: &quot;md5=2e594f94a012d116aede2af03d3eb117&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-relation-algebra.1.5 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-relation-algebra -&gt; coq &lt; 8.5.1 -&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-relation-algebra.1.5</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>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.2/tait/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tait: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.2 / tait - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> tait <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-24 09:29:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 09:29:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/tait&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Tait&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:normalization&quot; &quot;keyword:lambda calculus&quot; &quot;keyword:extraction&quot; &quot;keyword:Tait proof&quot; &quot;keyword:normalization by evalution&quot; &quot;keyword:type theory&quot; &quot;category:Mathematics/Logic/Type theory&quot; &quot;category:Computer Science/Lambda Calculi&quot; &quot;category:Miscellaneous/Extracted Programs/Type checking unification and normalization&quot; &quot;date:2004&quot; ] authors: [ &quot;Helmut Schwichtenberg &lt;&gt;&quot; &quot;Pierre Letouzey &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/tait/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/tait.git&quot; synopsis: &quot;A normalization proof a la Tait for simply-typed lambda-calculus&quot; description: &quot;&quot;&quot; This is a formalization of Berger&#39;s TLCA&#39;93 paper, with complete proofs of the axioms and an extraction of a normalization program close to N.B.E.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/tait/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=97982c8d943a7f4559eebc5181d3d535&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-tait.8.5.0 coq.8.8.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.8.2). The following dependencies couldn&#39;t be met: - coq-tait -&gt; coq &lt; 8.6~ -&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-tait.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.1/iris-heap-lang/3.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>iris-heap-lang: 5 m 1 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.14.1 / iris-heap-lang - 3.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> iris-heap-lang <small> 3.6.0 <span class="label label-success">5 m 1 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 04:38:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 04:38:57 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.14.1 Formal proof management system dune 3.0.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;Ralf Jung &lt;jung@mpi-sws.org&gt;&quot; authors: &quot;The Iris Team&quot; license: &quot;BSD-3-Clause&quot; homepage: &quot;https://iris-project.org/&quot; bug-reports: &quot;https://gitlab.mpi-sws.org/iris/iris/issues&quot; dev-repo: &quot;git+https://gitlab.mpi-sws.org/iris/iris.git&quot; synopsis: &quot;The canonical example language for Iris&quot; description: &quot;&quot;&quot; This package defines HeapLang, a concurrent lambda calculus with references, and uses Iris to build a program logic for HeapLang programs. &quot;&quot;&quot; tags: [ &quot;date:2022-01-22&quot; &quot;logpath:iris.heap_lang&quot; ] depends: [ &quot;coq-iris&quot; {= version} ] build: [&quot;./make-package&quot; &quot;iris_heap_lang&quot; &quot;-j%{jobs}%&quot;] install: [&quot;./make-package&quot; &quot;iris_heap_lang&quot; &quot;install&quot;] url { src: &quot;https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-3.6.0.tar.gz&quot; checksum: &quot;sha512=6b9871a299e0e97d4cc3466e3b1c11c07af4ae2c5249f64ecdbd88d813e6382cb56bb6f041e52b5dc1a0c5f6f2f5995b1f7b5f1cdcc7be3336fccaf8fb046503&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-iris-heap-lang.3.6.0 coq.8.14.1</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-iris-heap-lang.3.6.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>17 m 51 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-iris-heap-lang.3.6.0 coq.8.14.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>5 m 1 s</dd> </dl> <h2>Installation size</h2> <p>Total: 7 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/proph_erasure.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lang.vo</code></li> <li>533 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/primitive_laws.vo</code></li> <li>420 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/class_instances.vo</code></li> <li>259 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/primitive_laws.glob</code></li> <li>241 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/derived_laws.glob</code></li> <li>216 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/proph_erasure.glob</code></li> <li>206 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lang.glob</code></li> <li>202 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/proofmode.vo</code></li> <li>190 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/derived_laws.vo</code></li> <li>187 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/ticket_lock.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/array.vo</code></li> <li>161 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/proofmode.glob</code></li> <li>159 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/metatheory.vo</code></li> <li>154 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/increment.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/counter.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/atomic_heap.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/spin_lock.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/spawn.vo</code></li> <li>85 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/clairvoyant_coin.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/array.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/lazy_coin.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/metatheory.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/par.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/nondet_bool.vo</code></li> <li>54 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/lock.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/adequacy.vo</code></li> <li>50 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/arith.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/assert.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/total_adequacy.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/diverge.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/ticket_lock.glob</code></li> <li>39 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/tactics.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/notation.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/locations.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/counter.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/atomic_heap.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/proph_erasure.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/proofmode.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lang.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/pretty.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/class_instances.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/increment.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/spin_lock.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/primitive_laws.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/clairvoyant_coin.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/derived_laws.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/spawn.glob</code></li> <li>13 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/lazy_coin.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/par.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/array.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/metatheory.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/arith.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/locations.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/notation.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/tactics.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/lock.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/adequacy.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/notation.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/class_instances.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/ticket_lock.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/increment.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/counter.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/assert.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/atomic_heap.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/total_adequacy.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/pretty.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/tactics.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/spin_lock.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/nondet_bool.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/spawn.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/clairvoyant_coin.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/lazy_coin.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/diverge.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/pretty.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/par.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/lock.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/locations.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/arith.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/adequacy.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/diverge.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/assert.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/lib/nondet_bool.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.10.2/lib/coq/user-contrib/iris/heap_lang/total_adequacy.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-iris-heap-lang.3.6.0</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>
templates/html/core/user_login.html
alejo8591/maker
{% extends "html/base_login.html" %} {% block title %}Log in{% endblock %} {% block page %} <div class="login-block"> <div style="text-align: center;"> <a href="{% url home %}"><img src="{% url core_logo_image_ie %}" alt="Tree.io" class="logo-large" /></a> </div> <form action="{% url user_login %}" method="post" autocomplete="off"> {% csrf_token %} <div class="login-form"> {% if error_message %}<div class="error">{{ error_message|htsafe }}</div>{% endif %} <p><label for="username" class="lighter">{% trans %}Username or E-mail{% endtrans %}:</label><br /> <input type="text" name="username" id="username" value="" size="22"/></p> <p><label for="password" class="lighter">{% trans %}Password{% endtrans %}:</label><br /> <input type="password" name="password" id="password" value="" size="22"/></p> <div class="login-captcha"> {{ form }} </div> <input type="submit" value="Log in" class="large" /> </div> </form> <div style="text-align: right; font-size: 13px; margin-top: 20px;"> <a href="{% url password_reset %}">{% trans %}Forgotten your password?{% endtrans %}</a> </div> </div> {# <div class="login-block"> {% trans %}Don't have an account{% endtrans %}? <a href="http://tree.io/en/account/package">{% trans %}Sign up{% endtrans %}</a>. </div> #} {% endblock %}
_site/404.html
tmelz/tmelz.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link href="http://gmpg.org/xfn/11" rel="profile"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> 404: Page not found &middot; tmelz </title> <!-- CSS --> <link rel="stylesheet" href="/public/css/poole.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png"> <link rel="shortcut icon" href="/public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="tmelz" href="/atom.xml"> </head> <body> <div class="container content"> <header class="masthead"> <h3 class="masthead-title"> <a href="/" title="Home">tmelz</a> <small>brain dump</small> </h3> </header> <main> <div class="page"> <h1 class="page-title">404: Page not found</h1> <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p> </div> </main> <footer class="footer"> <small> &copy; <time datetime="2015-04-05T13:46:05-07:00">2015</time>. All rights reserved. </small> </footer> </div> </body> </html>
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1/continuations/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>continuations: 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 / continuations - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> continuations <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-02-19 06:39:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-02-19 06:39:30 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.1 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/continuations&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Continuations&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:exceptions&quot; &quot;keyword:monads&quot; &quot;keyword:continuations&quot; &quot;keyword:cps&quot; &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;category:Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Jean-François Monin &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/continuations/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/continuations.git&quot; synopsis: &quot;A toolkit to reason with programs raising exceptions&quot; description: &quot;&quot;&quot; We show a way of developing correct functionnal programs raising exceptions. This is made possible using a Continuation Passing Style translation, see the contribution &quot;exceptions&quot; from P. Casteran at Bordeaux. Things are made easier and more modular using some general definitions.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/continuations/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=0296613765d64ee86e82ff188cfffa78&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-continuations.8.5.0 coq.8.7.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1). The following dependencies couldn&#39;t be met: - coq-continuations -&gt; coq &lt; 8.6~ -&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-continuations.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>